@charset "utf-8";

#conts dl{
	font-size:1.5em;
	line-height:1.3;
	padding: 15px 5%;
	text-align: left;
}
#conts dl dt{
	color:#F49B05;
}
#conts dl dd{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:dotted 1px #ccc;
}

.h3-title{
	font-size:2em;	
	background:#8FC41E;
	color:white;
	text-indent: 5%;
	height:80px;
	line-height:80px;
	margin-bottom:30px;
	text-align: left;
}
img.banner{
	margin-bottom:10px;
	width:90%;
}

a#btn-to-contact{
	width:90%;
	height:104px;
	line-height:104px;
	margin:20px auto 30px;
	color:white;
	font-size:2em;
	text-align:center;
	background: -webkit-linear-gradient(top, rgba(244,157,170,1) 2%,rgba(240,117,135,1) 100%);
	display: block;
	-webkit-border-radius: 6px;  
}
a#btn-to-contact img{
	margin-top:24px;
	margin-left:25px;
	vertical-align: middle;
}