a:focus,
img:focus {
    border: none !important;
}

div.cool {
    position: relative;
    background-image: url(../img/hakusui/back_cool.jpg);
    background-size: cover;
    text-align: center;
    padding: 60.15% 0 0 0;
}

div.cool p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari�� */
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

div.cool img {
    width: 100%;
    max-width: 1000px;
    height: auto;
}

.cool-title-text {
    padding: 20px 0;
    font-size: 26px;
    text-align: center;
}

div.cool2 {
    position: relative;
    background-image: url(../img/hakusui/cool2_back.jpg);
    text-align: center;
}

.lead-txt {
    color: #333;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.6 !important;
    margin: 80px auto 30px auto;
}

.lead-txt-sub {
    line-height: 1.8em;
    text-align: center;
}

.price-list {
    font-size: 1.8rem;
    margin: 20px auto;
}

.price-list td {
    padding: 7px 20px 7px 20px;
    border-bottom: 1px solid #ECECEC;
}


.price-list span {
    font-size: 1.4rem;
    color: #ABABAB;
}

.howto-posupa {
    font-size: 1.8rem;
}

.howto-posupa li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ECECEC;
}

.img-responsive-brand {}

/* ********************************************************************************************************************* */
@media screen and (min-width: 768px) {
    #posupa-01 {
        margin: 20px 0;
        padding: 40px 0;
        background: url(../img/aqu/explanationimgbg.jpg) center top;
    }
}

/* ********************************************************************************************************************* */
@media screen and (min-width: 992px) {}