body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
#time {
    font-size: 18px;
    position: absolute;
    width: 300px;
    height:20px;
    right: 1px;
    top: 79px;
    color: #FFFFFF;
}
#json_name {
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 0px;
    height: 0px;
}
#waigaya_header {
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 110px;
    margin: auto;
}
#waigaya_header > img {
    height: 110px;
}
#waigaya_logo {
    height: 40px;
    float: right;
}
#waigaya {
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: #FFFFFF;
    margin: auto;
}
#waigaya div {
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 50px;
    font-size: 11.5px;
}
#waigaya div.review span, #waigaya div.shop_review span {
    position: absolute;
    text-align: left;
    left: 189px;
    top: 16px;
}
#waigaya div span {
    position: absolute;
    text-align: left;
    left: 63px;
    top: 8px;
    word-break: break-all;
    width: #item_width;
}
#waigaya div img {
    display: none;
}
#waigaya div img.label {
    position: absolute;
    left: 100px;
    top: 15px;
    width : 200px;
    height : 20px;
}
.shop_info {
    background-image: url("./theme_lp/shop_info.jpg");
    background-repeat: no-repeat;
}
.price_info {
    background-image: url("./theme_lp/price_info.jpg");
    background-repeat: no-repeat;
}
.delivery_info {
    background-image: url("./theme_lp/delivery_info.jpg");
    background-repeat: no-repeat;
}
.point_info {
    background-image: url("./theme_lp/point_info.jpg");
    background-repeat: no-repeat;
}
.customer_info {
    background-image: url("./theme_lp/customer_info.jpg");
    background-repeat: no-repeat;
}
.item {
    background-image: url("./theme_lp/item.jpg");
    background-repeat: no-repeat;
}
.hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter:"alpha(opacity=60)";
    -moz-opacity: 0.6;
    cursor: pointer;
}
#powered_by {
    font-size: 10px
}
