@charset "utf-8";

/* TOP
----------------------------------------------------------------------*/
#mainImage {background:url(../company/img/mainimage_company.jpg) top center no-repeat;}

#snav li a.snavColTitle:hover{background-image:none;}
#snav li.on a.snavColTitle{background-image:none;}

.bold{font-weight:bold;}
.fontSmall{font-size:12px;}

h5{margin-bottom:5px;}


/* 会社概要・沿革
----------------------------------------------------------------------*/
.table table th,
.table table td{
	padding:3px 7px;
}
.table table th{
	width:25%;
}
.table table td{
	text-align:left;
}
h4 span.kanren{
	background-color:#0070BD;
	padding:3px 5px;
	color:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.mb50{margin-bottom:50px;}


/* 会社概要・沿革
----------------------------------------------------------------------*/
p.welcomeNote{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	padding:10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:15px 0 15px;
	background-color:#f5f9eb;
	border:solid 2px #e7efcd;
	width:500px;
}
.messageBox{
	margin-bottom:50px;
}
.messageBox:after{
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

.messageBox .img{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	width:200px;
	text-align:center;
	font-size:12px;
}


/* 選ばれる理由
----------------------------------------------------------------------*/
.reasonBox{
	margin-bottom:50px;
}
.reasonBox:after{
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

.reasonBox p img{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}


/* バーテックの取り組みについて
----------------------------------------------------------------------*/
ul.kenkou{
	margin-left:-15px;
}
ul.kenkou:after{
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
ul.kenkou li{
	float:left;
	width:230px;
	margin-left:15px;
}


/* 営業拠点
----------------------------------------------------------------------*/
.office{
	margin-bottom:50px;
}
.office:after{
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}
.office .officeInfo{
	float:left;
	width:350px;
}
.office .officeMap{
	float:right;
	width:350px;
}
.isoBtn a{
	text-align:center;
	width:350px;
	padding:10px;
	background-color:#0070bd;
	color:#fff;
	margin:0 auto 50px;
	display:block;
	font-size:16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.isoBtn a:hover{
	background-color:#1caee6;
	text-decoration:none;
}