@charset "utf-8";
/* CSS Document */

/* bxslider */
.bx-wrapper {
	position: relative;
	width: 975px;
	height: 420px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper .bx-prev {
	left: 6px;
	background: url(../images/btn_prev.png) no-repeat;
}
.bx-wrapper .bx-next {
	right: 6px;
	background: url(../images/btn_next.png) no-repeat;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	outline: 0;
	width: 31px;
	height: 31px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.bx-wrapper .page02 p{
	position: absolute;
	bottom: 34px;
	right: 51px;
}



/* 誓い */
#vow{
	width: 487px;
	height: 312px;
	padding-top: 33px;
	background-color: #e0ece5;
	text-align: center;
	float: left;
	display: inline;
}
#vow h2{
	margin: 23px 0;
}
#vow p{
	width: 459px;
	padding: 18px 0;
	margin: 0 auto;
	border-top: 1px solid #747374;
	border-bottom: 1px solid #747374;
}


/* 会社概要 */
#profile{
	width: 488px;
	height: 285px;
	padding: 30px 0;
	text-align: center;
	background-color: #efefef;
	float: right;
	display: inline;
}
#profile table{
	margin: 0 auto;
	width: 400px;
	border: 1px solid #4ba482;
	background-color: #fff;
	color: #4ba482;
}
#profile table td,
#profile table th{
	padding: 4px 0;
	padding-left: 33px;
}
#profile thead{
	font-size: 14px;
}
#profile thead th{
	border-bottom: 1px solid #4ba482;
	padding-left: 0;
}
#profile tbody{
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
#profile tbody .fst td,
#profile tbody .fst th{
	padding-top: 26px;
}
#profile tbody .lst td,
#profile tbody .lst th{
	padding-bottom: 26px;
}



/* 事業所 */
#office{
	clear: both;
	padding-top: 37px;
	padding-bottom: 33px;
}
#office h2{
	width: 92px;
	margin-left: 42px;
	margin-bottom: 30px;
}
#office dl{
	height: 151px;
	width: 222px;
	float: left;
	display: inline;
	text-align: center;
	font-size: 12px;
/*	padding: 0 28px;*/
	border-left: 1px solid #4ba482;
}
#office dl.lst{
	border-right: 1px solid #4ba482;
}
#office dl.fst{
	margin-left: 42px;
}
#office dt{
	font-size: 14px;
	color: #4ba482;
	margin-bottom: 9px;
}
#office dd{
	line-height: 2em;
}
#office #address{

	margin: 0 auto;
	overflow: hidden;
}