@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 .left {
    float: left;
	margin-right: 10px;
}

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

#conts table th {
    font-weight: normal;
	width: 55px;
}

#conts table td {
    padding: 5px;
}	
