@charset "utf-8";

.lead_text{
	margin-bottom: 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
/*title*/
#category_title{
	margin: 0 0 5% 0;
}
#category_introduction{	
	margin-bottom: 3%;
}
.title{
	border-left: 10px solid #0062B0;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0 0 10px;
}
@media screen and (max-width:767px){
	.lead_text{
		padding-bottom: 20px;
	}
}

/*-------------------------------------------
	catalog
-------------------------------------------*/
/* #search_menu */
#contents_body #search_menu{
	margin-bottom: 35px;
}
#contents_body #search_menu li.type{
	width: 350px;
	height: auto;
	float: left;
	margin-left: 10px;
	text-align: center;
	border: 1px solid #0062b0;
	box-sizing: border-box;
}
#contents_body #search_menu li.type:first-child{
	margin-left: 0;
}
#contents_body #search_menu li.type a{
	width: 100%;
	height: auto;
	display: block;
	padding: 25px;
	box-sizing: border-box;
}
#contents_body #search_menu li.type a:hover,
#search_list .list_block li a:hover{
	opacity: 0.7;
	transition: 0.3s;
	text-decoration: none;
}
#contents_body #search_menu li.type .link-arrow{
	position: relative;
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	padding-top: 65px;
}
#contents_body #search_menu li.type .link-arrow:before,
#contents_body #search_menu li.type.l_cartype .link-arrow:before{
	display: inline-block;
	vertical-align: middle;
	content: '';
	position: absolute;
	background:url(/product/img/icon_tire.png) center no-repeat;
	width: 48px;
	height: 48px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#contents_body #search_menu li.type.l_cartype .link-arrow:before{
	background:url(/product/img/icon_car.png) center no-repeat;
	width: 75px;
	height: 32px;
	top: 10px;
}
#contents_body #search_menu li.type .link-arrow:after{
	content: '';
  display: inline-block;
  width: 8px;
  height: 13px;
  background-image: url(/common/img/arw/arw_blue_r8x13.png);
  background-size: contain;
  background-position: left top;
  margin-left: 10px;
}
@media screen and (max-width:767px){
	#contents_body #search_menu li.type{
		width: 100%;
		float: none;
		margin: 0;
	}
	#contents_body #search_menu li.type:first-child{
		margin-bottom: 10px;
	}
	#contents_body #search_menu li.type a{
		padding: 10px;
	}
	#contents_body #search_menu li.type .link-arrow{
		padding-top: 55px;
		font-size: 16px;
	}
}

/*#search_list*/
#contents_body #search_list{
	margin-bottom: 60px;
}
#search_list .list_block li{
	width: 355px;
	float: left;
	border: 1px solid #0062b0;
	border-bottom: 0;
	box-sizing: border-box;
}
#search_list .list_block li:nth-child(2n){
	border-left: 0;
}
#search_list .list_block li:nth-last-child(2){
	border-bottom: 1px solid #0062b0;
}
#search_list .list_block li:last-child{
	border-bottom: 1px solid #0062b0;
}
#search_list .list_block li a{
	display: block;
	background:url(/common/img/arw/arw_blue_b13x8.png) right 14px center no-repeat;
	padding: 10px 45px 10px 20px;
	text-align: center;
	box-sizing: border-box;
}

@media screen and (max-width:767px){
	#contents_body #search_list{
		margin-bottom: 30px;
	}
	#search_list .list_block li{
		width: 100%;
		float: none;
	}
	#search_list .list_block li:nth-child(2n){
		border-left: 1px solid #0062b0;
	}
	#search_list .list_block li:nth-last-child(2){
		border-bottom: 0;
	}
}

/*#column*/
#column{
	padding-left: 0;
}
#column .box_blocWrap{
	margin-bottom: 30px;
}
#column .box_blocWrap:last-child{
	margin-bottom: 0;
}
#column .box_bloc:after{
	display:table;content:"";clear:both;
}
#column .box_bloc .btn-base{
	width: auto;
	float: left;
	margin-left: 8px;
}
#column .box_bloc .btn-base:first-child{
	margin-left: 0;
}
#column .box_bloc .btn-base a{
	padding: 5px 35px 5px 20px;
	font-size: 14px;
	font-weight: normal;
}
#column .box_bloc .detail_box{
	margin-bottom: 0;
}
#column .box_bloc .product_text .icon{
	float: right;
	margin-left: 10px;
}
#column .box_bloc_line_product{
	border-bottom: 1px solid #cccccc;
}

@media screen and (max-width:767px){
	#column .box_bloc h3{
		margin-bottom: 10px;
	}
	#column .box_bloc .detail_box:after{
		display:table;content:"";clear:both;
	}
	#column .box_bloc .btn-base{
		width: 50%;
		margin: 0 0 0 2%;
	}
	#column .box_bloc .btn-base a{
		padding: 8px 20px 8px 6px;
		text-align: center;
	}
	#column .box_bloc .btn-base:first-child{
		width: 48%;
	}
	#column .box_bloc .product_img{
		width: 29%;
		float: left;
	}
	#column .box_bloc .product_text{
		width: 68%;
		float: right;
		margin-left: 0;
	}
	#column .box_bloc .detail_box .icon{
		width: 48%;
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin: 5px 0 0 0;
		text-align: center;
	}
	#column .box_bloc .detail_box .icon:last-child{
		width: 50%;
	}
	#column .box_bloc .product_img .icon{
		margin-top: 5px;
		text-align: center;
	}
	#column .box_bloc .bloc_img_product{
		float: none;
		margin: 10px 0 0 0;
	}
}
