@charset "euc-jp";

/* CSS Document */

.error-text-box{
	text-align:center;
	padding-top:80px;
	}

.category_select {

	list-style: none;

}



.category_select li {

	float: left;

	width: 309px;

	height: 191px;

	position: relative;

	margin-right: 16px;

	margin-bottom: 16px;

	background: #000;

}



.category_select li.last {

	margin-right: 0;

}



.category_select li a {

	display: block;

}



.cate_text {

	color: #FFF;

	position: absolute;

	top: 0;

	left: 0;

	width: 309px;

	height: 191px;

	z-index: 1;

	line-height: 191px;

	text-align: center;

}



.cate_text:hover {

	background: rgba(255, 255, 255, 0.2);

}



.cate_img {

	position: absolute;

	top: 0;

	left: 0;

	width: 309px;

	height: 191px;

	background: #333;

	z-index: 0;

	overflow: hidden;

	opacity: 0.3;

}



.cate_img img {

	width: 100%;

}



.item_select {

	list-style: none;

}



.item_select li {

	float: left;

	width: 179px;

	height: 230px;

	position: relative;

	margin-right: 16px;

	margin-bottom: 40px;

}



.item_select li.last {

	margin-right: 0;

}



.item_img {

	width: 179px;

	height: 179px;

	overflow: hidden;

	position: relative;

	margin-bottom: 8px;

}



.item_img img {

	position: absolute;

	top: 0;

	left: 50%;

	width: 240px;

	margin-left: -120px;



}



.item_img img:hover {

	opacity: 0.7;

}



.item_select li a {

	display: block;

	color: #333;

}



.item_text span {

	display: block;

	line-height: 16px;

	font-size: 12px;

}



.soon {

	background: #FFF !important;

}



.item_soon {

	width: 179px;

	height: 179px;

	line-height: 179px;

	background: #efefef;

	text-align: center;

	color: #999;

}



.cate_soon {

	width: 309px;

	height: 191px;

	line-height: 191px;

	background: #efefef;

	text-align: center;

	color: #999;

}



.detail_content {

	width: 800px;

	padding-bottom: 16px;

	border-bottom: 1px dashed #CCC;

}



.detail_content h3 {

	font-size: 18px;

	padding: 16px 0;



}



.detail_inner {

}



.detail_img {

	width: 320px;

	float: left;

}



.detail_img ul {

}



.detail_img ul li {

}



.detail_img ul li img {

	width: 320px

}



.detail_text {

	width: 448px;

	float: left;

	padding: 0px 16px;

}



.detail_text .explain {

	border-bottom: 1px solid #ccc;

	padding-bottom: 16px;

}



.detail_text .price {

	color: #C00;

	font-size: 20px;

	padding: 16px 0;

	font-weight: bold;

}



.detail_text .btn {

	display: block;

	background-color: #f56954;

	color: #fff;

	width: 200px;

	text-align: center;

	border-radius: 5px;

	padding: 10px;

}



.detail_text .btn:hover {

	background: #f4543c;

}



.parts-title a {

	font-weight: normal;

	color: #aaa;

	text-decoration: underline;

}



.section_wrap{

	margin-bottom:70px;	

	}