@charset "UTF-8";
@import url('./style.css');

body { background: #1591A6; }
div#ad { padding: 0.4em 0; background: #808080; border-bottom: solid 2px #fff; color: #fff; }
div#ad p { margin: 0 auto; width: 244px; text-align: center; }
div#ad a { padding: 10px 38px 10px 0; background: url('/images/iconAd.png') right center no-repeat; color: #fe0; }
div#title { margin: 100px 0 60px 0; text-align: center; }
div#title img { margin: 0 auto 10px auto; width: 84px; display: block; }
div#title strong { color: #fff; font-size: 30px; letter-spacing: -0.05em; }
form { margin: 0 auto; width: 244px; }
form input[type=text], form input[type=email], form input[type=password] { margin: 12px 0; width: 100%; }
form label { color: #fff; }
div.button { margin: 1em 0; text-align: center; }
div.button a { color: #fe0; font-size: 110%; display:inline-block; padding:10px 0; }
div.button button { color: #fff; font-size: 18px; }
div.button button[type=button] { background: #c9c9c9; }
div.button button[type=submit] { background: #2191a5; box-shadow: 0 0 10px #fff; }

@media screen and (max-width: 767px) {
}
