div.contents{
	width: 960px;
	margin: 0 auto 50px;
}
div.contents h1 {
    font-family: "Zen Old Mincho", serif;
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
	text-align:center;
}

div.contents .cat{
	margin:50px auto 0;
}
div.contents h2 {
    font-family: "Zen Old Mincho", serif;
    font-size: 36px;
    font-weight: 700;
	font-style: normal;
	height: 50px;
	text-align:center;
}


div.contents .cat ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin:30px 0;
}
div.contents .cat li{
	width:22%;
	margin:0 4% 30px 0;
}
div.contents .cat li:nth-of-type(4n){
	margin:0 0 30px 0;
}
div.contents .cat li a{
	color:#000;
}
div.contents .cat li div.image{
	background:#eee;
	height:200px;
	position:relative;
}
div.contents .cat li div.image img{
	position:absolute;
	max-width:100%;
	max-height:200px;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
div.contents .cat li div.txt{
	padding:10px 0;
	font-family: "Zen Old Mincho", serif;
	font-weight: 300;
	font-style: normal;
}
div.contents .cat li div.txt h3{
	height:auto;
	font-size: 18px;
	line-height:130%;
	background:transparent;
	padding:0 10px 10px;
	margin:10px 0;
	border-bottom:dashed 1px #000;
}
div.contents .cat li div.txt div{
	border-bottom:dashed 1px #000;
	padding:0 10px 10px;
	text-align:right;
}
div.contents .cat li div.txt div span{
	float:left;
}




div.product_img{
	display:inline-block;
	width:500px;
	margin:50px auto 100px;
	vertical-align:top;
}
div.product_img .bxslider li{
	position:relative;
	width:500px;
	height:500px;
	background:#eee;
}
div.product_img .bxslider img{
	position:absolute;
	max-width:500px;
	max-height:500px;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
div.product_img #bx-pager{
	margin:0 0 0 20px;
}
div.product_img #bx-pager a{
	position:relative;
	width:100px;
	height:100px;
	background:#eee;
	display:inline-block;
	margin:0 15px 20px 0;
}
div.product_img #bx-pager a:nth-of-type(4n){
	margin:0 0 20px 0;
}
div.product_img #bx-pager img{
	position:absolute;
	max-width:100px;
	max-height:100px;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
div.product_data{
	display:inline-block;
	width:400px;
	margin:50px 0 100px 50px;
	vertical-align:top;
	font-family: "Zen Old Mincho", serif;
    font-weight: 300;
	font-style: normal;
}

div.product_data .product_cat{
	display:inline-block;
	background:#950000;
	color:#fff;
	padding:5px 20px;
	font-size:18px;
}
div.product_data h4{
	font-size:24px;
	font-weight: 500;
	line-height:130%;
	margin:10px 0 20px;
	padding:0 0 10px;
	border-bottom:1px solid #000;
}
div.product_data h4 span{
	font-size:18px;
	line-height:150%;
}

div.product_data .product_detail strong{
	font-size:18px;
	font-weight: 300;
	border-bottom:dashed 1px #000;
	display:inline-block;
	width:100%;
	padding:0 0 10px;
	margin:0 0 20px;
}
div.product_data .product_detail table{
	width:100%;
}
div.product_data .product_detail th, div.product_data .product_detail td{
	border-bottom:dashed 1px #000;
	font-size:14px;
	font-weight: 300;
	line-height:150%;
	padding:5px 10px;
}
div.product_data .product_detail th{
	width:40%;
	text-align:left;
}
div.product_data .product_detail .title{
	padding:50px 10px 5px;
}
div.product_data .product_detail .comment{
	padding:20px 10px 5px;
}
div.product_data .product_detail .comment span{
	padding:0 0 10px;
	display:inline-block;
}

div.product_data .product_contact{
	background:#950000;
	color:#fff;
	padding:5px 20px;
	margin:50px 0 10px;
	font-size:18px;
}
div.product_data .product_contact_name{
	font-size:14px;
	font-weight: 300;
	padding:5px 10px;
}
div.product_data .product_contact_name span{
	float:right;
}