@charset "shift_jis";
/* CSS Document */


/* micro clearfix
---------------------------------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
	content: "";
	display: block;
	overflow: hidden;
}
.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
} 


/* 第16回（2012年）用スタイル
----------------------------------------------------*/
.sakuhin-head {
	width: 640px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 15px;
}

/* タイトル周り */
#titbox {
	background-color: #E7F4E0;
	border-top: 3px solid #5BB430;
	padding: 10px 15px;
	margin-bottom: 20px;
}
#titbox_toku {
	background-color: #E7F4E0;
	border-top: 3px solid #9CC715;
	padding: 10px 15px;
	margin-bottom: 20px;
}
.sakuhin-name a {
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
.sakuhin-name a span {
	font-weight: normal;
	font-size: 12px;
	padding-left: 20px;
}
.sakuhin-name a:hover {
	color: #933;
	text-decoration: underline;
}

.sakuhin-title {
	padding-top: 5px;
}
.sakuhin-title strong {
	font-size: 110%;
}

/* 上段 */
.sakuhin-left {
	float: left;
}
.sakuhin-komidashi {
	color: #5BB430;
	font-size: 120%;
	font-weight: bold;
	padding-top: 15px;
}
.waku-sakuhin-right img {
	padding-bottom: 20px;
}

/* 中央イメージ */
.midimg {
	margin-bottom: 20px;
	text-align: center;
}

.conceptbox {
	background-color: #E7F4E0;
	border-top: 2px solid #5BB430;
	margin-bottom: 20px;
}
.conceptboxtit, .zumenboxtit {
	background-color: #5BB430;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
}
.concepttxt {
	padding: 10px 15px;
}

.zumenbox {
	border-top: 2px solid #5BB430;
	margin-bottom: 20px;
}
.zumenimg {
	padding: 10px 0;
	text-align: center;
}

.kohyobox {
	background-color: #FFF4CC;
	border-top: 2px solid #F29600;
	margin-bottom: 20px;
}
.kohyoboxtit {
	background-color: #F29600;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
}
.kohyotxt {
	padding: 10px 15px;
}


/* 文字差替え */
a img.takal {
	border: 0;
	vertical-align: middle;
	padding-bottom: 2px;
}
*html a img.takal {
	padding-bottom: 0;	/* for IE6 */
}
*:first-child+html a img.takal {
	padding-bottom: 0;	/* for IE7 */
}


/* index.html */
div#ichiran_tit {
	background: url(../image/back_ichiran.gif) no-repeat 0 10px;
	width: 690px;
	height: 80px;
	position: relative;
}
div#ichiran_tit p {
	padding: 0;
	margin: 0;
}
div#ichiran_tit p#tit {
	position: absolute;
	top: 37px;
	left: 34px;
}
div#ichiran_tit p#sinsa {
	position: absolute;
	top: 43px;
	right: 35px;
	font-size: 12px;
}
