@charset "utf-8";
/* ===================================================================
CSS information

 file name  :event.css
 author     :meets
style info  :トップページ設定　ハックは最下部に記述
=================================================================== */

/*--------------------------------------------------------------------
基本設定
--------------------------------------------------------------------*/
#syusai_box{
}

#syusai_box .box_base{
	width:1000px;
	margin:30px auto;
	background:#ffffff;
	overflow:hidden;
	padding:25px 0;
}

#syusai_box .box_base .list_box{
	float:left;
	width:300px;
	padding:0 0 20px 25px;
	height:380px;
}

#syusai_box .box_base .list_box h4{
	margin:5px 0 0 0;
	text-align:left;
}

