@charset "UTF-8";

html {
    height: 100%;
}

body {
	height: 100%;
}

#common {
    background: #FFF;
}

#container {
	position: relative;
	width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

p.title {
    border-left: solid 10px #7171DE;
    border-right: solid 10px #7171DE;
	background-color: #191970;
    width: 80%;
    max-width: 360px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-align: center;
    box-shadow: 0px 10px 15px -2px #777777;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
}

input[type=button].close {
    display: block;
    transition: .5s;
    background-image: url('../images/icon-close.png');
    background-repeat: no-repeat;
    background-position: left 13px center;
    background-size: 18px 18px;
    background-color: #666;
    width: 270px;
    font-size: 16px;
    line-height: 50px;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

input[type=button].close:hover {
    background-color: #333;
}

h1 {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    font-weight: 500;
}

p.spacer {
    display: block;
    height: 30px;
}

strong {
    font-weight: 600;
}

span.emphasis {
	background-color: #FFD6DD;
}

@media screen and (min-width: 1024px) {
    br.br-ghost {
        display: none;
    }

    div.inner {
        display: block;
        width: 100%;
        padding: 30px 0;
        margin-left: auto;
        margin-right: auto;
    }

    ul.payment_select {
        display: table;
        table-layout: fixed;
        width: 620px;
        border-top: none;
        border-collapse: collapse;
        list-style: none;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    ul.payment_select li {
        float: none;
        display: table-cell;
        margin-left: 20px;
    }

    ul.payment_select li:first-child {
        margin-left: 0;
    }

    ul.payment_select li a.card {
        display: block;
        transition: .5s;
        background-image: url('../images/arw-r.png');
        background-repeat: no-repeat;
        background-position: right 6px center;
        background-size: 43px 16px;
        background-color: #4169E1;
        width: 300px;
        font-size: 16px;
        line-height: 60px;
        color: #FFF;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
        border-radius: 5px;
    }

    ul.payment_select li a.card:hover {
        background-color: #193A9D;
    }

    ul.payment_select li a.bank {
        display: block;
        transition: .5s;
        background-image: url('../images/arw-r.png');
        background-repeat: no-repeat;
        background-position: right 6px center;
        background-size: 43px 16px;
        background-color: #FA8072;
        width: 300px;
        font-size: 16px;
        line-height: 60px;
        color: #FFF;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
        border-radius: 5px;
    }

    ul.payment_select li a.bank:hover {
        background-color: #F6250D;
    }
}

@media screen and (max-width: 1023px) {
    br.br-ghost {
        display: block;
    }

    div.inner {
        display: block;
        width: 100%;
        padding: 30px 5px;
        margin-left: auto;
        margin-right: auto;
    }

    ul.payment_select {
        display: block;
        width: 100%;
        list-style: none;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    ul.payment_select li {
        margin-top: 20px;
    }

    ul.payment_select li:first-child {
        margin-top: 0;
    }

    ul.payment_select li a.card {
        display: block;
        transition: .5s;
        background-image: url('../images/arw-r.png');
        background-repeat: no-repeat;
        background-position: right 6px center;
        background-size: 43px 16px;
        background-color: #4169E1;
        width: 85%;
        font-size: 16px;
        line-height: 60px;
        color: #FFF;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
        border-radius: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    ul.payment_select li a.card:hover {
        background-color: #193A9D;
    }

    ul.payment_select li a.bank {
        display: block;
        transition: .5s;
        background-image: url('../images/arw-r.png');
        background-repeat: no-repeat;
        background-position: right 6px center;
        background-size: 43px 16px;
        background-color: #FA8072;
        width: 85%;
        font-size: 16px;
        line-height: 60px;
        color: #FFF;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
        border-radius: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    ul.payment_select li a.bank:hover {
        background-color: #F6250D;
    }

}
