@charset "UTF-8";

#contentsMainArea h2 {
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
}

.postIndexBlock {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.postIndexBlock .post {
	border-bottom: 1px solid #ddd;
	padding: 8px 20px;
	/*padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 120px;
	padding-right: 20px;*/
}
.postIndexBlock .post .date {
	color: #000;
	font-size: 1.2em;
	line-height: 1.6em;
	/*display: inline;
	float: left;
	margin-left: -100px;*/
}
.postIndexBlock .post h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	/*font-weight: bold;*/
}