@charset "shift_jis";

/**********************
　　枠組み設定
**********************/

body{
  background: none;
}

#wrapper {
	margin:0px auto;
	padding: 0px 0px 0px;
	width: 100%;
	text-align:left;
	position: relative;
}

#id00 #g-menu_bk #g-menu,
#id00 #g-menu_bk{
  display:none;
}

/**********************
　　ヘッダーの設定
**********************/

#header {
	margin: 0px auto;
	border-top: none;
	width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background:#fff;
	padding: 0;
}

#header .headerInner{
	padding: 15px 0px 15px;
  border-bottom:1px solid #dfdfdf;
  overflow:hidden;
	float: none;
  width: auto;}

#id00 #header {
	padding: 0!important;
}

#header h5 {
	float: left;
}

#header h5 a {
	margin: 0 0 0 10px;
	padding: 0px;
	width: 130px;
	height: 27px;
	background: url(/common/images/logo_sp.jpg) top left no-repeat;
  background-size:130px 27px;
	display: block;
	text-indent: -9999px;
}

#header div#gray_area {
  display:none;
}

#header .menu{
  width:25px;
  float:right;
  margin: 3px 10px 0 0;
  display:block;
}

#header .menu img{
  width:100%;
}


/**********************
　　spNav
**********************/

.spNav {
    display: none;
    width: 100%;
    min-width: 100%;
    background-color: #ececec;
    overflow:hidden;
}

.spNav li {
  border-bottom:1px solid #aaaaaa;
  width:50%;
  box-sizing:border-box;
  float:left;
  margin: 0;
  height: 50px;
}

.spNav li a {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    height: 50px;
}

.spNav li a span {
    padding: 0;
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    line-height: 1.2;
    text-align: left;
}

.spNav li {
  /*border-left:1px solid #aaaaaa;*/
	border-right:1px solid #aaaaaa;
}

/*.spNav li:nth-child(odd){
	border-left:none;
}*/
.spNav li:nth-child(even){
	border-right:none;
}
.spNav li:nth-last-child(-n+2) {
    border-bottom: none;
}
.spNav li:nth-child(even) {
  border-bottom:1px solid #aaaaaa;
}
.spNav li:last-child {
    border-bottom: none;
}
.spNav ul {
    border-bottom:1px solid #aaaaaa;
}

/**********************
　　tab
**********************/

.tabBox{
  position:relative;
}

.tabBox .tabList{
  display:block;
  position:absolute;
  top: 0;
  left:0;
  width:100%;
  z-index:100;
}
.tabBox .tabList li{
  background:#d5d5d5;
  padding:7px 0 0;
  float:right;
  border-top:3px solid #d5d5d5;
  border-left:3px solid #d5d5d5;
  border-right:3px solid #d5d5d5;
  box-sizing:border-box;
  font-weight:bold;
  width:49%;
  text-align:center;
  font-size:16px;
  height:43px;
}

.tabBox .tabList li:first-child{
  float:left;
}

.tabBox .tabList li.select{
  background:#fff;
}
.tabBox .hide {
  display:none;
}

.tabBox .tab_contents{
  padding: 40px 0 0;

}

/**********************
　　内容枠組み指定
**********************/

#container {
	margin:58px auto 0;
	padding: 0 0px 30px;
	width: 100%;
	text-align:left;
}

#column {
	margin:0px;
	padding: 0px;
	width: 100%;
	background: none;
}

#left_navi {
	width: 100%;
	float: none;
}
#left_navi h5{
	display: block;
	margin: 0 !important;
	padding: 10px 10px 7px 10px;
	background: #444 url(none);
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
  text-indent: inherit;
  width:auto;
  height:auto;
}
#id1 #left_navi dl {
	margin: 20px 0px 0px;
	padding: 0px 14px 0px 2px;
	width: 165px;
	background: url(../images/left_navi_line.gif) bottom left no-repeat;
}

#id00 #left_navi dl,
#id0 #left_navi dl,
#id2 #left_navi dl,
#id2-2 #left_navi dl,
#id3 #left_navi dl,
#id4 #left_navi dl,
#id5 #left_navi dl,
#id6 #left_navi dl,
#id7 #left_navi dl {
	display: none;
	margin: 40px 0px 0px;
	padding: 0px 14px 1px 2px;
	width: 165px;
	background: url(../images/left_navi_line.gif) bottom left no-repeat;
}

#left_navi dl dt {
	margin: 0px;
	padding: 2px 0px 1px;
	background: url(../images/left_navi_line.gif) top left no-repeat;
}

#left_navi dl dd {
	margin-bottom: 1px;
}

/**詳細は各font.cssへ**/

/**現在地**/

#left_navi dl dt a.on {
	background-color: #e1e7ef;
}

#left_navi dd ul li a.on {
	background-color: #e1e7ef;
}

#left_navi dd ul li ul li a.on {
	background-color: #e1e7ef;
}

/**親カテゴリ**/

#left_navi dl dt a.group {
	background-color: #f3f3f3;
}

#left_navi dd ul li.group {
	margin-bottom: 1px;
	background-color: #f3f3f3;
}

#left_navi p.inquiry {
	display: none;
	margin: 15px 0px 0px 1px;
	padding: 0px;
	width: 148px;
	border: 1px solid #d5d5d5;
}

/**詳細は各font.cssへ**/

#left_navi p.inquiry a:hover {
	background-color: #f8f8f8;
}

#id0 #contents,
#id1 #contents,
#id2-2 #contents,
#id3 #contents,
#id4 #contents,
#id5 #contents,
#id6 #contents,
#id7 #contents {
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
}

#id2 #contents {
	margin: 0px;
	padding: 23px 0px 0px;
	width: 700px;
	float: right;
}
.hero{
	display: block;
	width:100%;
}
.hero img{width: 100%;}


/**********************
　　ポップアップ指定
**********************/

/**ポップアップページ用**/

#pop #wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 740px;
}

#pop #header {
	margin: 0px auto;
	padding: 15px 20px 15px;
	border-top: 3px solid #264d7e;
	border-bottom: 1px solid #e1e7ef;
	width: 700px;
}

#pop #header h5  {
	margin: 0px;
	padding: 0px;
	width: 155px;
	height: 34px;
	background: url(/common/images/logo.jpg) top left no-repeat;
	display: block;
	text-indent: -9999px;
}

#pop #container {
	margin: 0px auto;
	padding: 0px;
	width: 740px;
}

#pop #contents {
	margin: 0px auto 20px;
	padding: 0px 20px 20px;
	width: 700px;
}

#pop #footer {
	margin: 0px auto;
	padding: 10px 20px;
	width: 700px;
	border-top: 2px solid #264d7e;
	background: url(/common/images/footer_bk.gif) left -75px repeat-x #eaeef3;
	text-align: center;
}

#pop #footer address {
	margin-top: 10px;
	width: 700px;
	text-align: center;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size:90%;
}



/**********************
　　フッター指定
**********************/

#footer_bk {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: url(/common/images/footer_bk.gif) top left repeat-x #eaeef3;
}

#footer {
	margin: 0px auto;
	padding: 70px 3% 10px;
	width: auto;
	box-sizing: border-box;
	background: url(/common/images/footer_img.gif) top left no-repeat #eaeef3;
}

#footer ul {
	width: auto;
}

#footer ul li {
	margin-right: 0;
  margin-bottom:20px;
	float: none;
}

#footer ul li a {
	padding: 7px 0 7px 25px;
	background: url(/common/images/arr_blue_r_sp.png) 0px center no-repeat;
  background-size:18px 18px;
}

#footer address {
	width: 100%;
	text-align: center;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size:12px !important;
}

