/*#12778 START by wangjw 20170530 GooBike_カタログページリニューアル*/
@charset 'EUC-JP';

/* /////////////////////////////////////////////////////

 共通

///////////////////////////////////////////////////// */

/* img */
.catalog img {
	width: 100%;
	line-height: 1;
	vertical-align: top;
}

/* h */
#content.catalog h1,
#content.catalog h2,
#content.catalog h3 {
	background: none;
	padding: 0;
	margin: 0;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* #32678 START by xa_huangt 20220726 GOOBIKE-4468 【グーバイク】SEO対策 h1タグの見直し*/
h1.h1_copy_catalog{
	background-color: #f4f4f4;
	color: #666666;
	font-size: 11px;
	padding: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
	line-height: 1;
}
/* #32678 END by xa_huangt 20220726 GOOBIKE-4468 【グーバイク】SEO対策 h1タグの見直し*/

/* /////////////////////////////////////////////////////

 カタログ共通

///////////////////////////////////////////////////// */

/*  headline
===================================================== */
/* .catalog_ttl01 */
#content.catalog .catalog_ttl01 {
	display: table;
	width: 100%;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #18203c;
}
#content.catalog .catalog_ttl01 > * {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	text-align: left;
}

/* スライドUI */
#content.catalog .catalog_ttl01 > .slide_ui {
	width: 100px;
	padding: 0;
}
.slide_ui > * {
	display: table-cell;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	background-color: #0e1630;
}
.slide_ui > * img {
	width: 25px;
	height: 25px;
}



/*  label
===================================================== */
/* 基本 */
i.label {
	display: inline-block;
	min-width: 30px;
	padding: 5px 10px;
	color: #fff;
	background: #999;
	text-align: center;
	font-style: normal;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-sizing: border-radius;
	-moz-box-sizing: border-radius;
	box-sizing: border-radius;
}
i.label:before {
	content: "";
	display: block;
	font-size: 12px;
	line-height: 1;
	font-style: normal;
}

/* ラージ */
i.label_l {
	min-width: 60px;
	padding: 7px 15px;
}
i.label_l:before {
	font-size: 15px;
}

/* 追加 */
i.label_add {background: #ff5e80;}
i.label_add:before {content: "追加";}

/* マイナーチェンジ */
i.label_minor {background: #9365B8;}
i.label_minor:before {content: "マイナーチェンジ";}

/* フルモデルチェンジ */
i.label_full {background: #fba026;}
i.label_full:before {content: "フルモデルチェンジ";}

/* カラーチェンジ */
i.label_color {background: #42a83a;}
i.label_color:before {content: "カラーチェンジ";}

/* 新登場 */
i.label_new {background: #ea662a;}
i.label_new:before {content: "新登場";}

/* 特別・限定仕様 */
i.label_special {background: #f9d11b; color: #302905;}
i.label_special:before {content: "特別・限定仕様";}

/* その他 */
i.label_other {background: #777;}
i.label_other:before {content: "その他";}


/*  btn
===================================================== */
a.btn {
	display: inline-block;
	min-width: 100px;
	margin: auto;
	padding: 15px 20px 13px;
	line-height: 1.2;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.btn > span {
	color: #555;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* more */
.btn.btn_more {border-color: #1b2549;}
.btn.btn_more:hover {background-color: #1b2549;}
.btn.btn_more > span {color: #1b2549;}
.btn.btn_more:hover > span {color: #fff;}



/*  card
===================================================== */
.card_01 {
	position: relative;
	overflow: hidden;
	padding: 15px;
	font-size: 12px;
	text-align: left;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.card_01 a {
	display: block;
	text-decoration: none;
	color: #333;
}
/* .card_img */
.card_01 .card_img {
	display: block;
	margin: -15px -15px 15px;
}
/* .card_ttl */
.card_01 *[class*="card_ttl"] {
	padding-top: 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.card_01 .card_ttl_min {
	font-size: 12px;
	line-height: 1.3;
}
/* .card_onsale */
.card_01 .card_onsale {
	padding-top: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #979898;
	line-height: 1;
}
.card_01 .card_area {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	padding: 10px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background: #2b3454;
	-webkit-border-radius: 3px 0 3px 0;
	-moz-border-radius: 3px 0 3px 0;
	border-radius: 3px 0 3px 0;
}
.card_01 .card_store {
	padding-top: 15px;
	color: #555;
}

/* .card_price_01 */
.card_01 .card_price_01 {
	padding-top: 15px;
	font-size: 11px;
	color: #555;
}
.card_01 .card_price_01 b {
	font-weight: bold;
	padding-left: 0.25em;
}
/* .card_price_02 */
.card_01 .card_price_02 {
	display: table;
	width: 100%;
	margin-top: 15px;
}
.card_01 .card_price_02 > * {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	color: #ff2755;
	text-align: right;
}
.card_01 .card_price_02 > *:first-child {
	width: 60px;
	text-align: left;
}
.card_01 .card_price_02 > * b {font-size: 16px;}
/* .card_btn */
.card_01 .card_btn {
	display: table;
	width: 100%;
	height: 40px;
	margin: 15px -15px -15px;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
	line-height: 1.1;
	border: none;
	background: #ff2755;
}
.card_01 .card_btn > * {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
}


/*  table
===================================================== */
.table_01 {
	width: 100%;
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.2;
	background: #fff;
	border: 2px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.table_01 .table_ttl {
	padding: 15px !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	background: #ebebeb !important;
}
.table_01 .table_body {width: 100%;}
.table_01 .table_body tr {border-top: 1px solid #ccc;}
.table_01 .table_body tr:first-child {border-top: none;}
.table_01 .table_body tr th,
.table_01 .table_body tr td {
	padding: 15px;
	vertical-align: middle;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table_01 .table_body tr th {
	width: 40%;
	font-weight: bold;
}
.table_01 .table_body p {
	padding-top: 15px;
	line-height: 1.3
}
.table_01 .table_body p:first-child {padding-top: 0px;}



/*  一覧系
===================================================== */
/* post */
.post_01{
	margin-top: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
	overflow: hidden;
}
.post_01:first-child{
	margin-top: 0;
}

.post_01 > a {
	position: relative;
	display: table;
	width: 100%;
	min-height: 100px;
	color: #333333;
	text-decoration: none;
	border: none;
}
.post_01 > a > * {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	height: auto;
}

.post_01 .post_img {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.post_01 .post_txt{
	margin: 0;
	padding: 15px;
	background-color: #fff;
	min-height: 100px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.post_01 .date{
	color: #f13960;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.post_01.new .date{
	position: relative;
	padding-left: 60px;
}
.post_01.new .date:before{
	content: "NEW";
	display: block;
    color: #fff;
    background-color: #f23962;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    font-size: 12px;
    padding: 7px 10px 6px;
    position: absolute;
    left: 0;
    top: 0;
}
.post_01 .post_title{
	margin: 0;
	padding: 5px 0 4px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	border: none;
}

/* label */
.post_01 .post_label {
	font-size: 10px;
	padding: 4px 8px;
	line-height: 1;
}



/*  モーダル
===================================================== */
/* モーダル　基本 */
#cboxLoadedContent {
	padding: 15px 15px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
#cboxTitle {
	bottom: 6px;
	font-size: 12px;
    color: #666;
}
#cboxClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	margin: -10px -10px 0 0;
	background: url(/catalog/img/iphone/icon_close.png) center no-repeat #fff;
	-webkit-background-size: 20px;
	background-size: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
}



/* /////////////////////////////////////////////////////

 カタログメインモジュール

///////////////////////////////////////////////////// */
/*  catalog
===================================================== */
.catalog {
	font-size: 13px;
	color: #333;
	line-height: 1.5;
}
.catalog .catalog_section {}



/*  catalog_tab
===================================================== */
.catalog_tab {
	width: 100%;
	height: 50px;
	overflow: hidden;
}
.catalog_tab > * {
	display: table;
	width: 33.3%;/*modify by luq 20180215*/
	float: left;
	background: #33406f;
}
.catalog_tab > *:nth-child(odd) {
	background: #2b3454;
}
.catalog_tab > * > * {
	display: table-cell;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 15px 10px;
	font-size: 13px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}
.catalog_tab > .selected > * {
	font-weight: bold;
	color: #33406f;
	background: #fff;
}
.catalog_tab > .selected > *::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff100;
}

.catalog_tab_body {
	padding: 20px 0 40px;
}
.catalog_tab_body .tab_box {
	display: none;
}
.catalog_tab_body .tab_box.active {
	display: block;
}



/*  catalog_header
===================================================== */
.catalog_header {
	padding: 15px 15px 25px;
	text-align: center;
	background: url(/catalog/img/iphone/bg_header.png) right bottom no-repeat #1b2549;
	-webkit-background-size: cover;
	background-size: cover;
}
.catalog_header .header_img {
	width: 100%;
	max-width: 400px;
	padding: 10px;
	margin: auto;
	background: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catalog_header .header_label {
	position: absolute;
	left: 0;
	right: 0;
	margin: -15px auto 0;
}
#content .catalog_header #maker_nm {/* #32678 MODIFIED by xa_huangt 20220726 GOOBIKE-4468 【グーバイク】SEO対策 h1タグの見直し*/
	padding-top: 35px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
	color: #fff;
}



/*  catalog_yearBy
===================================================== */
.catalog_yearBy {
	position: relative;
	background: url(/catalog/img/iphone/bg_yearBy.png) center bottom no-repeat #18203c;
	-webkit-background-size: cover;
	background-size: cover;
}
/* .catalog_icon_new */
.catalog_yearBy .catalog_icon_new {
	position: relative;
	display: block;
	width: 55px;
	margin-top: 64px;
}
.catalog_yearBy .catalog_icon_new:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 20px;
	height: 2px;
	margin-top: -2px;
	background: #fff;
}
.catalog_yearBy .catalog_icon_new span {
	display: block;
	width: 35px;
	height: 35px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #18203c;
	background: #fff;
	text-align: center;
	line-height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
/* slider */
.catalog_yearBy .catalog_slider_01 {
	padding: 15px;
	overflow-x: scroll;
}
.catalog_yearBy .catalog_slider_01 .slider_inner {
	width: 1000px;
	/*overflow: hidden;*/
}
/* slide */
.catalog_yearBy .slider_inner > * {
	float: left;
}
.catalog_yearBy .catalog_slide {
	position: relative;
	width: 150px;
	padding: 0 10px 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catalog_yearBy .catalog_slide:before,
.catalog_yearBy .catalog_slide:after {
	content: "";
	position: absolute;
	z-index: 0;
	/*top: 30%;*/
	top: 80px;
	display: block;
	width: 10px;
	height: 2px;
	background: #fff;
}
.catalog_yearBy .catalog_slide:before {
	left: 0;
}
.catalog_yearBy .catalog_slide:after {
	right: 0;
}
.catalog_yearBy .catalog_slide:last-child:after {
	content: none;
}

.catalog_yearBy .catalog_slide .label {
	margin-bottom: 10px;
}

/* selected */
.catalog_yearBy .catalog_slide.selected .card_01 {
	margin-top: -10px;
}
.catalog_yearBy .catalog_slide.selected .card_01::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #ff2755;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 0 1px #fff inset;
	box-shadow: 0 0 0 1px #fff inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catalog_yearBy .catalog_slide.selected h3 a {
	color: #ff2755;
}

/* selected_line */
.catalog_yearBy .catalog_slide.selected_line .card_01 {
	margin-top: -10px;
}
.catalog_yearBy .catalog_slide.selected_line h3 a {
	display: inline;
	background: -moz-linear-gradient(transparent 55%, #10EAEA 0%);      /* Firefox用 */
	background: -webkit-linear-gradient(transparent 55%, #10EAEA 0%);   /* Safari用 */
	background: -ms-linear-gradient(transparent 55%, #10EAEA 0%);       /* IE用 */
	background: -o-linear-gradient(transparent 55%, #10EAEA 0%);        /* Opera用 */
	background: linear-gradient(transparent 55%, #10EAEA 0%);           /* Default */
}



/*  catalog_info
===================================================== */
.catalog_info {
	padding: 20px 15px;
}
.catalog_info .info_ttl {
	padding-top: 10px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #d8d8d8;
}
.catalog_info .info_text {
	padding-top: 20px;
	line-height: 1.75;
}


/*  catalog_contents
===================================================== */
.catalog_contents {}

/* #tab01 -- スペック */
.catalog_contents #tab01 {
	padding-left: 15px;
	padding-right: 15px;
}

/* #tab02 -- 記事 */
.catalog_contents #tab02 {}
.catalog_contents #tab02 .seo_posts {
	padding: 10px;
	background: #eeeeee;
}

/* #tab03 -- 類似車種 */
.catalog_contents #tab03 {}
.catalog_contents #tab03 .similar {
	padding: 10px;
	background: #eeeeee;
}
.catalog_contents #tab03 .similar .post_img {
	width: 40%;
	max-width: 300px;
}
.catalog_contents #tab03 .similar .post_txt {
	width: auto;
	max-width: 100%;
}

/* #tab04 -- パーツ */
.catalog_contents #tab04 {}
/* parts5656 */
.catalog_contents #tab04 .parts5656 {
	background: #f2f2f2;
	padding: 5px 1%;
	overflow: hidden;
}
.catalog_contents #tab04 .parts5656_item {
	position: relative;
	width: 48%;
	margin: 1%;
	float: left;
	background: #fff;
}
@media screen and (min-width: 600px){
	.catalog_contents #tab04 .parts5656_item {
		width: 31.3333%;
	}
}
.catalog_contents #tab04 .parts5656_item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.catalog_contents #tab04 .parts5656_img {
	width: 100%;
	vertical-align: top;
	line-height: 1;
}
.catalog_contents #tab04 .parts5656_title {
	display: block;
	width: 100%;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;
	color: #2b2b2b;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catalog_contents #tab04 .parts5656_under {
	display: table;
	width: 100%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catalog_contents #tab04 .parts5656_under > * {
	display: table-cell;
	vertical-align: middle;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.catalog_contents #tab04 .parts5656_under .parts5656_like {
	max-width: 15%;
	padding: 0px 5px 0px 17px;
	background: url(/catalog/img/iphone/parts_icon01.png) left center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.catalog_contents #tab04 .parts5656_under .parts5656_comment {
	max-width: 15%;
	padding: 0px 5px 0px 16px;
	background: url(/catalog/img/iphone/parts_icon02.png) left center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.catalog_contents #tab04 .parts5656_under .parts5656_price {
	text-align: right;
}


/*  catalog_results
===================================================== */
.catalog_results {
	background: #f3f3f3;
	padding-bottom: 20px;
}
.catalog_results .btn_more {
	display: block;
	width: 90%;
	max-width: 400px;
	margin: 15px auto 0;
	clear: both;
}
.catalog_slider_02 {
	width: 100%;
	padding: 15px 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: scroll;
}
.catalog_slider_02 .slider_inner {
	width: 1150px;
	overflow: hidden;
}
.catalog_slider_02 .catalog_slide {
	width: 200px;
	margin: 0 15px;
	float: left;
}
/*#12778 END by wangjw 20170530 GooBike_カタログページリニューアル*/
