@charset "UTF-8";

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

.postIndexBlock {
	border-top: none;
}

.postIndexBlock .post {
	border-bottom: none;
	padding-top: 0;
	padding-bottom: 0;
	*position: relative;
}
.postIndexBlock h3 {
	font-size: 1.2em;
	line-height: 2em;
	font-weight: bold;
	margin-bottom: 20px;
}
.postIndexBlock h3 img {
	display: block;
}
.post .infoBlock {
	width: 230px;
	float: left;
}
.post .mapBlock {
	width: 240px;
	float: right;
}
.post .infoBlock h4 {
	font-size: 1.4em;
	line-height: 2em;
	font-weight: bold;
	margin-bottom: 1em;
}

.post .infoBlock table {
	font-size: 1.2em;
	line-height: 2em;
	border-collapse: collapse;
	border-spacing: 0;
}
.post .infoBlock table tr,
.post .infoBlock table th,
.post .infoBlock table td {
	vertical-align: top;
}
.post .infoBlock table th {
	width: 6em;
}

.post .linkBlock {
	width: 240px;
	font-size: 1.4em;
	line-height: 2em;
	padding-top: 5em;
	float: right;
	*position: absolute;
	bottom: 5px;
	right: 0;
}
.post .linkBlock p {
	margin-top: 20px;
}
.post .linkBlock p img {
	display: block;
}

.mapBlock {
	text-align: center;
	border: 1px solid #ddd;
	margin: 30px 0 10px;
	clear: both;
}
.mapBlock img {
	vertical-align: bottom;
}
.mapLink li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
.mapLink li strong {
	font-weight: bold;
}
