/*
 * Sagamiya website css
 *
 * @author Hayato Tomoda 
 * @website http://tomodian.com
 */

/* debugging -----------------------*/

.accessible {
	display: none;
}

/* layouts -------------------------*/

#header {
}

/* tofu100 toppage -----------------------------------------*/

#tofu100 .flash {
	width: 960px;
	height: 480px;
	background: #ccc;
	margin-bottom: 20px;
}

#tofu100 .recommend {
	margin-bottom: 20px;
}

#tofu100 .categories {
}

#tofu100 .category {
	float: left;
	margin: 0 35px 20px 0;
	width: 440px;
}

#tofu100 .category .left {
	float: left;
	width: 240px;
}

#tofu100 .category .left img {
	/* debug */
	width: 238px;
	height: 138px;
}

#tofu100 .category .left span {
	font-size: 16px;
	margin:0;
	padding:0;
}

#tofu100 .category .right {
	float: right;
	width: 190px;
}

#tofu100 .category .right span {
	display: block;
	text-align: right;
}

#tofu100 .category .right span a {
	color: #4d8cac;
}

#tofu100 .category .right ul {
}

#tofu100 .category .right li {
	font-size: 12px;
}

#tofu100 .category .right li.nice {
	font-size: 14px;
	padding: 20px 0 8px 0;
	background: url(/img/tofu100/common/recommend.jpg) no-repeat left top;
}

#tofu100 .category a {
	text-decoration: none;
}

/* recipelist ------------------------------------*/

#recipelist {
}

#recipelist .recipes {
}

#recipelist .recipe {
	padding: 8px 0 8px 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #e2e2e2;
	/* clearfix */
	overflow: hidden;
	zoom: 1;
	display: block;
}

#recipelist .recipe span {
	display: block;
}

#recipelist .recipe .left {
	float: left;
	width: 90px;
	margin-right: 14px;
}

#recipelist .recipe .left a {
	display:block;
	border: 1px solid #e6e6e6;
}

#recipelist .recipe .left a:hover {
	border: 1px solid #b3b3b3;
}

#recipelist .recipe .right {
	float: left;
	width: 450px;
	margin: 0 0 0 0 !important;
	font-size: 11px;
}

#recipelist .recipe .right h3 {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: normal;
	background: none;
	padding: 0;
}

#recipelist .recipe .right h3 a {
	text-decoration:none;
	color: #000;
}

#recipelist .recipe .right .comment {
	line-height: 15px;
}

#recipelist .recipe .right .tag {
	margin: 7px 0 0 0;
}


#recipelist .recipe.akasaka_rikyu {
	height: 89px;
	background: url(/img/tofu100/common/listbg_akasaka_rikyu.jpg) no-repeat left top;
}

#recipelist .recipe.acquapazza {
	height: 89px;
	background: url(/img/tofu100/common/listbg_acquapazza.jpg) no-repeat left top;
}

#recipelist .recipe.kikunoi {
	height: 89px;
	background: url(/img/tofu100/common/listbg_kikunoi.jpg) no-repeat left top;
}

#recipelist .recipe.tsukiji_tamura {
	height: 89px;
	background: url(/img/tofu100/common/listbg_tsukiji_tamura.jpg) no-repeat left top;
}

#recipelist .recipe.riel {
	height: 89px;
	background: url(/img/tofu100/common/listbg_riel.jpg) no-repeat left top;
}


/* tofu100 maestro -----------------*/

#maestro #frontend {
	width: 960px;
	height: 500px;
	margin: 16px 0 20px 0;
}

#maestro .playmovie {
	width: 132px;
	height: 62px;
	display: inline-block;
}

#maestro .aquapazza #frontend {
	background: url(/img/tofu100/maestro/acquapazza/main.jpg) no-repeat center top;
}
#maestro .aquapazza .playmovie {
	margin: 400px 0 0 205px;
}

#maestro .akasaka_rikyu #frontend {
	background: url(/img/tofu100/maestro/akasaka_rikyu/main.jpg) no-repeat center top;
}
#maestro .akasaka_rikyu .playmovie {
	margin: 403px 0 0 197px;
}

#maestro .kikunoi #frontend {
	background: url(/img/tofu100/maestro/kikunoi/main.jpg) no-repeat center top;
}
#maestro .kikunoi .playmovie {
	margin: 405px 0 0 160px;
}

#maestro .riel #frontend {
	background: url(/img/tofu100/maestro/riel/main.jpg) no-repeat center top;
}
#maestro .riel .playmovie {
	margin: 397px 0 0 640px;
}

#maestro .tsukiji_tamura #frontend {
	background: url(/img/tofu100/maestro/tsukiji_tamura/main.jpg) no-repeat center top;
}
#maestro .tsukiji_tamura .playmovie {
	margin: 393px 0 0 627px;
}

/* tofu100 maestro details ---------*/

#maestro .mainphoto {
	height: 500px;
	background: url(/img/tofu100/common/frontend_bg.png) repeat-x bottom;
}

#maestro .processes {
	margin-bottom: 24px;
	/* clearfix */
	overflow: hidden;
	zoom: 1;
	display: block;
}

#maestro .ingredients, #maestro .instructions, #maestro .onepoint {
	float: left;
	margin: 20px 30px 0 0;
}

#maestro .ingredients {
	width: 300px;
	margin-left: 14px;
}

#maestro .sub_ingredient {
	color: red;
	clear: both;
}

#maestro .ingredient {
	/* clearfix */
	overflow: hidden;
	zoom: 1;
	display: block;
}

#maestro .ingredient .name {
	display: block;
	width: 70%;
	float: left;
}

#maestro .ingredient .amount {
	display: block;
	width: 28%;
	float: right;
	text-align: right;
}

#maestro .instructions {
	/* release1 */
	width: 340px;
	/*width: 560px; */
}

#maestro .instructions ul {
	display: block;
	padding-left: 22px;
}

#maestro .instructions li {
	list-style: decimal !important;
	margin-bottom: 8px;
}

#maestro .onepoint {
	width: 210px;
	margin-right: 0;
	/* release1  */
}

#maestro .onepoint img {
	padding: 1px;
	display: block;
	border: 1px solid #e6e6e6;
}

#maestro h2 {
	display: inline-block;
	color: #fff;
	background: none;
	background: #ccc;
	padding: 3px 14px;
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 12px;
}

/* maestro recipes ------------------------------------------------*/

#maestro h3 {
	display: block;
	margin: 0 0 14px 0;
	background: none;
	padding: 0;
}

#maestro #recipe_links {
	margin: 0 0 20px 0;
}

#maestro #recipe_links ul {
	margin: 0;
	padding: 0;
	/* clearfix */
	overflow: hidden;
	zoom: 1;
	display: block;
}

#maestro #recipe_links li {
	float: left;
	margin: 0;
	padding:0;
}

#maestro .recipes {
	margin: 0 0 20px 0;
	/* clearfix */
	overflow: hidden;
	zoom: 1;
	display: block;
}

#maestro .recipe {
	width: 460px;
	float: left;
	margin: 0 18px 13px 0;
}

#maestro .recipe .thumb {
	float: left;
	margin: 0 12px 0 0;
}

#maestro .recipe .thumb a {
	display:block;
	border: 1px solid #e6e6e6;
}
#maestro .recipe .thumb a:hover {
	border: 1px solid #b3b3b3;
}

#maestro .recipe .meta {
	float: left;
	width: 350px;
}

#maestro .recipe a.title {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	margin-bottom: 4px;
}

#maestro .recipe a.title:hover {
}

#maestro .recipe .desc {
	display: inline;
	display: inline-block;
	padding-left: 80px;
	font-size: 11px;
	line-height: 16px;
	background: url(/img/tofu100/common/staffcomment.jpg) no-repeat 0 0;
}

/* maestro footer --------------------------------------------------*/

.maestroes {
	background: url(/img/tofu100/common/maestroes_bg.jpg) repeat-x top;
	height: 120px;
	padding-top: 14px;
	text-align: center;
}

.maestroes a {
	margin: 0 1px;
}

/* daily recipes ---------------------------------------------------*/

#daily #leftSide, #rightSide {
	margin-top: 20px;
}

#daily .hrecipe {
}

#daily .item {
	color: #777;
	font-size: 18px;
	font-weight: normal;
	margin-bottom:20px;
	padding: 4px 0 4px 34px;
	background: url(/img/menu_icon.gif) no-repeat -14px top #E0E0DF;
	border-bottom: 1px solid #e8e8e8;
}

#daily .mainarea {
	margin: 0 0 20px 0;
	/* clearfix */
	overflow: hidden;
	zoom: 1;
	display: block;
}

#daily .mainarea .left {
	width: 310px;
	float: left;
}

#daily .mainarea .right {
	width: 360px;
	float: right;
	margin: 0;
}

#daily .ingredients {
}

#daily .ingredients h2 {
	font-size: 12px;
	background: none;
	padding: 0;
	margin: 0;
	border: none;
}

#daily .ingredient {
	margin-bottom: 3px;
	display: block;
	border-bottom: 1px solid #f1f1f1;
}

#daily .ingredient:after {
	content: "";
	display: block;
	clear: both;
}

#daily .sub_ingredient {
	color: red;
	clear: both;
}

#daily .ingredient .name {
	display: block;
	width: 60%;
	float: left;
}

#daily .ingredient .amount {
	display: block;
	width: 25%;
	float: right;
	text-align: right;
}

#daily .instructions {
	display: block;
	width: 100%;
	background: url(/img/tofu100/common/daily_bg.png) repeat-x top;
	padding: 20px 0;
	margin: 0;
}

#daily .instructions h2 {
	padding: 0;
	margin: 0 0 10px 0;
	background: none;
	text-decoration: none;
	border: none;
	font-size: 14px;
}

#daily .instructions ul {
	display: block;
	margin-left: 30px;
}

#daily .instructions li {
	list-style: decimal;
	margin-bottom: 8px;
	padding-left: 14px;
}

#daily .introduction h2 {
	padding: 0;
	margin: 0 0 10px 0;
	background: none;
	text-decoration: none;
	border: none;
	font-size: 14px;
}

#daily .introduction span {
	font-size: 16px;
	margin: 0 0 8px 0;
	display: block;
}

#daily .introduction a {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

#daily .introduction a:hover {
}

#daily .introduction img {
	border: 1px solid #fff;
}

#daily .introduction img:hover {
	border: 1px solid #e8e8e8;
}

/* localnav for daily ------------------------------------*/

#recipelist #tofu100_localnav, #daily #tofu100_localnav {
	display: block;
	margin:0 0 20px 0;
}

#recipelist #leftSide {
}

#recipelist #leftSide ul, #daily #leftSide ul {
	background: none;
	padding-bottom: 10px;
}














