/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

.sp{
	display: none;
}

.red{
	color:#DF0000;
}

.f12{
	font-size:12px;
}

li{
	list-style-type: none;
}

#contents{
	margin:10px auto 40px;
	width:940px;
	text-align: left;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

.products{
	margin:40px 20px;
}

.products h3{
	margin:0 -20px 20px;
	color:#FFF;
	font-size:24px;
	font-weight: normal;
}

.products h3 a{
	color:#FFF;
	text-decoration: none;
	display: block;
	padding:10px 20px;
	transition:all 0.3s;
}

.products h3 a:hover{
	opacity:0.7;
}

.products.buona h3 a{
	background-color: #A84F55;
}

.products.pure h3 a{
	background-color: #9DCA3A;
}

.products .topTxt{
	font-size:22px;
	margin-bottom:36px;
}

.products.buona .topTxt strong{
	color:#A84F55;
}

.products.pure .topTxt strong{
	color:#9DCA3A;
}

.products .topTxt sup{
	font-size:14px;
}

.products .productsTop{
	margin-bottom:15px;
}

.products .productsTop .photo{
	float:left;
}

.products .productsTop .detail{
	float:right;
	width:450px;
}

.products .productsTop .detail h4{
	border-left:solid 1px #333;
	font-size:18px;
	line-height: 1.3;
	padding-left:15px;
	margin-bottom:15px;
}

.products .productsTop .detail h4:not(:first-child){
	margin-top:20px;
}

.products .productsTop .detail table{
	width:100%;
	text-align: center;
	border-collapse: collapse;
	margin-bottom:5px;
}

.products .productsTop .detail table th,
.products .productsTop .detail table td{
	padding:5px;
}

.products .productsTop .detail table thead th{
	background-color: #E5E5EA;
}

.products .productsTop .detail table thead th:not(:last-child){
	border-right:solid 1px #FFF;
}

.products .productsTop .detail table tbody th{
	border-right:solid 1px #EEEEEE;
	border-top:solid 1px #EEEEEE;
	border-bottom:solid 1px #EEEEEE;
}

.products.buona .productsTop .detail table tbody th{
	color:#A84F55;
}

.products.pure .productsTop .detail table tbody th{
	color:#9DCA3A;
}

.products .productsTop .detail table tbody td{
	border-left:solid 1px #EEEEEE;
	border-top:solid 1px #EEEEEE;
	border-bottom:solid 1px #EEEEEE;
}

.products.pure .productsTop .detail table tbody td{
	padding:10px 20px;
	text-align: left;
}

.products .productsTop .detail .color li{
	width:50%;
	float:left;
	margin-bottom:10px;
}

.products .productsTop .detail .color li img{
	vertical-align: middle;
	margin-right:10px;
}

.products .arrow{
	text-align: center;
}

.products .arrow img{
	width:300px;
}

.products .productsBottom{
	margin-top:20px;
	position: relative;
	height:310px;
}

.products .productsBottom .hook{
	width:294px;
	padding:3px;
	background-color: #6A3206;
	position: absolute;
	left:0;
	bottom:0;
	text-align: center;
}

.products .productsBottom .hook:after{
	content:"";
	border-top:solid 8px transparent;
	border-bottom:solid 8px transparent;
	border-left:solid 27px #6A3206;
	position: absolute;
	left:100%;
	top:50%;
	margin-top:-15px;
	z-index: 2;
}

.products .productsBottom .hook .label{
	position: absolute;
	left:-20px;
	top:-53px;
}

.products .productsBottom .hook .label img{
	width:150px;
}

.products .productsBottom .hook h4{
	color:#FFF;
	font-size:24px;
	padding:20px 0;
	line-height: 1.8;
}

.products .productsBottom .hook h4 span{
	color:#FFF096;
	font-size:14px;
	display: block;
}

.products .productsBottom .hook h4 span img{
	margin-left:5px;
	width:53px;
}

.products .productsBottom .photo{
	position: absolute;
	right:0;
	top:0;
}

.products .notes{
	margin-top:10px;
}