@charset "UTF-8";

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

.postIndexBlock {
	border-top: none;
}

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

.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;
}

.post .priceBlock table {
	width: 488px;
	font-size: 1.2em;
	line-height: 1.6em;
	border: 1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 1px;
}
.post .priceBlock table thead {
	background-color: #eee;
}
.post .priceBlock table th {
	text-align: center;
	border: 1px solid #ddd;
	padding: 8px;
}
.post .priceBlock table td {
	text-align: center;
	border: 1px solid #ddd;
	padding: 8px;
}
.post .priceBlock table th.left,
.post .priceBlock table td.left {
	text-align: left;
	padding-left: 15px;
}
.post .priceBlock table th.right,
.post .priceBlock table td.right {
	text-align: right;
	padding-right: 15px;
}
.post .priceBlock table tbody tr:hover {
	background-color: #eee;
}
.post .priceBlock p {
	margin-top: 5px;
}

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