@charset "UTF-8";


/*-------------- トップページ ----------------------------------------------------*/
/*----------------------------------------------------
	メインエリア
----------------------------------------------------*/

#contents {
	width:100%;
    min-width: 950px;
	height:100%;
}

#main {
	width:100%;
    min-width: 950px;
	height:100%;
	margin:0 auto 30px;
	text-align:center;
}

/*----------------------------------------------------
	#topImage
----------------------------------------------------*/

#topImage {
	width: 100%;
	margin-bottom: 20px;
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/

.title h3{
	width:100%;
    min-width: 950px;
    height: 80px;
	background: url(/cms/kitchen/images/000033606.png) repeat-x;
	margin:0 0 10px;
}

#recipe {
	width:910px;
	margin:0 auto;
}

#recipe h4{
	width:100%;
	height:32px;
	background-color:#FFFFFF;
}

#recipe .section{
	width:910px;
	margin-bottom:20px;
}

.category1 {
	width:910px;
	height:200px;
	background-color:#ede5be;
}

.category2, .category4{
	width:355px;
	height:200px;
	margin-right:20px;
	float:left;
}

.category3, .category5{
	width:535px;
	height:200px;
	float:right;
}

.category2 { background-color:#fce4d6; }
.category3 { background-color:#f0d7d9; }
.category4 { background-color:#e0f0e2; }
.category5 { background-color:#fadce9; }

ul.thum1,ul.thum2 {
	width:890px;
	height:148px;
	margin-top:8px;
	padding:0 10px;
	text-align:left;
}

ul.thum1 li,ul.thum2 li {
	width:160px;
	height:148px;
	float:left;
	background: url(/cms/kitchen/images/000033593.png) no-repeat;
}

ul.thum1 li { margin-right:22px; }
ul.thum2 li { margin-right:17px; }

li.end{
	margin-right:0 !important;
}

.text {
	font-size:95%;
	margin-left:5px;
	}

#pickup{
	width:910px;
	height:380px;
	margin:0 auto;
}

/*-------------- カテゴリートップ ----------------------------------------------------*/

/*----------------------------------------------------
	メインエリア
----------------------------------------------------*/

#main2 {
	width:950px;
	height:100%;
	margin:0 auto;
}

#mainArea {
	width:680px;
	height:100%;
	margin:0 20px 30px 0;
	text-align:center;
	float:left;
}

#naviArea {
	width:250px;
	height:100%;
	margin:0 auto 30px;
	float:right;
}

/*----------------------------------------------------
	サムネイル
----------------------------------------------------*/

ul#thum {
	width:680px;
	height:100%;
	text-align:left;
}

ul#thum li{
	width:200px;
	margin:0 40px 15px 0;
	float:left;
	font-size:90%;
}

ul #thum li.end{ margin-right:0 !important; }



/*-------------- 個別レシピページ ----------------------------------------------------*/

.small { font-size:85%; }

/*----------------------------------------------------
	#howto
----------------------------------------------------*/
#howto {
	width: 680px;
	height:100%;
	text-align:left;
	margin-top:10px;
}

h4#recipeName{
	width: 660px;
	height:25px;
	background: url(/cms/kitchen/images/000033714.png) no-repeat;
	color:#ffffff;
	font-size:120%;
	font-weight:bold;
	padding:7px 0 0 20px;
	margin-bottom:8px;
}

/*----------------------------------------------------
	#overview
----------------------------------------------------*/
#overview {
	width: 100%;
	margin: 5px 0 0;
}

#photo {
	width: 340px;
	float: left;
}

span.cal {
	background: #fff;
}

span.cal em {
	font-size: 1.2em;
	font-weight: bold;
}

#ingredient {
	width: 320px;
	float: right;
}

#ingredientTitle {
	border-bottom: solid 1px #000;
	padding: 0 0 5px 0;
}

#ingredientTitle IMG {
	vertical-align: bottom;
}

#ingredient table {
	width: 320px;
	border-collapse: separate;
	margin: 5px 0 0 0;
}

#ingredient table th {
	padding: 5px;
	border-bottom: dotted 1px #ddcab1;
}

#ingredient table th.titleBoldNml {
	font-weight: bold;
	color: #7f7466;
	padding-top: 10px;
}

#ingredient table th.titleBold {
	width: 1em;
	font-weight: bold;
	color: #7f7466;
	border-top:#FFF 2px solid;
	border-left:#FFF 2px solid;
	background:url(/cms/kitchen/images/000036911.png) no-repeat right bottom;
}

#ingredient table th.indention {
	padding: 5px 5px 5px 20px;
}

#ingredient table td {
	width: 90px;
	padding: 5px;
	border-left: dotted 1px #ddcab1;
	border-bottom: dotted 1px #ddcab1;
}

/* -------------------------------------------------- 
	#process
-------------------------------------------------- */
#process {
	width: 100%;
	min-height: 100%;
	margin: 20px 0 0;
}

#process dl {
	width: 100%;
	min-height: 35px;
}

#process dl dt {
	width: 40px;
	float: left;
}

#process dl dd {
	width: 640px;
	float: left;
}

#process ul li {
	padding: 5px 0;
	border-bottom: solid 1px #000;
}

p.howto {
	color: #e8551e;
	margin-top:5px;
	font-weight: bold;
}


p.remarks {
	margin: 3px 0;
	padding: 3px 10px;
	background: #dcdcdc;
}

/* -------------------------------------------------- 
	utility
-------------------------------------------------- */
p.kbox {
	color: #a0522d;
	border: dotted 1px #a0522d;
	margin: 30px 0;
	padding: 5px;
}

/* -------------------------------------------------- 
	#point
-------------------------------------------------- */
#point {
	margin: 20px 0;
	min-height: 70px;
	padding: 10px;
	background: #f1eee5;
	border: solid 1px #f1eee5;
}
#point p {
	padding: 10px 20px 0;
	color: #362e2b;
	font-family: 'ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ Std W8','メイリオ';
	line-height: 1.7;
	font-weight: bold;
}

/* -------------------------------------------------- 
	#product
-------------------------------------------------- */
#product {
	height: 150px;
	margin: 30px 0 0;
	background: url(images/bg_relProd.png);
	display: none;
}

#product p {
	padding: 10px 20px;
}

#product div.prodList {
	width: 560px;
	margin: 0 auto;
}

#product ul{
	float:left;
}

#product ul li {
	width: 280px;
}

#product ul li.thumb {
	width: 100px;
	float:left;
}

#product ul li.catch {
	height: 38px;
	font-size: 0.9em;
}

#product ul li a {
	color: #a40000;
	font-weight: bold;
	text-decoration: none;
}
#product ul li a:hover {
	text-decoration: underline;
}
/* -------------------------------------------------- 
	display control
-------------------------------------------------- */
#use_ricecooker{
	display: none;
}





