@charset "utf-8";

/**
 * 会社情報全体    
 */

.company_contents_wrap {
	width: 100%;
	text-align: left;
}
.company_contents_wrap dl,
.company_contents_wrap p　{
	line-height: 150%;
	overflow: hidden;
}
.company_contents_wrap dl　{
	margin: 0 10px;
}
.company_contents_wrap dt {
	float: left;
	clear: both;
	width: 6em;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
}
.company_contents_wrap dd {
	padding: 10px 0 10px 6em;
	border-bottom: 1px #AAA solid;
}
.company_contents_wrap dd p em {
	font-weight: bold;
}
.company_contents_wrap dd address .tel:before,
.company_contents_wrap dd address .fax:before,
.company_contents_wrap dd address .email:before,
.company_contents_wrap dd address .url:before {
	font-weight: bold;
}
.company_contents_wrap dd address .tel:before {
	content: "TEL: ";
}
.company_contents_wrap dd address .fax:before {
	content: "FAX: ";
}
.company_contents_wrap dd address .email:before {
	content: "E-mail: ";
}
.company_contents_wrap dd address .url:before {
	content: "URL: ";
}

/**
 * 所在地    
 */

.location dt {
	width: 20em;
}
.location dt span {
	font-weight: normal;
}
.location dd {
	padding-left: 20em;
}

/**
 * 事業内容    
 */

.business ul {
	margin: 0 0 10px 10px;
}
.business ul li {
	list-style-position: inside;
    list-style-type: square;
    margin: 15px 0 0 30px;
}

/**
 * 会社略歴    
 */

.history dl {
	border-bottom: 1px solid #AAA;
	padding: 0 15px 0 5px;
}
.history dl dt,
.history dl dd {
	float: left;
	display: inline-block;
	padding:20px 0;
}
.history dl dt {/*和暦*/
	font-weight: bold;
	text-indent: 0;
	width: 12%;
}
.history dl dd {
	border: 0;
}
.history dl dd:nth-of-type(1) {/*西暦*/
	width: 10%;
}
.history dl dd:nth-of-type(2) {/*できごと*/
	width: 78%;
}

/**
 * 採用情報    
 */
.recruitment ol {
	list-style-position: inside;
}
.recruitment dt {
	width: 9em;
}
.recruitment dd {
	padding-left: 9em;
	padding-right: 1.5em;
}
#companyBanner {
	margin-top:50px;
	width:250px;


}
