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

@import "../common/css/0-import.css";

#main .banner {
	margin-bottom: 6px;
}

#conts h2 {
	background: url(../img/works/h2_back.gif) no-repeat left bottom;
	font-size: 13px;
	color: #003366;
	padding-left: 22px;
	margin-bottom: 15px;
	line-height: 18px;
}


#conts ul {
	margin: 0 0 12px 5px;
}

	*+html #conts ul {
		margin-bottom: 13px;
	}
	*html #conts ul {
		margin-bottom: 13px;
	}

#conts ul.mb25 {
	margin-bottom: 25px;
}

#conts ul li {
	float: left;
	margin-right: 10px;
}

#conts ul li.mr0 {
	margin-right: 0px;
}

#conts ul li p {
	padding: 4px 0 0 4px;
	line-height: 1.2;
}

#conts ul li p span {
	font-weight: bold;
}

	

