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

sup {
	vertical-align: text-top;
	font-size: 8px;
}
sub {
	vertical-align: baseline;
	font-size: 8px;
}

/* 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;
} 


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

/* タイトル周り */
#titbox {
	background-color: #E8F5F9;
	border-top: 5px solid #00B3CD;
	padding: 10px 15px;
	margin-bottom: 20px;
}
#titbox_toku {
	background-color: #E8F5F9;
    border-top: 5px solid #00B3CD;
	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;
	width: 200px;
	margin-bottom:20px;
}
.sakuhin-wide {
	width: 250px !important;
}
.sakuhin-left ul {
	margin: 0;
	padding: 0;
}
.sakuhin-left ul li {
	list-style: none;
	background: url(../image/sakuhin-left-lbtn.gif) no-repeat 0 3px;
	/* 前2文字の場合 */
	padding-left: 4.5em;
	text-indent: -3em;
}
.sakuhin-left ul li.menseki {
	/* 前4文字の場合 */
	padding-left: 6.5em;
	text-indent: -5em;
}
.sakuhin-left ul li.kozo {
	/* 前4.5文字の場合 */
	padding-left: 7em;
	text-indent: -5.5em;
}

.sakuhin-left ul.setsubi li {
	padding-left: 2.5em;
	text-indent: -1em;
}
/* 改行対策 */
.relative {
	position: relative;
}
.absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.absolute-after {
	padding-top: 1.5em;
}


.sakuhin-komidashi {
	color: #00B3CD;
	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: #E8F5F9;
    border-top: 2px solid #00B3CD;
	margin-bottom: 20px;
    clear:both;
}
.conceptboxtit, .zumenboxtit {
	background-color:#00B3CD;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
}
.concepttxt {
	padding: 10px 15px;
}

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

.kohyobox {
	background-color: #E5E6F0;
	border-top: 2px solid #406398;
	margin-bottom: 20px;
}
.kohyoboxtit {
	background-color: #406398;
	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 {
	display: none;
	/*position: absolute;
	top: 43px;
	right: 35px;
	font-size: 12px;*/
}
