﻿/*footer付近*/
/*.contactWrap{
	text-align: center;
}
*/
.contactArea{
        text-align:center;      
        margin: 0 auto;
        margin-top: 50px;
}

.contactArea a{
	text-decoration: none;
        color:white;
        padding: 10px 50px;
		background-color: #a5ff87;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#99cc53, endColorstr=#afc6d6);
    background-image: -moz-linear-gradient(top, #99cc53 63%, #afc6d6 100%);
    background-image: -webkit-linear-gradient(top, #99cc53 63%, #afc6d6 100%);
    background-image: -ms-linear-gradient(top, #99cc53 63%, #afc6d6 100%);
    background-image: linear-gradient(top, #99cc53 63%, #afc6d6 100%);
    background-image: -o-linear-gradient(top, #99cc53 63%, #afc6d6 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(63%,#a5ff87), color-stop(100%,#99cc53));

}

}

.contactArea a:hover{
        color: #13651d;
        background-color: #8ffe9d;

}

.contactArea p{
        padding: 10px 50px;

}

.contactArea img{
	vertical-align: middle;
	margin-right: 8px;
	margin-left: 24px;
}

.tel{
	font-size: 28px;
	vertical-align: middle;
	text-decoration: none;
}

.orange{
	font-size: 24px;
	vertical-align: middle;
	color: #FF7F00;
}

.reception{
	text-align: center;
	margin: 16px 0;
}

.reception p{
	display: inline-block;
	margin:20px 0;
}

small{
	display: block;
	font-size: 12px;
	margin: 4px 0 24px 0;
}

button{/*一番下のフォーム*/
	width: 250px;
	height: 50px;
	font-size: 19px;
	color: #000000;
	background-color: #a5ff87;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#99cc53, endColorstr=#afc6d6);
	background-image:-moz-linear-gradient(top, #99cc53 63%, #afc6d6 100%);
	background-image:-webkit-linear-gradient(top, #99cc53 63%, #afc6d6 100%);
	background-image:-ms-linear-gradient(top, #99cc53 63%, #afc6d6 100%);
	background-image:linear-gradient(top, #99cc53 63%, #afc6d6 100%);
	background-image:-o-linear-gradient(top, #99cc53 63%, #afc6d6 100%);
	background-image:-webkit-gradient(linear, right top, right bottom, color-stop(63%,#a5ff87), color-stop(100%,#99cc53));
}

button:hover{
	border:1px #506b2b solid;
	filter:alpha(opacity=80);
	opacity:0.8;
}






/*footer部分*/

.br1,.br2,.br3{
	display: none;
}

footer ul{
	margin: 16px 0 16px 0;
	list-style: none;
}


footer ul li{
	display: inline;
	margin: 12px;
	line-height: 2;
}

footer ul li a{
	font-size: 16px;
	color: black;
	text-decoration: none;
}

footer ul li a:hover{
	text-decoration: underline;
}

footer a:hover{
	opacity: 0.5;
}

footer{
	text-align: center;
	color: black;
	font-size: 14px;
	padding: 8px;
	margin-top: 32px;
       background: -moz-linear-gradient(top, #FFF, yellow);
       background: -webkit-linear-gradient(top, #FFF, yellow);
       background: linear-gradient(to bottom, #FFF, yellow);

}

footer p{
	margin: 16px;
	font-size: 16px;
	color: black;
	text-align: left;
}

footer a{
	color: black;
	text-decoration: none;
}

footer a:hover{
	text-decoration: underline;
}

.footerNav{
	display: inline-block;
}

