@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 #green{
	font-size: 25px;
	color: #178B50;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#content_left .p{
	line-height: 30px;
}


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

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

#content_left #menu dl{
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	font-size: 20px;
	color: #178B50;
}

#menu dl:not(:last-child){
	border-bottom: dotted 2px #178B50;
}


#content_left #menu dt{
	float: left;
}

#content_left #menu dd{
	float: right;
	text-align: right;
}

 .margin{
	padding-right: 10px;
}

}


@media screen and (max-width: 979px) {

img{
	width: 100%;
	height: auto;
}

	
	#content_left h2{
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding-left: 15px;
	background: #99C730;
	border-radius: 5px;
	font-size: 18px;
	text-align: center;
}

#green{
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	color: #178B50;
	font-weight: bold;
}

.houmon01{
	margin-bottom: 40px;
}

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


#content_left #menu{
	margin-bottom: 30px;
}

#content_left #menu h2{
	margin-bottom: 10px;
}

#content_left #menu p{
	font-size: 13px;
	text-align: right;
}

#content_left #menu dl{
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	//font-size: 20px;
	color: #178B50;
}

#menu dl:not(:last-child){
	border-bottom: dotted 2px #178B50;
}


#content_left #menu dt{
	float: left;
}

#content_left #menu dd{
	float: right;
	text-align: right;
}

 .margin{
	padding-right: 10px;
}

#toiawase{
	overflow: hidden;
	height: auto;
	margin-bottom: 35px;
}

#toiawase img{
	height: auto;
}

#toiawase p{
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding-left: 15px;
	background: #99C730;
	border-radius: 5px;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
}

}