/** UNIT Bold (IE & Woff) */
@font-face { font-family: UnitWeb-Bold; src: url("font/UnitWeb/UnitWeb-Bold.eot"); }
@font-face { font-family: UnitWeb-Bold;	src: url("font/UnitWeb/UnitWeb-Bold.woff") format("woff"); }
/** UNIT Light (IE & Woff) */
@font-face { font-family: UnitWeb-Light; src: url("font/UnitWeb/UnitWeb-Light.eot"); }
@font-face { font-family: UnitWeb-Light; src: url("font/UnitWeb/UnitWeb-Light.woff") format("woff"); }
/** UNIT Regular (IE & Woff) */
@font-face { font-family: UnitWeb-Regular; src: url("font/UnitWeb/UnitWeb.eot"); }
@font-face { font-family: UnitWeb-Regular; src: url("font/UnitWeb/UnitWeb.woff") format("woff"); }

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: UnitWeb-Regular;
    background-image: url('bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #b1b1b1;
    font-size: 14px;
    line-height:18px;
}

h1 {
    font-size: 80px;
    display: block;
    padding-top:80px;
    color: white;
}
h1.small {
    font-size: 24px;
    padding-top:0px;
    margin-bottom:24px;
}

a {
    text-decoration: none;
    color: #b1b1b1;
}

#overlay {
    background-color: rgba(0,0,0,0.7);
    width:720px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -360px;
}

p {
    margin-bottom:16px;
}

#navi {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
label {
    margin-right:10px;
    width: 65px;
    display: block;
    float: left;
}
input, textarea {
    font-size: 14px;
    width: 405px;
    background: none;
    border:0px;
    border-bottom: 1px solid #b1b1b1;
    color:#b1b1b1;
    font-family: UnitWeb-Regular;
    margin-bottom:10px;
}