@charset "UTF-8";

body {
    margin: 0;
    background: #efefef;
    background: rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
    color: #333;
}

a {
    color: #555;
}

#app {
    width: 100%;
    max-width: 500px;
    min-height: 888px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

.top {
    width: 100%;
    height: 55px;
    overflow: hidden;
    box-shadow: 0 0px 10px 0px #b5b5b5;
    box-sizing: border-box;
    padding: 5px;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
}

.logo-link {
    display: block;
    width: 100%;
    height: 100%;
}

img.the-logo {
    height: 100%;
}

.notice {
    margin: 0;
    margin-bottom: 15px;
    padding: 15px;
}

.notice-icon {
    text-align: center;
    margin-bottom: 20px;
}

.notice-title {
    color: #ffc300;
    font-size: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.notice-description {
    text-align: center;
    line-height: 1.8rem;
    font-size: 1.1rem;
}

.box {
    padding: 15px;
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12), 0 0 6px 0 rgba(0,0,0,.04);
}

.target-title, .more-title {
    color: #333;
    font-size: 1.2rem;
    font-weight: 300;
}

.target-link {
    line-height: 16px;
    margin-top: 5px;
}

.target-link img {
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

.target-link-href {
    display: inline-block;
    font-family: monospace;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90%;
}

.gas-container {
    width: 100%;
    margin: 0;
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 350px) {
    .gas-container {
        margin: 0 -15px;
        margin-top: 10px;
        width: 320px;
    }
}

.more-details p {
    color: #555;
    font-size: 1rem;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
    margin-top: 10px;
}

.going-button {
    display: block;
    text-align: center;
    line-height: 35px;
    padding: 5px;
    width: 85%;
    margin: 20px auto;
    color: #555;
    border: 3px dashed #ffe100;
    border-radius: 10px;
    text-decoration: none;
}

.going-button img {
    display: inline-block;
    vertical-align: middle;
}
