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


#content_left #menu a{
	color: #178B50;
}

@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 #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;
}

	
#content_left #info{
	margin-bottom: 70px;
}

#content_left #info h2{
	margin-bottom: 50px;
}

#content_left #info dl{
	margin-bottom: 20px;
}

#content_left #info dt{
	font-size: 20px;
	margin-bottom: 30px;
}

#content_left #info #tel{
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin-bottom: 50px;
}

#content_left #info #tel img{
	float: left;
	margin-right: 10px;
}

#content_left #info #tel p{
	float: left;
	margin-right: 20px;
	font-size: 25px;
}

#content_left #info #tel span{
	font-size: 16px;
}

}



@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;
	margin-bottom: 10px;
	text-align: center;
}

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

#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;
}

#content_left #info{
	margin-bottom: 40px;
	text-align: center;
}

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

#content_left #info dl{
	margin-bottom: 10px;
}

#content_left #info dt{
	//font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

#content_left #info #tel{
	overflow: hidden;
	height: auto;
	line-height: 30px;
	margin-bottom: 30px;
}


#content_left #info #tel_2{
	width: 100%;
}



}