@charset "utf-8";
/* CSS Document */

/* product index */
#product-main .title{
	font-size:18px;
	line-height:40px;
	background-color:#d9d6d2;
	text-align:center;
	margin-bottom:20px;
}

#product-main .clearfix a{
	display:block;
	width:154px;
	border:#5B330F solid 1px;
	border:#d9d6d2 solid 1px;
	float:left;
	text-align:center;
	padding:20px 10px;
	text-decoration:none;
	color:#000;
	font-size:12px;
	margin-right:20px;
	margin-bottom:20px;
}

#product-main .clearfix a:hover{
	background-color:#f9f4ee;
}

#product-main .clearfix a.mr0{
	margin-right:0px;
}

#product-main .clearfix a img{
	max-width:154px;
	height:auto;
}

#product-main .clearfix a hr{
	border:0;
	width:80%;
	margin:15px auto;
	border-bottom:#5B330F solid 1px;
	border-bottom:#d9d6d2 solid 1px;
}

.main-exp{
	width:100%;
	background-image:url(img/bread.jpg);
	background-repeat:no-repeat;
	background-size:170px auto;
	background-position:100% -50px;
	padding-right:180px;
	box-sizing:border-box;
}


/* each product */
.hyou {
	border-collapse: collapse;
}

.hyou td{
	border:#F90 1px solid; 
	border-collapse: collapse;
	padding:5px;
	text-align:center;	
}
.orange {
	background-color:#FFD793;
}

#contents ul{
	list-style-type:square;
	width:90%;
}

#contents li{
	font-size:16px;
	padding-bottom:10px;
}









