@charset "utf-8";

/* 会社情報ページ */
@import url("common.css");


/* contents */
#contents #profilebk #contentsL {
	width: 859px;
	padding-bottom: 30px;
}
#contents #profilebk #contentsL #contentsT {
	padding-bottom: 30px;
	border-bottom:1px dashed #c0bcb9;
}
#contentsL dl {
	padding: 0em 0px 1em 0;
	font-size: 14px;
	line-height: 24px;
}
#contentsL dl dt {
	width: 70px;
	padding: 0em 37px 1.0em 0px;
	float: left;
}
* html #contentsL dl dt {width: 107px;}
/*\*//*/
div#contents dl dt {width: 70px;}
/**/
#contentsL dl dd {
	width: 722px;
	padding-bottom: 1.0em;
	float: left;
}

#contentsL dl dd dl#shozaichi {
	padding: 0em 0px 1em 0;
}
#contentsL dl dd dl#shozaichi dt {
	width: 100px;
	padding: 0em 30px 1.0em 0px;
	text-align: justify;
	text-justify: distribute-all-lines;
	float: left;
	clear: both;
}
* html #contentsL dl dd dl#shozaichi dt {width: 130px;}
/*\*//*/
div#contents dl dd dl#shozaichi dt {width: 100px;}
/**/
#contentsL dl dd dl#shozaichi dd {
	width: 550px;
	padding-bottom: 1.0em;
	float: left;
}

#contents #profilebk #contentsL #contentsB {
	padding-top: 40px;
}
#contents #profilebk #contentsL #contentsB #gaiyoEL {
	width: 480px;
	float: left;
}
#contents #profilebk #contentsL #contentsB #gaiyoER {
	width: 350px;
	float: left;
}

#gaiyoEL dl#gaiyoEL1,
#gaiyoEL dl#gaiyoEL2 {
	padding: 0 0 30px 0;
	font-size: 10px;
	line-height: 16px;
	color: #1aa3be;
}
#gaiyoEL dl#gaiyoEL1 dt {
	width: 80px;
	padding: 0em 20px 5px 0px;
	text-align: justify;
	text-justify: distribute-all-lines;
	float: left;
	clear: both;
}
* html #gaiyoEL dl#gaiyoEL1 dt {width: 100px;}
/*\*//*/
div#contents dl#gaiyoEL1 dt {width: 80px;}
/**/
#gaiyoEL dl#gaiyoEL1 dd {
	width: 300px;
	padding-bottom: 5px;
	float: left;
/*	border:1px dashed #cc0000;*/
}
#gaiyoEL dl#gaiyoEL2 dt {
	width: 140px;
	padding: 0em 20px 5px 0px;
	float: left;
	clear: both;
}
* html #gaiyoEL dl#gaiyoEL2 dt {width: 160px;}
/*\*//*/
div#contents dl#gaiyoEL2 dt {width: 140px;}
/**/
#gaiyoEL dl#gaiyoEL2 dd {
	width: 250px;
	padding-bottom: 5px;
	float: left;
}

#contents #profilebk #contentsL #contentsB #gaiyoER img {
	padding-bottom: 20px;
}

/* clearfix */
#contentsL dl:after,
#contentsL dl dd dl#shozaichi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contentsL dl,
#contentsL dl dd dl#shozaichi {zoom:100%;}