@charset "utf-8";

/* Table Of Contents
----------------------------------------

# review

----------------------------------------*/


/* # review
---------------------------------------------------------------------------- */

div#main .review ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#main .review li {
	border-bottom: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
	div#main .review div.post_contents:before,
	div#main .review div.post_contents:after {
		content: "";
		display: table;
	}
	div#main .review div.post_contents:after {
		clear: both;
	}
	div#main .review div.post_contents {
		zoom: 1;
	}
div#main .review p.post_content {
	margin-bottom: 20px;
}