@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 980px) {
	
#content_left h2{
	width: 630px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	padding-left: 50px;
	background: url(../pic/bar.jpg);
}

#content_left .houmon01{
	width: 680px;
	overflow: hidden;
	margin-bottom: 70px;
}

#content_left .houmon01 h2{
	margin-bottom: 30px;
}

#content_left p{
	margin-bottom: 10px;
}


#form {
    width: 670px;
    margin-top: 30px;
    height: auto;
}

#form iframe {
    margin: 0 auto;
}

.bold {
    font-size: 94%;
    font-weight: bold;
}

.s_font {
    font-size: 94%;
    line-height: 1.5em;
    margin-top: 30px;
}

#contact_c h3 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
}



@media screen and (max-width: 979px) {
	
#content_left h2{
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding-left: 15px;
	background: #99C730;
	border-radius: 5px;
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
}

#content_left p{
	margin-bottom: 10px;
}

#content_right dl{
	display: none;
}
	
	
	

}
