@charset "utf-8";

h1,dl,dt,dd {
	margin: 0;
	padding: 0;
}

.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.both{
    clear:both;
}

body {
	width: 100%;
	background-color: #FC9;
}


#main_contents {
	margin: 10px 10px 30px 10px;
	color: #322517;
	text-align: left;
}

	#main_contents h2 {
		height: 50px;
		padding: 0 0 0 20px;
		background-color: #6ebe06;
		font-size: 18px;
		line-height: 50px;
		vertical-align: middle;
		font-weight: bold;
		color: #FFF;
		font-size: 26px;
	}

@media screen and (max-width: 500px) { #main_contents h2 { font-size: 24px; } }
@media screen and (max-width: 370px) { #main_contents h2 { font-size: 22px; } }
		
	#main_contents dl {
		margin-top: 25px;
		padding: 10px 15px;
		text-align: left;
		background-color: #FFF;
	}	

	
	#main_contents dl dt {
		font-size: 17px;
		padding: 10px 0 3px 5px;
		font-weight: bold;
	}	
	
	#main_contents dl dd {
		font-size: 16px;
		padding: 5px 0 10px 5px;
		border-bottom: 1px solid #88d519;
		line-height: 130%;
		font-weight: normal;
	}	
	
	#main_contents dl span.last dd {
		border-bottom: none;
		
	}
