@charset "EUC-JP";
/* ----------------------------
    Base
---------------------------- */
html {
  background: #343434;
}

body {
  font-family: "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

#container {
  text-align: center;
}

.content_inner {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

.clrFix {
  zoom: 1;
}
.clrFix:after {
  content: '';
  display: block;
  clear: both;
  height: 0px;
}

a {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

/* ----------------------------
    Header
---------------------------- */
#header {
  background: #000;
  min-width: 980px;
}
#header .logo {
  text-align: center;
  padding: 20px 0 30px;
}
#header .logo a {
  display: block;
  margin: 0 auto;
  width: 76px;
}
#header .logo img {
  margin: 0 auto;
  display: block;
}
#header .global {
  overflow: hidden;
}
#header .global li {
  width: 122px;
  float: left;
}
#header .global a {
  background: url(../img/common/hd_gmenu.png) no-repeat;
  display: block;
  width: 122px;
  height: 30px;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}
#header .global .products {
  width: 124px;
}
#header .global .products a {
  width: 124px;
  background-position: 0 0;
}
#header .global .products a:hover {
  background-position: 0 -30px;
}
#header .global .about {
  width: 123px;
}
#header .global .about a {
  width: 123px;
  background-position: -124px 0;
}
#header .global .about a:hover {
  background-position: -124px -30px;
}
#header .global .news {
  width: 123px;
}
#header .global .news a {
  width: 123px;
  background-position: -247px 0;
}
#header .global .news a:hover {
  background-position: -247px -30px;
}
#header .global .mypage a {
  background-position: -370px 0;
}
#header .global .mypage a:hover {
  background-position: -370px -30px;
}
#header .global .member a {
  background-position: -492px 0;
}
#header .global .member a:hover {
  background-position: -492px -30px;
}
#header .global .contact a {
  background-position: -614px 0;
}
#header .global .contact a:hover {
  background-position: -614px -30px;
}
#header .global .faq a {
  background-position: -736px 0;
}
#header .global .faq a:hover {
  background-position: -736px -30px;
}
#header .global .cart a {
  background-position: -858px 0;
}
#header .global .cart a:hover {
  background-position: -858px -30px;
}

body#products #header .global .products a {
  background-position: 0 -60px;
}
body#about #header .global .about a {
  background-position: -124px -60px;
}
body#news #header .global .news a {
  background-position: -247px -60px;
}
body#faq #header .global .faq a {
  background-position: -736px -60px;
}

/* ----------------------------
    Contents
---------------------------- */
#contents {
  background: #fff;
  min-width: 980px;
}
#contents .bread {
  background: #888;
  color: #fff;
}
#contents .bread a {
  color: #fff;
}
#contents .bread a:hover {
  color: #ccc;
  text-decoration: none;
}
#contents .bread .inner {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}
#contents .bread li {
  background: url(../img/common/bread_arrow.png) no-repeat 100% 50%;
  line-height: 1;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 15px 25px 15px 0;
  margin: 0 15px 0 0;
}
#contents .bread li.current {
  background-image: none;
  padding-right: 0;
  margin-right: 0;
}
#contents .content_inner {
  padding: 60px 0;
}

/* ----------------------------
    Pagetop
---------------------------- */
#pagetop {
  background: #eee;
  padding: 15px 0;
  font-size: 85%;
  font-weight: bold;
  min-width: 980px;
}
#pagetop .content_inner {
  text-align: right;
}
#pagetop a {
  color: #343434;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  padding: 0 18px 0 0;
}
#pagetop a:after {
  content: '';
  display: block;
  width: 13px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 48%;
  margin-top: -4px;
  background: url(../img/common/ft_pagetop_arrow.png) no-repeat 0 0;
}
#pagetop a:hover {
  color: #888;
}
#pagetop a:hover:after {
  background-position: 0 -13px;
}

/* ----------------------------
    Footer
---------------------------- */
#footer {
  background: #343434;
  color: #fff;
  padding: 35px 0 25px;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #888;
}
#footer .logo_area {
  width: 80px;
  float: left;
  margin: 0 105px 0 0;
}
#footer .logo_area .logo {
  margin: 0 0 30px;
}
#footer .logo_area .sns {
  padding: 0 5px;
  overflow: hidden;
}
#footer .logo_area .sns p,
#footer .logo_area .sns a {
  width: 30px;
  height: 30px;
}
#footer .logo_area .sns a {
  display: block;
  background: url(../img/common/ft_sns.png) no-repeat 0 0;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}
#footer .logo_area .sns .facebook {
  float: left;
}
#footer .logo_area .sns .facebook a {
  background-position: 0 0;
}
#footer .logo_area .sns .facebook a:hover {
  background-position: 0 -35px;
}
#footer .logo_area .sns .twitter {
  float: right;
}
#footer .logo_area .sns .twitter a {
  background-position: -35px 0;
}
#footer .logo_area .sns .twitter a:hover {
  background-position: -35px -35px;
}
#footer .pagelist {
  width: 360px;
  float: left;
}
#footer .pagelist ul {
  width: 180px;
  float: left;
}
#footer .guide {
  width: 390px;
  float: right;
}
#footer .guide .title {
  font-size: 108%;
  margin: 0 0 12px;
  border-bottom: 1px dotted #505050;
  padding: 0 0 3px;
}
#footer .guide .text {
  font-size: 92%;
}
#footer .guide .text li {
  margin: 15px 0 0;
}
#footer .guide .text li:first-child {
  margin-top: 0;
}
#footer .copyright {
  color: #787878;
  font-size: 85%;
  text-align: center;
  margin: 35px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #454545;
}

/* ----------------------------
    Page
---------------------------- */
body.page a {
  color: #f0578c;
}
body.page a:hover {
  text-decoration: underline;
}
body.page.column_2 #contents .side {
  width: 170px;
  float: left;
}
body.page.column_2 #contents .side .content_title {
  font-size: 154%;
}
body.page.column_2 #contents .main {
  width: 790px;
  float: right;
}
body.page.sub.column_2 .side h1 {
  line-height: 1.5;
}
body.page.sub.column_2 .main {
  width: 760px !important;
}
body.page.sub.column_2 #contents dt {
  float: left;
  width: 140px;
  margin: 0 10px 20px 0;
  font-weight: bold;
  clear: both;
}
body.page.sub.column_2 #contents dd {
  padding: 0 0 10px 150px;
  margin: 0 0 20px;
  border-bottom: 1px dotted #ddd;
}
body.page.sub.column_2 #contents dd.last {
  border-bottom: none;
  margin-bottom: 0;
}
body.page.sub.column_2 #contents dd p {
  margin: 0 0 10px;
}
body.page.sub.column_2 #contents dd .more {
  font-size: 100%;
}
body.page.sub.column_2 #contents dd .more a {
  text-decoration: none;
}

/* ----------------------------
    Modal
---------------------------- */
.modal {
  display: none;
  position: relative;
}
.modal .modal_close {
  color: #000;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  display: block;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/common/btn_close.png) no-repeat 0 0;
}
.modal.magazine {
  padding: 30px;
  background: #fff;
}

#simplemodal-overlay {
  background: #000;
}
