@charset "utf-8";

@import url(../common/layout.css);
@import url(../common/style.css);

/*

#in_box{
	padding:20px 20px 0 24px ;
	width:756px;
}
#in_box h1{
	padding:0 ;
}
#in_box img{
	vertical-align:bottom;
}
#company_concept{
	color:#000;
	font-size:12px;
	line-height:2em;
	padding:15px 15px 50px 0 ;
}
#company_box{
	background: url(img/company_bg.jpg) no-repeat right top ;
}
#company_box table{
	color:#000;
	font-size:12px;
	line-height:2em;
	width:460px;
	border:none;
}
#company_box table th{
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	padding:5px 0 ;
	width:150px;
}
#company_box table td{
	text-align:left;
	vertical-align:top;
	padding:5px 0 ;
}
#map{
	padding:50px 0 65px 0 ;
}*/

/* ----------------------------------------------------------------------------------------------------
 * ▼　5.会社概要(company.html)の設定
 * --------------------------------------------------------------------------------------------------*/
#in_box{
	padding:20px 20px 0 24px ;
	width:756px;
}
p.CompanyMsg {
	margin-top: 20px;
	line-height: 1.5;
}
dl#CompanyInfo {
	margin: 40px 0 30px 0;
	float: left;
}
dl#CompanyInfo dt {
	width: 140px;
	padding: 7px 0;
	font-weight: bold;
	float: left;
}
dl#CompanyInfo dd {
	padding: 7px 0 7px 160px;
}
dl#CompanyInfo dd ul {
	list-style: none;
}
dl#CompanyInfo dd address {
	font-size: 1em;
	font-style: normal;
}
* html dl#CompanyInfo dd {
	padding: 7px 0 7px 10px;
}
*:first-child + html dl#CompanyInfo dd {
	padding: 7px 0 7px 10px;
}
p#CompanyMap {
	float: right;
	margin: 20px;
}
div#CompanyMsg {
	width: 490px;
	letter-spacing: 0.4em;
	margin-top: 20px;
}
div#CompanyList {
	height: 500px;
	overflow-y: scroll;
	margin: 20px 0;
}
div#CompanyList p {
	margin: 5px 0;
	line-height: 1.5;
}

div#CompanyList dl.CompanyEntry {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
div#CompanyList dl.CompanyEntry dt.Current {
	width: 160px;
	float: left;
	padding: 15px 0;
	clear: both;
}
div#CompanyList dl.CompanyEntry dd.Current {
	padding: 15px 10px 15px 190px;
}
div#CompanyList dl.CompanyEntry dd h4 {
	margin: 10px 0;
	color: #d9409e;
	font-size: 1.2em;
	font-weight: bold;
}
div#CompanyList dl.CompanyEntry dd h5 {
	color: #009900;
	font-size: 1.1em;
	font-weight: bold;
}
div#CompanyList dl.CompanyEntry dd dt,
div#CompanyList dl.CompanyEntry dd dd,
div#CompanyList dl.CompanyEntry dd li,
div#CompanyList dl.CompanyEntry dd p,
div#CompanyList dl.CompanyEntry dd h1,
div#CompanyList dl.CompanyEntry dd h2,
div#CompanyList dl.CompanyEntry dd h3 {
	font-size: 1em;
}
div#CompanyList dl.CompanyEntry dd dt {
	color: #590032;
	font-weight: bold;
}
div#CompanyList dl.CompanyEntry dd dd {
	margin: 5px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

