@charset "utf-8";
/* --------------------------------------------------

	css/tpl_header.css

-------------------------------------------------- */

/* ------------------------
	header common
------------------------ */
#hap {
	width:100%;
	background:#000;
}
#hap span{
	color: #fff;
 font-size: 12px;
 font-weight: normal;
	width:960px;
	margin:0 auto;
	display:block;
	padding:0.3em 0;
}
#header {
	width: 100%;
	padding-top: 0px;
	background:rgba(255,255,255,0.9);
	height:104px;
	text-align:center;
	position:fixed;
	z-index:999;
	top:0;
	border-bottom: 1px solid #ddd;
}

#header_wrapper {
	width: 960px;
	margin: 0 auto;
	
	height:60px;
}
.sns_area {
    float: right;
    padding: 10px 0 0;
}
.top_fb_f{
	display:none;
}
.sns_area ul {
    float: right;
}
ul.top_fb_h li{
    height: 32px;
    text-align: center;
    width: 32px;
	padding-top: 3px;
}
ul.top_fb_h li{
    display: inline-block;
}
.top_fb_h {
    margin-right: 12px;
}
#top_head_login{
	   float: left;
    border-right: 1px solid #ddd;
    margin-right: 8px;
	margin-top: 10px;
    padding-right: 16px;
    text-align: left;
    width: auto;
				font-size: 12px;
}
#top_head_login span.topname {
	border-right: 1px solid #ddd;
	margin-right: 16px;
	padding-right:16px;
}
#top_head_login span.toplogbtn a{
	background: #eee none repeat scroll 0 0;
 border: 1px solid #ddd;
 font-size: 11px;
 padding: 5px 20px 4px;
	
}
#top_head_login span.topmy a{
	background: #fff none repeat scroll 0 0;
 border: 1px solid #0080FF;
 font-size: 11px;
 padding: 5px 20px 4px;
	color: #0080FF;
	
}
#top_head_login span.topmy a:hover{
	background: #0080FF none repeat scroll 0 0;
 border: 1px solid #0080FF;
 font-size: 11px;
 padding: 5px 20px 4px;
	color: #fff;text-decoration: none;
	
}

#top_head_login a {
	color:#000;
}
#top_head_login span.toplogbtn a:hover {
	color: #922A40;
	text-decoration: underline;
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #eee;
}

.head_nav {
	float: right;
	padding: 15px 0 0 0;
}

.head_nav a {
	color:#fff;
	vertical-align:middle;
	padding:8px 0 0 0;
}
.head_nav a:hover {
	text-decoration:none;
	color:#eee;
}
.head_nav span {
	padding-right:16px;
	padding-top:3px;
	display:inline-block;
	font-size:12px;
}


/* ------------------------
	header global
------------------------ */

#head_globalnavi{
	background-color:#fff;
	clear: both;
	width: 100%;
	margin:0 auto;
	padding-left: 64px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	}
#head_bm{
	float: left;
	height: 60px;
	padding: 10px 0 0 10px;
}
/*#head_globalnavi li a{
	float:left;
	width:150px;
	height:64px;
	position: relative;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 64px;
	border-left: 1px solid #FFD08A;

	}
	#head_globalnavi li:last-child a{
	border-right: 1px solid #FFD08A;

	}
		#head_globalnavi li:first-child a{
	border-left: 0px solid #FFD08A;

	}
	#head_globalnavi li:first-child a{
	background: url(/common/images/header/navi_01_ov.png) no-repeat 0 0;
	}
	#head_globalnavi li:nth-child(2) a{
	background: url(/common/images/header/navi_02_ov.png) no-repeat 0 0;
	}
	#head_globalnavi li:nth-child(3) a{
	background: url(/common/images/header/navi_03_ov.png) no-repeat 0 0;
	}
	#head_globalnavi li:nth-child(4) a{
	background: url(/common/images/header/navi_04_ov.png) no-repeat 0 0;
	}
	#head_globalnavi li:nth-child(5) a{
	background: url(/common/images/header/navi_05_ov.png) no-repeat 0 0;
	}
	#head_globalnavi li a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
#head_globalnavi li a:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
*/

/* ------------------------
	header slim
------------------------ */

#header_slim {
	width: 100%;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
#header_slim h1 {
	width: 160px;
	margin:0 auto;
	text-align: center;
}
#header_slim h1 img {
	width: 100%;
}
#header_slim ul li.contact a:link, ul li.contact a:visited {
	color: #fff;
	font-size: 11px;
}
#header_slim ul li.hna_myname a:link, ul li.hna_myname a:visited {
	color: #fff;
	font-size: 11px;
}
#header .head_nav_area {
	float: right;
	position: relative;
}
#header .head_nav_area ul li {
	float: left;
}
#header .head_nav_area ul li dl {
	background: #ECE7E1;
	float: left;
	height: 28px;
	margin: 2px 0 0 0;
}
#header .head_nav_area ul li dl dt {
	float: left;
	padding: 0 12px 0 0;
}
#header .head_nav_area ul li dl dd {
	float: left;
	height: 30px;
	padding: 6px 12px 0 13px;
	font-size: 11px;
}
#header .head_nav_area ul li dl dd.hna_time {
	background: url(../../../../spc-common/include/header/images/header_time_mark.png) no-repeat 0 9px;
}
#header .head_nav_area ul li dl dd.hna_favorite {
	background: url(../../../../spc-common/include/header/images/header_favorite_mark.png) no-repeat 0 9px;
}
#header .head_nav_area ul li dl dd.hna_save {
	background: url(../../../../spc-common/include/header/images/header_save_mark.png) no-repeat 0 9px;
}
#header .head_nav_area li.contact {
	background: url(../../../../spc-common/include/header/images/header_contact_mark.png) no-repeat 0 11px;
	padding: 6px 12px 0 13px;
}
#header .head_nav_area li.hna_login {
	padding: 4px 0 0 0;
}
#header .head_nav_area li.hna_myname {
	padding: 6px 10px 0 13px;
}
#header_area .head_nav_area ul li dl dd a {
	color: #000;
	text-decoration: none;
}
#header_area .head_nav_area ul li dl dd a:hover {
	color: #00469A;
	text-decoration: underline;
}
/* ------------------------
	header search
------------------------ */

#head_globalnavi_s {
	float: right;
	position: relative;
	padding: 5px 30px 0 0;
}
#head_globalnavi_s ul li:first-child {
	border-left: 0px solid #CCC;
}
#head_globalnavi_s ul li {
	float: left;
	position: relative;
	border-left: 1px solid #CCC;
	padding: 0 0 0 8px;
	margin: 12px 0 0 7px;
}
#head_globalnavi_s ul li a:link, #head_globalnavi_s ul li a:visited {
	color: #000;
}
#header_list_area {
	background-color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.70, #fbfbfb), color-stop(0.90, #ebebeb), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #fbfbfb 70%, #ebebeb 90%, #ffffff);
	background: -ms-linear-gradient( top, #ffffff, #fbfbfb 70%, #ebebeb 90%, #ffffff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0)";
	-moz-box-shadow: 0px 4px 8px 0px #ddd;
	-webkit-box-shadow: 0px 4px 8px 0px #ddd;
	box-shadow: 0px 4px 8px 0px #ddd;
	display: inline-block;
	margin: 5px auto 0px;
	width: 100%;
	height: 87px;
	clear: both;
}
#header_list_area dl {
	border-right: 1px solid #DBDBEA;
	float: left;
	height: 87px;
	height: 62px;
	margin: 8px 12px 0 0;
	padding-right: 2px;
}
#header_list_area dl dt {
	font-weight: bold;
	margin-top: -3px;
}
#header_list_area dl dd {
	float: left;
	padding: 3px 10px 0 0;
}
#header_list_area dl.hla_end {
	border-right: 0px solid #DBDBEA;
}
#header_list_area .clr_red2 {
	color: #D80000;
}
#header_list_area .clr_blue2 {
	color: #1B5FBE;
}
#header_list_area .clr_ora {
	color: #FF5B26;
}
#header_list_area .clr_gre {
	color: #59B200;
}
#header_list_area .clr_red {
	color: #D80000;
}
#header_menu_area {
	float: right;
	margin: 8px 0 0 0;
}
#header_menu_area .hma_time {
	width: 134px;
	height: 62px;
	float: left;
	border-left: 1px solid #DBDBEA;
}
#header_menu_area .hma_favorite {
	width: 120px;
	height: 62px;
	float: left;
	border-left: 1px solid #DBDBEA;
}
#header_menu_area .hma_save {
	width: 110px;
	height: 62px;
	float: left;
	border-left: 1px solid #DBDBEA;
	border-right: 1px solid #DBDBEA;
}
#header_menu_area .hma_icon {
	float: left;
	padding: 18px 0 0 10px;
}
#header_menu_area .hma_name {
	padding: 18px 0 0 0;
	float: left;
	line-height: 1.0;
}
#header_menu_area .hma_num {
	font-size: 140%;
	font-weight: bold;
	display: block;
	text-align: center;
}
#header_menu_area li.hma_time a:hover {
	background: url(http://sample-model.com/common/include/header/images/header_time_bg.png) no-repeat 0 0;
	height: 62px;
	width: 134px;
	display: block;
}
#header_menu_area li.hma_favorite a:hover {
	background: url(http://sample-model.com/common/include/header/images/header_favorite_bg.png) no-repeat 0 0;
	height: 62px;
	width: 120px;
	display: block;
}
#header_menu_area li.hma_save a:hover {
	background: url(http://sample-model.com/common/include/header/images/header_save_bg.png) no-repeat 0 0;
	height: 62px;
	width: 128px;
	display: block;
}

/* ------------------------
	header form
------------------------ */

#headform {
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    position: relative;
    width: 235px;
}
.sggstInputWrap {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #9797A6;
    border-left: 1px solid #9797A6;
    border-radius: 3px;
    border-top: 1px solid #9797A6;
    height: 32px;
    position: relative;
				box-sizing: border-box;
}
.searchInput {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    display: block;
    font-size: 12px !important;
    height: 26px;
    left: 0;
    line-height: 23px;
    margin: 0;
    outline: 0 none;
    padding: 3px 0 0 0;
    position: absolute;
    text-indent: 8px;
    top: 0;
    width: 100%;
				
}

#detailSearch {
    background-color: #fff;
    color: #666;
    height: 32px;
    position: absolute;
    right: -62px;
    top: 0;
    width: 64px;
    z-index: 701;
				display:table;
				
}

#detailSearch #detailSearchButton {
    border-bottom: 1px solid #9797A6;
    border-top: 1px solid #9797A6;
    cursor: default;
    height: 32px;
    line-height: 28px;
    text-align: center;
    width: 64px;
				box-sizing: border-box;
				
}

#detailSearch #searchButtonFace {
    border-left: 1px solid #ccc;
    display: block;
    font-size: 10px;
    height: 30px;
				display:table-cell;
vertical-align: middle;
padding-left:5px;
}
#searchButtonArrow {
color:#C51F51;
}


.ritSahTermArea {
    background: #000000 url("http://sample-model.com/common/include/header/images/icon_loupe.png") no-repeat 0 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    height: 32px;
    right: -94px;
    top: 0;
    width: 32px;
}
.ritSahTermArea, .searchBtn {
    border: medium none;
    display: block;
    position: absolute;
}
.searchBtn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    height: 100%;
    line-height: 1px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-indent: -1000px;
    width: 100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

#dS_box {
    background: #EBDADA none repeat scroll 0 0;
    border: 1px solid #AE8282;
    box-shadow: 2px 2px 3px #ccc;
    display: none;
    left: -121px;
    padding: 10px;
    position: absolute;
    top: 44px;
    width: 300px;
    z-index: 700;
}
.dS_box_arr{
    border-bottom: 9px solid #AE8282;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    height: 0;
    left: 144px;
    position: absolute;
    top: -9px;
    width: 0;
}
.dS_box_arr span {
    border-bottom: 8px solid #EBDADA;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    right: -8px;
    top: 1px;
}
 .dS_box_arr span {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    position: absolute;
    width: 0;
}
.header_inner select, .header_inner input {
    padding: 5px 0;
				width:100%;
}
#dS_box input.s_btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #cb60b3 0%, #ad1283 50%, #de47ac 100%) repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    padding: 5px 20px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
				width:60%;
}
#dS_box input.s_btn:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #890080 12%, #db36a4 100%) repeat scroll 0 0;
    color: #ccc;
}

.hover-click{
  position: relative;
  
}
.hover-click > a{
  display: block;
}
.hover-click > div{
  display: none;
  z-index: 9999;
  position: absolute;
		width:960px;
  background:rgba(0,0,0,0.65) ;
  text-align: center;
		left:-641px;
}
.gm_brand_l{
				float:left;
				padding:20px;
				width:400px;
}
.gm_brand_l dt{
				color:#fff;
				font-size:15px;
}
.gm_brand_l dd{
				float:left;
				padding:0 5px 5px 0;
}
.gm_brand_r{
				float:left;
				padding:20px;
				width:500px;
}
.gm_brand_r dt{
				color:#fff;
				font-size:15px;
}
.gm_brand_r dd{
				float:left;
				padding:0 5px 5px 0;
}
.hover-click_cat{
  position: relative;
}
.hover-click_cat > a{
  display: block;
}
.hover-click_cat > div{
  display: none;
  z-index: 9999;
  position: absolute;
		width:144px;
		left:-10px;
  background:rgba(0,0,0,0.65) ;
  text-align: center;
		padding:20px 0 16px 20px;
}
#head_globalnavi ul.gm_cat{
					height:auto;

}
#head_globalnavi .gm_cat li{
				background: rgba(0, 0, 0, 0) url("http://sample-model.com/common/images/common/mark_03.png") no-repeat scroll 0 3px;
    color: #fff;
    float: none;
    font-size: 13px;
    height: auto;
    padding: 0 0 5px 14px;

}
#head_globalnavi .gm_cat li a:link,#head_globalnavi .gm_cat li a:visited{
				color:#fff;
				text-decoration: none;

}
#head_globalnavi .gm_cat li a:hover{
				color:#fff;
				text-decoration:underline;

}
#header_sp_slide{
	display:none;
}

@media only screen and (max-width: 767px) {
.head_nav{
	display:none;
}
#header_wrapper {
    width:100%;
				padding:0 10px;
				-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#header {
	position: relative;
	display: block;
	padding-bottom: 0px;
	height: 61px !important;
}
#head_globalnavi{
	display:none;
}
#header_sp_slide{
	display: block;
 float: right;
 width: 10%;
}
#header .slide_menu{
	background: rgba(0,0,0,0.8);
	width: 85%;
	right: 0;
	top: 60px;
	position: absolute;
	color: #fff;
	z-index: 100;
	display: none;
	padding-left: 20%;
}

#header .slide_menu .title{
	background: #2258C8;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px;
}
#header .slide_menu .title img{
				width:30%;
}


#header .slide_menu a{
	color:#333;
	text-decoration: none;
	display: block;
	background: #fff;
	padding: 16px 20px 14px 10px;
	border-bottom: 1px solid #ccc;
}
#header .slide_menu li:last-child a{
		border-bottom: 0;
}

#header .slide_menu>i {
	position: absolute;
	left: 6.5%;
	top: 1%;
}

#header .slide_menu .menu_log_wrap {
	background-color: #f3f3f3;
	padding: 1em 0;
	max-width:320px;
}
#header .slide_menu ul li a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #F29300;
border-right: solid 2px #F29300;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

#header .slide_menu .menu_log_wrap p {
	color: #595656;
	text-align: center;
	margin-top: 0.5em;
}

#header .slide_menu .menu_log_wrap ul li {
	margin: 0 auto 0.5em;
	padding: 1%;
	background-color: #fff;
	border: 2px solid #999;
	width: 90%;
}

#header .slide_menu .menu_log_wrap ul li:last-of-type {
	margin-bottom: 0;
}

#header .slide_menu .menu_log_wrap p.log_btn,
#header .slide_menu .menu_log_wrap p.sign_btn {
	box-sizing: border-box;
	width: 80%;
	margin: 0.5em auto;
}

#header .slide_menu .menu_log_wrap p.log_btn a {
	box-sizing: border-box;
	background: -moz-linear-gradient(top center, #edea95 0%, #f1d938 100%);								/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, from(#edea95), to(#f1d938));		/* Chrome  Safari */
	background: linear-gradient(top center, #edea95 0%, #f1d938 100%);									/* 蜈ｱ騾� */
	border-radius: 5px;
	border: 2px solid #f2c929;
	width: 100%;
	color: #9b2d3c;
}

#header .slide_menu .menu_log_wrap p.sign_btn a {
	box-sizing: border-box;
	background: -moz-linear-gradient(top center, #fdfdfd 0%, #cccccd 100%);								/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, from(#fdfdfd), to(#cccccd));		/* Chrome  Safari */
	background: linear-gradient(top center, #fdfdfd 0%, #cccccd 100%);									/* 蜈ｱ騾� */
	border-radius: 5px;
	border: 2px solid #cfcfcf;
	width: 100%;
	color: #083b82;
}

#header .slide_menu .menu_log_wrap li p:first-of-type:after {
	content: url(http://sample-model.com/sp/common/images/arrow_bottom.png);
	position: relative;
	left: 0.5em;
}

#header .slide_menu>ul li a:after {
	content: url(http://sample-model.com/sp/common/images/sp_menu_arrow.png);
	position: absolute;
	right: 1.5em;
}

#header .slide_menu>ul li {
	position: relative;
	font-size: 14px;

}
#header .slide_menu>ul li img {
	vertical-align:middle;
	padding-right:4px;
}
#sp_head{
position: fixed;
top: 0;
width: 100%;
height: 50px;
}

/* spmenu--------------------------*/
  #wrapper {
    padding-top: 60px;
	padding-bottom: initial;
  }
  .pt0 {
    padding-top: 0 !important;
  }

  .sp_logo {
    box-sizing: border-box;
    width: 120px;
    float: left;
    padding-left: 10px;
    padding-top: 5px;
  }
		.sp_logo img {
				max-height:50px;
  }
  .sp_nav{
    display: block;
    width: 25%;
    background: #fff;
    float: right;
  }
  .sp_nav ul.sp_nav_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
				margin-bottom: 0;
  }
  .sp_nav ul.sp_nav_list > li {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
				border-left:1px solid #ccc;
				height:60px;
  }
		.sp_nav ul.sp_nav_list > li img {
					max-height:60px;
  }

 

		/* SP下部固定CVエリア--------------------------*/
  .fixed_bottom_sp {
    display: block;
    position: fixed;
    width: 100%;
    min-width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;
    background:rgba(255,255,255,0.6);
    padding-top: 5px;
    padding-bottom: 5px;
  }
		.fixed_bottom_sp div {
			display:flex;
			padding:0 10px;

  }
  .fixed_bottom_sp > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .fixed_reserve_btn {
    width: 60%;
  }
  .fixed_tel_btn {
    width: 30%;
  }
  .fixed_reserve_btn > a {
    display: block;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
  }
  .fixed_tel_btn > a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 10vh;
    background-color: #3399FF;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
  }
	/**/
}
/**/


/*head*/
#head_globalnavi ul#g_area {
	float:left;
	height: 32px;
	padding: 0;
}
#head_globalnavi ul#g_area li {
	float: left;
	height: 32px;
}
#head_globalnavi ul#g_area li a {
		display:block;
	color: #777;
	padding-top: 10px;
	padding-bottom: 8px;
}
#head_globalnavi ul#g_area li a:hover {
 /*background:rgba(68,68,68,0.9);*/
	background: #e8f2fc;
	
}
#head_globalnavi ul#g_area li a:hover img {
 opacity: 1;
 filter: alpha(opacity=100);
 -ms-filter: "alpha( opacity=100 )";
 -moz-opacity: 1;
 -khtml-opacity: 1;
}

.head_nav {
	float: right;
	padding: 15px 0 0 0;
	position: relative;
}

.head_nav ul li {
	float: left;
	line-height:1.0;
}

.head_nav li.contact {
	background: rgba(0, 0, 0, 0) url("http://sample-model.com/nikkin/fitweb/common/include/header/images/at_header_contact_mark.png") no-repeat scroll 0 center;
	font-size: 11px;
	padding: 2px 10px 0 13px;
}

.head_nav li.hna_myname {
	border-left: 1px solid #999;
	color: #000;
	font-size: 11px;
	margin-top: 2px;
	padding: 0 10px 0 10px;
}

.head_nav li.hna_login a {
	padding: 0;
	background-color:#444;
	color:#fff !important;
	font-size: 10px;
	width:68px;
	display:block;
	height:17px;
	line-height:17px;
	text-align:center;
}





.megam_01 {
    list-style:none;
    margin:0;
    padding:0;
    z-index:200;
}
.megam_01 dl.gmn {
	/*width: 65px;*/
	border-right: 0px solid #eee;
	padding: 0 10px;
}
.megam_01 .gmn dt {
	/*border: 2px solid #F29300;
	border-radius: 4px;*/
	text-align: center;
	/*width: 50px;*/
	margin: 0 auto;
}
.megam_01 .gmn dd {
	text-align: center;
	width: 100%;
	padding-top: 2px;
	font-size: 10px;
	letter-spacing: -0.1em;
}
.megam_01 li {
	float: left;
}
.megam_01 li a {
    display:block;
}
.megam_01 li a:hover,
.megam_01 > li.selected > a {
}
.megam_02{
    display:none;
    background:rgba(255,255,255,1);
	background: #FFF0DB;
    width:100%;
				position:absolute;
				left:0;
				padding-top:14px;
				padding-bottom:14px;
}
.megam_01 li:hover .megam_02 {
    display:block;
}
.megam_02 li {
    /*width:950px;*/
	padding: 0 20px;
				margin:0 auto;
				/*color:#fff;*/
				float: none !important;
				height:auto !important;
}
.megam_02 li a{
    height:auto;
    background-color: none;
    width: auto;
    color: #000;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
.megam_02 li a:hover{
    
}

.alph_mg{
	font-size:10px;
	font-weight: normal;
	/*color:#fff;*/
}
.tit_mg{
	font-size:24px;
	/*color:#fff;*/
	font-weight:bold;
	display: table-cell;
	padding-bottom:4px;
	border-bottom:solid 1px #999;
	line-height:1.3;
}
.txt_mg{
	font-size:15px;
	/*color:#fff;*/
	font-weight: normal;
	padding-top:20px;
	display:block;
}

/*bn_mg*/
.bn_mg dl{
	float:left;
	padding-right:20px;
	padding-top:22px;
}
.bn_mg dl:last-child{
	padding-right:0px;
}
#header .megam_02 li .bn_mg dl a {
    /*color:#fff;*/
    height: auto;
    padding: 2px 0;
    width: auto;
}
#head_globalnavi ul#g_area li .bn_mg dl dd a:hover {
 background: none;
}
.megam_02 .tit_list_mg{
				clear:both;
				font-size:15px;
				/*color:#fff;*/
				font-weight: 600;
				padding-bottom:3px;
				padding-top:16px;
}
.megam_02 ul.list_mg{
				clear:both;
				border-top:1px solid #999;
				display: inline-block;
    width: 100%;
				padding-top:2px;
}
.megam_02 ul.list_mg li{
    /*color:#fff;*/
    float: left !important;
    height: auto !important;
    margin: 0 auto;
    min-height: 0px;
    padding: 0px;
    width: auto;
				font-size:13px;
				line-height:1.3;
}
.megam_02 ul.list_mg li a{
    padding: 6px 20px 0 10px;
				/*color:#fff;*/
				background: url(../images/common/mark_line.png) no-repeat 0 13px;
}
.megam_02 .thr-block ul.list_mg li{
				width:25%;
}
.megam_02 .thr-block ul.list_mg li a{
				padding: 6px 0px 0 10px;
}
#head_globalnavi ul#g_area .megam_02 ul.list_mg li a:hover{
				background: url(../images/common/mark_line.png) no-repeat 0 9px rgba(68,68,68,0);
}
.type_01 .mg_tit_area{
	position: relative;
}
.type_01 .txt_mg{
	position:absolute;
	top:0;
	left:200px;
	padding-top:10px;
}
.type_02 .mg_tit_area{
	float:left;
	width:372px;
}
.type_02 .mg_tit_area2{
	float:left;
	width:165px;
}
.type_02 .bn_mg{
	float:right;
}
.thr-block{
	float:left;
	width:303px;
}
/*kensaku*/
ul.top_gcse{
	padding:5px 10px;
}
.p-global-header__form {
    display: flex;
    width: 220px;
	font-size: 12px;
    
    border-radius: 2px;
	margin-top: 2px;
}
.p-global-header__form__item.__query {
    width: calc(100% - 60px);
    background-image: url(../images/common/magnify-gray.svg);
    background-position: 8px 50%;
    background-size: 13px 13px;
	background-repeat: no-repeat;
	border: 1px solid #dad9d6;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.p-global-header__form__item input, .p-global-header__form__item button {
    margin: 0;
    padding: 0;
        padding-right: 0px;
        padding-left: 0px;
    border-style: none;
    border-radius: 0;
    background-color: transparent;
    color: inherit;
    overflow: visible;
}
.p-global-header__form__item input, .p-global-header__form__item button {
    width: 100%;
    height: 100%;
}

.p-global-header__form__item.__query input {
    padding-left: 34px;
    padding-right: 1em;
    line-height: normal;
}
.p-global-header__form__item.__submit {
    width: 60px;
	margin: 0 0 0 3px;
	height: 24px;
}

.p-global-header__form__item.__submit button {
    background-color: #F29300;
    /*border-radius: 0 1px 1px 0;*/
    color: #fff;
	font-size: 12px;
	
}

@media print, screen  and (max-width: 1186px) {
	#head_globalnavi ul#g_area {
	display: none;
}
	
}/**/

/*tablet*/
@media print, screen and (min-width: 641px) and (max-width: 1010px) {
#header {
    background:none;
    border-bottom: 0px solid #ddd;
	/*background: rgba(255,255,255,0.9);*/
}
	#head_globalnavi  {
	display: none;
}
	
}/**/

/*sp*/
@media print, screen and (max-width: 640px) {

}/**/


.google_search {
	float: left;
	width: 300px;
	margin-top: -8px;
}
.google_search .gsc-control-cse {
	background-color: transparent;
}