@charset "Shift_JIS";

#box-left {
	float: left;
	width: 580px;
	margin-top: 10px;
}

#box-left .banner-area {
	margin: 20px 0px;
}
#box-left .banner-area img.p {
	float: left;
	margin-right: 15px;
}
#box-left .banner-area h4 {
	margin-bottom: 5px;
}

#box-left .banner-area p {
	font-size: 12px;
	line-height: 1.3em;
}

#box-left .banner-area p.blogtext {
width:470px;
height: 40px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}

#box-right {
	float: right;
	width: 305px;
	margin-top: 10px;
}
#box-right .face {
	float: right;
	margin: 0px 0px 10px 10px;
}

#box-left h3, #box-right h3 {
	margin-bottom: 15px;
}


#information dl {
	padding: 6px 0px;
}
#information dt {
	float: left;
	font-size: 12px;

}
#information dd {
	padding-left: 90px;
	font-size: 12px;
}
/* #information dd a {
	font-size: 12px;
} */


.inquiry {
	background: #24120D;
	border: 1px solid #32170F;
	margin-top: 25px;
	padding: 10px;
}

.inquiry h4 {
	font-size: 12px;
	font-weight: nomal;
	margin-bottom: 10px;
	text-align: left;
	color: #7F6343;
}


#tbl01 {
	width: 100%;
	margin: 10px 0px;
	font-size: 11px;
}
#tbl01 th {
	padding: 5px;
	width: 15%;
/* 	border-bottom: 1px solid #2E160F; */
	text-align: left;
	vertical-align: top;
}
#tbl01 td {
	padding: 5px;
	width: 85%;
	border-bottom: 1px solid #2E160F;
	text-align: left;
}


#tbl02 {
	width: 100%;
}
#tbl02 th {
	padding: 5px;
	width: 20%;
/* 	border-bottom: 1px solid #2E160F; */
	text-align: left;
	vertical-align: top;
}
#tbl02 td {
	padding: 5px;
	width: 80%;
	border-bottom: 1px solid #2E160F;
	text-align: left;
}

#gallery-thumnail img {
	margin: 0px 0px 12px 12px;
	border: 1px solid #2E160F;
}
