.commonCol{
	background: #fff;
	border: 0;
	padding-bottom: 40px;
	margin-bottom: 0;
	width: 780px;
}
.sspVisual{margin-bottom: 30px;}

.s-sspWrap{margin: 0 30px 80px 30px;}
.s-sspWrap:last-of-type{margin: 0 30px 0 30px;}

.s-sspWrap .s-sspTtl{
	font-size: 2.4rem;
	font-weight: bold;
	color: #FF8504;
	border-bottom: 1px solid #FF8504;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.products .recipeList{float: none;}
.products .phtFrame{width: 170px; float: left;}
.products .phtFrame img{width: 170px;}
.products .detail{width: 520px; float: left;}
.products .detail h2{font-size: 2.0rem;margin-bottom: 10px;}
.products .detail h3{font-size: 1.5rem;color: #FF8504;margin-bottom: 10px;}


.nadico .recipeList{float: left; width: 345px;margin-right: 30px;margin-top: 20px;}
.nadico .recipeList:nth-of-type(1),.nadico .recipeList:nth-of-type(2){margin-top: 0;}
.nadico .recipeList:nth-of-type(2n){margin-right: 0;}
.nadico .phtFrame{width: 120px;float: left;margin-right: 10px;}
.nadico .btn{margin-top: 10px;}
.nadico .btn-inner{font-weight: bold;font-size: 1.2rem;padding-top: 5px;padding-bottom: 5px;}
.nadico .nadicoPht{width: 110px;padding: 4px;border: 1px solid #d2d2d2;}
.nadico .phtFrame img{width: 110px;}
.nadico .detail{width: 215px; float: left;}
.nadico .detailTxt{font-size: 1.1rem;}
.nadico .detail h2{font-size: 1.6rem;margin-bottom: 10px;}
.nadico .detail h2 span{font-size: 1.2rem;font-weight: normal;}

.recipeList-normal{
	width: 160px;
	height: 300px;
	padding-right: 20px;
	margin-bottom: 20px;
	margin-right: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px dotted #D2C8BE;
}
.recipeList-normal:nth-child(3n){padding-right: 0;}
.recipeList-normal .phtFrame{height: 213px;}
.recipeList-normal .detail{margin: 6px 2px;}
.recipeList-normal .recipeName{font-size: 1.1rem;}
.tips{bottom: 10px;}










/* ========== フロート解除 ========== */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */
