@charset "utf-8";

/* =======================================

	Recipe Index CSS

========================================== */

.clearfix:after,
#recommend:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*画像置換*/

h2,
#recommend #keyword h3,
#special #season h3,
#special #season p {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*明朝表示*/	/*IEはメイリオで表示*/
	.mincho {font-family: 'Hiragino Mincho ProN', "Meiryo", serif;}

	@media all and (-ms-high-contrast:none){
	  *::-ms-backdrop, .mincho { font-family: "Meiryo",sans-serif;} /* IE11 */
	}
	@media all and (-ms-high-contrast:none){
	  .mincho { font-family: "Meiryo",sans-serif;} /* IE10 */
	}
/*----*/

html{
	background: url(/img/recipe/top/bg_01.gif);
	overflow: auto;
}

body{background: url(/img/recipe/top/bg_01.gif);}

#page {width: 100% !important;}

#content {
	margin: 0 auto;
	padding: 20px 0 0;
	width: 970px;
}




/*-- 今週のおすすめレシピ --*/
#recommend {
	position: relative;
	padding: 15px 20px 12px 20px;
	width: 930px;
	border: 1px solid #ebdbc9;
	background: #f7f3e7;
	box-shadow: 0 0 10px #dfdac9;
}

#recommend #week {
	width: 710px;
}

#recommend #week a{
	text-decoration: none;
}

#recommend #thisWeek {
	position: relative;
	margin-right: 20px;
	padding-top: 10px;
	width: 352px;
	height: 305px;
	border: 1px solid #f2e2c6;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

#recommend #thisWeek h2 {
	position: absolute;
	top: 20px;
	left: 31px;
	width: 210px;
	height: 70px;
	background: url(/img/recipe/top/h2_01.png) no-repeat 0 0;
	z-index: 2;
}

#recommend #thisWeek img {
	position: relative;
	width: 312px;
	height: 259px;
	z-index: 1;
}

#recommend #thisWeek p.tit {
	position: absolute;
	padding-top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 37px;
	color: #391e0d;
	background: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	z-index: 2;
}

#recommend #thisWeek p.tit.long {
	padding-top: 8px;
	font-size: 16px;
	bottom: 14px;
}

#recommend #thisWeek p.tit.long.twoLine {
	bottom: 14px;
}

#recommend #thisWeek a:hover p.tit,
#recommend #thisWeek:hover p.tit span.small {
	color: #9f5425;
}

#recommend #thisWeek p.tit span {
	position: relative;
	padding-right: 2px;
	top: -2px;
	font-size: 12px;
}

#recommend #thisWeek:hover p.tit span {
	color: #c30;
}

#recommend #week  ul {
	float: left;
}


#recommend  #week ul li {
	position: relative;
	margin-bottom: 16px;
	padding: 4px;
	height: 85px;
	width: 326px;
	border: 1px solid #f2e2c6;
	background: #fff;
}

#recommend ul li a {
	color: #4b371f;
}

#recommend ul li:hover a {
	color: #985300;
}

#recommend #week ul li span {
	position: absolute;
	top: 101px;
	left: 1px;
	display: block;
	clear: both;
	width: 330px;
	border-bottom: 1px dashed #ccc;
}

#recommend #week ul li.last {margin-bottom: 0;}

#recommend #week ul li.last span {display: none;}

#recommend #week ul li img {
	float: left;
	width: 100px;
	height: 83px;
	border: 1px solid #fff;
}

#recommend #week ul li p {
	margin: 10px 0 0 120px;
}

#recommend #week ul li p.tit {
	padding: 0 5px 38px 9px;
	text-indent: -9px;
	font-size: 116%;
	line-height: 1.5;
}

#recommend #week ul li p.tit span {
	position: relative;
	display: inline !important;
	top: -2px;
	left: -1px;
	border: 0;
	font-size: 9px;
}

#recommend #week ul li:hover p.tit span {
	color: #c30;
}

#recommend #week ul li p.tit span.small {
	font-size: 85%;
}

.cookpad-bnr {
	position: absolute;
	bottom: 17px;
	left: 392px;
	box-shadow: 0 0 10px rgba(85,62,0,0.5);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	opacity: 1;
}

.cookpad-bnr:hover {
	opacity: 0.8;
}

.cookpad-bnr img {
	width: 341px;
	height: 95px;
}



#recommend #keyword {
	margin-top: -5px;
	width: 184px;
	height: 327px;
	background: url(/img/recipe/top/bg_02.png) no-repeat 0 0;
}

#recommend #keyword h3 {
	margin: 8px 0 0 12px;
	width: 160px;
	height: 70px;
}
#recommend #keyword h3.m1 {background: url(/img/recipe/top/h3_01.png) no-repeat 0 0;}
#recommend #keyword h3.m2 {background: url(/img/recipe/top/h3_02.png) no-repeat 0 0;}
#recommend #keyword h3.m3 {background: url(/img/recipe/top/h3_03.png) no-repeat 0 0;}
#recommend #keyword h3.m4 {background: url(/img/recipe/top/h3_04.png) no-repeat 0 0;}
#recommend #keyword h3.m5 {background: url(/img/recipe/top/h3_05.png) no-repeat 0 0;}
#recommend #keyword h3.m6 {background: url(/img/recipe/top/h3_06.png) no-repeat 0 0;}
#recommend #keyword h3.m7 {background: url(/img/recipe/top/h3_07.png) no-repeat 0 0;}
#recommend #keyword h3.m8 {background: url(/img/recipe/top/h3_08.png) no-repeat 0 0;}
#recommend #keyword h3.m9 {background: url(/img/recipe/top/h3_09.png) no-repeat 0 0;}
#recommend #keyword h3.m10 {background: url(/img/recipe/top/h3_10.png) no-repeat 0 0;}
#recommend #keyword h3.m11 {background: url(/img/recipe/top/h3_11.png) no-repeat 0 0;}
#recommend #keyword h3.m12 {background: url(/img/recipe/top/h3_12.png) no-repeat 0 0;}

#recommend #keyword ul {
	margin-top: 15px;
	float: none;
	text-align: center;
}

#recommend #keyword ul li {
	margin: 0 auto;
	padding: 0 0 5px;
	width: 143px;
	height: 27px;
	border: 0;
	border-bottom: 1px dashed #a28f72;
	background: none;
	font-size: 116%;
	line-height: 2.3;
	text-indent: -4px;
}

#recommend #keyword ul li a {
	position: relative;
	display: block;
	color: #4B371F;
	text-decoration: none;
	text-shadow: 1px 1px 0 #f0ebe5;
	z-index: 100;
}

#recommend #keyword ul li a:hover {
	color: #664823;
}

#recommend #keyword ul li a span {
	position: relative;
	top: -3px;
	left: -5px;
	display: inline-block;
	font-size: 7px;
	color: #c30;
	opacity: 0;
}

#recommend #keyword ul li:hover a span {
	opacity: 1;
}

#recommend #keyword #key-icon {
	position: relative;
	top: -13px;
    left: 93px;
}






/*-- 特集レシピ-催事系 --*/
#special {
	margin-top: 50px;
}

#special #season {
	overflow: hidden;
}

#special #season h2 {
	margin-bottom: 10px;
	width: 970px;
	height: 44px;
	background: url(/img/recipe/top/h2_02.png) no-repeat 0 0;
}

#special #season .box {
	margin-bottom: 20px;
	position: relative;
	padding: 9px 5px 0;
	width: 465px;
	height: 195px;
	background: url(/img/recipe/top/bg_03.png) no-repeat 0 0;
}

#special #season .box a {
	display: block;
	height: 190px;
	width: 468px;
}

/* バナーのタイトル*/
#special #season .box h3 {
	position: absolute;
	top: 9px;
	right: 25px;
	width: 20px;
	height: 180px;
}
#special #season .box.no13 h3 {background: url(/img/recipe/top/special_season/23/h3_23.png) no-repeat 0 0;}
#special #season .box.no20 h3 {background: url(/img/recipe/top/special_season/20/h3_20.png) no-repeat 0 0;}
#special #season .box.no21 h3 {background: url(/img/recipe/top/special_season/14/h3_14.png) no-repeat 0 0;}
#special #season .box.no27 h3 {
	background: url(/img/recipe/top/special_season/27/h3_27.png) no-repeat 0 0;
	background-size: 100%;}
#special #season .box.no04 h3 {background: url(/img/recipe/top/special_season/04/h3_04.png) no-repeat 0 0;}
#special #season .box.no24 h3 {width:25px;background: url(/img/recipe/top/special_season/24/h3_24.png) no-repeat 0 0;}

#special #season .box .txt{
	position: relative;
	top: -194px;
	left: 271px;
	height: 198px;
	width: 198px;
	background:rgba(255,255,255,0.9);
}

/* バナーのテキスト*/
#special #season p {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 110px;
	height: 180px;
}

#special #season .no13 p {background: url(/img/recipe/top/special_season/29/txt_29.png) no-repeat 0 0;}
#special #season .no20 p {background: url(/img/recipe/top/special_season/20/txt_20.png) no-repeat 0 0;}
#special #season .no21 p {background: url(/img/recipe/top/special_season/21/txt_21.png) no-repeat 0 0;}

#special #season .no04 p {background: url(/img/recipe/top/special_season/04/txt_04.png) no-repeat 0 0;}

#special #season .no27 p {
	background: url(/img/recipe/top/special_season/27/txt_27.png) no-repeat 0 0;
	background-size: 100%;
}
#special #season .no24 p {
	left:-55px;
	width:190px; 
	background: url(/img/recipe/top/special_season/24/txt_24.png) no-repeat 0 0;background-size: 100%;
}

#special #season p.btn {
	top: 164px;
	left: -261px;
	width: 150px;
	height: 21px;
	background: url(/img/recipe/top/txt_01.png) no-repeat;
}

/* ボタン//レシピを検索 or 特集を見る*/
#special #season p.btn.btn01 {background-position: 0 0;}
#special #season a:hover p.btn.btn01 {background-position: 0 -21px;}
#special #season p.btn.btn02 {background-position: 0 -42px;}
#special #season a:hover p.btn.btn02 {background-position: 0 -63px;}

#special #season .box p.new {
	position: absolute;
	top: 7px;
	left: auto;
	right: 4px !important;
	width: 14px;
	height: 54px;
	text-indent: 0;
	background: none;
	z-index: 100;
}





/*-- 特集レシピ-商品系 --*/
#special #specialPdt {
	margin-top: 35px;
	padding: 2px 0;
	border-top: 1px solid #e2c3a5;
	border-bottom: 1px solid #e2c3a5;
}

#special #specialPdt .inner {
	padding: 30px 10px 0;
	border-top: 1px solid #e2c3a5;
	border-bottom: 1px solid #e2c3a5;
	background:rgba(255,255,255,0.4);
}

#special #specialPdt ul {
	text-align: center;
	margin-top: 10px;
}

#special #specialPdt ul li {
	position: relative;
	margin: 0 4px 30px;
	display: inline-block;
	width: 226px;
	vertical-align: top;
}

#special #specialPdt ul li a {
	display: block;
	text-decoration: none;
}

#special #specialPdt ul li a:hover p span {
	padding: 0 0 3px 0;
	border-bottom: 1px solid #c1ab8e;
	color: #603600;
}

#special #specialPdt ul li img {
	border: 1px solid #F2E2C6;
}

#special #specialPdt ul li.sub {
	border: none;
}

#special #specialPdt ul li p {
	padding-top: 5px;
    line-height: 1.3;
	color: #763926;
	font-size: 116%;
	font-family: 'フォーク R','Folk Regular';
}

#special #specialPdt ul li p.new {
	position: absolute;
	top: -19px;
	left: 1px;
}

#special #specialPdt ul li p.new img {
	border: none;
}

#special #specialPdt ul li p.new-txt {
	position: absolute;
	padding: 0 9px;
	top: -25px;
	left: 3px;
	width: 110px;
	background: #c30;
	color: #fff;
	border-radius: 15px;
	font-family: 'モアリア B', 'Take Bold';
	font-size: 13px;
	line-height: 1.7;
}

#special #specialPdt ul li p.new-txt:after,
#special #specialPdt ul li p.new-txt:before {
	top: 100%;
	left: 25%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#special #specialPdt ul li p.new-txt:after {
	border-color: rgba(204, 51, 0, 0);
	border-top-color: #C30;
	border-width: 6px;
	margin-left: -10px;
}
#special #specialPdt ul li p.new-txt:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #none;
	border-width: 12px;
	margin-left: -16px;
}

#special #specialPdt ul li p.long {
	letter-spacing: -2px;
}

#special #specialPdt ul li p.pdt {
	position: absolute;
	top: 0;
	left: 0;
}

#special #specialPdt ul li p.pdt img {
	border: none;
}

	/*商品画像の位置*/
	#special #specialPdt ul li.No02 p.pdt {top: 46px;left: 153px;}
	#special #specialPdt ul li.No04 p.pdt {top: 15px;left: 144px;}
	#special #specialPdt ul li.No05 p.pdt {top: 35px;left: 23px;}
	#special #specialPdt ul li.No06 p.pdt {top: 22px;left: 75px;}
	#special #specialPdt ul li.No08 p.pdt {width: 120px; top: 50px;left: 2px;}
	#special #specialPdt ul li.No09 p.pdt img {position: absolute;}
	#special #specialPdt ul li.No09 p.pdt img.pdt01 {top: 68px;left: 10px;}
	#special #specialPdt ul li.No09 p.pdt img.pdt02 {top: 111px;left: 49px;}
	#special #specialPdt ul li.No10 p.pdt {top:7px; left:129px;}
	#special #specialPdt ul li.No10 p.pdt img {padding-right: 5px;}
	#special #specialPdt ul li.No11 p.pdt {top: -1px; left: 173px;}

#special #specialPdt ul li.No03 p.newIcon {
	position: absolute;
	top: 3px;
	right: -1px;
}

#special #specialPdt ul li.No03 p.newIcon img {
	border: none;
}

#special #specialPdt ul li.No03:hover p.newIcon img {
	opacity: 1 !important;
}

#special #specialPdt ul li.No03 p.newIcon span {
	position: absolute;
	top: 15px;
	right: 12px;
	color: #91BA37;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
}

#special #specialPdt ul li.No03 a:hover p.newIcon span {
	color: #91BA37;
	border: none;
}





/*-- 商品からレシピを見る --*/
#products {
	margin: 80px 0 50px 0;
	padding: 0;
	width: 970px;
}

#products h2 {
	width: 970px;
	height: 50px;
	background: url(/img/recipe/top/h2_02.png) no-repeat 0 -50px;
}

#products p {
	margin: 0 0 8px 7px;
}

#products ul#mainBtn {
	padding: 20px 0;
	width: 970px;
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 15px #DFDAC9;
}

#products ul#mainBtn li {
    position: relative;
    display: inline-block;
    width: 179px;
    margin: 8px 4px;
    vertical-align: top;
    border: 1px solid #dac1a8;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 0 10px #dac1a8;
    background: linear-gradient( #ffaaa6 0%, #ffaaa6 5%, #ffffff 0%, #ffffff 100%);
}
#products ul#mainBtn li:hover {
    box-shadow: 0 0 10px #eab076;
    color: #e40000;
    background: linear-gradient( #ff564e 0%, #ff564e 5%, #ffffff 0%, #ffffff 100%);
}
#products ul#mainBtn li.blank {
    opacity: 0;
}


#products ul#mainBtn li a {
	display: block;
    width: 184px;
    height: 64px;
    text-decoration: none;
    transition: 0.3s;
    color: #000;
}
#products ul#mainBtn li a:hover {
    color: #c30;
}

#products ul#mainBtn li p {
    padding-left: 45px;
    font-size: 16px;
    text-align: left;
    display: table-cell;
    height: 64px;
    vertical-align: middle;
    line-height: 1.3;
    letter-spacing: 1px;
    font-family: '新ゴ M' , 'Shin Go Medium';
}
#products ul#mainBtn li p.long {
    letter-spacing: 0px;
}
#products ul#mainBtn li p.tit_BoxItem {padding-left: 55px;}
#products ul#mainBtn li p.tit_BoxItem.more {padding-left: 62px;}

#products ul#mainBtn li p span.long{
    letter-spacing: -1px;
}

#products ul li p.pdt {
    padding-left: 0 !important;
	position: absolute;
	top: 2px;
	left: -2px;
}

#products ul li p.pdt img {
	position: relative;
	top: 0;
	left: 0;
	transform: rotate(-10deg);
}

/*-- 画像の位置 --*/
#products ul li p.pdt.box img {left:0; top:0;}





/*-- rightNav --*/
ul#txtList {
	margin: 5px 5px 6px 7px;
	padding: 4px 0 0 0;
	background: url(../../img/common/line_orangedot.gif) repeat-x;
}

ul#txtList li {
	padding: 3px 0 8px 3px;
	text-align: left;
	background: url(../../img/common/line_orangedot.gif) repeat-x left bottom;
}
