@charset "utf-8";

/* -----------------------------------------------
 index.html
-------------------------------------------------- */
/*  div.reception */
div.section div.reception {
	margin-bottom:2em;
	background:url(../contact/img/bcg_reception.gif) repeat-y left bottom;
}
div.section div.reception div.receptionWrap {
	padding-bottom:20px;
	background:url(../contact/img/bottom_reception.gif) no-repeat left bottom;
}
div.section div.reception div.receptionWrap p {
	margin-bottom:0;
	text-align:center;	
}
div.section div.reception div.receptionWrap ul li {
	float:left;
}

/*  dl.charge */
div.section dl.charge dt {
	font-weight:bold;
}
div.section dl.charge dd {
	margin-bottom:1em;
}


/* -----------------------------------------------
 contact.html
-------------------------------------------------- */
/*  div.enqute */
div.section div.enqute {
	margin-bottom:1em;
	padding:1em 1em 0 1em;
	border:#E5E5E5 5px solid;
}
div.section div.enqute h2 {
	margin-bottom:0;
}


/* -----------------------------------------------
 clearfix
-------------------------------------------------- */
div.section div.reception div.receptionWrap ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div.section div.reception div.receptionWrap ul {
	zoom:1;
}

