@import url("common.css");
#contents {
	overflow: visible;
	padding-bottom: 20px;
}

#contents h1 {
	padding-bottom: 5px;
}

#contents p {
	padding-bottom: 20px;
}
#mook_list {
	padding-bottom: 20px;
}
#mook_list li {
	width: 300px;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: 20px;
	margin-left: 20px;
}
#mook_list li img {
	margin-right: 15px;
	float: left;
}
#mook_list dl {
	width: 180px;
	float: right;
}

#mook_list li dt {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: underline;
}
#mook_list li dd {
	font-size: 12px;
	line-height: 2;
}

#mook_list li.clearfix:after {
	contents: ".";
	display:block;
	height: 0px;
	clear:both;
	visibility:hidden;
}
