@charset "shift_jis";
/* ****************************************************
style.css
***************************************************** */

/* /group */
.officeList {
	overflow: hidden;
	width: 677px;
	margin-top: 4px;
}
.officeList dl {
	clear: both;
	padding: 11px 0 11px 10px;
	background: url(/common/images/common_bg001.gif) repeat-x 0 bottom;
	zoom: 1;
}
.officeList dt {
	float: left;
	width: 13em;
	margin-right: 20px;
}
.officeList dd {
	overflow: hidden;
	zoom: 1;
}
.officeList dt span {
	display: block;
}

/* /history */
.historyDetail {
}
.normalDefineList02 dt {
	width: 10em;
	padding-top: 2px;
	font-weight: bold;
}
.normalDefineList02 dd {
	text-indent: 0em;
}
.historyTable .normalDefineList02 {
	font-size: 100%!important;
}

/* Message */

div.message{padding:15px 0;}

div.message img.representative{float:right;}

div.message img.signature{
	float:right;
	margin-top:40px;
}


/* clearfix
------------------------------------------ */
.officeList dl:after,
.historyDetail:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.officeList dl,
.historyDetail {
	zoom: 1;
}
