@charset "UTF-8";
/*ALL Settings*/
/*-----------------------------------------------*/
html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* a */
/*--------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}
a.decoration {
  text-decoration: underline;
  color: #000;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  color: #000;
  outline: 0px;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #000;
  outline: 0px;
}

/* table */
/*--------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

/* clearfix */
/*--------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/*-----------------------------------------------*/
/*ALL Settings*/
html {
  font-size: 62.5%;
}

body {
  font-size: 13px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 13px;
}

a {
  color: #333;
}
a:visited, a:focus, a:active {
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: top;
}

/* common */
/*------------------------------------------------*/
.inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 960px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 960px) {
  .flL {
    float: left;
  }

  .flR {
    float: right;
  }

  .hoverOpacity {
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

/* font */
/* ------------------------------------------------- */
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/* list */
/* ------------------------------------------------- */
.listUl li {
  padding-left: 1em;
  margin-top: 10px;
  text-indent: -1em;
}
.listUl li:first-child {
  margin-top: 0;
}

.numberUl li {
  padding-left: 1.2em;
  margin-top: 10px;
  text-indent: -1.2em;
  list-style: decimal;
  list-style-position: inside;
}
.numberUl li:first-child {
  margin-top: 0;
}

/* tab */
/*------------------------------------------------*/
.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

/* box */
/*------------------------------------------------*/
.column3Box {
  font-size: 0px;
}
.column3Box li {
  width: -webkit-calc( (100% - (20px * 2)) / 3 );
  width: calc( (100% - (20px * 2)) / 3 );
  margin-top: 20px;
  margin-left: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 13px;
}
.column3Box li:first-child {
  margin-top: 0;
  margin-left: 0;
}
.column3Box li:nth-child(2), .column3Box li:nth-child(3) {
  margin-top: 0;
}
.column3Box li:nth-child(3n+1) {
  margin-left: 0;
}

.column4Box {
  font-size: 0px;
}
.column4Box li {
  width: -webkit-calc( (100% - (25px * 3)) / 4 );
  width: calc( (100% - (25px * 3)) / 4 );
  margin-top: 25px;
  margin-left: 25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 13px;
}
.column4Box li:first-child {
  margin-top: 0;
  margin-left: 0;
}
.column4Box li:nth-child(2), .column4Box li:nth-child(3), .column4Box li:nth-child(4) {
  margin-top: 0;
}
.column4Box li:nth-child(4n+1) {
  margin-left: 0;
}

/* spGlobalNav */
/*------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .slidemenu {
    width: 240px;
    position: fixed;
    top: 0;
    visibility: hidden;
    z-index: -1;
  }
  .slidemenu .slidemenu-body {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .slidemenu .slidemenu-content {
    position: relative;
  }
  .slidemenu.slidemenu-left {
    left: 0;
  }
  .slidemenu.slidemenu-right {
    right: 0;
  }
}
/* header */
/*------------------------------------------------*/
#headWrap {
  width: 100%;
  background-image: url('../images/kv/bg.jpg?1409720883');
}
#headWrap #header #kv {
  padding: 5% 0;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #headWrap #header #kv {
    padding: 6% 0;
  }
  #headWrap #header #kv > img {
    width: 60%;
  }
}

/* globalNav */
/*------------------------------------------------*/
#globalNavWrap {
  width: 100%;
}

/* main */
/*------------------------------------------------*/
#mainWrap {
  width: 100%;
}

/* download */
/*------------------------------------------------*/
#download {
  padding: 50px 0;
}
@media only screen and (max-width: 960px) {
  #download {
    padding: 8% 0;
  }
}
#download > h2 {
  line-height: 160%;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #00a73c;
}
@media only screen and (max-width: 960px) {
  #download > h2 {
    font-size: 18px;
  }
}
#download #dlBtnList li {
  width: 300px;
  margin-left: 30px;
  float: left;
}
#download #dlBtnList li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 960px) {
  #download #dlBtnList li {
    width: 100%;
    margin: 0;
    margin-top: 10%;
  }
  #download #dlBtnList li:first-child {
    margin-top: 0;
  }
}
#download #dlBtnList li > h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  #download #dlBtnList li > h3 {
    font-size: 13px;
  }
}
#download #dlBtnList li .dlBtn a {
  display: block;
}
#download #dlBtnList li .dlBtn a.txtLink {
  line-height: 160%;
  padding: 20px;
  background-color: #000;
  font-size: 16px;
  font-weight: bold;
  border: 5px solid #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
}
#download #dlBtnList li .dlBtn a.txtLink:visited, #download #dlBtnList li .dlBtn a.txtLink:focus, #download #dlBtnList li .dlBtn a.txtLink:active {
  color: #fff;
}

/* comingsoon */
/*------------------------------------------------*/
#comingsoon > h3 {
  line-height: 160%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #00a73c;
}
@media only screen and (max-width: 960px) {
  #comingsoon > h3 {
    margin-bottom: 5%;
    font-size: 25px;
  }
}
#comingsoon > p {
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  #comingsoon > p {
    font-size: 12px;
  }
}

/* backgBtn */
/*------------------------------------------------*/
#backgBtn {
  padding: 0 0 50px 0;
}
@media only screen and (max-width: 960px) {
  #backgBtn {
    padding: 6% 0 8% 0;
  }
}
#backgBtn > a {
  padding: 15px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background-color: #eb6100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 960px) {
  #backgBtn > a {
    font-size: 14px;
  }
}

/* footer */
/*------------------------------------------------*/
#footWrap {
  width: 100%;
  background-color: #00a73c;
}
#footWrap #footer {
  padding: 40px 0;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer {
    padding: 8% 0;
  }
}
#footWrap #footer #footTop {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
#footWrap #footer #footTop table tr:first-child th, #footWrap #footer #footTop table tr:first-child td {
  padding-top: 0;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footTop table tr {
    margin-top: 6%;
    display: block;
  }
  #footWrap #footer #footTop table tr:first-child {
    margin-top: 0;
  }
}
#footWrap #footer #footTop table tr th, #footWrap #footer #footTop table tr td {
  padding-top: 10px;
  line-height: 140%;
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footTop table tr th, #footWrap #footer #footTop table tr td {
    padding: 0;
    display: block;
    font-size: 12px;
  }
}
#footWrap #footer #footTop table tr th {
  width: 6em;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footTop table tr th {
    width: 100%;
    margin-bottom: 2%;
    font-weight: bold;
    text-align: left;
  }
}
#footWrap #footer #footTop p {
  line-height: 1.6;
  font-size: 16px;
  color: #fff;
}
#footWrap #footer #footBottom dt {
  width: 120px;
  line-height: 140%;
  color: #fff;
  float: left;
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footBottom dt {
    width: 100%;
    line-height: 160%;
    float: none;
    font-size: 12px;
    font-weight: bold;
  }
}
#footWrap #footer #footBottom dd {
  width: 800px;
  line-height: 140%;
  color: #fff;
  float: left;
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  #footWrap #footer #footBottom dd {
    width: 100%;
    line-height: 160%;
    margin-top: 3%;
    float: none;
    font-size: 12px;
  }
}
#footWrap #footer #footBottom dd .decoration {
  color: #fff;
}
#footWrap #footer #footBottom dd .decoration:visited, #footWrap #footer #footBottom dd .decoration:focus, #footWrap #footer #footBottom dd .decoration:active {
  color: #fff;
}
#footWrap #footer #footBottom dd .decoration:hover {
  text-decoration: none;
}
#footWrap #copyright {
  padding: 30px 0;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 960px) {
  #footWrap #copyright {
    line-height: 160%;
    padding: 6%;
    font-size: 10px;
  }
}
