html{
	font-size: 62.5%;
	min-height:100%;
}
body{
	font-size:1.3rem;
	position:relative;
	width:100%;
	min-height:100%;
	background:#000000;
}
.wrapper{
	width: 100%;
	overflow-x: hidden;
	background:#ffffff;
}
a{
	color:#212529;
}
a:hover{
	text-decoration:none;
}

img{
	max-width:100%;
}

p{
	margin:0;
	font-weight:normal;
}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
}

input:focus{
	outline:none;
}

.wrapper.is-modal{
	position: relative;
	width: 100%;
	height: 100vh;
}

.search_title{
	color:#999999;
	padding:0 0 4px;
}
.search_title:before{
	content:'■';
	color:#008000;
}

/* swiper */
.swiper-slide{
	width:280px;
}
.swiper-slide img{
	max-width:100%;
}

.swiper-slide-inner{
	text-align:center;
	border:1px solid #c3c3c3;
	width:96%;
	margin:0 auto;
	padding:5px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background:url("../img/swiper_arrow_r.png") no-repeat center center;
	background-size:cover;
	outline:none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background:url("../img/swiper_arrow_l.png") no-repeat center center;
	background-size:cover;
	outline:none;
}

/* モーダル */
.modal_overlay {
	z-index:800;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-color:rgba(0,0,0,.5)
}

.modal_content-inner{
	position:relative;
	overflow:hidden;
	padding:10px 10px 0;
}

.modal_content{
	position:absolute;
	display:none;
	z-index:100001;
	background: #ffffff;
	border-radius:5px;
	width:94%;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

.modal_close{
	padding:0 0 10px;
}

.modal_close a{
	text-indent:-99999px;
	display:block;
	width:30px;
	height:30px;
	background:url("../img/icon_close.png") no-repeat center center;
	background-size:cover;
	margin:0 0 0 auto;
}

/* ヘッダー */
header{
	background:#30af41;
	position:relative;
	margin-bottom:20px;
}
header h1{
/*
	padding:12px 0;
	width:140px;
*/
	padding:9px 0;
	width:180px;
	margin:0 auto;
	text-align:center;
	font-size: 1em;
}

header .h_left,
header .h_right{
	width:40px;
	height:40px;
	position:absolute;
	top:5px;
}

header .h_left{
	width:20px;
	left:10px;
}
header .h_left a{
	display:block;
	width:80px;
	height:40px;
	color:#ffffff;
	padding:10px 0 0;
}
header .h_right{
	right:10px;
}

header .h_right a{
	display:block;
	width:40px;
	float:left;
}
/*
header .h_right a:first-child{
	margin-right:10px;
}
*/

/* ヘッダ検索メニュー */
.h_search_box_head .h_search_bike,
.h_search_box_head .h_search_product{
	display:block;
	color:#333333;
	border:1px solid #c3c3c3;
	border-radius:5px;
	display:block;
	padding:0;
	margin:0 auto;
	text-align:center;
	background: linear-gradient(#ffffff, #fcfcfc, #f4f4f4);
}
.h_search_box_head .h_search_bike span,
.h_search_box_head .h_search_product span{
	background: url("../svg/icon_bike.svg") no-repeat center 10px;
	background-size:50px auto;
	display:block;
	padding:60px 0 10px;
}

.h_search_box_head .h_search_product span{
	background-image: url("../svg/icon_product.svg");
	background-position:center 16px;
	background-size:35px auto;
}

.h_search_box_bottom{
	padding-bottom: 10px;
}

.h_search_box_bottom .h_search_barcode{
	display:block;
	color:#333333;
	border:1px solid #c3c3c3;
	border-radius:5px;
	display:block;
	padding:0;
	margin:0 auto;
	text-align:center;
	background: linear-gradient(#ffffff, #fcfcfc, #f4f4f4);
}

.h_search_box_bottom .h_search_barcode span{
	background: url("../svg/icon_barcode.svg") no-repeat left center;
	background-size:auto 30px;
	display:inline-block;
	padding:16px 0 16px 40px;
}

/* フッター */
footer{
	background:#000000;
	padding:20px 10px 5px;
	text-align:center;
	color:#ffffff;
	font-size:1rem;
}

footer .menseki{
	padding:0 10px 20px;
}

footer address{
}

.footer_top{
	padding:20px 0 0;
	background:#f3f3f3;
}
.footer_banner{
	width:300px;
	margin:0 auto;
	padding:0 0 20px;
	text-align:center;
}

.footer_logo{
	width:300px;
	margin:0 auto;
	padding:0 0 20px;
	text-align:center;
}

/* データなし表示 */
.no_data{
	text-align:center;
	padding:10px 0;
}

/* セクション */
section{
	margin:0 10px 20px;
}

/* フォーム */
select{
	border:1px solid #c3c3c3;
	padding: 10px;
	width:100%;
	vertical-align: middle;
	/* background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' v…0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right .75rem center; */
	background: #fff url("../svg/icon_select.svg") no-repeat right .75rem center;
	background-size: 8px 10px;
	outline:0;
}

/* ボタン */
.btn{
	color:#333333;
	border:1px solid #c3c3c3;
	border-radius:5px;
	display:block;
	padding:10px 0;
	text-align:center;
	background: linear-gradient(#ffffff, #fcfcfc, #f4f4f4);
}
button.btn,
input.btn{
	width:100%;
}

.btn:hover{
	color:#333333;
	text-decoration:none;
}

.btn.is-active,
.btn.is-select{
	background:#008000;
	color:#ffffff;
	border-color:#008000;
}

span.btn{
	background: #ffffff;
}

/* タブ */
.tab{
	overflow:hidden;
	border-bottom:1px solid #008000;
}
.tab .tab_btn{
	width:50%;
	float:left;
	padding:0 10px;
}
.tab .tab_btn a,
.tab .tab_btn span{
	border:1px solid #008000;
	border-bottom:none;
	display:block;
	padding:10px;
	text-align:center;
}

.tab .tab_btn a{
	background:#f3f3f3;
}

/* JANコード*/
.barcode_trigger:visited,
.barcode_trigger:link,
.barcode_trigger{
	color:#008000;
	text-decoration:underline;
}

.modal_content_barcode{
	width:320px;
}

.drow_jancode_wrap{
	padding:0 0 10px;
}
.drow_jancode{
	margin:0 auto;
}
.drow_jancode_desc{
	padding:0 0 10px;
	margin:0 auto;
}
.drow_jancode_img{
	margin:0 auto;
	padding:0 0 10px;
	width:200px;
}

/* グリッド */
.grid{
	overflow:hidden;
	margin-bottom:10px;
}

.grid_item-02{
	float:left;
	width:49%;
	margin-right:2%;
}
.grid_item-02:last-child{
	margin-right:0;
}

.grid_item-03{
	float:left;
	width:32%;
	margin-right:2%;
}
.grid_item-03:last-child{
	margin-right:0;
}

.grid_item-04{
	float:left;
	width:23.5%;
	margin-right:2%;
}
.grid_item-04:last-child{
	margin-right:0;
}

.grid_item-05{
	float:left;
	width:18%;
}
.grid_item-05:last-child{
	margin-right:0;
	margin-right:2%;
}

/* リンクリスト1 */
.link_list-01{
	overflow:hidden;
	border-top:1px solid #c3c3c3;
	margin-left:-10px;
	margin-right:-10px;
}

.link_list-01 a{
	display:block;
	padding:10px;
	background: linear-gradient(#ffffff, #fcfcfc, #f4f4f4);
	border-bottom:1px solid #c3c3c3;
	position:relative;
}
.link_list-01 span{
	display:block;
	padding:10px;
	background: #f4f4f4;
	border-bottom:1px solid #c3c3c3;
	position:relative;
}

.link_list-01 a:hover{
	color:#333333;
	text-decoration:none;
}

.link_list-01 a:before{
	content: '';
	display:block;
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}

.link_list-01 a:after{
	content:"";
	display:block;
	background:url("../img/icon_toku.png") no-repeat center center;
	background-size:cover;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform:translate(0, -50%);
}

@media screen and (min-width: 768px) {
	.link_list-01 .zaikobike{
		width:50%;
		float:left;
	}
	.link_list-01 .zaikobike:nth-child(odd){
		border-right: solid 1px #c3c3c3;
	}
}

/* バイク情報 */
.bike_box{
	margin:0 -10px;
	padding:0 10px;
}

.bike_box_img{
	width:138px;
	padding:4px;
	float:left;
	border:1px solid #c2c2c2;
	margin:0 12px 6px 0;
}
.bike_box_img img{
}
.bike_box_info{
	padding:0 0 6px;
}

.bike_box_info .manufacturer{
	background:#999999;
	padding:0 26px;
	display:inline-block;
	color:#ffffff;
}

.bike_box_info .bike{
	font-size:1.8rem;
	padding:4px 0;
	line-height: 1.2em;
}
.bike_box_info .cc span{
	font-weight:bold;
}

.bike_box_detail{
	clear:both;
}

.bike_box_detail ul{
	padding:0 0 4px;
}

.bike_box_detail li{
	display:inline-block;
	padding:0 8px 0 0;
}

.bike_box_detail li span{
	font-weight:bold;
}

.bike_box_detail table{
	width:100%;
	margin:0 0 10px;
}
.bike_box_detail table th,
.bike_box_detail table td{
	border:1px solid #c2c2c2;
	text-align:center;
	width:25%;
}
.bike_box_detail table th{
	background:#dfdfdf;
	font-size:90%;
}


.bike_box_detail_info{
	background:#dfdfdf;
	padding:2px 10px;
}


/* 商品情報 */
.product_item{
	margin:0 -10px;
	border-bottom:1px solid #c3c3c3;
}

.product_item a{
	color:#333333;
	display:block;
	position:relative;
	padding:10px 24px 10px 10px;
	background: linear-gradient(#ffffff, #fcfcfc, #f4f4f4);
}

.product_item a:before{
	content: '';
	display:block;
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -40px;
}

.product_img{
	width:138px;
	padding:4px;
	float:left;
	border:1px solid #c2c2c2;
}
.product_info{
	padding:0 0 0 150px;
}

.product_info .name{
	border:1px solid #c2c2c2;
	padding:5px;
	margin:5px 0;
	background:#ffffff;
}

.product_info .del{
	color:#cb0c12;
	font-size:1.0rem;
}

.product_detail{
	clear:both;
	padding:10px 0 0;
}

.product_detail ul{
	padding:0 0 4px;
}

.product_detail li{
	display:inline-block;
	padding:0 8px 0 0;
}

.product_detail li span{
	font-weight:bold;
}
.product_detail li span.price{
	color:#016dd1;
	padding:0 0 0 4px;
	font-size: 1.5rem;
}

.product_detail_info{
	background:#dfdfdf;
	padding:2px 10px;
}

/* ナビゲージョン */
nav{
	padding:0 10px 20px;
}

.content nav ul{
	padding:0;
	overflow:hidden;
}

nav ul li{
	width:25%;
	float:left;
}
nav.item_02 ul li{
	width:50%;
	float:left;
}
nav ul li a{
	border:1px solid #c3c3c3;
	border-right:none;
	display:block;
	padding:10px 0;
	text-align:center;
	background: linear-gradient(#ffffff, #fcfcfc, #f4f4f4);
}
nav ul li:last-child a{
	border-right:1px solid #c3c3c3;
}
nav ul li a:hover{
	color:#333333;
	text-decoration:none;
}

nav ul li a.is-active{
	background:#008000;
	color:#ffffff;
	border-color:#008000;
}

/* 前次リンク */
.bike_pagenation .total{
	text-align:center;
	padding:0 0 8px;
}

.prev_next{
	overflow:hidden;
	clear:both;
}

.prev_next .prev{
	width:30%;
	float:left;
}

.prev_next .next{
	width:30%;
	float:right;
}

.prev_next .no{
	width:40%;
	float:left;
	text-align:center;
	padding: 10px 0 0;
}

.prev_next .prev button,
.prev_next .prev a,
.prev_next .next button,
.prev_next .next a{
	position:relative;
	min-height:4.0rem;
}

.prev_next .prev button:before,
.prev_next .prev a:before{
	content: '';
	display:block;
	width: 12px;
	height: 12px;
	border: 0;
	border-bottom: solid 4px #999999;
	border-left: solid 4px #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
}

.prev_next .next button:before,
.prev_next .next a:before{
	content: '';
	display:block;
	width: 12px;
	height: 12px;
	border: 0;
	border-top: solid 4px #999999;
	border-right: solid 4px #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -6px;
}


.content .search_select{
	padding:20px 10px;
}
.content .search_select ul{
	padding:0;
}
.content .search_select ul li{
	width:50%;
	float:left;
}

.content .search_select ul li a{
	font-weight:bold;
}

.content .search_select ul li a.is-active{
	background: #ff0000;
	color: #ffffff;
	border-color: #ff0000;
}

