@charset "utf-8";

/*-------------------------------------------------------------
	main
-------------------------------------------------------------*/
body h2 {
	background: url(../img/common/h2_bus.jpg) no-repeat 0 0;
}

h3{
margin-bottom: 10px;}
h4{
	font-weight:bold;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 10px;
	font-size: 14px;
	border-left: 4px solid #666666;
padding-left: 10px;
padding-bottom: 5px;
}
h5{
font-weight:bold;
}

.m-r20 { margin-right:20px; }
.m-b10 { margin-bottom:10px; }
.m-b20 { margin-bottom:20px; }
.m-b40 { margin-bottom:40px; }

strong { color:#df1a28;}
h3 span { font-size:12px; }

p { margin-bottom:10px;}

div.box-out {
	width:380px;
	float:left;
	}

div.box {
	width:250px;
	border:1px solid #ccc;
	background:#f4f4f4;
	float:left;
	}
	
div.box strong{
	color:#000000;
	}
	

div.box span{
	border:1px solid #fff;
	padding:10px;
	display:block;
	}

