@charset "utf-8";
/* ===================================================================
	use toppage
=================================================================== */


header{border-top: 4px solid #81664e;}

#title_area {
	background: url(../images/bg_title_area.png) center bottom repeat-x;
}


#company {
	padding-bottom: 80px;
}


#company #contents_warp {}
#company .cont_area {
	background: #fff;
	box-shadow:rgba(122, 105, 80, 0.3) 0px 0px 8px 2px;
	-webkit-box-shadow:rgba(122, 105, 80, 0.3) 0px 0px 8px 2px;
	-moz-box-shadow:rgba(122, 105, 80, 0.3) 0px 0px 8px 2px;
	color: #333;
	margin: 0 auto;
	padding: 75px 90px 50px;
	width: 800px;
}
#company .cont_box .sub_ttl {
	border-bottom: 1px solid #baa089;
	padding: 10px 0 10px 10px;
}
#company .cont_box .sub_ttl span.txt {
	border-left: 8px solid #81664e;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding: 3px 0 3px 10px;
}
#company .cont_box .inner {
	line-height:1.8;
	padding: 30px 10px 0 30px;
}
/*----------------------------------------------------
	ご挨拶
----------------------------------------------------*/
#box1 .photo {
	float: left;
	margin-right: 25px;
}
#box1 .text {
	float: left;
	width: 520px;
}
#box1 .text dt {
	font-size: 108.3%;
	font-weight: bold;
	margin-bottom: 5px;
}
#box1 .text dd {
	margin-bottom: 20px;
	line-height: 1.7;
}
#box1 .text p {
	/*margin-bottom: 20px;*/
	text-indent: 1em;
}
#box1 .text p.name {
	text-align: right;
}
#box1 .text .f_red {
	color: #E34144;
}
/*----------------------------------------------------
	歩み
----------------------------------------------------*/
#box2 {
	overflow: hidden;
	padding-bottom: 50px;
}
#box2 .photo {
	float: left;
	padding: 20px 20px 10px 0;	
}
#box2 .txt {
	overflow: hidden;
	padding-top: 20px;
}
#box2 .photo_list {
	text-align: center;
}
#box2 .photo_list li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	margin: 40px 15px;
}
/*----------------------------------------------------
	会社概要
----------------------------------------------------*/
#box3 {
	padding-bottom: 30px;
}
#box3 dl {
	border-bottom: 1px solid #d5cdbf;
	font-size: 116.7%;
}
#box3 dl dt,
#box3 dl dd {
	border-top: 1px solid #d5cdbf;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	padding: 8px 25px;
}
#box3 dl dt {
	background: url(../images/icon_dt.gif) 20px 17px no-repeat;
	padding-left: 35px;
	width: 155px;
}
#box3 dl dd {
	border-left: 1px solid #d5cdbf;
	width: 474px;
}