@charset "utf-8";



/* main area Layout
------------------------------------------------------*/
.h1_title{
	font-size: 30px;
	color: #be1c10;
	line-height: 1;
}
.h3_title{
	color: #2b2b2b;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}
.h3_title img {
	display: inline;
	margin: 0 0 0 20px;
	vertical-align: 2%;
}

.main_img{
	width: 840px;
}

/* sub area Layout
------------------------------------------------------*/
.section{
	overflow: hidden;
	width: 838px;
	border: 1px #d7d4d4 solid;
	background: #f8f8f7;
}
.photoColumn{
	width: 363px;
	float: left;
}

.photoColumn2{
	width: 363px;
	float: right;
}

.txtColumn{
	padding: 30px;
	width: 415px;
	float: left;
}
.allergyinfo li a{
	color: #763f20;
}


.allergyinfo li{
	background: transparent url(../img/arrow.jpg) no-repeat scroll 0px 6px;
	padding-left: 10px;
}

ul.note {
	line-height: 16px;
	font-size: 10px;
}

div.column.txtColumn h4.sellingtime{
	font-size: 14px;
}



/* clearfix
---------------------------------------------------------*/
.clearfix:after{/*for modern browser*/
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.clearfix{/*for IE7*/ min-height: 1px;}
* html .clearfix{/*for IE6 below, MacIE5*/
	/*\*//*/
	overflow: hidden;
	height: auto;
	/**/
	height: 1px;
}
div#content div.section {
	overflow: hidden;
}
div#content div.section ul:after{
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html div#content div.section{
	height: 1em;
	overflow: visible;
}
