@charset "UTF-8";

a {
    text-decoration: none;
    color: #3d92c9;
}

a:hover,
a:focus {
    text-decoration: underline;
}

html {
    font-size: 62.5%;
}

body {
    color: #1a1a1a;
    font-family: 'Lato', Verdana, Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.pure-g [class*="pure-u"] {
    font-family: 'Lato', Verdana, Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#loader {
    width: 30px;
    height: 30px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 100;
}

#fade {
    width: 100%;
    min-height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
}

.csspinner {
    position: relative
}

.csspinner:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #999;
    opacity: .6;
}

.csspinner:after {
    z-index: 2;
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    -webkit-transition: all .75s ease 0s;
            transition: all .75s ease 0s;
    border-radius: 100%;
    border-top: 4px solid #555555;
    -webkit-animation: standard .75s infinite linear;
            animation: standard .75s infinite linear;
}

.csspinner.no-overlay:before {
    content: none;
    display: none;
}

@-webkit-keyframes standard {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes standard {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.csspinner.traditional:after {
    border-right: 4px solid #777;
    border-top: 4px solid #777;
    border-left: 4px solid #999;
    border-bottom: 4px solid #bbb;
}

#layout {
    position: relative;
    border-top: 5px solid #049DBF;
    padding: 1em;
}

h1 {
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
    text-align: center;
    font-weight: 300;
    font-size: 4rem;
}

h1 span {
    display: inline-block;
    margin-left: 5px;
    font-size: 1.2rem;
}

h2 {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: 300;
    font-size: 3rem;
}

.contents {
    font-size: 1.6rem;
}

form {
    max-width: 330px;
    margin: 0 auto;
}

input {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

#url {
    width: 250px;
}

p {
    text-align: center;
    font-weight: 300;
}

footer {
    margin-top: 30px;
    text-align: center;
}

.copyright {
    display: block;
    padding: 30px 0;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #888;
    font-size: 1.4rem;
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    display: none;
}

#dialog {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 10px #888;
    color: #ccc;
    border-radius: 5px;
}

#qrcode {
    display: flex;
    justify-content: center;
    margin-block: 1em;
}
