@charset "SHIFT_JIS";

#contents {
	clear: both;
	background: #fff;
	border-bottom: 1px solid gray;
	padding: 0.5em 0;
	float: left;
	width: 100%;
}

#contents .main {
	width: 58%;
	float: left;
}

#contents .sub {
	width: 40%;
	float: right;
}

#contents .single {
	width: 98%;
	float: left;
}
