@charset "utf-8";

/* CSS Import Style
---------------------------------------------------- */
@import "01format.css";
@import "02layout.css";
@import "03common.css";

/* Company Box Style
---------------------------------------------------- */
#company #main {
	margin: 0 10px;
	width: 955px;
}

/* Company Top Style
---------------------------------------------------- */
#company .companyBox {
	border-top: 1px dotted #b9b9b9;
}
#company .companyBox dl {
	border-bottom: 1px dotted #b9b9b9;
	width: 955px;
}
#company .companyBox dt,
#company .companyBox dd {
	line-height: 1.5;
}
#company .companyBox dt {
	float: left;
	padding: 10px 19px;
	width: 115px;
	font-weight: bold;
}
#company .companyBox dd {
	float: left;
	padding: 10px 19px 10px 0;
	width: 783px;
}
#company .companyBox dd ul.listMenu li {
	margin-bottom: 0;
}

/* detail */
#company .companyBox dl dd dl.detail1 {
	clear: both;
	border: none;
	width: 770px;
}
#company .companyBox dl dd dl.detail1 dt,
#company .companyBox dl dd dl.detail1 dd {
	clear: both;
	padding: 0;
}
#company .companyBox dl dd dl.detail1 dt {
	width: 770px;
	font-weight: normal;
}
#company .companyBox dl dd dl.detail1 dd {
	width: 752px;
	padding-left: 18px;
}

/* Float Clear style
---------------------------------------------------- */
#company .companyBox dl:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: '[.]';
}
#company .companyBox dl {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #company .companyBox dl {
	height: 1%;
}
#company .companyBox dl {
	display: block;
}

