@charset "Shift_JIS";

/* PC
-----------------------------------------------------------------*/
/*  Layout
-----------------------------------------------------------------------------*/
html {
    min-height: 100%;
    position: relative;
}

/* Body */
body {
  font-family: ' CI', Meiryo, " qMmpSPro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin: 0 0 80px;
  min-width: 980px;
  border-top: 5px solid #5b5b5b;
}

.pc_d_none { display: none; }
#md_mark { display: block; }

/* Header */
#header {
  margin: 0 auto;
  width: 980px;
}

#header:after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}

#header .logo {
  padding: 7px 0 0;
  float: left;
  overflow: hidden;
}

#header .logo h1 { float: left; }
#header .logo h1 img { width: 180px; }

#header .logo p {
  font-size: 26px;
  letter-spacing: 4px;
  line-height: 26px;
  text-align: center;
  margin: 17px 0 0 15px;
  float: left;
}

#header .logo p a {
  color: #05248a;
  text-decoration: none;
}

#header .logo p span {
  font-size: 10px;
  color: #637dd5;
  letter-spacing: 6px;
  line-height: 12px;
  display: block;
}

#header .g_navi {
  margin: 8px 0 15px;
  float: right;
}

#header .g_navi > li { float: left; }

#header .g_navi > li > a {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 12px 10px;
  border-left: 1px solid #fff;
  display: block;
  width: 96px;
  text-align: center;
  background: #2446b4; /* Old browsers */
  background: -moz-linear-gradient(top,  #2446b4 0%, #05248a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2446b4), color-stop(100%,#05248a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #2446b4 0%,#05248a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #2446b4 0%,#05248a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #2446b4 0%,#05248a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #2446b4 0%,#05248a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2446b4', endColorstr='#05248a',GradientType=0 ); /* IE6-9 */
}

#header .g_navi > li > a:hover { background: #113bc4; }
#header .g_navi > li:first-child > a { border-radius: 5px 0 0 5px; border-left:0px none; }
#header .g_navi > li:last-child > a { border-radius: 0 5px 5px 0; }

#header .g_navi li.stores_link { position: relative; }

#header .g_navi li.stores_link .nav_wrap {
  width: 172px;
  z-index: 99999;
  top: 40px;
  right: -40px;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  padding-bottom:2px;
}

#header .g_navi li.stores_link .nav {
  border: 1px solid #9f9f9f;
  display: none;
  width: 170px;
  background: #fff;
}

#header .g_navi li.stores_link .nav:before {
  border: 6px solid transparent;
  border-bottom: 6px solid #9f9f9f;
  width: 0;
  height: 0;
  top: -11px;
  right: 97px;
  content: "";
  position: absolute;
}

#header .g_navi li.stores_link .nav ul { border-top: 2px solid #9f9f9f; }

#header .g_navi li.stores_link .nav a {
  font-size: 12px;
  color: #444;
  text-decoration: none;
  padding: 10px 10px 10px 30px;
  display: block;
  position: relative;
}

#header .g_navi li.stores_link .nav a:hover { background: #f3f3f3; }

#header .g_navi li.stores_link .nav a:before {
  border: 5px solid transparent;
  border-left: 5px solid #bbb;
  width: 0;
  height: 0;
  top: 13px;
  left: 14px;
  content: "";
  position: absolute;
}

#header .btn_navi { float: right; }
#header .btn_navi a.tgl_language { display: none; }

#header .btn_navi .nav {
  border-left: 250px solid transparent;
  width: 350px;
}

#header .btn_navi .nav li {
  padding-left: 1px;
  float: left;
}

#header .btn_navi .nav a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  padding: 2px 20px;
  display: block;
  background: #9f9f9f;
}

/*€20151201ΗL*/
#header .btn_navi .nav span {
    background: #cfcfcf none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 2px 20px;
    text-decoration: none;
	float:left;
}
/*’20151201ΗL*/

#header .btn_navi .nav a:hover { background: #666; }
#header .btn_navi .nav a.close_btn { display: none; }

/* bottom btn */
.btn_pagetop {
  width: 100%;
  height: 0;
  bottom: 0;
  display: none;
  position: fixed;
}

.btn_pagetop p {
  margin: 0 auto;
  width: 790px;
  position: relative;
}

.btn_pagetop a {
  font-size: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 30px 0 3px;
  width: 60px;
  right: -180px;
  bottom: 20px;
  display: block;
  background: rgba(0, 0, 0, 0.5) url(../../img/icon_arrow_top.png) no-repeat center 10px;
  position: absolute;
}

.device_change {
  margin: 0 auto ;
  padding-bottom:30px;
  width: 800px;
}

.device_change a {
  border-radius: 15px;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  padding: 40px 20px;
  display: block;
  background: #9f9f9f;
}

/* pnkz */
.pnkz {
  margin: 0 auto;
  padding-top: 10px;
  width: 980px;
  overflow: hidden;
}

.pnkz li {
  margin-right: 20px;
  padding-right: 20px;
  background: url("../../img/icon_arrow_next.png") no-repeat scroll right center;
  background-size: 6px auto;
  float: left;
}

.pnkz li:last-child { background: none; }

.pnkz li a {
  color: #000;
  text-decoration: none;
}

.pnkz li a:hover { text-decoration: underline; }

/* Footer */
#footer { 
  background: #f5f5f5;
  bottom: 0;
  height: 90px;
  position: absolute;
  width:100%;
  min-width: 980px;
}

#footer > div {
  margin: 0 auto;
  padding: 24px 0;
  width: 980px;
}

#footer > div:after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}
#footer > div .adrs {
padding-bottom:5px ;
}
#footer > div .copy {
  line-height: 21px;
  padding-left: 25px;
  background: url(../../img/foot_logo.png) no-repeat left center;
}

#footer > div .nav {
  line-height: 15px;
  padding: 0;
  float: right;
}

#footer > div .nav li {
  margin: 0;
  padding: 0 12px;
  border-left: 1px solid #6e6e6e;
  display: inline-block;
}

#footer > div .nav li:last-child {
  border-right: 1px solid #6e6e6e;
}

#footer > div .nav li a {
  color: #6e6e6e;
  text-decoration: none;
}

#footer > div .nav li a:visited { color: #6e6e6e; }
#footer .adrs { display: none; }

/* contents */
.contents_wap {
  margin: 0 auto;
  width: 980px;
  overflow: hidden;
  padding:10px 0 80px;
}

#contents {
  width: 727px;
  float: right;
}

.inp_title {
  font-size: 22px;
  font-weight: bold;
  color: #666;
  line-height: 32px;
  line-height: 24px;
  margin: 0 0 15px;
  padding: 22px 18px 20px 25px;
text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #FFF; 
}

.inp_title span {
  font-size: 14px;
  font-weight: normal;
  color: #05248a;
  display: block;
}

.p_title {
  font-size: 22px;
  font-weight: bold;
  color: #666;
  line-height: 32px;
  line-height: 24px;
  margin: 0 0 15px;
  padding: 5px 0 ;
  border-bottom: 2px solid #05248a;
  display: inline-block;
}

.p_title span {
  font-size: 14px;
  font-weight: normal;
  color: #05248a;
  padding-left: 20px;
}

.p_title br {
  display:none;
}

.s_title01 {
 background:#EEF3FF;
color:#011383;
padding:8px 10px;
font-size:16px;
 font-weight:bold;
}

.s_title02 {
color:#011383;
font-size:16px;
border-bottom:2px solid #011383;
 font-weight:bold;
}







/* slider */
.bxslider { display: none; }

.bx-wrapper .bx-prev {
  left: 0 !important;
  background: url("../../img/icon_slider_l.png") no-repeat 0 0 !important;
}

.bx-wrapper .bx-next {
  right: 0 !important;
  background: url("../../img/icon_slider_r.png") no-repeat 0 0 !important;
}

/* side */
#side {
  width: 231px;
  float: left;
}

#side .bnr_box {
  text-align: center;
  padding: 20px 0 15px;
  border: 2px solid #eee;
}

#side .bnr_box li { padding-bottom: 5px; }
