@charset "euc-jp";
/* CSS Document */

.category_select {
	list-style: none;
	margin: 0;
	padding: 0;
}

.category_select li {
	height: 200px;
	position: relative;
	margin-bottom: 16px;
	background: #fff;
	overflow: hidden;
}

.category_select li.last {
	margin-right: 0;
}

.category_select li a {
	display: block;
}

.cate_text {
	color: #333;
	z-index: 1;
	text-align: center;
}

.cate_img {
	background: #333;
	z-index: 0;
	overflow: hidden;
}

.cate_img img {
	width: 100%;
}

.item_select {
	margin: 0;
	padding: 0;
	list-style: none;
}

.item_select li {
	position: relative;
	margin-right: 16px;
	margin-bottom: 40px;
}

.item_select li.last {
	margin-right: 0;
}

.item_img {
	margin-bottom: 8px;
}

.item_img img {


}

.item_img img:hover {
	opacity: 0.7;
}

.item_select li a {
	display: block;
	color: #fff;
}

.item_text span {
	display: block;
	line-height: 16px;
	font-size: 12px;
}

.soon {
	/*background: #FFF !important;*/
}

.item_soon {
	width: 175px;
	height: 175px;
	line-height: 175px;
	background: #efefef;
	text-align: center;
	color: #999;
}

.cate_soon {
	width: 175px;
	height: 175px;
	line-height: 175px;
	background: #efefef;
	text-align: center;
	color: #999;
}

.detail_content {
	padding-bottom: 16px;
	border-bottom: 1px dashed #CCC;
	color: #333;
}

.detail_content h3 {
	margin: 0;
	font-size: 16px;
	padding: 16px 0;

}

.detail_inner {
}

.detail_img {
	width: 320px;
	float: left;
}

.detail_img ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.detail_img ul li {
}

.detail_img ul li img {
}

.detail_text {
	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 .article {
	color: #fff;
}

.section_wrap .title-1 {
	color: #fff;
}


