@charset "UTF-8";

/*---------------リセット------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0;vertical-align: bottom;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul,li{list-style:none;}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}legend{color:#000}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
-webkit-text-size-adjust:none;/* iPhoneでの文字サイズ自動修正 を使わない*/
}
/*--------ベース---------*/
body {
	font-family:"メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding:0;
	color:#3d2b1f;
	font-size:14px;
	background:url(../img/recipe_bg.png) repeat center 0;
}
.sp_view {
    display: none;
}
a:link {
	color:#3d2b1f;
	text-decoration:none;
}
a:visited {
	color:#3d2b1f;
	text-decoration:none;
}
a:hover {
	color:#3d2b1f;
	text-decoration:underline;
}
a:active {
	color:#3d2b1f;
	text-decoration:underline;
}
.top10 {padding:10px 0 0;}
.top20 {padding:18px 0 0;}
.top30 {padding:28px 0 0;}
.btm20 {padding:0 0 18px;}
.btm30 {padding:0 0 28px;}
.clear {
    clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*--------レシピ---------*/
#recipe_allwrap {
	width:640px;
	margin:0 auto 160px auto;
}
#recipe_allwrap .day_contents {
	width:598px;
	background:#fff;
	border:solid 1px #3d2b1f;
	border-radius:10px;
	margin:0 auto 40px auto;
}
#recipe_allwrap .day_contents h2 {
	color:#fff;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	background:#3d2b1f;
	border-radius:7px 7px 0 0;
	padding:6px 0;
}
#recipe_allwrap .day_contents .section {
	margin:20px 20px 40px;
	padding:0 0 40px;
	line-height:1.4;
	background:url(../img/recipe_dot.png) repeat-x 2px bottom;
}
#recipe_allwrap .day_contents .section:last-child {
	margin:20px;
	padding:0;
	background:none;
}
#recipe_allwrap .day_contents h3 {
	color:#f2004e;
	font-size:24px;
	font-weight:bold;
	border-left:solid 5px #7dc600;
	margin:0 0 10px;
	padding:0 0 0 10px;
	line-height:1.3;
}
#recipe_allwrap .day_contents h3 span {
	color:#3d2b1f;
	font-size:20px;
}
#recipe_allwrap .day_contents .recipe_ph img {
	border-radius: 10px;
}
#recipe_allwrap .day_contents dl {
	margin:40px 0 0;
}
#recipe_allwrap .day_contents dt {
	color:#f2004e;
	font-size:20px;
	font-weight:bold;
	border-left:solid 5px #7dc600;
	border-bottom:dashed 1px #558700;
	margin:0 0 10px;
	padding:0 0 0 10px;
}
#recipe_allwrap .day_contents .material li {
	width:49%;
	float:left;
	margin-right:2%;
	padding:8px 0;
	border-bottom:dotted 1px #a7cb69;
}
#recipe_allwrap .day_contents .material li:nth-of-type(2n) {
	margin-right:0;
}
#recipe_allwrap .day_contents .material li span {
	font-weight:bold;
}
#recipe_allwrap .day_contents .process dd {
	padding:10px 0 0;
}
#recipe_allwrap .day_contents .process li {
	border-bottom:dotted 1px #a7cb69;
	margin:0 0 12px;
	padding:0 0 12px 40px;
	position:relative;
}
#recipe_allwrap .day_contents .process li span {
	display:inline-block;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	line-height:1;
	background:#a05f33;
	padding:5px 7px 3px;
	border-radius:14px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-20px;
}
.footer_area {
	width:600px;
	margin:-30px auto 0 auto;
}
.address{
	font-style:normal;
	font-weight:bold;
	float:left;
	color: #666;
	font-size: 10px;
	padding-top: 3px;
}
.close{
    float:right;
}
.close a{
	font-size: 12px;
    font-style: normal;
    font-weight: bold;
    height: 12px;
    position: relative;
    color: #666;
	text-decoration:none;
}
.small {
	font-size:11px;
	font-weight:normal !important;
}
.recipe_ph_cs {	
	text-align: center;
	font-size: 130%;
	padding: 16px;
	background: #fffae4;
	border: 1px solid #3d2b1f;
	border-radius: 10px;
}




/*スマホ用 css*/
@media screen and (max-width: 640px) {
.sp_view {
    display: inline;
}
.pc_view {
    display: none;
}
#recipe_allwrap .day_contents h2 {
	font-size:24px;
}
#recipe_allwrap .day_contents h3 {
	font-size:28px;
}
#recipe_allwrap .day_contents h3 span {
	font-size:24px;
}
#recipe_allwrap .day_contents dt, #recipe_allwrap .day_contents dd {
	font-size:26px;
}
#recipe_allwrap .day_contents .material li {
	width:558px;
}
#recipe_allwrap .day_contents .material .leftbox {
	border-right:none;
}
#recipe_allwrap .day_contents .process li span {
	font-size:20px;
}
.close{
	text-align:center;
	float:none;
	height: 20px;
	padding-top: 10px;
}
.close a{
	font-size:20px;
}
.address{
	text-align:center;
	width:100%;
	padding-top:20px;
	padding-bottom:10px;
	float:none;
	font-size:18px;
}
.small {
	font-size:20px;
}
.recipe_ph_cs {
	font-size: 150%;
}
	#recipe_allwrap .day_contents .process li {
	padding:0 0 12px 46px;
}
	
}


