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

/*-----------------------------------------------------
Header
-------------------------------------------------------*/

/* header_box
---------------------*/
.header_box{
	background:url(../images/list/main_bg.jpg) left top no-repeat;
}

/*-----------------------------------------------------
Content
-------------------------------------------------------*/

/* list_box
---------------------*/
.list_box{
	width:720px;
	margin:0 0 52px 0;
	overflow:hidden;
}
.list_box h3{
	margin:0 0 25px 0;
}
.list_box .l_txt{
	margin:0 0 15px 0;
}
.list_box .list_view{
	margin:0 0 35px 0;
}
.d-block {
	overflow: hidden;
}
.list_box dl{
	width:340px;
	float:left;
	margin:0 0 29px 40px;
	min-height:150px;
	display: block;
}
.list_box .d-block dl:nth-child(odd){
	margin:0 0 29px 0;
}

.list_box dl dt{
	margin:0 0 4px 0;
}
.list_box dl dd{
	width:310px;
	padding:13px 14px 0 15px;
	background:url(../images/list/line_bg.gif) left top repeat-x;
}

/*-----------------------------------------------------
汎用CSS
-------------------------------------------------------*/
.navilist_box{
	clear:both;
}
.mh{
	min-height:125px;
}
