@charset "UTF-8";
/* ---------------------------------- */
/* base.css                         */
/* ---------------------------------- */

/* =================================
   @BASE
================================= */
body {
  background: #fff;
  color: #525252;
  font-size: 20px;
  font-family: メイリオ, Meiryo,游ゴシック体, 'Yu Gothic', YuGothic, sans-serif;
  line-height: 1.5;
}
#wrap {
  width: 100%;
  min-width: 750px;
  margin: 0 auto;
}
.inner {
  width: 750px;
  margin: 0 auto;
}

.fade a {
  opacity: 1;
  transition: all 0.3s;
}

.fade a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

* focus{
outline: none;
}

a,a:focus,a:visited, span,button,button:focus {
  line-height: inherit;
  color: inherit;
  font-size: 100%;
  outline: none;
  text-decoration: none;
  word-wrap: break-word;
  -moz-outline-style: none;
}

/* =================================
   @HEADER
================================= */
header {
  background:url(../images/shared/bg_header.gif) repeat-x 0 0;
  height: 82px;
}
header .logo {
  text-align: left;
  padding: 15px 0 0 8px;
}


/* =================================
   @CONTENTS
================================= */
#contents{
  min-width: 750px;
}

/* =================================
   @PAGE TOP
================================= */
#page-top {
  border-top: 1px solid #e8e3e3;
  border-bottom: 1px solid #e8e3e3;
  margin: 0;
}
#page-top a {
  background: url(../images/shared/icon_pagetop_arrow.gif) no-repeat 710px center;
  width: 750px;
  color: #525252;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
  display: block;
}

/* =================================
   @FOOTER
================================= */
#footer-area {
  text-align: center;
  padding: 0px 0 30px;
}
#footer-area .download{
  background: url(../images/shared/bg_downloads.jpg) no-repeat center 0;
  width: 483px;
  padding: 68px 0 54px 237px;
  margin: 0 auto 20px;
}
#footer-area .btn-official{
  margin: 30px auto 30px;
  padding-bottom: 30px;
  border-bottom: #e8e3e3 1px solid;
}
#footer-area .btn-store li{
 float: left;
}
#footer-area .btn-store li:last-child{
 margin: 0 0 0 110px;
}
#footer-area .sns {
 font-size: 0;
 margin: 42px 0;
}
#footer-area .sns {
 font-size: 0;
 margin: 42px 0;
}
#footer-area .sns li {
 display: inline-block;
 margin: 0 15px;
}
#footer-area .banner-area {
 width: 732px;
 font-size: 0;
 margin: 20px auto 0;
}
#footer-area .banner-area li {
 display: inline-block;
 margin: 10px 8px;
}

footer {
  background: #f5f5f5;
}
footer .inner {
  padding: 40px 0 30px;
  text-align: center;
}
footer .inner a,footer .inner a:visited {
  color: #fff;
}
footer .inner h2 {
  background: #8c8c8c;
  border-radius: 40px;
  width: 720px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 16px 0 14px;
  margin: 0 auto;
}
footer .inner ul {
  padding-top: 38px;
}
footer .inner ul li {
  display: inline-block;
  padding: 0 5px;
  line-height: 1;
}
footer .inner ul li:first-child {
  border-left: none;
  padding-left: 0;
}
footer .inner ul li:nth-child(2n) {
  border-left: 1px solid #8c8c8c;
}
footer .inner ul li a {
  color: #8c8c8c;
}
footer .copyright {
  border-top: 1px solid #dbdbdb;
  text-align: center;
  color: #8c8c8c;
  padding: 35px 0 40px;
}