@charset 'uft-8';

.section_content .content {
	position: relative;
	float: left;
	width: 680px;
	padding-bottom: 27px;
}

.section_content .content h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 15px;
}

/*----------------------
mv
-----------------------*/

.mvBlock {
	padding-top: 40px;
}

.mvImg {
	margin-bottom: 25px;
}

.mvTxt p {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}

/*----------------------
sns
-----------------------*/

.section_content .content .snsArea {
		margin: 10px 0 20px;
}
.section_content .content .sns {
		display: table;
		position: relative;
		margin: auto;
		padding: 5px 0 25px;
}

.section_content .content .sns a {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	background-repeat: no-repeat;
	background-position: 11px center;
	background-size: 26px auto;
}
.section_content .content .sns .facebook {
	margin-right: 15px;
}

@media print, screen and (min-width: 769px) {
	.section_content .content .sns a {
			background-repeat: no-repeat;
			background-position: 0 center !important;
			background-size: 35px auto !important;
			width: 35px;
			height: 35px;
			text-indent: 100px;
			white-space: nowrap;
			overflow: hidden;
	}
}
	
/*----------------------
絞り込み
-----------------------*/

.oneBlock dl dt#acd{
	cursor:pointer;
	padding: 7px 7px 7px 20px;
	background: #ededed;
}
.oneBlock dl dt#acd:hover span.acdBtn{
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
.oneBlock dl dt#acd p{
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	border-right: 1px solid #9e9e9e;
	padding-right: 20px;
}

.oneBlock dl dt#acd span.number{
	float: left;
	font-size: 14px;
	color: #0c0c0c;
	line-height: 38px;
	padding-left: 20px;
}

.oneBlock dl dt#acd span.number strong {
	color:#d05a1d;
}

.oneBlock dl dt#acd span.number strong #count_area {
	font-weight:700;
	font-size:25px;
}
		
.oneBlock dl dt#acd span.acdBtn{
	background: url(../image/open.png) no-repeat 98% center #cde3fa;
	background-size: 40px 38px;
	float: right;
	width: 40px;
	height: 38px;
	padding:0;
	cursor: pointer;
}
.oneBlock dl dt#acd.active span.acdBtn{
	background: url(../image/close.png) no-repeat 98% center #cde3fa;
	background-size: 40px 38px;
	float: right;
	width: 40px;
	height: 38px;
	padding:0;
	cursor: pointer;
}
.oneBlock dl dd{
	padding: 0 20px 20px;
	display: none;
	background: #f7f6ef;
	text-align: left;
}
.oneBlock dl dd p.ttl{
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	text-align: left;
}

.boxs{
	width: 620px;
	margin: 0 auto 30px;
	border: solid 1px #c1c1c1;
	background: #ffffff;
}

.boxs ul li:first-child{
	width: 100%;
	border: none;
}
.boxs ul li{
	float: left;
	width: 309px;
	font-size: 16px;
	line-height: 24px;
	border-right: solid 1px #dfdfdf;
	border-top: solid 1px #dfdfdf;
}
.boxs ul li label{
	padding: 10px 0 10px 10px;
	display:block;
}

.boxs ul li.border{
	border-bottom: dashed 1px #ccc;
}
.boxs ul li:nth-child(2n+1){
	border-right: none;
}
.boxs ul.soft li{
	height:50px;
}


.submitBtn{
	width:310px;
	margin:0 auto;
}
.submitBtn .submit{
	background: #000000;
	border-radius: 8px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	height: 54px;
	margin: 0 auto;
	border: none;
	cursor:auto;
}

.recipeLink {
	width: 310px;
	margin: 15px auto 25px;
}
.recipeLink a{
	display: block;
	color: #2eb7ae;
	font-size: 16px;
	font-weight: bold;
	width: 310px;
	line-height: 52px;
	padding-right: 20px;
	background-color: #ffffff;
	background-image: url(../image/recipe_back_bg.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: 92% center;
	border: 1px #2eb7ae solid;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
}


/*----------------------
レシピ
-----------------------*/

.recipeBlock{
	margin-top:40px;
    padding-bottom:40px;
    border-bottom:dashed 2px #e6e6e6;
}

.recipeBlock .new_item{
	height: 320px;
}

.recipeBlock .new_item_a{height: 265px;}
.recipeBlock .new_item_b{height: 320px;}
.recipeBlock .new_item_c{height: 310px;}


.recipeBlock.new{
	clear:both;
	margin-top:20px;
	padding:20px 0 0;
	zoom:1;
	position: relative;
}

.recipeBlock.new:after {
    content: 'NEW';
    position: absolute;
    top: 0;
    left: -20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    width: 53px;
    line-height: 53px;
    margin:0;
    background-color: #dc0725;
    border-radius: 50%;
    text-align: center;
}

.recipeBlock .recipeImg{
	width:320px;
	float:left;
}

.recipeBlock .recipeImg img{
	width:320px;
	height: auto;
}

.recipeBlock .recipeTxt{
	width:330px;
	float:right;
	text-align:left;
}

.recipeBlock .recipeTxt p{
	color: #222222;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
}

.recipeBlock .recipeBtn{
	margin:15px 0 0;
}
.recipeBlock .recipeBtn a{
	display: block;
	color: #262626;
	font-size: 15px;
	font-weight: bold;
	width: 270px;
	line-height: 52px;
	padding-right: 20px;
	background-image: url(../image/sb_back_bg.png);
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: 90% center;
	border: 1px #cccccc solid;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
}



/*----------------------
ページャー
-----------------------*/

.paging{
	margin-top:60px;
}
.paging .more{
	text-align: center;
	margin-bottom: 13px;
}
.paging_inner{
	width: 100%;
	text-align: center;
}
.paging_inner li{
	display: inline-block;
	width: 35px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	font-size: 12px;
	border: 1px #cccccc solid;
	border-radius: 8px;
}
.paging_inner li.prev,
.paging_inner li.next{
	width: 42px;
}
.paging_inner li a{
	display: block;
	color: #000000;
	border-radius: 5px;
}
.paging_inner li.current,
.paging_inner li a:hover{
	background-color: #2eb7ae;
	color: #FFFFFF;
}

/*0126追記*/

.section_content .content .recipeSearch{
	width:100%;
}

.section_content .content .recipeSearch p{
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    text-align: left;
}

.section_content .content .recipeSearch .searchArea{
	width:620px;
	margin:auto;
}

.section_content .content .recipeSearch .searchArea .recipeBtn{
	float:left;
}

.section_content .content .recipeSearch .searchArea .popularBtn{
	float:right;
}

.section_content .content .recipeSearch .searchArea a {
    display: block;
    color: #2eb7ae;
    font-size: 18px;
    font-weight: bold;
    width: 300px;
    line-height: 59px;
    line-height: 53px\0;
    padding-top: 6px\0;
	padding-right:30px;
    margin: 0 auto;
	background-color:#fff;
    background-image: url(../image/recipe_back_bg.png);
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: 93% center;
    border: 1px #2eb7ae solid;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}

.section_content .content .recipeSearch.bg_gley{
	background:#f7f6ef;
	padding:15px 30px 30px 30px;
	margin-top:30px;
	clear:both;
}