
/*pc_css*/
#header .innerbox ul li.company{
	float:left;
	margin:0 16px;
	list-style:none;
	padding:0 0 8px 0;
	border-bottom:4px solid #005fa3;
}

#header .innerbox ul li.company a{
	color:#005fa3;
}

.mainbox{
	height:300px;
	background:url(/images/company/bg01.jpg) 50% 50% no-repeat;
	background-size:cover;
	position: relative;
	margin:115px 0 0 0;
}

.mainbox .tlbox{
	width:258px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-32px 0 0 -134px;
}

.mainbox .tlbox img{
	width:100%;
	height: auto;
}

.subtl01{
	width:131px;
	margin:0 auto 35px;
}

.subtl01 img{
	width:100%;
	height: auto;
}

.captl01{
	width:491px;
	margin:0 auto 75px;
}

.captl01 img{
	width:100%;
	height: auto;
}

.contbox1{
	background:#f2f2f2;
	padding:75px 0;
	margin:0 0 75px 0;
}

.contbox1 .subtl02{
	width:131px;
	margin:0 auto 35px;
}

.contbox1 .textbox{
	width:960px;
	margin:0 auto;
	line-height: 2em;
}

.subtl03{
	width:131px;
	margin:0 auto 35px;
}

.subtl03 img{
	width:100%;
	height: auto;
}

.subtl04{
	width:131px;
	margin:0 auto 35px;
}

.subtl04 img{
	width:100%;
	height: auto;
}

.listbox{
	border-top:3px solid #333;
	border-bottom:3px solid #333;
	width:960px;
	margin:0 auto 75px;
}

.listbox.mb0{
	margin:0 auto 0;
}

.listbox dl{
	background:#fff;
	line-height: 2em;
}

.listbox dl:nth-child(even){
	background:#eff5f9;
}
.listbox dl dt{
	width:240px;
	font-weight: bold;
	padding:30px;
	color:#333;
	box-sizing: border-box;
	float: left;
}

.listbox dl dd{
	width:720px;
	padding:30px;
	box-sizing: border-box;
	float: left;
}

.listbox dl dd span{
	font-size:0.5em;
	position:relative;
	top:-0.35em;
	margin:0 0.5em 0 0;
	line-height: 1;
	font-weight: bold;
}

.listbox dl dd a{
	color:#666;
	opacity:1;
    transition:all 0.5s;
}

.listbox dl dd a:hover{
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
