@charset "utf-8";
/* CSS Document */

/*****************/
/* #feature_area */
/*****************/
#feature_area {
	overflow: hidden;
	margin-bottom: 30px;
}
#feature_area figure {
	margin-bottom: 5px;
}
#feature_area figure img {
	height: auto;
	width: 100%;
	margin-bottom: 5px;
}
#feature_area figure figcaption {
	font-size: 0.78em;
	color: #666;
	text-align: center;
}
#feature_area h3 {
	color: #666;
	margin-bottom: 15px;
}
#feature_area .comment_area {
	overflow: hidden;
	line-height: 165%;
}
/******************/
/* main left_area */
/******************/
main .left_area {
	overflow: hidden;
}
main .left_area section {
	line-height: 165%;
	border: 1px none #E9E9E9;
	float: left;
	width: 48%;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-right: 1%;
	overflow: hidden;
	margin-left: 1%;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
main .left_area section:nth-child(2n+1) {
	margin-right: 0%;
}
main .left_area section:nth-child(3n+1) {
	clear: both;
}
main .left_area section figure {
	width: 30px;
	float: left;
	margin-right: 5px;
}
main .left_area section figure img {
	height: auto;
	width: 100%;
}
main .left_area section h3 {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 0px;
	color: #063;
	line-height: 115%;
	overflow: hidden;
}
main .left_area section .comment_area {
	font-size: 0.82em;
	line-height: 115%;
	color: #030;
	overflow: hidden;
	margin-bottom: 5px;
}
main .left_area section .to_other_page {
	font-weight: bold;
	text-align: right;
	font-size: 0.80em;
}
main .left_area section .to_other_page:before {
	content :"≫";
	color: #CCC;
	margin-right: 2px;
}
