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

 file name  :top.css
 author     :PCBrain
 style info :top—p
=================================================================== */
#mainV{
	background-color:#f8f9fd;
	margin-bottom:30px;
	text-align:center;
	height:363px;
}

#main .catchBox{
	background:#f8f9fd url(../imgs/top/catch_bg.png) no-repeat right bottom;
	padding:0 10px 10px 10px;
	margin:3px 3px 30px;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	box-shadow:rgba(77, 77, 77, 0.360784) 0px 0px 4px 1px;
	-webkit-box-shadow:rgba(77, 77, 77, 0.360784) 0px 0px 4px 1px;
	-moz-box-shadow:rgba(77, 77, 77, 0.360784) 0px 0px 4px 1px;
}

#main .catchBox ul.normal li{
	margin-bottom:5px;
	font-size:20px;
	font-weight:bold;
	line-height:1.2;
}

#main .catchBox ul.normal li span{
	font-size:16px;
}

#main .catchBox strong{
	font-weight:normal;
	text-decoration:underline;
}