@charset "utf-8";

/* ===== import basic style ===== */
@import "base.css";
@import "common.css";
@import "navi.css";
@import "font.css";

/* local column */
@import "local.css";



/* ===== category style ===== */
/* column setting */


/* local parts */





/* ===== [page type] contents top ===== */
/* ----- title area ----- */
.category .title {background: url(../img/recipe/bg.jpg) right top no-repeat;}
.category .title h1 {
	margin: 0px 0px 10px;
	height: 80px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/recipe/title.gif) left top no-repeat;
}

.category .title p {
	margin: 0px 200px 0px 0px;
	padding: 3px 10px;
	border-left: 9px solid #A5943A;
	line-height: 1.3;
}


/* ----- back number list ----- */
.category .backnumber {}
.category .backnumber li {}

.category .backnumber li h2 {}
.category .backnumber li h2 a {
	padding-left: 18px;
	background: url(../img/common/arrow_yellow.gif) left center no-repeat;
}

.category .backnumber li p {margin: 0px 0px 8px 18px;}




/* ===== [page type] article pages ===== */
.article .entry .section {margin: 0px 0px 15px; border-top: 6px solid #A5943A;}
.article .entry .section .inner {padding: 10px 10px 2px; border: 1px solid #000000; border-top: none;}

.article .entry h2 {
	margin: 0px 0px 10px;
	height: 33px;
	color: #373535;
	line-height: 1.3;
	text-indent: -10000px;
	overflow: hidden;
	background: left top no-repeat;
}
	.article .entry .condition h2 {background-image: url(../img/recipe/icon_condition.gif);}
	.article .entry .description h2 {background-image: url(../img/recipe/icon_description.gif);}
	.article .entry .prescription h2 {background-image: url(../img/recipe/icon_prescription.gif);}

.article .entry h3 {margin: 0px 5px 5px; color: #A5943A;}

.article .entry p {margin: 0px 5px 1.2em;}

.article .entry ul {margin: 0px 30px 1.5em; line-height: 1.2; list-style-type: square;}
.article .entry ul li {margin: 0px 0px 3px;}

.article .entry ol {margin: 0px 35px 1.5em; line-height: 1.2;}
.article .entry ol li {margin: 0px 0px 3px;}

/* intro text */
.article .entry .intro {margin: 0px 5px 15px;}
.article .entry .intro p {margin: 0; font-size: 13px;}

/* blockquote */
.article .entry blockquote {
	margin: 0px 10px 1.2em;
	padding: 15px 15px 1px;
	border: 1px dotted #CCCCCC;
	background-color: #FFFAC7;
}
.article .entry blockquote p {font-size: 13px; line-height: 1.6;}
.article .entry blockquote p.text_center {margin-top: -5px; margin-bottom: 5px; line-height: 1.2;}

.article .entry blockquote ul {margin: 0px 10px 1.5em 25px;}
.article .entry blockquote ol {margin: 0px 10px 1.5em 30px;}

.article .entry blockquote dl {margin: 0px 5px 1.2em;}
.article .entry blockquote dl dt {color: #CC0000; font-weight: bold;}
.article .entry blockquote dl dd {margin: 0px 0px 0.6em;}


/* [section] condition lead */
.article .entry .lead {margin: 0px 0px 15px; padding: 0px 30px 15px 5px; border-bottom: 1px solid #858789; zoom: 1;}
.article .entry .lead:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}/* for modern browser */

.article .entry .lead dl {float: left; width: 60%;}
.article .entry .lead dl dt {display: none;}
.article .entry .lead dl dd {color: #3A7224; font-size: 17px; font-weight: bold;}
.article .entry .lead dl dd.level {
	margin-top: 10px;
	padding-left: 50px;
	background: url(../img/recipe/level.gif) 0px 4px no-repeat;
}

.article .entry .lead table {float: right; margin-top: -30px; border-collapse: collapse; position: relative;}
.article .entry .lead table th {color: #787878;}
.article .entry .lead table th,
.article .entry .lead table td {padding: 3px 5px 0px; border-bottom: 1px dashed #CCCCCC; font-size: 13px; text-align: left;}




/* ----- [section] special site summary ----- */



