@charset eUTF-8Œ;

body {
	background-color: #EFEADF;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS ProN W3","Hiragino Kaku Gothic ProN","ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro","ƒƒCƒŠƒI","Meiryo UI",Meiryo,"MS UI Gothic","‚l‚r ‚oƒSƒVƒbƒN",Arial,sans-serif;
}

.recipebox {
	max-width: 950px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #503819;
}

.contbox {
	max-width: 950px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #FFFAEB;
}

.contbody {
	padding: 10px 50px 10px 50px;
}

.whitetitle {
	font-size: 1.5em;
	font-weight: bolder;
	color: white;
}

.presenttitle {
	font-size: 1.5em;
	font-weight: bolder;
	color: #503819;
	line-height: 1.5em;
	padding-bottom: 30px;
}

.presentsubtitle {
	margin: 10 30 10 30;
	font-size: 1.2em;
	font-weight: bolder;
	color: #503819;
	border-bottom: 2px #987C43 solid;
}

.presentbody {
	padding: 10px;
	color: #503819;
}

.autoimg {
	max-width: 100%;
	height:auto;
}

.img-r {
    float: right;
	max-width: 100%;
	height:auto;
	margin:10px;
}

.textwhitetitle {
	color:#FFFFFF;
	font-weight:bold;
	}

.textsnote {
	font-size:0.9em;
	line-height: 1.2em;
}

.stepnum {
	font-weight:bold;
	transform: scale( 1 , 1.5 );
}

li {
	padding-bottom: 5px;
	line-height: 1.3em;
}

td {
	line-height:1.2em;
}

p {
	line-height:1.5em;
}

a {
	border:0;
}

@media screen and (max-width:667px){
	
	html,body{
		overflow-x: hidden;
		width: 100%;
	}

.topicpath{
	display: none;
}
	
}

@media screen and (min-width:668px){
html,body{min-width: 950px;}
}
