@charset "UTF-8";

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

.postIndexBlock {
}

.postIndexBlock h3 {
	font-size: 1.2em;
	line-height: 2em;
	font-weight: bold;
	background-color: #094;
	padding: 10px 20px;
}
.postIndexBlock h3 img {
	display: block;
}

.postIndexBlock .post {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 0;
}
.post .latestBlock {
	padding: 20px 20px 0;
}
.post .latestBlock p {
	font-size: 1.2em;
	line-height: 2em;
	margin-bottom: 2em;
}
.post .latestBlock strong {
	color: #094;
	font-size: 1.4em;
	line-height: 2em;
	font-weight: bold;
}

.post .subscriptionBlock {
	padding: 20px;
}
.post .subscriptionBlock h4 {
	border-bottom: 2px solid #ddd;
	padding-bottom: 20px;
}

.post .subscriptionBlock dl,
.post .subscriptionBlock dt,
.post .subscriptionBlock dd {
	margin: 0;
	padding: 0;
}
.post .subscriptionBlock dl {
	padding: 20px 0;
}
.post .subscriptionBlock dt {
	color: #094;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
	background: url('../images/marker.gif') no-repeat top left;
	padding-left: 20px;
}
.post .subscriptionBlock dd {
	font-size: 1.2em;
	line-height: 2em;
	margin-top: 0.2em;
	padding-left: 20px;
}

.post .subscriptionBlock li {
	line-height: 1.6em;
	margin-top: 0.5em;
}
.post .subscriptionBlock li.order {
	margin-top: 1em;
}
.post .subscriptionBlock strong {
	font-weight: bold;
}

.post .subscriptionBlock .planBlock {
	background-color: #eee;
	border: 1px solid #ddd;
	margin: 20px 0;
	padding: 15px 20px 20px;
}
.post .subscriptionBlock .planBlock h5 {
	color: #094;
	font-size: 1.4em;
	line-height: 2em;
	font-weight: bold;
	margin-top: 0;
}
.post .subscriptionBlock .planBlock li {
	font-size: 1.2em;
	line-height: 1.6em;
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 0.5em;
}
.post .subscriptionBlock .planBlock .order {
	margin-left: 20px;
	margin-top: 20px;
}

.post .subscriptionBlock .campaign {
	margin: 20px 0 0;
}

.post .subscriptionBlock h5 {
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
	margin: 2em 0 0;
}

/* .metadataBlock */
.metadataBlock {
	background: #eee;
}
.metadataBlock .link {
	float: none;
	width: 100%;
}
.metadataBlock .keywordBlock{
	float: none;
	width: 283px;
}
