@charset "UTF-8";

/*----------------------------------------------
  gift
-----------------------------------------------*/
#gift section.info {
    margin-top: 0;
}
#gift p.gift_photo,
#gift div.gift_detail {
    margin: 0 auto 20px;
}
#gift p.gift_photo img {
    max-width: 100%;
    height: auto;
}

a.winClose {
    display: block;
    text-align: center;
    background-color: #e60012;
    border-radius: 3px;
    font-weight: bold;
    letter-spacing: 0.3em;
    -webkit-tap-highlight-color: rgba(0,0,0,0.2);
}
a.winClose:link, a.winClose:visited, a.winClose:hover, a.winClose:active {
    text-decoration: none;
    color: #fff;
}
@media screen and (orientation:portrait){
    #gift p.gift_photo {
        width: 100%;
    }
    #gift div.gift_detail {
        width: 100%;
    }
    a.winClose {
        width: 90%;
        position: fixed;
        bottom: 15px;
        left: 5%;
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 115%;
    }
}
@media screen and (orientation:landscape){
    #gift p.gift_photo {
        width: 70%;
    }
    #gift div.gift_detail {
        width: 70%;
    }
    a.winClose {
        width: 70%;
        position: fixed;
        bottom: 10px;
        left: 15%;
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 125%;
    }
}