@charset "utf-8";
@import "../../../common/css/0-import.css";
#conts h2 {
    margin-bottom: 35px;
}

#conts h3 {
   border-bottom: 1px solid #999999;
   clear: both;
   color: #189D42;
   font-size: 15px;
   margin: 0 10px 7px;
}   

#conts p {
	line-height: 1.5;
	margin-left: 10px;
	margin-bottom: 10px;
}

#conts .mb20 {
    margin-bottom: 20px;
}

#conts .mr20 {
    margin-right: 10px;
}	

#conts .box {
	padding: 0px;
}
				
#conts .subBox {
    background-color: #F3F3F3;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 20px;
}	
