@charset "UTF-8";

div.header ul li.price { background : #000000; }
div.header ul li.price a,
div.header ul li.price a:hover,
div.header ul li.price a:visited { color : #ffffff; }

div.contents div.price { width : 400px; float : left; }
div.contents div.image { width : 430px; float : right; }

div.price dl {
    margin        : 0;
    padding       : 0;
    border-top    : solid 1px #000000;
    font-size     : 15px;
    line-height   : 1.0em;
}
div.price dt { margin : 0; padding : 1em 0.2em 1em 0.5em; border-bottom : solid 1px #000000; }
div.price dd { margin : -3.1em 0 0 21em; padding : 1em 0.2em; }
div.price .annotation { font-size : 8px; }
div.price .attention { margin-top : 5px; fon-size : 10px; text-align : right; }

div.reserve { margin-top : 30px; text-align : center; }

@media screen and (max-width:480px) {
    div.contents div.price,
    div.contents div.image { width : 95%; margin : 0 auto; float : none; }
    div.contents div.image { margin-top : 20px; }
    div.reserve { margin-top : 0; }
    
    div.price .annotation { font-size : 12px; }
    div.price dl { border-top : 0; }
    div.price dl dt { padding : 0; border-bottom : 0; }
    div.price dl dd {
        margin        : 0 0 0.5em 0;
        padding       : 0.25em 0;
        border-bottom : solid 1px #3c2508;
        text-align    : right;
    }
}