@charset "utf-8";

/* =====================================================================
	main
===================================================================== */
.mainBox{
	width:630px;
	margin-bottom:20px;
}
.mainBox:after{
    display:block;
    margin-top:-1px;
    height:1px;
    content:"";
    clear:both;
}
.mainBox h3{
	width:630px;
	margin-bottom:15px;
	height:30px;
	line-height:30px;
}
.mainBox p{
	margin:0;
}
.mainBox .waku{
	width:210px;
	padding:5px 10px;
	background:#EEEBE9;
}
.mainBox .waku p{
	line-height:1.4;
}