@charset "UTF-8";

.post {
	border:none;
	font-size:1.2em;
	line-height:2em;
	margin:0;
	padding:0;
}

.post .entry {
	border-bottom: 2px solid #ddd;
	margin: 20px 0 25px;
	padding-bottom: 25px;
}
.post .entryCatch {
	margin-bottom: 40px;
}
.post .entryCatch p {
	margin-top: 20px;
}

.post dl dt dd {
	margin: 0;
	padding: 0;
}
.post dt {
	width: 3.5em;
	color: #639c00;
	font-weight: bold;
	float: left;
}
.post dd {
	margin-left: 3.5em;
}
.post dd p {
	padding-bottom: 2em;
}

/* profileBlock-2column */

.profileBlock table {
	border: none;
	border-collapse: separate;
	border-spacing: 0;
}
.profileBlock table td {
	width: 235px;
	border: 1px solid #ddd;
	vertical-align: top;
}
.profileBlock table td.space {
	border: none;
	width: 20px;
}
.profileBlock table td div {
	padding: 20px;
}
.profileBlock table td p {
	padding: 0;
}
.profileBlock table td p img {
	margin: 0;
	padding: 0;
	float: none;
}
.profileBlock table td p strong {
	padding-top: 5px;
}

/* profileBlock-3column */

.profileBlock.col3 {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.profileBlock.col3 table {
	border: none;
	border-collapse:collapse;
	border-spacing: 0;
}
.profileBlock.col3 table td {
	width:162px;
	border: none;
	vertical-align: top;
	border-right: 1px solid #ddd;
}
.profileBlock.col3 table td div {
	width: 122px;
	padding: 20px;
}
.profileBlock.col3 table td p {
	padding: 0;
}
.profileBlock.col3 table td p img {
	margin: 0;
	padding: 0;
	float: none;
}
.profileBlock.col3 table td p strong {
	padding-top: 5px;
}
