@charset "utf-8";
@import url("common.css");

h3{
	margin:20px 0 0 0;
}

#policy_comment {
	margin-top:40px;
}

#cmt{
	margin:10px 0 20px 0;
	font-size:12px;
}
#wrap{
	border:1px solid #e2dfd5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior:url(../script/border-radius.htc);
	padding:10px;
	background:white;
}
.item_w{
	margin:10px 0;
	height:140px;
	border-bottom:1px dotted #ccc;
}
.item_w .left{
	width:580px;
}
.item_w .right{
	width:290px;
}
.text{
	margin:10px 0 0 0;
	line-height:20px;
}
