@charset "EUC-JP";
/* =========================================================
header・メニュー
========================================================= */
#header {border-bottom: 1px solid #C9C9C9;}
#header .header_inner {
	display: table;
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#header .header_inner li {
	display: table-cell;
	vertical-align: middle;
}
#header .header_inner > li:first-child {
	width: 129px;
	padding-left: 9px;
}
#header .header_inner > li:last-child {
	width: 150px;
	padding-right: 3px;
}
#header ul li .header_menu li {
	width: 50px;
	text-align: center;
}
#header ul li .header_menu li a {display: block;}
#header ul li .header_menu li.open a {background: #E6EEF5;}
#menu_list {
	position: absolute;
	width: 100%;
	z-index: 100;
}
#menu_list ul li {
	background: #3E3E3E;
	border-top: 1px solid #5a5a5a;
	border-bottom: 1px solid #232323;
}
#menu_list ul li:last-child {padding: 10px 0;}
#menu_list ul li a {
	display:block;
	position:relative;
	font-size: 15px;
	color: #FFF ;
	font-weight: bold;
	text-decoration:none;
	padding: 10px 18px 10px 15px;
}
#menu_list ul li:first-child a {border-top: none;}
#menu_list ul li a:after {
	display:block;
	content:"";
	width:5px;
	height:5px;
	position:absolute;
	top:50%;
	right:17px;
	margin-top:-5px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#menu_list ul li .close {text-align: center;}
#menu_list ul li .close a {
	display: block;
	width: 124px;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #2E2E2E;
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 0 0 rgba(255, 255, 255, 0) inset;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 0 0 rgba(255, 255, 255, 0) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 0 0 rgba(255, 255, 255, 0) inset;
	color: #000;
	font-weight: normal;
	background: #FFF;
	padding: 3px 8px;
	margin: 0 auto;
}
#menu_list ul li .close a img {padding: 8px 0 0 7px;}
/* #header_ec */
#header_ec .header_inner {
	border-bottom: 1px solid #C9C9C9;
	background-color: #ffffff;
}
#header_ec .header_inner {
	position: relative;
	width: 100%;
	height: 45px;
}
#header_ec .header_inner h1 {
	text-align: center;
	padding-top: 11px;
}
#header_ec .header_inner .favorite {
	position: absolute;
	width: 21px;
	height: 20px;
	top: 14px;
	right: 65px;
}
#header_ec .header_inner .favorite_count {
	background-color: #ff8100;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkid-border-radius: 7px;
	border-radius: 7px;
	color: #ffffff;
	display: inline-block;
	font-size: 9px;
	height: 9px;
	padding: 3px 5px;
	position: absolute;
	right: 56px;
	top: 9px;
	line-height: 1.0;
}
#header_ec .header_inner .menu {
	position: absolute;
	width: 22px;
	height: 18px;
	top: 15px;
	right: 15px;
}
#header_ec .menu a {display: block;}
#header_ec .menu.open a {background: #E6EEF5;}
/* =========================================================
footer・メニュー 
========================================================= */
#footer{
	line-height: 1.5;
	border-top: solid 1px #cccccc;
	padding: 5px 0;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #ffffff;
}
#footer ul.footer_link li{
	float:left;
	margin-right: 4px;
	padding-top: 1px;
}
#footer ul.footer_link li.last{float:left;}
#footer ul.footer_link li a{
	color:#004ab8;
	vertical-align: middle;
}
#footer img.proto_logo{
	float: left;
	margin-right: 4px;
	vertical-align: middle;
}
/* add by zhaoyukai 20130402 start*/
.gFooterBtn .onBtn {
	text-align:center;
	line-height:28px;
	height:28px;
	width:50%;
	background: -moz-linear-gradient(
	top,
	#898989 0%,
	#000000);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#898989),
	to(#000000));
	-moz-border-radius:0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
	border: 1px solid #000000;
	-moz-box-shadow:
	-1px 1px 1px rgba(255,255,255,0.8),
	inset -1px 1px 2px rgba(000,000,000,0.4);
	-webkit-box-shadow:
	-1px 1px 1px rgba(255,255,255,0.8),
	inset -1px 1px 2px rgba(000,000,000,0.4);
	box-shadow:
	-1px 1px 1px rgba(255,255,255,0.8),
	inset -1px 1px 2px rgba(000,000,000,0.4);
}
.gFooterBtn .onBtn a {
	color: #FFFFFF!important;
	display: block;
	text-shadow: 0 -1px 0 #000000, 0 1px 1px rgba(255, 255, 255, 0.8);
}
.gFooterBtn .offBtn {
	text-align:center;
	line-height:30px;
	height:30px;
	width:50%;
	color:#999999;
	background:#dfdfdf;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	-moz-box-shadow:
	-1px 1px 1px rgba(255,255,255,0.8),
	inset -1px 1px 2px rgba(000,000,000,0.4);
	-webkit-box-shadow:
	-1px 1px 1px rgba(255,255,255,0.8),
	inset -1px 1px 2px rgba(000,000,000,0.4);
	box-shadow:
	-1px 1px 1px rgba(255,255,255,0.8),
	inset -1px 1px 2px rgba(000,000,000,0.4);
	text-shadow:
	0px 1px 1px rgba(255,255,255,1),
	0px -1px 0px rgba(153,153,153,1);
}
.gFooterBtn span {display: table-cell;}
.gFBtnOuter {
	padding: 10px;
	margin-top: 30px;
}
.gFooterBtn {
	display: table;
	width: 100%;
}
/* add by zhaoyukai 20130402 end */
/* =========================================================
footer・メニュー EC
========================================================= */
#footer.ec{
	margin-top: 30px;
	background-color: #ffffff;
}
#footer.ec ul{
	border-top: solid 1px #dddddd;
}
#footer.ec ul li{
	border-bottom: solid 1px #dddddd;
}
#footer.ec ul li a{
	background: url("../../img/goobike_ec/icon_arrow_gray.png") no-repeat 97% 50%;
	background-size: 8px 13px;
	-moz-background-size: 8px 13px;
	-webkit-background-size: 8px 13px;
	display: block;
	height: 42px;
	color: #333333;
	padding-left: 15px;
	line-height: 3.5;
	font-size: 12px;
	font-weight: bold;
}
#footer.ec .logo_area{
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#footer.ec .copy_right{
	background-color: #0e59b3;
	height: 15px;
	line-height: 1.5;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}
/* =========================================================
footer・メニュー EC
========================================================= */
#footer.loan{
	border-top: solid 1px #dddddd;
}
