@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 p.alert {
	margin: 0 0 10px;
	color: #FF3300;
}


/* ----------------------------------------------

		LISTS

---------------------------------------------- */

div#contents ul#selectCat {}
div#contents ul#selectCat {
	margin: 20px 0 10px;
}
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 {
	height: 17px;
	position: relative;
	margin: 20px 0 0;
	padding: 12px;
	font-size: 93%;
	background: url(/img/recipe/bg_search_recipe.gif) no-repeat 0 0;
}
div#boxSearch input#inputSearch {
	width: 220px;
}
div#boxSearch input#btnSearch {
	border: none;
	color: #FFFFFF;
	text-align: center;
	background: #613F2B;
}
dl#searchWord {
	position: absolute;
	top: 14px;
	left: 330px;
	width: 350px;
	text-align: right;
}
dl#searchWord dt,
dl#searchWord dd {
	display: inline;
	margin: 0 5px 0 0;
	font-size: 85%;
}
dl#searchWord {}

/* ----------------------------------------------

		boxRecipe 1

---------------------------------------------- */

div#contents div#boxRecipe_1 {
	display: inline;
	float: left;
	width: 270px;
	margin: 0 20px 30px 0;
}
div#contents div#boxConceptTtl {
	width: 270px;
	margin: 0 0 20px;
	padding: 0 0 5px;
	background: url(/img/common/bdr_donburi.gif) repeat-x 0 100%;
}



div#contents div#boxConcept p#genre {
	margin: 0 0 7px;
	padding: 4px;
	font-size: 85%;
	color: #888888;
	background: #F7F5EF;
}
div#contents div#boxConcept p#authorName {
	text-align: right;
}

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: 161px;
	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 5px;
	color: #888888;
}

/* SUB MATERIAL */
div#contents div#boxMaterial h5 {
	margin: 15px 0 0 20px;
	padding: 0 0 6px;
	color: #613F2B;
	background: url(/img/common/line_dot_1.gif) repeat-x 0 100%;
}

div#contents div#boxMaterial table.subMaterial {
	margin: 0 0 0 20px;
}
div#contents div#boxMaterial table.subMaterial tr th {
	width: 155px;
}
div#contents div#boxMaterial table.subMaterial tr td {
	width: 90px;
}



/* ----------------------------------------------

		boxRecipe 2

---------------------------------------------- */

div#contents div#boxRecipe_2 {
	display: inline;
	float: left;
	width: 410px;
	margin: 0 0 10px;
}
div#contents div#boxRecipe_2 p#phRecipe {
	margin: 0 0 20px;
	text-align: center;
}
div#contents div#boxRecipe_2 p#phRecipe img {
	border: 5px solid #CCCCCC;
}
div#contents div#boxRecipe_2 ol li {
	padding: 10px;
}
div#contents div#boxRecipe_2 ol li.odd {
	color: #613F2B;
	background: #F7F5EF;
}

/* ----------------------------------------------

		NO RECIPE

---------------------------------------------- */

div#contents div.noFile {
	margin: 40px 0;
}
div#contents div.noFile p.navLink {
	margin: 30px 0 10px 20px;
	text-align: left;
}

/* ----------------------------------------------

		hacks

---------------------------------------------- */

/* Clearfix
---------------------------------------------- */


div#contents {
		zoom: 1;/*for IE 5.5-7*/
}
div#contents:after:after {/*for modern browser*/
		display: block;
		clear: both;
		visibility: hidden;
		content: ".";
		height: 0px;
}
* html div#contents {
	display: inline-table;
	/*\*/display: block;/**/
}

