@charset "utf-8";

span.explanation{
	font-size: 0.65em;
	line-height:1;
	font-weight: normal;
	color: #333333;
}

div.floatBox{
	clear:both;
}

div.boxLt {
	float: left;
	width: 200px;
	margin-right: 20px;
}

div.boxRt {
	float: right;
	width: 420px;
}

.section table{
	width:420px;
	margin-bottom:1.5em;
}

.section h3 {
	margin-bottom: 0px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 1.8em;
	font-weight: bold;
	color: #cc3300;
}

.section h4 {
	margin-bottom: 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
}

.section h5 {
	margin-bottom: 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #ad5b45;
}

p.date {
	padding-bottom: 1em;
	font-size: 1.2em;
}

#wine div.floatBox,
#wine2 div.floatBox{
	clear:both;
	padding-bottom:1em;
}

#wine div.boxLt,
#wine2 div.boxLt {
	width: 100px;
}

#wine div.boxRt,
#wine2 div.boxRt {
	width: 520px;
}

/*#wine table,
#wine2 table{
	width:520px;
}*/

.section .box{
	padding:10px 10px 0 10px;
	border:solid 1px #C5A49D;
	background:#fcf5ef;
	clear:both;
	margin-bottom:1.5em;
}

/*cleafix-----*/
.section .box{zoom:1;}
.section .box:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}
/*-----cleafix*/

.section .box p,
.section .box  h5{
	font-size:1.2em;
}

#kyohou .box  h5{
	color:#CC3300;
}

.section .box p.image{
	float:left;
	padding-right:10px;
	padding-bottom:0;
}

