@charset "utf-8";
/* ===================================================================
CSS information

 file name  :homepage.css
 author     :meets
style info  :トップページ設定　ハックは最下部に記述
=================================================================== */

/*--------------------------------------------------------------------
基本設定
--------------------------------------------------------------------*/
#slide{
	text-align: center;
}

#feature{
	
}

#feature .left_box{
	float: left;
	width: 420px;	
	margin: 0 0 50px 0;
}

#feature .right_box{
	float: right;
	width: 560px;
	margin: 0 0 50px 0;
}

#feature .right_box ul{
	overflow: hidden;
}

#feature .right_box li{
	float: left;
	margin: 0 0 0 10px;
}

#feature ul.pr_banner{

}

#feature ul.pr_banner li{
	float: left;
	margin: 0 0 10px 0;
}

#feature ul.pr_banner li.left_banner{
	margin: 0 10px 10px 0;
}

#case{
	
}

#case .left_box{
	float: left;
	width: 500px;	
	margin: 0 0 50px 0;
}

#case .left_box .case_list{
	float: left;
	width: 240px;
	margin: 0 10px 20px 0;
}

#case .left_box .case_list p.day{
	line-height: 1em;
	margin: 5px 0;
}

#case .left_box .case_list p.name{
	line-height: 1em;
	font-size: 1.1em;
	font-weight: bold;
}

#case .left_box .backnumber{
	clear:both;
	padding: 30px 0;
	text-align: center;
}

#case .right_box{
	float: right;
	width: 500px;
	margin: 0 0 50px 0;
}

#case .right_box .trapo_bn{
	margin: 0 0 20px 0;
}

dl#news_box{
	overflow:hidden;
	margin:0 0 50px 0;
}

#news_box dt{
	margin: 0 0 5px 0;	
}

#news_box dd{
	margin: 0 0 20px 0;
}