/* CSS Document */ 
body {
	font: 0.75em/1.3em "游明朝","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	margin: 0px;
}
#page {
	margin: 0px auto;
	padding: 0px 20px 0 20px;
	width: 960px;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav {
	background-color: rgba(190,60,68,0.5);
	width: 100%;
	position: fixed;
	z-index: 100;
}
nav {
	width: 960px;
	margin: 0 auto;
}
nav ul {
	overflow: hidden;
}
nav a {
	float: left;
	height: 80px;
	width: 160px;
	text-indent: -9999px;
	display: block;
}
.nav1 a {
	background: url(../images/nav01.png) no-repeat left top;
}
.nav1 a:hover {
	background: url(../images/nav01.png) no-repeat left bottom;
}
.nav2 a {
	background: url(../images/nav02.png) no-repeat left top;
}
.nav2 a:hover {
	background: url(../images/nav02.png) no-repeat left bottom;
}
.nav3 a {
	background: url(../images/nav03.png) no-repeat left top;
}
.nav3 a:hover {
	background: url(../images/nav03.png) no-repeat left bottom;
}
.nav4 a {
	background: url(../images/nav04.png) no-repeat left top;
}
.nav4 a:hover {
	background: url(../images/nav04.png) no-repeat left bottom;
}
.nav5 a {
	background: url(../images/nav05.png) no-repeat left top;
}
.nav5 a:hover {
	background: url(../images/nav05.png) no-repeat left bottom;
}
.nav6 a {
	background: url(../images/nav06.png) no-repeat left top;
}
.nav6 a:hover {
	background: url(../images/nav06.png) no-repeat left bottom;
}
nav a:hover {
	opacity: 0.5;
}
h1 {
	background: url(../images/recipe_header430.png) no-repeat;
	text-indent: -9999px;
	height: 430px;
	margin: 0 auto;
}
h2 {
	font-size: 36px;
	color: #BE3C44;
	text-align: center;
	margin: 100px auto 50px auto;
}
.recipe {
	overflow: hidden;
	width: 960px;
	margin: 0 0 30px 0;
}
.photo {
	float: left;
	width: 350px;
}
.textred {
	float:left;
	width: 580px;
	height: 350px;
	background: url(../images/recipe_background_red.png) no-repeat center center;
	margin: 0 0 0 30px;
	overflow: hidden;
	line-height: normal;
	font-weight: bold;
}
.textgreen {
	float:left;
	width: 580px;
	height: 350px;
	background: url(../images/recipe_background_green.png) no-repeat center center;
	margin: 0 0 0 30px;
	overflow: hidden;
	line-height: normal;
	font-weight: bold;
}

.recipetitle {
	float: left;
	width: 250px;
	margin: 30px 0 0 0;
}
.title {
	font-size: 24px;
}
.title span {
	font-size: 15px;
	color:#BE3C44; 
}
.ingredient {
	font-size: 18px;
	margin: 30px 0 0 0;
}
.recipepoint {
	float: left;
	width: 320px;
	margin: 40px 0 0 10px;
	font-size: 18px;
}
h3 {
	font-size: 24px;
	color: #000;
	text-align: center;
	margin: 100px auto 50px auto;
}
.about  {
	font-size: 22px;
	color: #000;
	text-align: center;
	line-height: normal;
	font-weight: bold;
	margin: 30px auto 50px auto;
}

.mailto {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	margin: 100px auto 50px auto;
}
.mailto a {
	text-decoration: none;
	color: #BE3C44;
}

#othersrecipe {
	overflow: hidden;
}
.othersrecipe01 {
	float: left;
}
.othersrecipe02 {
	float: left;
	margin: auto auto auto 300px;
}
footer {
	padding: 10px;
	margin: 100px auto;
	background-color: rgba(190,60,68,0.8);
	overflow: hidden;
}
footer span {
	color: #ffffff;
	font-size: 14px;
	float: left;
}
#sns {
	overflow: hidden;
	float: right;
}
.sns {
	float: left;
	margin: 10px 10px 0 0;
}
#hamburger {
	display: none;
}
@media screen and (max-width:400px) {
#page, main, #recipe, .recipe, #othersrecipe {
	width: 100%;
	padding: 0;
}
#nav {
	width: 0;
}
nav li a{
	float: none;
}
nav {
	position: fixed;
	left: -160px;
	top: 0px;
	z-index: 2;
	margin: 0;
	width: 160px;
	height: 480px;
	transition-duration: 0.5s;
}
nav a:hover {
	opacity: 1;
}
h1 {
	background:url(../images/recipe_header_sumaho.png) no-repeat center center;
	width: 100%;
}
h2 {
	font-size: 30px;	
	}
.about {
	font-size: 18px;
	margin: auto 20px 60px 20px;
	}

.textred, .textgreen {
	float: none;
	height: auto;
	margin: 0 0 130px 0;
	background: none; 
}
.recipetitle {
	float: none;
	margin: auto auto auto 10px;
}
.recipepoint {
	float: none;
	margin: 40px auto auto 10px;
}
.photo {
	float: none;
	margin: auto auto auto 8px;
}
.mailto {
	font-size: 17px;	
	}
.othersrecipe01 {
    float: none;
	margin: auto auto 30px 30px;
}
.othersrecipe02 {
	float: none;
	margin: auto auto auto 30px;
}
#hamburger {
	display: block;
	width: 111px;
	height: 50px;
	position: fixed;
	left: 10px;
	top:  10px;
	z-index: 5;
}
iframe {
	display: none;
}
}





