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


/* left_area */
main .left_area {
}
main .left_area section {
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
}
main .left_area section figure {
	float: left;
	width: 140px;
	margin-right: 20px;
	display: none;
}
main .left_area section figure img {
	height: auto;
	width: 100%;
}
main .left_area section time {
	color: #666;
	margin-bottom: 10px;
	font-size: 0.8em;
	line-height: 115%;
	display: block;
}
main .left_area section h3 {
	color: #666;
	margin-bottom: 10px;
	font-size: 1.0em;
	line-height: 115%;
}
main .left_area section .comment_area {
	color: #333;
	font-size: 0.82em;
	line-height: 135%;
}
