@charset "utf-8";

/* @override http://localhost/rokkomiso/css/recipe.css */

#recipeList{
	width: 708px;
	margin: 0 auto;
}
#recipeList .recipeCat{
	text-align: left;
}
#recipeList .recipeCat .title{
	width: 680px;
	margin: 0 auto;
}

#recipeList .recipeCat .itemList{
	clear: both;
	width: 708px;
	margin: 10px 0;
	background: url(../images/recipe/list_bg.png) center top repeat-y;
}

#recipeList .recipeCat .itemList ul{
	width: 708px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#recipeList .recipeCat .itemList ul li{
	width: 100px;
	padding: 5px 9px;
	font-size: 1.4em;
	float: left;
}
#recipeList .recipeCat .itemList ul li img{
	margin-bottom: 5px;
}

#recipeDetail{
	width: 700px;
	margin: 0 auto 5px;
}
#recipeDetail .leftColumn{
	width: 300px;
	float: left;
}
#recipeDetail .rightColumn{
	width: 375px;
	float: right;
}

#recipeDetail .leftColumn .summary{
	margin-bottom: 20px;
}
#recipeDetail .leftColumn .summary p{
	font-size: 1.4em;
	text-align: left;
}
#recipeDetail .leftColumn .summary p.caption{
	padding-top: 10px;
	color: #630;
}
#recipeDetail .leftColumn .recommend{
	border: 5px solid #EED;
	padding: 5px 10px;
}
#recipeDetail .leftColumn .recommend ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#recipeDetail .leftColumn .recommend ul li{
	clear: both;
	padding-top: 4px;
	width: 270px;
	text-align: left;
	font-size: 1.4em;
}
#recipeDetail .leftColumn .recommend ul li span.thumb{
	width: 50px;
	height: 50px;
	border: 1px solid #999;
	margin-right: 4px;
	display: block;
	float: left;
}
#recipeDetail .leftColumn .recommend ul li span.caption{
	font-size: 1.4em;
	width: 204px;
	height: 42px;
	padding: 5px;
	background: #F4F4EE;
	display: block;
	float: right;
}

#recipeDetail .rightColumn .block{
	width: 375px;
}

#recipeDetail .rightColumn .block .title{
	padding: 0;
	background: none;
}

#recipeDetail .rightColumn .block.lastChild{
	margin-bottom: 0;
}
#recipeDetail .rightColumn .section.howto.lastChild{
    padding-bottom: 0;
}

#recipeDetail .rightColumn .section.howto{
	font-size: 1.4em;
    line-height: 125%;
}
#recipeDetail .rightColumn .section.howto p{
	font-size: 1em;
}

.comment {
    width: 480px;
    margin: 0 auto;
	background: url(../images/recipe/bg_comment_m.png) repeat-y;
	font-size: 1.4em;
    line-height: 125%;
}
.comment .commentIn {
	background: url(../images/recipe/bg_comment_t.png) no-repeat;
}
.comment .commentIn2 {
	padding: 15px;
	background: url(../images/recipe/bg_comment_b.png) no-repeat 0% 100%;
}

