@charset "Shift_JIS";


/* Igarashi Edit
--------------------------------------------------------------------------------*/
.post div {
	clear: both;
	background: #eee;
	margin-bottom: 15px;
	padding: 10px;
}
.post div { display:inline-table; zoom:1; }	/*for IE5.5 - 7 */
.post div:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
/* Hides from IE-mac \*/
* html .post div { height: 1%; }
.post div { display: block; }
/* End hide from IE-mac */

.post div img {
	float: left;
	margin-right: 15px;
}
.post div p {
	margin-bottom: 7px;
}
.post div .tit {
	font-size: 108%;
	font-weight: bold;
}