/*======================================================================
||
||    company.css
||
======================================================================*/

h2.title {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: 'Josefin Sans', sans-serif;
	color:#FA2965;
	font-size:21px;
}

#company_info {
	border-bottom:1px solid #3a3a3a;
	font-size:80%;
}
#company_info dl {
	display:table;
	width:96%;
}
#company_info dl dt,
#company_info dl dd {
	display:table-cell;
	line-height:45px;
}

#company_info dl dt {
	width:95px;
	padding-right:25px;
}
#company_info dl dt p {
	border-bottom:1px solid #FA2965;
	text-align:center;
	height:45px;
}
#company_info dl dd {
	width:460px;
	border-bottom:1px solid #888888;
	text-indent:20px;
}
#company_info dl dd p {
	border-bottom:1px solid #888888;
}
#company_info dl dd p.noboder {
	border:none;
}


#map {
	margin:70px 0 0 0;
}

#map_wrap {
	margin:30px 0 46px 0;
}

#company_works {
	margin:0 0 0 0;
	padding-top:10px;
}
#company_works h2 {
	border-bottom:1px solid #3a3a3a;
	padding-bottom:36px;
}
#company_works dl {
	width:100%;
	height:158px;
	padding:15px 0 15px 0;
	border-bottom:1px solid #3a3a3a;
	clear:both;
}
#company_works dl dt {
	font-size:90%;
	line-height:1.7em;
	width:140px;
	margin-right:10px;
	text-align:center;
	color:#FA2965;
	float:left;
}
#company_works dl dd {
	font-size:90%;
	line-height:1.7em;
	width:450px;
	height:158px;
	overflow:auto;
	float:right;
}
.pt_one{padding-top:65px;}
.pt_two{padding-top:53px;}
.pt_three{padding-top:40px;}

#company_works dl dd ul li,#staffs dl dd ul li{
	margin-left:20px;
	list-style-type: square;
}


#staffs {
	margin:0 0 0 0;
}

.staff_name {
	height:45px;
	background:url(../img/company/staff_name.gif) no-repeat;
	padding:0 0 16px 20px;
}
.staff_name span {
	font-size:80%;
	color:#646464;
	display:block;
	margin-bottom:2px;
}
.staff_name p {
	font-size:110%;
	height:32px;
}

#staffs dl {
	width:100%;
	height:178px;
	padding:15px 0 15px 0;
	margin-bottom:60px;
	border-top:1px solid #3a3a3a;
	border-bottom:1px solid #3a3a3a;
	clear:both;
}
#staffs dl dt {
	font-size:90%;
	line-height:1.7em;
	width:140px;
	margin-right:10px;
	text-align:center;
	color:#FA2965;
	float:left;
}
#staffs dl dd {
	font-size:90%;
	line-height:1.7em;
	width:450px;
	height:178px;
	overflow:auto;
	float:right;
}

#staffs_flag{
	padding:0 0 40px;
}
#access_flag{
	padding:30px 0 0;
}