@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;
}
/* GOOBIKE-4824  202330927 start */
div.banner_sp {
    height: auto;
    padding: 5px;
}

div.banner_sp a img {
	width: 100%;
	height: 100%;
}
/* GOOBIKE-4824  202330927 end */
/* =========================================================
content
========================================================= */
#content .new li a {
	padding: 15px 18px 15px 10px;
	border-top: none;
}

#content .new li a span {
	color: #F10000;
	font-weight: bold;
	padding-left: 32px;
	background: url(../img/icon_new.gif) no-repeat 0 center;
		-webkit-background-size: 28px 11px;
		-moz-background-size: 28px 11px;
	background-size: 28px 11px;
}

#content .search_area {
	padding: 12px 8px;
	margin-bottom: 0;
	background: none;
}

#content .search_area ul {
	display: table;
	width: 100%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
}

#content .search_area ul li {
	display: table-cell;
	height: 40px;
	vertical-align: middle;
}

#content .search_area ul li:first-child {
	border: 1px solid #aab4be;
		-webkit-border-radius: 4px 0 0 4px;
		-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

#content .search_area ul li:last-child {
	width: 43px;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	text-align: center;
	border: 1px solid #002AC6;
		-webkit-border-radius: 0 4px 4px 0;
		-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	/*#17703 START by xa_lih 20171215 #17653 GooBikeSEOプロジェクト_SP
	/*background:#092fca;
	background:-moz-linear-gradient(top, #527bfa, #092fca);
	background:-webkit-gradient(linear, left top, left bottom, from(#527bfa), to(#092fca));*/
     /*#17703 END by xa_lih 20171215 #17653 GooBikeSEOプロジェクト_SP*/

}

#content .search_area ul li input[type="text"] {
	width: 100%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	padding: 13px;
		-webkit-appearance: none;
		-moz-appearance:none;
	border: none;
}

#content div .brand,
#content div .bros  {
	width: 100%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	border-top: 1px solid #C9C9C9;
}

#content div .brand li,
#content div .bros li {
	width: 50%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	float: left;
}

#content div .brand li a {color: #333;}

#content div .brand .newline {display: table;}

@media only screen and (orientation : portrait) {
	#content div .brand .newline a {
		padding: 0 30px 0 7px;
		height: 38px;
	}
}

@media only screen and (orientation : landscape) {
    #content div .brand .newline a {
		padding: 10px 18px 10px 5px;
	}
}

#content div .brand .newline span {
	display: table-cell;
	vertical-align: middle;
}

#content div .brand li:first-child a,
#content div .bros li:first-child a {border-top: none;}

#content div .brand li:nth-child(2n+1) a,
#content div .bros li:nth-child(2n+1) a {border-right: 1px solid #C9C9C9;}

#content div dl .accordion {
	position: relative;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 10px;
/*	background: #004CBD;*/ /* #17703 MODIFY by xa_lih 20171215 #17653 GooBikeSEOプロジェクト_SP*/
}

#content div dl .accordion span {
	display: block;
	background: url(../img/icon_tit_history.gif) no-repeat 0 center;
		-webkit-background-size: 19px 19px;
  	-moz-background-size: 19px 19px;
  background-size: 19px 19px;
	padding-left: 30px;
}

#content div dl .accordion span:after {
	content: "";
	position: absolute;
	top:16px;
	right: 10px;
	height:0px;
	width:0px;
	border: solid #c2dbff;
	border-width: 7px 5px;
	border-color:transparent;
	border-top-color:#c2dbff;
}

#content div dl .accordion span.active:after {
	content: "";
	top:9px;
	border: solid #c2dbff;
	border-width: 7px 5px;
	border-color:transparent;
	border-bottom-color:#c2dbff;
}

#content div dl .accordion + dd {display: none;}

#content div dl .accordion + dd ul li a{padding: 10px;}

/* 20140804_CSS追加 */

#content div dl .accordion02 {
	position: relative;
	color: #064ab8;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 10px 8px 5px;
	background: #ededed;
}

#content div dl .accordion02 span {
	display: block;
	background: url(../img/icon_tit_region.gif) no-repeat 0 center;
	-webkit-background-size: 18px 16px;
	-moz-background-size: 18px 16px;
	background-size: 18px 16px;
	padding-left: 24px;
}

#content div dl .accordion02 span:after {
	content: "";
	position: absolute;
	top:16px;
	right: 10px;
	height:0px;
	width:0px;
	border: solid #064ab8;
	border-width: 7px 5px;
	border-color:transparent;
	border-top-color:#064ab8;
}

#content div dl .accordion02 span.active:after {
	content: "";
	top:9px;
	border: solid #064ab8;
	border-width: 7px 5px;
	border-color:transparent;
	border-bottom-color:#064ab8;
}

#content li.btm_0 a{ border-bottom: none;}

/* 20140804_CSS追加 */

#content .special .info li a {
	display: table;
	width: 100%;
	height: 46px;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	color: #000;
	border-bottom: 1px solid #C9C9C9;
}

#content .special .info li:first-child a {border-top: 1px solid #C9C9C9;}

#content .special .info li a span {
	display: table-cell;
	vertical-align: middle;
}


#content .special .info li a span:first-child {
	width: 50px;
	text-align: center;
}

#content .special .info li a span:last-child {padding-left: 7px;}

#content .special .info li a span:last-child em {
	font-weight: bold;
	color: #E50011;
}

#content .special .bnr_area ul {
	width: 310px;
	margin: 0 auto 12px;
}

#content .special .bnr_area li {
	width: 150px;
	float: left;
	margin: 0 10px 8px 0;
}

#content .special .bnr_area li:nth-child(2n+2) {margin-right: 0;}


/* 20140811_CSS追加 */
#content h2.brand_search ul{
    display:table;
        width:100%;
}

#content h2.brand_search ul li{
    display:table-cell;
}

#content h2.brand_search ul li:first-child {
    /*width:130px;*/
}

#content h2.brand_search ul li:last-child {
    font-size:12px;
    text-align:right;
}

#content h2.brand_search ul li span{
    color:#F10000;
        font-size:17px;
}
#content .type ul {
	width: 300px;
	margin: 0 auto;
}

#content .type li {
	width: 75px;
	float: left;
	text-align: center;
	margin-bottom: 5px;
}

#content .type li a {
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

#content .type li a img {padding-bottom: 3px;}

#content .type .more {border-top: 1px solid #C9C9C9;}

#content .bikebross {
	display: table;
	width: 100%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	font-size: 14px;
	padding: 6px 2px 6px 20px;
}

#content .bikebross span {
    display: table-cell;
    width: 100%;
}

#content .bikebross img {
	display: table-cell;
}

#content div .bros li a {padding: 3px 18px 3px 5px;}

#content .ranking .ranking_inner li a {padding: 5px 18px 5px 0;}

#content .ranking .ranking_inner li a,
#content .ranking .ranking_inner li a div dl {
	display: table;
	width: 100%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	color: #000;
}

#content .ranking .ranking_inner li a div,
#content .ranking .ranking_inner li a div dl dt,
#content .ranking .ranking_inner li a div dl dd {
	display: table-cell;
	vertical-align: middle;
}

#content .ranking .ranking_inner li a div {min-height: 69px;}

#content .ranking .ranking_inner li a div:first-child {
	width: 86px;
	text-align: center;
}

#content .ranking .ranking_inner li a div dl dt {width: 26px;}

#content .ranking .ranking_inner li a div dl dd {
	font-size: 15px;
	font-weight: bold;
}

#content .ranking .ranking_inner li a div dl dd span {
	display: inline;
	font-weight: normal;
}

#content .ranking .ranking_inner li a div p {font-weight: normal;}

#content .ranking .ranking_inner li a div p span {
	display: inline;
	font-weight: bold;
	color: #F50000;
}

#content .ranking .more {border-top: 1px solid #C9C9C9;}


/* =========================================================
footer
========================================================= */
#footer .page_top {
	border-top: 1px solid #C9C9C9;
	background: #F7F7F7;
}

#footer .page_top a {
	display: block;
	padding: 12px;
}


/* =========================================================
共通
========================================================= */
.link_arrow li a {
	display:block;
	position:relative;
	color: #064AB8;
	font-weight: bold;
	text-decoration:none;
	padding: 10px 18px 10px 5px;
	border-bottom: 1px solid #C9C9C9;
}

.link_arrow li:first-child a {border-top: 1px solid #C9C9C9;}

.link_arrow li a:after {
	display:block;
	content:"";
	width:5px;
	height:5px;
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-5px;
	border-top: solid 3px #aab4be;
	border-right: solid 3px #aab4be;
	transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
}

.link_arrow li a span {display: block;}

.link_arrow li a span em {font-weight: normal;}

.more {
	text-align: center;
	border-bottom: 1px solid #C9C9C9;
	background: #ededed;
}

.more a {
	display: block;
	padding: 10px;
}

.more a span {
	background: url(../img/icon_arrow_more.png) no-repeat 0 center;
		-webkit-background-size: 5px 8px;
  	-moz-background-size: 5px 8px;
	background-size: 5px 8px;
	padding-left: 10px;
}

#content h2 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	background: #EDEDED;
	padding: 6px 10px 6px 20px;
	border: none;
	background: url(../img/icon_tit_top.gif) #ededed no-repeat 0 center;
		-webkit-background-size: 5px 8px;
		-moz-background-size: 13px 19px;
	background-size: 13px 19px;
	margin-bottom: 10px;
}

#content h2.type2 {
	background: url(../img/icon_tit_top02.gif) #ededed no-repeat 0 center;
		-webkit-background-size: 13px 19px;
		-moz-background-size: 13px 19px;
  background-size: 13px 19px;
}

input::-webkit-input-placeholder {color: #AAB4BE;}
input:-moz-input-placeholder {color: #AAB4BE;}

.mb30{margin-bottom: 20px !important;}


/* アイコン
------------------------- */
.icon_search {
	padding-left: 24px;
	background: url(../img/icon_tit_search.gif) no-repeat 0 center;
		-webkit-background-size: 14px 15px;
  	-moz-background-size: 14px 15px;
	background-size: 14px 15px;
}

.icon_jpn {
	padding-left: 24px;
	background: url(../img/icon_jpn.gif) no-repeat 0 center;
		-webkit-background-size: 22px 15px;
  	-moz-background-size: 22px 15px;
	background-size: 22px 15px;
}

.icon_usa {
	padding-left: 24px;
	background: url(../img/icon_usa.gif) no-repeat 0 center;
		-webkit-background-size: 22px 15px;
  	-moz-background-size: 22px 15px;
	background-size: 22px 15px;
}

.icon_bmw {
	padding-left: 24px;
	background: url(../img/icon_bmw.gif) no-repeat 0 center;
		-webkit-background-size: 22px 15px;
  	-moz-background-size: 22px 15px;
	background-size: 22px 15px;
}

/* #17206 START BY xa_luoys 20180102 Goobike全体のHTTPS化 */
.icon_aus {
	padding-left: 24px;
	background: url(https://img.goo-net.com/goobike/bike/common/img/flag/icon_aus.gif) no-repeat 0 center;
		-webkit-background-size: 22px 15px;
  	-moz-background-size: 22px 15px;
	background-size: 22px 15px;
}
.icon_gb {
    padding-left: 24px;
    background: url(https://img.goo-net.com/goobike/bike/common/img/flag/icon_gb.gif) no-repeat 0 center;
        -webkit-background-size: 22px 15px;
    -moz-background-size: 22px 15px;
    background-size: 22px 15px;
}
/* #17206 END BY xa_luoys 20180102 Goobike全体のHTTPS化 */
.icon_ita {
    padding-left: 24px;
    background: url(../img/icon_ita.gif) no-repeat 0 center;
        -webkit-background-size: 22px 15px;
    -moz-background-size: 22px 15px;
    background-size: 22px 15px;
}
.icon_commuting {
	padding-left: 24px;
	background: url(../img/icon_commuting.gif) no-repeat 0 center;
		-webkit-background-size: 15px 13px;
  	-moz-background-size: 15px 13px;
	background-size: 15px 13px;
}

.icon_city {
	padding-left: 24px;
	background: url(../img/icon_city.gif) no-repeat 0 center;
		-webkit-background-size: 15px 16px;
  	-moz-background-size: 15px 16px;
	background-size: 15px 16px;
}

.icon_touring {
	padding-left: 24px;
	background: url(../img/icon_touring.gif) no-repeat 0 center;
		-webkit-background-size: 15px 15px;
  	-moz-background-size: 15px 15px;
	background-size: 15px 15px;
}

.icon_nature {
	padding-left: 24px;
	background: url(../img/icon_nature.gif) no-repeat 0 center;
		-webkit-background-size: 17px 12px;
  	-moz-background-size: 17px 12px;
	background-size: 17px 12px;
}

.icon_earth {
    padding-left: 24px;
    background: url(../img/icon_earth.gif) no-repeat 0 center;
        -webkit-background-size: 17px 17px;
    -moz-background-size: 17px 17px;
    background-size: 17px 17px;
}

.icon_racer {
	padding-left: 24px;
	background: url(../img/icon_racer.gif) no-repeat 0 center;
		-webkit-background-size: 15px 18px;
  	-moz-background-size: 15px 18px;
	background-size: 15px 18px;
}

.icon_shop {
	padding-left: 24px;
	background: url(../img/icon_shop.gif) no-repeat 0 center;
		-webkit-background-size: 14px 18px;
  	-moz-background-size: 14px 18px;
	background-size: 14px 18px;
}

.icon_sell {
	padding-left: 24px;
	background: url(../img/icon_sell.gif) no-repeat 0 center;
		-webkit-background-size: 14px 18px;
  	-moz-background-size: 14px 18px;
	background-size: 14px 18px;
}

.icon_review {
	padding-left: 24px;
	background: url(../img/icon_review.gif) no-repeat 0 center;
		-webkit-background-size: 18px 17px;
  	-moz-background-size: 18px 17px;
	background-size: 18px 17px;
}

/*#1876 Start by liujb SP トップページアイコン追加*/
.icon_fleamarket {
    padding-left: 24px;
    background: url(../img/icon_fleamarket.gif) no-repeat 0 center;
        -webkit-background-size: 18px 17px;
    -moz-background-size: 18px 17px;
    background-size: 18px 17px;
}
/*#1876 End by liujb SP トップページアイコン追加*/
.icon_price {
	padding-left: 24px;
	background: url(../img/icon_price.gif) no-repeat 0 center;
		-webkit-background-size: 15px 15px;
  	-moz-background-size: 15px 15px;
	background-size: 15px 15px;
}

.icon_sales {
	padding-left: 24px;
	background: url(../img/icon_sales.gif) no-repeat 0 center;
		-webkit-background-size: 18px 12px;
  	-moz-background-size: 18px 12px;
	background-size: 18px 12px;
}

.icon_electric {
	padding-left: 24px;
	background: url(../img/icon_electric.gif) no-repeat 0 center;
		-webkit-background-size: 14px 21px;
  	-moz-background-size: 14px 21px;
	background-size: 14px 21px;
}

.icon_catalog {
	padding-left: 24px;
	background: url(../img/icon_catalog.gif) no-repeat 0 center;
		-webkit-background-size: 15px 22px;
  	-moz-background-size: 15px 22px;
	background-size: 15px 22px;
}
/* #17206 START BY xa_luoys 20180102 Goobike全体のHTTPS化 */
.icon_muffler {
	line-height: 32px;
	padding-left: 37px;
	background: url(https://img.goo-net.com/goobike/smp/top/muffler_icon.png) no-repeat 0 center;
		-webkit-background-size: 31px 32px;
  	-moz-background-size: 31px 32px;
	background-size: 31px 32px;
}

.icon_helmet {
	line-height: 32px;
	padding-left: 37px;
	background: url(https://img.goo-net.com/goobike/smp/top/helmet_icon.png) no-repeat 0 center;
		-webkit-background-size: 31px 32px;
  	-moz-background-size: 31px 32px;
	background-size: 31px 32px;
}

.icon_exterior {
	line-height: 32px;
	padding-left: 37px;
	background: url(https://img.goo-net.com/goobike/smp/top/exterior_icon.png) no-repeat 0 center;
		-webkit-background-size: 31px 32px;
  	-moz-background-size: 31px 32px;
	background-size: 31px 32px;
}

.icon_goggles {
	line-height: 32px;
	padding-left: 37px;
	background: url(https://img.goo-net.com/goobike/smp/top/goggles_icon.png) no-repeat 0 center;
		-webkit-background-size: 31px 32px;
  	-moz-background-size: 31px 32px;
	background-size: 31px 32px;
}

.icon_drive {
	line-height: 32px;
	padding-left: 37px;
	background: url(https://img.goo-net.com/goobike/smp/top/drive_icon.png) no-repeat 0 center;
		-webkit-background-size: 31px 32px;
  	-moz-background-size: 31px 32px;
	background-size: 31px 32px;
}

.icon_wear {
	line-height: 32px;
	padding-left: 37px;
	background: url(https://img.goo-net.com/goobike/smp/top/wear_icon.png) no-repeat 0 center;
		-webkit-background-size: 31px 32px;
  	-moz-background-size: 31px 32px;
	background-size: 31px 32px;
}
/* #17206 END BY xa_luoys 20180102 Goobike全体のHTTPS化 */

/* 160707追加 */
.icon_feature {
    padding-left: 24px;
    background: url(../img/icon_bike_tokusyu.png) no-repeat 0 center;
        -webkit-background-size: 18px 15px;
    -moz-background-size: 18px 15px;
    background-size: 18px 15px;
}
/* 160707追加 */

/* ヘッダーバナー */
.headBannerContainer{
	height: 260px;
	position: relative;
	overflow: hidden;
	z-index: 100;
}
.topbox{
	overflow: hidden;
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.topimg{
	height: 266px;
	/* 160823 : 5656キャンペーンのため画像切り替え
	background-image: url("/smp/img/banner_api.png");
	*/
	background-image: url("../img/160817_cp_5656/banner_api_5656.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 320px 266px;
	z-index: 1;
	width: 320px;
	margin: 0px auto;
	-webkit-transform: translateZ(0px);
}
.topimg a{
	display: block;
	height: 266px;
	width: 320px;
	z-index: 2;
}
.Section{
	background-color: #ffffff;
	height: auto;
	position: relative;
	z-index:1000;
}
/* //ヘッダーバナー */
/* GOOBIKE_DESIGN-311 20150709 */
.mb40{margin-bottom: 40px;}
#cboxContent {
	background: none;
	margin: 15px 0;
}
#first_access, #first_access .inline, #modal_wrap {display: none;}
#modal_content {background-color: #fafafa;}
#modal_content .modal_content_inner {
	position: relative;
	text-align: center;
	background-color: #ffffff;
	padding: 0 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* 5656キャンペーン @ 160817 */
	/*height: 360px;*/
	/*height: 436px;*/
	position: relative;
	/* // 5656キャンペーン @ 160817 */
}
body #colorbox,
body #cboxWrapper {overflow: visible;}
body #colorbox #cboxContent {
	position: relative;
	overflow: visible;
}
#cboxContent .close_btn {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 30px;
	height: 30px;
	background: #fff;
	font-family: 'Arial', Meiryo, sans-serif;
	font-size: 30px;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	line-height: 30px;
	color: #333;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
/* 5656キャンペーン @ 160817 */
/*#modal_content .modal_content_inner p.text{
	margin-bottom: 27px;
	font-size: 15px;
	font-weight: bold;
}
#modal_content .modal_content_inner p.btn a{
	display: block;
	width: 264px;
	height: 43px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 43px;
	letter-spacing: 0;
	background-color: #ff2525;
	border: 1px solid #ff2525;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin: 0 auto 15px;
}
#modal_content .modal_content_inner p.btn2 a{
	background-color: #2586ff;
	border: 1px solid #2586ff;
	margin-bottom: 0;
}*/

#modal_content .cp5656 {
	width: 240px;
	height: 436px;
	position: relative;
}
#modal_content .cp5656 a {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 240px;
	height: 70px;
	text-indent: -9999px;
}

#float_ad {
	display: none;
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;
	background: rgba(0,0,0,0.6);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#float_ad .float_ad_inner {
	display: table;
	width: 100%;
	position: relative;
}
#float_ad .float_ad_inner > * {
	display: table-cell;
	vertical-align: middle;
}
#float_ad .float_ad_inner > .left_col {
	width: 60px;
}
#float_ad .float_ad_inner > .right_col {
	padding-left: 5px;
	padding-right: 20px;
	text-align: center;
}
#float_ad .float_ad_inner > .right_col > h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
}
#float_ad .float_ad_inner > .right_col > a {
	display: inline-block;
	margin-top: 3px;
}
#float_ad .float_ad_inner > .close {
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
}

/* // 5656キャンペーン @ 160817 */

/* 検索リニューアル @ 160817 */
#modal_content #cp_search_renewal {
	text-align: center;
}
#modal_content #cp_search_renewal .modal_title {
	padding: 15px 15px 0;
}
#modal_content #cp_search_renewal .modal_title img {
	width: 100%;
	max-width: 240px;
}
#modal_content #cp_search_renewal .modal_lead {
	margin-top: 20px;
	padding: 0 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}
#modal_content #cp_search_renewal .modal_footer {
	margin-top: 20px;
	padding: 15px;
	background: #f5f5f5;
}
#modal_content #cp_search_renewal .modal_btn {
	display: block;
	padding: 15px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
	background: #eb2c2c;
	border-radius: 30px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
}
#modal_content #cp_search_renewal .modal_link {
	display: inline-block;
	margin-top: 15px;
	text-decoration: underline;
	font-size: 12px;
}
/* // 検索リニューアル @ 160817 */

/* GD408 160525 */
#mt_gbm {}
#mt_gbm ul li a {
	position: relative;
	overflow: hidden;
	line-height: 1;
}
#mt_gbm ul li .gbm_thumb {
	width: 106px;
	float: left;
}
#mt_gbm ul li .gbm_thumb > img {
	width: 100%;
}
#mt_gbm ul li .gbm_tag,
#mt_gbm ul li .gbm_new {
	display: inline-block;
	padding: 3px;
	font-size: 10px;
	float: left;
	line-height: 1;
}
#mt_gbm ul li .gbm_tag {
	margin-left: 10px;
	background: #eee;
	color: #666;
}
#mt_gbm ul li .gbm_new {
	background: #f13960;
	color: #fff;
}
#mt_gbm ul li h3 {
	margin-left: 116px;
	padding-top: 7px;
	line-height: 1.3;
	font-size: 14px;
	font-weight: bold;
}
#mt_gbm ul li .gbm_update {
	margin-left: 115px;
	padding-top: 20px;
	font-size: 11px;
    color: #f13960;
}

/* // GD408 160525 */
/* メーカートップ */
.explain {
	position: relative;
	margin: 0 auto 24px;
	display: flex;
	justify-content: center;
}
.explain_btn_s {
	position: absolute;
	top: 47%;
	margin-left: 4px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
}
.explain_btn_s img {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	width: 20px;
	height: auto;
}

/* 販売店一覧 */
.optionBtns .optionBtns_list {
	padding: 0 10px 0 0px;
}
.form_radio:before {
	background-position: 0 0;
}
.form_radio.checked:before {
	background-position: -25px 0;
}
.link_list02 {
	overflow: visible;
}
.check_list.explainBtn {
	padding: 10px;
}
.check_list.explainBtn li {
	margin-right: 33px;
}
.check_list.explainBtn li .explain {
	position: absolute;
	margin-top: 11px;
	margin-left: 3px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px !important;
	border-radius: 50%;
	cursor: pointer;
}
.check_list.explainBtn li .explain img {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	width: 20px;
	height: auto;
}

/* 販売店取扱新車一覧 */
h2 .explain {
	position: absolute;
	top: 49%;
	left: 46px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px !important;
	border-radius: 50%;
	cursor: pointer;
}
h2 .explain img {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	width: 20px !important;
	height: auto;
}
#content .freecall_about .freecall_btn .explain_btn_s img {
	width: 20px !important;
}
#content .freecall_about .freecall_btn .explain_btn_s {
	margin-left: 0;
}
.freecall_about .freecall_btn {
	margin-left: 14px !important;
}

/* 車両説明ポップアップ */
.gradeInfo {
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	width: 75%;
	transform: translate(-50%, -50%);
	background: #FFF;
	transition: left .3s ease-in-out;
	z-index: 1001;
	padding: 5px;
	margin: 0 auto;
}
.gradeInfo .infoWrap {
	border: 1px solid #D2D2D1;
	padding: 25px 10px 20px;
}
.gradeInfo .infoWrap h3 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6px;
}
.gradeInfo .infoWrap p {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8;
}
.gradeInfo .modal_close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-color: #D2D2D1;
	transition: background .15s ease-in;
}
.gradeInfo .modal_close::before,
.gradeInfo .modal_close::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	transform: rotate(45deg);
	transform-origin:0% 50%;
	position: absolute;
	top: calc(14% - 1px);
	left: 14%;
}
.gradeInfo .modal_close::after {
	transform: rotate(-45deg);
	transform-origin:100% 50%;
	left: auto;
	right: 14%;
}
.modal_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.7);
}
/* #34865 START BY xa_yaoj 20230908 GOOBIKE_NEWCAR-4875 新しいグーバイクTOPページの開発 */
/* グローバルナビゲーション */
.global_nav ul {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.global_nav ul li {
  position: relative;
  width: calc(100% / 5);
}
.global_nav ul li:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 26px;
  background: #ccc;
  transform: translateY(-50%);
}/*
.global_nav ul li.-current::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dc0000;
}*/
.global_nav ul li a {
  display: block;
  padding: 12px;
  text-align: center;
  color: #222;
  font-size: 11px;
  font-weight:bold !important;/* 600;*/
  text-decoration: none;
  line-height: 1.1;
}
.global_nav ul li a.-current {
border-bottom:2px solid #dc0000;
}
/* #35996 START by xa_yaoj 2024-07-16 GOOBIKE_NEWCAR-1842 【グーバイク】グロナビ_買取上部の吹き出し差し替え*/
.global_nav ul li.-icon::before {
  content: url(/newbike/static/goobike/common/img/pc_index/bubble_icon.svg);
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  animation: bubblemove 1.2s ease-in-out infinite;
}
@keyframes bubblemove {
    0%{top: -10px}
    50%{top: -7px}
    100%{top: -10px}
}
/* #35996 END by xa_yaoj 2024-07-16 GOOBIKE_NEWCAR-1842【グーバイク】グロナビ_買取上部の吹き出し差し替え */
/* #34865 END xa_yaoj 20230908 GOOBIKE_NEWCAR-4875 新しいグーバイクTOPページの開発 */
