@charset 'utf-8';
/*----------------------------------------------------------------------------
 common
----------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #021f3b;
	background: #2e2e2e url(../images/common/bg_body.gif) repeat-y left top;
  color: #ffffff;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  -webkit-text-size-adjust: none;
}
body a {
  color: #ffffff;
  text-decoration: none;
}
img {
	width: 100%;
	line-height: 1;
}
#banner_area {
	margin: 0 15px 15px 15px;
}
#banner_area .banner_list {
}
#banner_area .banner_list .item {
}
#ft_button {
}
#footer {
	margin: 15px 0 0 0;
	padding: 0 0 20px 0;
}
#footer .copy_list {
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	margin: 0 15px 0 15px;
	font-size: 8px;
	line-height: 1;
}
#footer .copy_list .left {
}
#footer .copy_list .right {
}
#footer .copy_list .copy {
	font-size: 10px;
}
#sheader {
	margin: 0 6px 10px 6px;
}
#headIn {
	overflow: hidden;
	width: 100%;
}
#headIn .logo {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	width: 144px;
	padding: 2px 20px 7px 20px;
	background-image: url(../images/common/bg_head_logo.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
}
#headIn .back {
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	width: 88px;
	padding: 2px 20px 7px 20px;
	margin: 0 5px 0 0;
	background-image: url(../images/common/bg_head_top.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
}
#headIn .gotop {
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	width: 88px;
	padding: 2px 20px 7px 20px;
	background-image: url(../images/common/bg_head_top.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
}

#global_nav {
	margin: 0 13px 15px 13px;
}
#global_nav .nav_in {
	background-image: url(../images/common/gmenu/bg_gnav.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
#global_nav .nav_list {
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	width: 100%;
	padding: 1em 0.6em 1em 0.6em;
}
#global_nav .nav_list .item {
	width: 24%;
}

#headIn .title {
	float: left;
	margin: 5px 0 0 -9px;
	z-index:1;
}
.under #headIn .logo {
	z-index: 2;
}
.under #contents {
	margin: 0 0 2em 0;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*----------------------------------------------------------------------------
 読み込みヘッダー用
----------------------------------------------------------------------------*/
body #title {
  height: 72px;
  position: relative;
}
body #title #logo {
  position: absolute;
  right: 1px;
  top: 0;
}
#header {
  width: 100%;
  position: relative;
  background: url('../images/common/header_bg.gif') repeat-x;
  margin: 0;
  padding: 0;
  height: 46px;
}
#header .logo {
  position: relative;
}
#header .logo img {
  padding: 11px 7px;
}
#header .login_menu {
  position: absolute;
  padding: 0;
  text-align: right;
  right: 0;
  top: 8px;
}
#header .login_menu img {
  padding-right: 8px;
}
#container.index #header {
  position: relative;
  background: url('../images/common/header_bg.gif') repeat-x;
  height: 46px;
}
body #title img {
	width: auto;
}
#header img {
	width: auto;
}


/*----------------------------------------------------------------------------
 index
----------------------------------------------------------------------------*/
#main_visual {
	margin: 0 0 16px 0;
}
#spec_teaser {
	margin: 0 0 8px 0;
}
#news_area {
	margin: 0 0 15px 0;
}
#news .title {
}
#news_list {
	margin: -12px 15px 0 15px;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/index/bg_news.gif);
	background-repeat: repeat-y;
	background-size: 100% auto;
	-moz-box-shadow: inset 3px 3px 3px #000, inset -3px -3px 3px rgba(0,0,0,.6), 3px 3px 3px rgba(0,0,0,.6), -3px -3px 3px rgba(0,0,0,.6);
	-webkit-box-shadow: inset 3px 3px 3px #000, inset -3px -3px 3px rgba(0,0,0,.6), 3px 3px 3px rgba(0,0,0,.6), -3px -3px 3px rgba(0,0,0,.6);
	box-shadow: inset 3px 3px 3px #000, inset -3px -3px 3px rgba(0,0,0,.6), 3px 3px 3px rgba(0,0,0,.6), -3px -3px 3px rgba(0,0,0,.6);
}
#news_list .listIn {
	padding: 8px 12px 8px 16px;
	background-color: #171717;
	-moz-box-shadow: inset 3px 3px 3px #000, inset -3px -3px 3px rgba(0,0,0,.6), 1px 1px 1px rgba(255,255,190,.3), -1px -1px 1px rgba(255,255,190,.3);
	-webkit-box-shadow: inset 3px 3px 3px #000, inset -3px -3px 3px rgba(0,0,0,.6), 1px 1px 1px rgba(255,255,190,.3), -1px -1px 1px rgba(255,255,190,.3);
	box-shadow: inset 3px 3px 3px #000, inset -3px -3px 3px rgba(0,0,0,.6), 1px 1px 1px rgba(255,255,190,.3), -1px -1px 1px rgba(255,255,190,.3);
}
#news_list .listIn .itemIn {
	display: -webkit-box;
	display: -moz-box;
}
#news_list .listIn .item .date {
	width: 5.7em;
	margin: 0 5px 0 0;
	color: #a6a6a6;
}
#news_list .listIn .item .txt {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}

/*----------------------------------------------------------------------------
 feature
----------------------------------------------------------------------------*/
.feature #headIn .title {
	width: 86px;
}
.featTxt {
	text-align: center;
	font-size: 13px;
}
.featBox {
	margin: 0 0 20px 0;
}
.featBox .title {
	margin: 0 0 8px 0;
}

.featListBox {
	margin: 0 10px 2.3em 10px;
}
.featListBox .listItem {
	margin: 15px 0 0 0;
}
.featListBox .itemIn {
	margin: 0 0 0 0;
}
.featListBox .itemIn .title {
	margin: 0 8px 4px 8px;
}
.featListBox .itemIn .img {
	width: 100%;
}

#featNav {
	margin: 0 10px 1em 10px;
}
#featNav .navtop {
	overflow: hidden;
	width: 100%;
	margin: 0 0 5px 0;
}
#featNav .navtop .prev {
	float: left;
}
#featNav .navtop .next {
	float: right;
}
#featNav .navtop .prev,
#featNav .navtop .next {
	width: 48%;
}
#featNav .navbottom {
	width: 100%;
}

/*----------------------------------------------------------------------------
 spec
----------------------------------------------------------------------------*/
.spec #headIn .title {
	width: 96px;
}
.specBox {
	margin: 0 0 1em 0;
}
.specBox .mainImg {
	margin: 0 0 0 0;
}
.specBox .specFig {
	margin: -68px 8px 1em 8px;
}
.warning {
	margin: 0 11px 1em 11px;
}

/*----------------------------------------------------------------------------
 store
----------------------------------------------------------------------------*/
.store #headIn .title {
	width: 112px;
}
.storeBox {
	margin: 10px 0 0 0;
	text-align: center;
}
.storeTxt {
	margin: 0 15px 20px 15px;
	font-size: 1.3em;
	text-align: left;
}
.storeTxt2 {
	margin: 0 8px 10px 8px;
	text-align: left;
}
.storeMemo {
	margin: 0 15px 15px 15px;
	text-align: left;
}
.note {
	display: table;
}
.note span {
	display: table-cell;
}
.searchList {
	margin: 0 0 5px 0;
}
.searchList .select {
	margin: 0 15px 15px 15px;
}
.searchList .select select {
	height: 60px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	-moz-appearance: button;
	-webkit-appearance: button;
	appearance: button;
	padding: 0.5em 2.5em 0.5em 0.5em;
	background-color: #acacac; /* Old browsers */
	background: url(../images/store/btn_store_select.png) no-repeat right center, -moz-linear-gradient(top,  #acacac 0%, #5a5a5a 100%); /* FF3.6+ */
	background: url(../images/store/btn_store_select.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acacac), color-stop(100%,#5a5a5a)); /* Chrome,Safari4+ */
	background: url(../images/store/btn_store_select.png) no-repeat right center, -webkit-linear-gradient(top,  #acacac 0%,#5a5a5a 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/store/btn_store_select.png) no-repeat right center, linear-gradient(to bottom,  #acacac 0%,#5a5a5a 100%); /* W3C */
	background-size: auto 100%;
	border: 1px solid 656767;
	color: #000000;
	font-size: 1.1em;
	box-shadow: inset 2px -2px 4px rgba(255, 255, 255, 0.32);
	vertical-align: middle;
}
.searchList .btn {
	margin: 0 35px 0 35px;
}
.searchList .btn input {
	width: 100%;
}

