@charset "utf-8";
/* CSS Document */

#wrapper{ text-align: center;}
#wrapper h2{
	padding: 66px 0 50px 0;
}
a{
	color: #0a67a9;
	text-decoration: underline;
}
.ermsgHead{ margin: 30px auto 0 auto;}
.error_messe{ color: #C00;}

dl{
	width: 614px;
	margin: 25px auto 0 auto;
	text-align: left;
}
dt{
	width: 180px;
	min-height: 33px;
	float: left;
	clear: both;
	color: #0062a7;
	vertical-align: middle;
	padding-top: 10px;
	line-height: 1;
}
dd{
	width: 350px;
	min-height: 33px;
	margin-bottom: 14px;
	float: left;
}
#inquiryC dd{ padding-top: 3px;}
input[type="text"],
input[type="tel"],
input[type="email"]{
	width: 340px;
	height: 33px;
	border: 1px solid #0062a7;
	padding: 0 5px;
}
textarea{
	width: 425px;
	height: 144px;
	padding: 5px;
	border: 1px solid #0062a7;
}
#btnConfirm{
	width: 256px;
	height: 48px;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	border: none;
	background: url(../img/btn_confirm.png) no-repeat 0 0;
	background-size: 256px 48px;
}
#btnSend{
	width: 256px;
	height: 48px;
	margin: 30px auto 20px auto;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	border: none;
	background: url(../img/btn_send.png) no-repeat;
	background-size: 256px 48px;
	clear: both;
}
#btnConfirm:hover,
#btnSend:hover{
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
    -webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
}
#btnSet{
	clear: both;
	width: 100%;
}

#ppolicy{
	width: 614px;
	margin: 117px auto 0 auto;
}
#ppolicy h4,#ppolicy p{
	margin-bottom: 15px;
	text-align: left;
	line-height: 1.8;
}
#ppolicy p.mb40{ margin-bottom: 40px;}
#ppolicy h4{
	margin-bottom: 0;
	font-weight: bold;
}
#ppolicy p.alnC{ text-align: center;}