
/* renovation
-------------------------------------------------------- */
#renovation ol {
	margin: 1em 0 50px 2em;
}
#renovation ol li{
	background: url('../img/arrow.gif') no-repeat left center;
	padding-left: 15px;
	margin-bottom: 5px;
}
#renovation h3 {
	margin-left: 5px;
}
#renovation h4 {
	font-size:16px;
	color:#3a5789;
	border-bottom:#3a5789 solid 1px;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-left: 0px;
	background-image: none;
}
#renovation .renovation_box {
	border:4px #3a5789 solid;
	margin-bottom:20px;
	padding:20px 13px;
	width:466px
}

#renovation p,
 fieldset, table, pre {
    margin-bottom: 1em;
}

.mt5 { 
	margin-top:5px;
}
.mt10 { 
	margin-top:10px;
}
.mt30 { 
	margin-top:30px;
}
.mb20 { 
	margin-bottom:20px;
}
.mb40 { 
	margin-bottom:40px;
}