@charset "utf-8";

/* ----------------------------------------------

	bowls / RECIPE STYLE
	author   : (C)KAYAC http://www.kayac.com/

---------------------------------------------- */

@import url("./parts/base.css");
@import url("./parts/layout.css");
@import url("./parts/module.css");
@import url("./parts/form.css");


/* general styles
---------------------------------------------- */

div#contents h4 {
	margin: 0 0 10px;
	padding: 0 0 5px;
	background: url(/img/common/bdr_donburi.gif) repeat-x 0 100%;
}
div#contents div#cntMain h3 {
	margin: 0 0 20px;
}
div#contents p.exp {
	margin: 0 0 30px;
}


/* ----------------------------------------------

		LISTS

---------------------------------------------- */

div#contents ul#selectCat {}
div#contents ul#selectCat {
	margin: 20px 0;
}
div#contents ul#selectCat li {
	display: inline;
	padding: 1px 3px 1px 9px;
	border-left: 1px solid #4F4F4F;
	font-size: 93%;
	font-weight: bold;
}
div#contents ul#selectCat li.selectAll {
	padding: 1px 5px 1px 0;
	border: none;
}
div#contents ul#selectCat li a {
	font-weight: normal;
}

div#boxSearch {
	margin: 0 0 20px;
	font-size: 93%;
}
div#boxSearch input#inputSearch {
	width: 220px;
}
div#boxSearch input#btnSearch {
	border: none;
	color: #FFFFFF;
	text-align: center;
	background: #613F2B;
}


/* ----------------------------------------------

		boxRecipe 1

---------------------------------------------- */

div#contents div#boxRecipe_1 {
	display: inline;
	float: left;
	width: 265px;
	margin: 0 20px 30px 0;
}
div#contents div#boxConceptTtl {
	margin: 0 0 20px;
	padding: 0 0 5px;
	background: url(/img/common/bdr_donburi.gif) repeat-x 0 100%;
}
div#contents div#boxConcept p#expRecipe {
	line-height: 150%;
}
div#contents div#boxConcept {
	margin: 0 0 30px;
}
div#contents div#boxConceptTtl h3 {
	margin: 0 0 10px;
	color: #613F2B;
	font-size: 147%;
	font-weight: bold;
	line-height: 1.45;
}
div#contents div#boxConcept div#boxMaterial {
}
div#contents div#boxMaterial table {
	border: none;
	border-collapse: collapse;
}
div#contents div#boxMaterial table tr th {
	width: 165px;
	font-weight: normal;
	text-align: left;
}
div#contents div#boxMaterial table tr td {
	width: 100px;
	text-align: right;
}
div#contents div#boxMaterial table tr th,
div#contents div#boxMaterial table tr td {
	padding: 10px;
	font-size: 85%;
}
div#contents div#boxMaterial table tr.odd th,
div#contents div#boxMaterial table tr.odd td {
	background: #F7F5EF;
}
div#contents div#boxMaterial table tr th span,
div#contents div#boxMaterial table tr td span {
	display: block;
	margin: 7px 0 0;
	color: #888888;
}

/* ----------------------------------------------

		boxRecipe 2

---------------------------------------------- */

div#contents div#boxRecipe_2 {
	display: inline;
	float: left;
	width: 406px;
	margin: 0 20px 10px 0;
}
div#contents div#boxRecipe_2 p#phRecipe {
	margin: 0 0 20px;
}
div#contents div#boxRecipe_2 p#phRecipe img {
	border: 3px solid #CCCCCC;
}
div#contents div#boxRecipe_2 ol li h5 {
	padding: 10px;
	color: #613F2B;
	font-weight: bold;
	background: #F7F5EF;
}
div#contents div#boxRecipe_2 ol li p {
	margin: 0 0 20px;
	padding: 10px;
	font-size: 93%;
}


/* ----------------------------------------------

		hacks

---------------------------------------------- */

/* Clearfix
---------------------------------------------- */


div#contents {
		zoom: 1;/*for IE 5.5-7*/
}
div#contents:after {/*for modern browser*/
		display: block;
		clear: both;
		visibility: hidden;
		content: ".";
		height: 0px;
}
* html div#contents {
	display: inline-table;
	/*\*/display: block;/**/
}

