@charset "utf-8";
/* CSS Document */

header img{
	border-radius:10px;
	margin: auto;
}

header .text{
	line-height: 180%;
	letter-spacing: 1px;
}

header h2{
	background-image:url(../img/mehikari/main_bg.png);
	background-position:center top;
	background-repeat: no-repeat;
	color:#333;
	margin-top:-45px;
	position:relative;
	text-align: center;
	font-size:170%;
	line-height:100%;
	letter-spacing:5px;
	padding:15px 0;
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", serif;
}

header h2 .color{
	color: #619CB6;
	font-size: 170%;
	line-height:120%;
}

header h2 .text{
	font-size: 150%;
	line-height:120%;
}

.mehikari{
	border:solid 1px #e6e6e6;
	margin-top:50px;
	letter-spacing: 5px;
	padding: 0 0 0 40px;
}

.mehikariIco{
	text-align: center;
	font-size:180%;
	line-height:100%;
	letter-spacing: 3px;
	margin-top:-20px;
	margin-left:-40px;
	padding: 18px 10px 10px 10px;
}

.mehikariIco span{
	background-color: #FFF;
	background-image: url(../img/mehikari/icon_illust.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #619CB6;
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", serif;
	padding: 20px 5px 0 55px;
	text-align: center;
	vertical-align:middle;
}

.inWrap h4{
	background:url(../img/mehikari/title_border.gif) repeat-x bottom;
	color:#333;
	font-size: 150%;
	line-height:100%;
	letter-spacing: 4px;
	padding-bottom: 20px;
	margin-bottom:30px;
	text-align: center;
}

.inWrap h4 span{
	display: block;
	padding: 5px 0 0 35px;
}

.imgRight,
.imgLeft,
.imgBottom{
	padding:0 15px;
	margin-bottom:40px;
}

.imgRight .imgInTitle,
.imgLeft .text,
.imgLeft .textInTitleT,
.imgLeft .textInTitle,
.imgLeft .materials{
	float:right;
}

.imgLeft .imgInTitle,
.imgLeft .imgRecipe,
.imgRight .text,
.imgRight .textInTitle{
	float:left;
}

.imgBottom .img{
	display: inline-block;
}

.imgBottom ul li{
	float:left;
	width:31.9%;
}

.imgLeft .img{
	float:left;
	width: 37%;
}

.imgRight .img{
	float:right;
	width: 37%;
}

.inWrap li{
	padding:5px;
}

.inWrap img{
	width: 100%;
    height: auto;
}

.imgRight .imgInTitle img,
.imgLeft .imgInTitle img{
	padding: 5px;
	width: 280px;
}

.imgLeft .imgRecipe img{
    padding-top: 5px;
	width: 440px;
}

.imgBottom .text{
	line-height: 180%;
	letter-spacing: 1px;
	margin-bottom:10px;
}

.imgRight .text,
.imgLeft .text{
	width: 600px;
	line-height: 180%;
	letter-spacing: 1px;
	margin-bottom:10px;
}

.imgRight .textInTitleT,
.imgLeft .textInTitleT{
	width: 640px;
}

.imgRight .textInTitle,
.imgLeft .textInTitle{
	width: 640px;
	line-height: 180%;
	letter-spacing: 1px;
	margin-bottom:10px;
}

.imgLeft .materials{
	margin:25px 30px 10px 10px;
}

.imgLeft .imgRecipe{
	margin:20px 10px 10px 30px;
}

.imgLeft .recipeTitle{
	background-color: #D4746A;
	background-image:none;
	color: #FFF;
	font-size: 140%;
	line-height:100%;
	letter-spacing: 4px;
	margin:0;
	padding: 12px 10px 10px 10px;
	text-align: center;
}

.imgLeft .recipeTitle span{
	background-color: #D4746A;
	background-image: url(../../img/mehikari/icon_recipe.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 35px;
	display:inline;
}

.recipeWrap{
	background-color: #FFFBE9;
}

.materials{
	background-color: #FFF;
	float: right;
	line-height: 230%;
	letter-spacing: 1px;
	border-bottom-style: solid;
    margin:10px 0 10px 0;
	padding:15px;
	width: 440px;
}

.materials li{
	border-bottom:1px solid #948C66;
	padding:5px;
}

.materialsTitle{
	color:#F8BC00;
	font-size: 120%;
	letter-spacing: 3px;
}

.recipe{
	line-height: 180%;
	letter-spacing: 1px;
	margin:0px 10px 10px 30px;
	border-bottom-style: solid;
	padding:20px;
}

.recipe li{
	list-style-type: decimal;
	border-bottom:1px dotted #948643;
	padding:10px;
}

.materials li:first-child,
.materials li:last-child,
.recipe li:last-child{
	border-bottom:none;
}

*, ::before, ::after {
  box-sizing: content-box;
}

body{
	letter-spacing: 0;
}


@media screen and (max-width:640px){

img,
.imgRight .imgInTitle img,
.imgLeft .imgInTitle img,
.imgLeft .imgRecipe img{
	width: 100%;
}

.imgRight .text,
.imgLeft .text,
.imgRight .textInTitle,
.imgLeft .textInTitle,
.imgRight .textInTitleT,
.imgLeft .textInTitleT,
.materials{
	width: auto;
}

header img{
	border-radius:0px;
}

header h2{
	background-image:none;
	font-size: 120%;
	padding:35px 0 10px;
	border-bottom: 1px solid #e6e5dc;
    margin: -10px 0 20px 0;
	width:100%;
}

header h2 .text{
	padding-top:30px;
	font-size: 100%;
}

.mehikariIco{
	margin-top:0;
}

.mehikariIco span{
	line-height:100%;
	background-color:transparent;
}

h4{
	padding-top:30px;
	letter-spacing: 0;
}

.imgRight,
.imgLeft,
.imgBottom{
	padding:0;
}

.imgRight .imgInTitle,
.imgRight .text,
.imgRight .textInTitle,
.imgLeft .text,
.imgLeft .textInTitleT,
.imgLeft .textInTitle,
.imgLeft .materials,
.imgLeft .imgInTitle,
.imgLeft .imgRecipe{
	float:none;
}

.imgBottom .img{
	display: inline;
}

.imgBottom ul li,
.imgLeft .img,
.imgRight .img{
	float:none;
	width:100%;
}

.imgLeft .imgRecipe{
	margin:20px 10px 10px 7px;
}

.recipe{
	padding:0;
}

.recipe li{
	padding:0;
}

.imgRight .imgInTitle img,
.imgLeft .imgInTitle img{
	margin-bottom:30px;
}

.imgLeft .recipeTitle{
	line-height:150%;
}

.imgRight .imgInTitle p,
.imgLeft .imgInTitle p,
.imgLeft .imgRecipe p{
	padding: 5px;
}


.imgLeft .materials{
	margin: 0;
	padding:0;
}

.imgRight .imgInTitle img,
.imgLeft .imgInTitle img{
	padding: 0;
}

.inWrap li {
    padding: 5px 0 5px 0;
}

}

