@charset "utf-8";
/* CSS Document */
@import url(../common/css/base.css);
@import url(mfp.statics/mailformpro.css);
/*privacy*/
#prv{
	margin-top:30px;
}
#prv dt {
	margin-bottom:10px;
	padding-bottom:3px;
	border-bottom:solid 1px #ccc;
}
#prv dd {
	margin-bottom:20px;
}
.mfp ul li{
	float:left;
	margin-right:30px;
	padding-top:5px;
}
.mfp ul li span{
	font-size:0.9em;
	color:#1C94D8;
}
#tel_num img{
	margin:0 auto 30px auto;
}
#tel_num{
	text-align:center;
}

#con_select{
	margin:10px 0;
	padding-top:35px;
	border-top:2px dashed #CCC;
}
#con_select li a{
	float:left;
	width:49%;
	padding:50px 0;
	display:block;
	color:#FFF;
	border-radius:10px;
	text-align:center;
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}
#con_select li:nth-child(1) a{
	background:#F05555;
	margin-right:2%;
}
#con_select li:nth-child(2) a{
	background:#369F24;
}
#con_select li:nth-child(1) a:hover{
	background:#f28080;
	margin-right:2%;
}
#con_select li:nth-child(2) a:hover{
	background:#58c146;
}
#con_select li a span{
	font-size:2.5em;
	padding-bottom:10px;
}
#mailformpro{
	margin-top:20px;
}

#atten1,#atten2{
	text-align:center;
	color:#FFF;
	padding:10px 0;
	margin-bottom:20px;
}

#atten1{
	width:100%;
	background:#F05555;
	border-radius:10px;
}
#atten2{
		width:100%;
	background:#369F24;
	border-radius:10px;	
}