@charset "utf-8";
/**
 * comment2.css
 * 
 * update: 2013.08.11
 */

/*--------------------------------------------------------------------------------
	.comment2
--------------------------------------------------------------------------------*/
.sd-content .comment2 {
	position: relative;
	min-height: 400px;
	overflow: hidden;
}
.sd-content .comment2.left {
	float: none;
	display: block;
}
.sd-content .comment2.right {
	float: none;
	display: block;
}
.sd-content .comment.left {
	float: none;
	display: block;
}
.sd-content .comment.right {
	float: none;
	display: block;
}
@media(max-width:640px) {
	.sd-content .comment2 {
		min-height: 1px;
	}
	.w960 {
	width: 98%;
	margin: 1% auto;
	}
}
