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

main {
}
main #feature_area {
}
main .left_area {
	overflow: hidden;
}
main .left_area section {
	width: 48%;
	float: left;
	margin-bottom: 30px;
}
main .left_area section:nth-child(even) {
	float: right;
}
main .left_area section {
	overflow: hidden;
}
main .left_area section div h3 {
	color: #666;
	font-size: 1.2em;
	margin-bottom: 10px;
}
main .left_area section figure {
	float: left;
	margin-right: 10px;
	height: auto;
	width: 60px;
}
main .left_area section figure img {
	height: auto;
	width: 100%;
}
main .left_area section .comment_area {
	font-size: 0.85em;
	line-height: 150%;
	overflow: hidden;
	margin-bottom: 5px;
}
main .left_area section div .to_other_page {
	font-weight: bold;
	text-align: right;
	line-height: 115%;
}
main .left_area section div .to_other_page:before {
	content:'≫';
}
