@charset "utf-8";

/* ===================================
	File Name   : miyanotare.css
	Description : [miyanotare] Detail Page Layout CSS
	Editor      : Bface Saeki
	Last Editor : Bface Saeki
	
	Update Description :
	[2013/10/08] 新規作成

====================================== */

/*========== Style Contents ==========

	1. Miyanotare Page Setting
		- Section [Tare Intro]
		- Section [Tare Secret]
		- Section [Tare Store]
		- Section [Tare Order]
		- Section [Tare Nutrient]
		- Section [Tare Mobile]
	
	*. Clear Fix
	
====================================== */





/*===== ■1. Mitanotare Page Setting =====*/
#main_contents .page_top_inner {
	display: block;
	width: 680px;
	margin: 0 auto 10px;
	text-align: right;
}


/* Tare Intro */
#tare_intro { margin-bottom: 40px;}

#tare_intro h1 { position: relative;}

#tare_intro h1 span { position: absolute;}
#tare_intro h1 span#btn_visual_form { top: 20px; right: 20px;}
#tare_intro h1 span#btn_visual_recipe {top: 126px; right: 20px;}

#tare_intro ul {
	width: 680px;
	margin: 0 auto;
	letter-spacing: -0.4em;
}

#tare_intro li {
	display: inline-block;
	margin-right: 20px;
	padding-left: 11px;
	background: url(../img/common/mark-arrow-orange.png) no-repeat 0px center;
	font-size: 93%;
	letter-spacing: 0;
}


/* Tare Secret */
#tare_secret { margin-bottom: 35px;}

#tare_secret h2 { margin-bottom: 25px;}

#tare_secret p {
	width: 660px;
	margin: 0px auto 1px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ffcc99;
}

#tare_secret #haccp {
	width: 650px;
	margin: 0 auto 1px;
	padding: 18px 5px 20px;
	border-top: 2px solid #ffcc00;
	border-bottom: 2px solid #ffcc00;
}

#tare_secret #haccp dt {
	float: left;
	width: 116px;
	margin-right: 14px;
}

#tare_secret #haccp dd {
	float: left;
	width: 520px;
	padding-top: 5px;
}

#tare_secret #haccp dd strong {
	display: block;
	margin-bottom: 20px;
}

#tare_secret #haccp dd em {
	display: block;
	margin-bottom: 5px;
	color: #ff9900;
	font-weight: bold;
	font-size: 123.1%;
}

#tare_secret #haccp dd p {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
}

#tare_secret ul {
	width: 660px;
	margin: 0 auto 10px;
	padding-top: 25px;
	border-top: 1px solid #ffcc99;
}

#tare_secret li {
	float: left;
	width: 210px;
	margin-left: 15px;
	background: url(../img/common/bg-body.jpg);
}
#tare_secret li:first-child { margin: 0px;}

#tare_secret li dt { margin-bottom: 5px;}

#tare_secret li dd {
	width: 170px;
	margin: 0 auto 10px;
	padding: 10px;
	background: #ffffff;
	font-size: 93%;
}

#tare_secret #storage {
	width: 660px;
	margin: 0px auto;
}

#tare_secret #storage dt {
	float: left;
	width: 109px;
	margin-right: 11px;
}

#tare_secret #storage dd {
	float: left;
	width: 530px;
	margin-top: 10px;
	padding: 10px 5px;
	border-top: 4px solid #cc0000;
	border-bottom: 4px solid #cc0000;
}

#tare_secret #storage dd strong {
	display: block;
	margin-bottom: 5px;
	color: #cc3300;
	font-size: 123.1%;
}

#tare_secret #storage dd p {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
}


/* Tare Store */
#tare_store {
	width: 680px;
	margin: 0 auto 40px;
	letter-spacing: -0.4em;
}

#tare_store h2 {
	margin: 0 0 20px;
	letter-spacing: 0;
}

#tare_store dl {
	display: inline-block;
	width: 320px;
	margin: 0 10px;
	letter-spacing: 0;
	vertical-align: top;
}

#tare_store dt {
	margin-bottom: 10px;
	padding: 2px 0 0 5px;
	border-left: 4px solid #f5aa00;
	color: #f5aa00;
	font-weight: bold;
	font-size: 108%;
}

#tare_store dd { padding: 0 10px;}

#tare_store dd p { margin-bottom: 10px;}

#tare_store dd span {
	display: block;
	text-align: center;
}

#tare_store dd ul {
	padding: 10px 0 0 10px;
	background: #f5f5f5;
}

#tare_store dd li {
	float: left;
	margin: 0 15px 10px 0;
	padding-left: 7px;
	background: url(../img/common/mark-circle-orange.gif) no-repeat 0px center;
	color: #583913;
	font-weight: bold;
	font-size: 93%;
	line-height: 100%;
}


/* Tare Order */
#tare_order { margin-bottom: 25px;}

#tare_order p {
	width: 660px;
	margin: 0 auto 20px;
}

#tare_order table {
	width: 660px;
	margin: 0 auto 20px;
	border: 1px solid #f5aa00;
	border-collapse: separate;
	font-size: 93%;
}

#tare_order th {
	padding: 7px 10px;
	border: 1px solid #ffffff;
	border-left: none;
	background: #f5aa00;
	color: #583913;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

#tare_order td {
	padding: 7px 10px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #f5f2e8;
	text-align: center;
}

#tare_order th:first-child,
#tare_order td:first-child { border-left: 1px solid #ffffff;}

#tare_order th span {
	display: block;
	font-size: 82.8%;
	text-align: center;
}

#tare_order td span {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 100%;
}

#tare_order td em {
	color: #cc0000;
	font-weight: bold;
	font-size: 100%;
}

#tare_order #btn_form {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}

#tare_order dl {
	width: 660px;
	margin: 0 auto 40px;
}

#tare_order dt {
	margin-bottom: 10px;
	padding: 0 5px 5px;
	border-bottom: 2px solid #facd67;
	color: #f2aa00;
	font-weight: bold;
	font-size: 123.1%;
}

#tare_order dd { margin: 0 0 0 10px;}

#tare_order dd ul { padding: 0 20px 10px 0;}

#tare_order dd li {
	margin-bottom: 7px;
	padding-left: 11px;
	background: url(../img/common/mark-circle-orange.gif) no-repeat 0px 7px;
	font-size: 93%;
}

#tare_order dd li p {
	float: left;
	width: 275px;
	margin: 0;
	font-size: 100%;
}

#tare_order dd li span {
	display: block;
	padding-top: 3px;
}

#tare_order dd em { font-size: 77%;}

#tare_order #contact {
	display: block;
	text-align: center;
}


/* Tare Nutrient */
#tare_nutrient { margin-bottom: 30px;}

#tare_nutrient h2 { margin-bottom: 20px;}

#tare_nutrient dl {
	width: 660px;
	margin: 0px auto;
	background: url(../img/miyanotare/bg-nutrient.jpg) no-repeat right top;
}

#tare_nutrient dt {
	margin-bottom: 15px;
	padding: 2px 0 0 5px;
	border-left: 4px solid #f5aa00;
	color: #f5aa00;
	font-weight: bold;
	font-size: 108%;
}

#tare_nutrient dd { width: 450px;}

#tare_nutrient dd ul {
	margin-bottom: 10px;
	letter-spacing: -0.4em;
}

#tare_nutrient dd li {
	display: inline-block;
	width: 195px;
	margin: 0 7px 5px;
	padding: 0 7px 7px;
	border-bottom: 1px dotted #f2aa00;
	letter-spacing: 0;
}

#tare_nutrient dd li em {
	display: table-cell;
	width: 100px;
	color: #583913;
	font-weight: bold;
}

#tare_nutrient dd li span {
	display: table-cell;
	text-align: center;
}

#tare_nutrient p {
	width: 640px;
	margin: 0 auto;
	font-size: 77%;
}


/* Tare Mobile */
#tare_mobile {
	width: 680px;
	margin: 0px auto 20px;
}

#tare_mobile h2 { margin: 0 0 25px;}

#tare_mobile span {
	float: right;
	margin: 5px 15px 0 0;
}

#tare_mobile strong {
	display: block;
	margin: 0 0 10px 10px;
	padding: 2px 0 0 5px;
	border-left: 4px solid #f5aa00;
	color: #f5aa00;
	font-weight: bold;
	font-size: 108%;
}

#tare_mobile p { margin: 0 0 0 20px;}


/* Clear Fix */
#tare_secret dl:after,
#tare_secret ul:after,
#tare_store dd ul:after,
#tare_order dd li:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}