@charset "UTF-8";

/*-----------------------------------------------------------------------------

	header

----------------------------------------------------------------------------*/
#top_hd {
	background-image:url(../images/common/sub_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:273px;
	margin-bottom:30px;
}

#top_hd .title_logo {
	position:absolute;
	left:50%;
	margin:115px 0 0 -55px;
}

/*-----------------------------------------------------------------------------

	contents

----------------------------------------------------------------------------*/

#contents section {
	padding-bottom:40px;
}

#contents .midashiL {
	text-align:center;
	margin-bottom:20px;
}

#contents .midashiM {
	border-left:#333 5px solid;
	padding-left:10px;
	line-height:1;
	margin-bottom:10px;
}

#contents div.inner {
	width:900px;
	margin:0 auto;
	padding:30px;
	background-color:#fff;
}
	
#contents .lead {
	color:#e9652b;
	font-size:18px;
	margin-bottom:20px;
}


/*-----------------------------------------------------------------------------

	about

----------------------------------------------------------------------------*/

#about .photo {
	float:left;
	width:240px;
}

#about .text {
	float:right;
	width:630px;
}

#about h2 {
	margin-bottom:10px;
}

#about dl.gaiyo dd {
	padding:0 0 0.5em 10em;
	margin:-1.7em 0 0.5em 0;
	border-bottom:#d1d1d1 1px solid;
}

/*-----------------------------------------------------------------------------

	main_work

----------------------------------------------------------------------------*/

#main_work ul.work_flow li {
	float:left;
	width:274px;
	margin-right:38px;
}

#main_work ul.work_flow li.last {
	margin-right:0;
}

/*-----------------------------------------------------------------------------

	next_business

----------------------------------------------------------------------------*/

#next_business h3 {
	margin-bottom:10px;
}

#next_business div.kadai {
	background:url(../images/company/arrow_L.gif) no-repeat center bottom;
	padding-bottom:70px;
	margin-bottom:30px;
}

#next_business div.kadai .text {
	float:right;
	width:705px;
}

#next_business div.kadai .img {
	float:left;
	width:171px;
}

#next_business div.support .text {
	float:left;
	width:705px;
}

#next_business div.support .img {
	float:right;
	width:171px;
}

