@charset "utf-8";

html,body { margin: 0px; padding: 0px; width: 100%; height: 100%; }
body {
    font: 10px Arial;
    color: #4c4c4c;
    background-color: #fff;
}

section { display: block; position: absolute; top: 12%; left: 20%; margin-left: 3%; padding-left: 12%; }

figure { display: block; clear: both; font: normal 100% "KozukaGothicPr6NL"; margin: 0; }
    figure h1,
    figure p { white-space: nowrap; }
    figure h1 { font-size: 550%; line-height: 54%; margin: 0 0 3%; font-weight: normal;}
    figure p { font-size: 270%; font-family: "KozukaGothicPr6NEL"; line-height: 120%; margin: 43px 0 30px 0.5%; }
        figure p b { font-family: "KozukaGothicPr6NL"; }

form { margin: 0 0 0 1.5%; width: 405px; }
form p { font: normal 15px/18px "KozukaGothicPr6NEL"; margin: 0 0 7px; }
form div { float: left; padding-top: 1px; position: relative; background: url(../images/email.png) no-repeat 0 3px; padding-left: 24px; }
    form div a { display: none; position: absolute; background: url(../images/ajax.gif) no-repeat; width: 18px; height: 15px; top: 4px; left: 26px; z-index: 100; }
form label { position: absolute; top: 24px; left: 32px; display: none; font-size: 12px; color: #797979; }
form input,
form span {
    border: 0 none;
    outline: none;
    padding: 0 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 23px;
    color: #4e4e4e;
    font-size: 14px;
}
form span { width: 216px; display: block; background-color: #fff; }
form article { display: none; font: normal 150% "KozukaGothicPr6NR"; clear: both; width: 100%; }

.city { background: url(../images/flag.png) no-repeat; height: 28px; margin-right: 10px; padding-left: 29px; }
#city { width: 25px; }
#email_warn { display: none; }
#email_input { width: 156px; }
#submit_button { position: absolute; background-color: #ff4d00; color: #fff; font-size: 13px; top: 3px; right: 1px; padding: 0 8px; height: 19px; cursor: pointer; outline: 0 none; }
#logo { width: 350px; margin: 0 0 4% -23%; display:block; box-sizing:border-box;}
#logo img{max-height:100%; max-width:100%; margin:auto;}
#ajax { background: none; float: left; padding: 3px 2px }