@charset "shift-jis";

/* Body
---------------------------------------------------------- */
body {
	background-color: #fff;
	color: #444;
}

a:hover{
	color: #df5604;
	text-decoration: underline;
}

/* Clearfix
---------------------------------------------------------- */
header#l-header_rp,
footer#l-footer_rp,
.m-title_rp,
.m-txtBox {
	display: block;
	min-height: 1%;
}
header#l-header_rp:after,
footer#l-footer_rp:after,
.m-title_rp:after,
.m-txtBox:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html header#l-header_rp,
* html footer#l-footer_rp,
* html .m-title_rp,
* html .m-txtBox {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* wrapper
---------------------------------------------------------- */
#l-wrapper_rp {
	width: 653px;
	margin: 0 auto;
}

/* header
---------------------------------------------------------- */
header#l-header_rp {
	border-bottom: 3px solid #e60012;
	padding: 5px 15px;
	margin-bottom: 20px;
}
	header#l-header_rp .m-logo {
		width: 110px;
		float: left;
		margin-top: 10px;
	}
	header#l-header_rp .m-logo_rp {
		width: 185px;
		float: right;
	}
			header#l-header_rp .m-logo img,
			header#l-header_rp .m-logo_rp img {
				width: 100%;
			}

/* footer
---------------------------------------------------------- */	
footer#l-footer_rp {
	border-top: 1px solid #d8d8d8;
	padding: 10px 15px 10px;
	margin-top: 30px;
}
	footer#l-footer_rp .m-btn_close a {
		background: url(/enjoy/recipe/img/recipe/btn_close.gif) 0 0 no-repeat;
		width: 71px;
		height: 21px;
		text-indent: -9999px;
		display: block;
		float: right;
	}
	footer#l-footer_rp .m-copyright_rp {
		color: #77655b;
		font-size: 10px;
		float: left;
		margin-top: 3px;
	}


/* contents
---------------------------------------------------------- */
#l-contents_rp {
	margin: 0 15px;
}
	#l-contents_rp .section {
	margin-bottom: 20px;
	clear: both;
}

p.m-bnr_rp {
	display: table-footer-group;
}
	p.m-bnr_rp a {
		position: absolute;
		left:0;
		display:block;
		width: 187px;
		z-index:10;
	}

	p.m-bnr_rp img {
		width: auto;
		margin-top: 10px;
	}

/* タイトル */
.m-title_rp,
.m-title_line {
	background: url(/enjoy/recipe/img/recipe/bg_rpLine.gif) 0 bottom repeat-x;
	padding-bottom: 9px;
	margin-bottom:11px;
}
.m-title_rp {
	position: relative;
}
	.m-title_rp h1.m-title02 {
		color: #7b2210;
		float: left;
		text-indent: -11px;
		padding-left: 11px;
	}
	.m-title_rp h1.m-title02:before {
		display: inline-block;
		background: url(/enjoy/recipe/img/recipe/h2_rp.gif) 0 center no-repeat;
		background-size: 100%;
		margin-right: 7px;
		width: 4px;
		height: 32px;
		content: "　";
	}
.m-title_line {
	font-size: 0;
	margin: 0;
}
h2.m-icon_rp01,
h2.m-icon_rp02 {
	color: #7b2210;
	font-size: 18px;
}
h2.m-icon_rp01 span {
	font-size: 14px;
	color: #444;
	font-weight: normal;
	margin-left: 10px;
}

/* sns */
#l-sns {
	position: relative;
	top : 0px;
	padding: 0 0 10px;
}
	.twitter-share-button {
		float: right;
		margin-top: 2px;
	}

/* ■アイコン */
.m-icon_square_rp {
	text-indent: -12px;
	padding-left: 12px;
}
.m-icon_square_rp:before{
	display: inline-block;
	background: url(/common/img/icon_square.gif) 0 center no-repeat;
	background-size: 100%;
	margin-right: 3px;
	width: 9px;
	height: 1em;
	vertical-align: baseline;
	line-height: 1em;
	content: "　";
}

/* レシピアイコン */
.m-icon_rp01,
.m-icon_rp02 {
	text-indent: -31px;
	padding-left: 31px;
}
.m-icon_rp01:before{
	display: inline-block;
	background: url(/enjoy/recipe/img/recipe2/icon_rp01.png) 0 center no-repeat;
	background-size: 100%;
	margin-right: 5px;
	width: 26px;
	height: 26px;
	content: "　";
}
.m-icon_rp02:before{
	display: inline-block;
	background: url(/enjoy/recipe/img/recipe2/icon_rp02.png) 0 center no-repeat;
	background-size: 100%;
	margin-right: 5px;
	width: 26px;
	height: 26px;
	content: "　";
}


/* ボックス */
p.m-photoBox {
	width: 319px;
	display: block;
	float: left;
	box-sizing: border-box;
	border: 1px solid #bfb2a2;
	padding: 1px;
}
	p.m-photoBox img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
		box-sizing: border-box;
		border: 1px solid #bfb2a2;
	}
.m-txtBox {
	position: relative;
	width: 290px;
	float: right;
	display:table;
}

dl.m-rpBox01 {
	margin: 10px 0 0px;
}
	dl.m-rpBox01 dt {
		width: 75px;
		background-color: #f5710f;
		color: #fff;
		text-align: center;
		display: inline-block;
		box-sizing: border-box;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		float: left;
		padding: 0 10px;
		margin: 0 -80px 0 0;
	}
		dl.m-rpBox01 dt img {
			vertical-align: middle;
		}
	dl.m-rpBox01 dd {
		color: #a75e1c;
		margin: 0 0 0 80px;
	}

.m-rpBox02 {
	margin-top:20px;
	background: url(/enjoy/recipe/img/recipe/recommend_bg.gif) 0 0 repeat;
	border: solid 1px #edceaa;
}
	.m-rpBox02 h3.m-rpBox_title {
		color: #7b4510;
		text-indent: -6px;
		padding: 5px 5px 3px 6px;
		margin-left: 5px;
	}
	.m-rpBox02 h3.m-rpBox_title:before{
		display: inline-block;
		background: url(/enjoy/recipe/img/recipe2/icon_square02.gif) 0 center no-repeat;
		background-size: 100%;
		margin-right: 3px;
		width: 3px;
		height: 25px;
		content: "　";
	}
	.m-rpBox02 ul.m-rpBox02_inner {
		background-color: #fff;
		padding: 15px 16px 15px 16px;
		margin: 3px;
	}
	.m-rpBox02 ul.m-rpBox02_inner>li {
		text-indent: -11px;
		padding-left: 11px;
	}
	.m-rpBox02 ul.m-rpBox02_inner>li:before {
		display: inline-block;
		background: url(/common/img/arrow_red.gif) 0 center no-repeat;
		background-size: 100%;
		margin-right: 7px;
		width: 4px;
		height: 22px;
		content: "　";
	}

/* テーブル部分 */
.m-table_rp{
	width: 100%;
	border-collapse: collapse;
}
	.m-table_rp th {
		width: 50%;
		background: url(/enjoy/recipe/img/recipe/bg_rpLine.gif) 0 bottom repeat-x;
		vertical-align: top;
		padding-bottom: 9px;
	}
	.m-table_rp td {
		width: 47%;
		vertical-align: top;
		padding: 1px 7px 3px;
	}
			.m-table_rp td h3 {
				font-size: 14px;
				margin-top: 3px;
			}
	.m-table_rp td.td_title {
		width: 53% !important;
	}
	.m-table_rp td.m-td_line {
		background: url(/enjoy/recipe/img/recipe/bg_rpLine_2.gif) 0 bottom repeat-x;
	}
	.m-table_rp td.m-td_note {
		padding-top: 5px;
	}

/* ol 数字リスト */
ol.m-list_rp>li {
	background: url(/enjoy/recipe/img/recipe/bg_rpLine_2.gif) 0 bottom repeat-x;
	counter-increment: cnt;
	text-indent: -1.2em;
	padding: 5px 15px 11px 1.2em;
}
ol.m-list_rp>li:before {
	content:counter(cnt) ". ";
}



/* スマホ表示しない */
@media screen and (max-width: 767px){
	body {
		font-size: 14px;
		line-height: 1.6;
		overflow-x: visible;
	}
	.m-title02 {
		font-size: 20px!important;
	}
	.flR {
		float: right!important;
	}
}

/* スマホ表示 */
@media screen and (max-width: 480px){
	body{
		font-size: 16px;
		line-height: 1.4;
	}
	.m-title_rp p {
		display: none;
	}
	
	#l-wrapper_rp {
		width: 100%;
		margin: 0 auto;
	}
		#l-wrapper_rp h3 {
		 font-size: 16px;
		}	
	
	header#l-header_rp {
		padding: 5px 10px;
		margin-bottom: 20px;
	}
	header#l-header_rp .m-logo_rp {
		width: 170px;
	}
	
	#l-contents_rp {
		margin: 0 10px;
	}
	#l-sns {
		float:left !important;
	}
	p.m-photoBox,
	.m-txtBox {
		width: 100%;
		height: auto;
		float: none;
	}
	p.m-photoBox {
		margin-bottom:20px;
	}
	p.m-bnr_rp {
		width: 40%;
		float: right;
		margin: 0 0 10px 10px;
	}	
	dl.m-rpBox01 dt {
		width: auto;
		float: none;
		margin: 0 0 5px 0;
	}
	dl.m-rpBox01 dd {
		margin: 0;
	}
	
	footer#l-footer_rp {
		text-align: center;
		padding: 10px;
	}
		footer#l-footer_rp .m-btn_close a {
			background: none;
			width: auto;
			height: auto;
			color: #2d86c4;
			text-indent: 0;
			text-decoration: underline;
			display: block;
			float: none;
			border: 1px solid #bfb2a2;
			padding: 10px;
		}
		footer#l-footer_rp .m-btn_close a:hover{
			color: #2d86c4;
		}
		footer#l-footer_rp .m-copyright_rp {
			float: none;
			margin-top: 10px;
		}
	p.m-bnr_rp a {
		position: relative !important;
		display:inline !important;
	}
	.twitter-share-button {
		float: left;
	}
}
