@charset "UTF-8";
#wrapper {width: 640px; margin: 0 auto;}
#contact #kakunin_b {
display: block;
width: 460px;
height: 70px;
color: #fff;
font-size: 22px;
text-align: center;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
border: none;
border-radius: 35px;
margin: 2em auto 0;
cursor: pointer;
background: #ef5a24 url(imgs/btn.png) no-repeat center center;
outline: none;
-webkit-transition: background-color .3s;
transition: background-color .3s; }
#contact  {width:600px; margin:20px auto;}
#contact #kakunin_b:hover {
background-color: #1faac8;
box-shadow: 0px 0px 8px #1faac8; }

div.userinfo {font-size: 22px;}
dl.mailform dt {font-weight: bold; margin: 1em 0;}
dl.mailform input { width: 18em!important; height: 1.6em; font-size: 22px; padding: 5px;}
.nextStep {border-bottom: 5px #ffdf08 solid; font-size: 22px; font-weight: bold;}
.mfp_buttons {clear: both;}
.mfp_buttons a { text-decoration: none!important;}
.aCenter {text-align: center;}
footer {text-align: center; margin-top: 100px;}
footer a { text-decoration: none!important; color:#333; font-size:0.9em;}