@charset "utf-8";

#mainArea .column.shopDescription {
	padding:21px 12px 15px 11px;
	background:url(/_common/_image/dotline.gif) left bottom repeat-x;
}

#mainArea .column.shopDescription h3 {
	float:right;
	width:336px;
	padding:0 0 5px;
	font-size:108%;
	line-height:1.6;
	font-weight:bold;
}

#mainArea .column.shopDescription .text {
	float:right;
	width:336px;
	padding:0;
}

#mainArea .column#access .text {
	float:right;
	width:310px;
	padding:0;
}

#mainArea .column .button {
	float:right;
	width:310px;
	padding:10px 0;
}

.staffInfo dl {
	margin:0 0 8px;
	padding:2px 10px 10px;
	background:url(/_common/_image/dotline.gif) left bottom repeat-x;
}

.staffInfo dl.bottom {
	margin-bottom:0;
	padding-bottom:5px;
	background:none;
}

.staffInfo dt,
.staffInfo dd.text {
	float:right;
	width:500px;
	font-size:94%;
	line-height:1.6;
}

.staffInfo dt {
	font-weight:bold;
}

.staffInfo dd.photo {
	float:left;
	width:120px;
}

/* @group clearfix=================================================================== */
.staffInfo dl:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

.staffInfo dl {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .staffInfo dl {
	height:1%;
}

.staffInfo dl {
	display:block;
}
/* End hide from IE-mac */
/* @end */
