@charset "UTF-8";

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

.postIndexBlock {
	border-top: none;
}

.postIndexBlock .post {
	border-bottom: none;
	padding-bottom: 0;
}
.postIndexBlock .post h3 {
	font-size: 1.2em;
	line-height: 2em;
	font-weight: bold;
	margin-bottom: 20px;
}
.postIndexBlock .post p {
	font-size: 1.2em;
	line-height: 2em;
	margin-bottom: 2em;
}

.post .listBlock {
	margin-bottom: 2em;
}
.post .listBlock li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-left: 1.1em;
	margin-bottom: 0.5em;
}
.post .listBlock li span {
	margin-left: -0.9em;
}

.post .dataBlock {
	clear: both;
	overflow: hidden;
	height: 100%;
}
.post .dataBlock dl,
.post .dataBlock dt,
.post .dataBlock dd {
	margin: 0;
	padding: 0;
}
.post .dataBlock dt {
	width: 6em;
	font-size: 1.2em;
	line-height: 1.6em;
	float: left;
}
.post .dataBlock dd {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-left: 6em;
	margin-bottom: 0.5em;
}
