@charset "UTF-8";
/*
商品情報 

color: #8eb51b -- ベースカラー
color: #f4ffcc -- TH背景色

*/








/* 見出し下線の色設定 */

.products .sectionBlock01 h3.heading01 {
	border-color: #8eb51b;
	}

.products .sectionBlock01 h4 {
	margin: 25px 0 7px;
	color: #8eb51b;
	}




/* 表組み */
.tableList01 {
	}

.tableList01 th,
.tableList01 td {
	padding: 5px;
	text-align: center;
	}

.tableList01 th {
	width: auto;
	background-color: #ffeae6;
	font-weight: bold;
	}




/*節と節内の見出し*/
.products .sectionBlock01 {
	margin-bottom: 30px;
	}

.products .sectionBlock01 .sectionBlock02 {
	margin-bottom: 60px;
	}

.products .sectionBlock01 p.lead01 {
	font-size: 1.16em;
	}





/* 商品定義リスト */
.products dl.productBlock {
	float: left;
	width: 300px;
	margin-right: 22px;
	border: 1px solid #ccc;
	}

.products dl.lastChild {
	margin-right: 0;
	}

.products dl.productBlock dt,
.products dl.productBlock dd {
	margin: 8px;
	}

.products dl.productBlock dd p.lead02 {
	height: 4em;
	}

.products dl.productBlock dd p.productThumb {
	float: left;
	margin-bottom: 3px;
	margin-right: 5px;
	}

.products dl.productBlock dd p.lineup {
	margin-top: 110px;
	}





/* 各商品ページ */
.products .lead01 {
	margin-left: 7px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	}

.products .lead01 h3 {
	margin-bottom: 1em;
	font-weight: bold;
	}

.products .lead01 p {
	margin-bottom: 1em;
	font-size: .875em;
	line-height: 1.5;
	}

.products .lead01 .download {
	font-size: .75em;
	}

.products .lead01 .download li {
	margin-bottom: .5em;
	line-height: 1.5;
	}

.products .lead01 .download img {
	padding-right: 7px;
	vertical-align: text-bottom;
	}




.products dl.list {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	}

.products dl.list h3 {
	margin-bottom: 8px;
	font-size: .875em;
	font-weight: bold;
	}

.products dl.list ul {
	margin-bottom: 15px;
	font-size: .875em;
	line-height: 1.2;
	}

.products dl.list table,
.products dl.list dl {
	font-size: .75em;
	margin-bottom: 7px;
	}

.products dl.list dt.photo {
	width: 24%;
	float: left;
	text-align: center;
	}
	
.products dl.list dd.detail {
	width: 75%;
	margin-top: 10px;
	float: right;
	}

.products dl.list dl dt {
	margin-right: 15px;
	font-weight: bold;
	float: left;
	}

.products p#alcohol {
	margin-top: -15px;
	margin-bottom: 30px;
	font-size: .75em;
	line-height: 1.4;
	}


/* 個別ページ
===============================================================*/

/* 和風天国 */
h2#wafutengoku {
	margin-bottom: 5px;
	}

/* ===============================================================
個別ページ（ここまで） */






/* サイドバー・ローカルナビゲーション */
.products #localNav ul { background: url(/assets/image/bg/line01_red.gif) repeat-x bottom left; }
.products #localNav ul li { background: url(/assets/image/bg/line01_red.gif) repeat-x top left; }
.products #localNav ul li.current { background-color: #d9f2ff; }
.products #localNav ul.localSubNav li {
	padding-top: 1px;
	border-bottom: 0;
	background: url(/assets/image/bg/line02_red.gif) repeat-x top left;
	}

.products #localNav ul.localSubNav,
.products #localNav ul.localSubNav li { background: url(/assets/image/bg/line02_red.gif) repeat-x top left; }

.products #localNav ul.localSubNav li.lastChild { border-bottom: 0; }























