@charset 'shift_jis';


/* セール情報 */
.top-sale-information-inner {
    margin-top: 20px;
}
.top-sale-information-area > h3 {
    float: left;
    line-height: 21px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    background: url(/img/icon.sale.title.png) no-repeat;
    background-size: 10px 10px;
    background-position: left 4px;
}
.oldie .top-sale-information-area > h3 {
    background-image: url(/img/icon.sale.title.oldie.png);
}
.area-other {
    font-weight: bold;
    font-size: 12px;
}
.top-sale-information-more {
    position: relative;
    float: right;
    line-height: 21px;
    padding-left: 12px;
    background: url(/img/arrow.sale.right.png) no-repeat;
    background-position: left 6px;
    background-size: 12px 6px;
}
.oldie .top-sale-information-more {
    background-image: url(/img/arrow.sale.right.oldie.png);
}
.top-sale-information-more > a {
    font-size: 12px;
    text-decoration: underline;
    color: #4480BA !important;
}
.top-sale-information-more > a:hover {
    color: #ff6b08 !important;
}
.top-sale-information-casette {
    margin-top: 5px;
}
.top-sale-information-casette-left {
    float: left;
    width: 327px;
    padding: 15px 20px;
    border: 1px solid #F0F0F0;
    border-right: 1px dotted #CACACA;
    background: #F7F7F7;
}

.top-sale-information-casette-right {
    float: right;
    width: 329px;
    padding: 15px 20px;
    border: 1px solid #F0F0F0;
    background: #F7F7F7;
}
.sale-information-city {
    display: inline-block;
    padding: 6px 10px 4px;
    font-size: 14px;
    color: #FFFFFF;
    background: #5EABE4;
}
.sale-information-notice {
    margin-top: 20px;
}
.sale-information-notice > p {
    font-size: 12px;
    color:#000000;
}
.sale-information-hotel {
    margin-top: 5px;
}
.sale-infomation-hotel-left {
    float: left;
}
.sale-information-hotel-right {
    overflow: hidden;
    padding-left: 10px;
}
.sale-information-hotel-name > a {
    display: block;
    width: 230px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
    color: #4480B3 !important;
}
.sale-information-hotel-name > a:hover {
    color: #ff6b08 !important;
}
.sale-information-hotel-right > .sale-information-hotel-resultrank {
    margin-top: 10px;
    color: #BF2121;
    font-size: 12px;
}
.sale-information-hotel-right > .sale-information-hotel-resultrank > .mark {
    float: left;
}
.sale-information-hotel-right > .sale-information-hotel-resultrank > .letter {
    float: left;
    line-height: 14px;
    padding-left: 5px;
    font-size: 12px;
}
.sale-information-balloon {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    background: #FFB433;
}
.sale-information-balloon:after {
    display: block;
    position: absolute;
    top: 24px;
    left: 70px;
    width: 14px;
    height: 7px;
    content: "";
    background: url(/img/img.top.balloon.png) no-repeat;
    background-size: 14px 7px;
}
.oldie .sale-information-balloon {
    width: 206px;
    height: 20px;
    background: url(/img/img.top.balloon.oldie.png) no-repeat;
}
.sale-information-balloon > .discount-rate {
    font-weight: bold;
    font-size: 14px;
}
.sale-information-price {
    margin-top: 5px;
}
.sale-information-price > .price-before {
    padding-right: 20px;
    text-decoration: line-through;
    font-size: 12px;
    background: url(/img/arrow.sale.right.png) no-repeat;
    background-size: 12px 6px;
    background-position: right 3px;
}
.oldie .sale-information-price > .price-before {
    background-image: url(/img/arrow.sale.right.oldie.png);
}
.sale-information-price > .price-after {
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
}
.sale-information-button-detail {
    display: block;
    float: right;
    width: 101px;
    height: 26px;
    margin-top: 20px;
    margin-left: 70px;
    background: url(/img/button.detail.png) no-repeat;
    background-size: 101px 26px;
    text-indent: -9999px;
}
.sale-information-button-detail:hover {
    background: url(/img/button.detail.hover.png) no-repeat;
    background-size: 101px 26px;
}
.oldie .sale-information-button-detail {
    background: url(/img/button.detail.oldie.png) no-repeat;
}
.oldie .sale-information-button-detail:hover {
    background: url(/img/button.detail.hover.oldie.png) no-repeat;
}



/* 最近の閲覧履歴 */
.top-histry {
    margin-top: 40px;
}
.top-histry > h2 {
    font-size: 22px;
    color: #2C3F75;
}
.top-histry-inner > li {
    margin-top: 10px;
    padding-top: 10px;
}
.top-histry-inner > li + li {
    border-top: 1px solid #CCCCCC;
}
.top-histry-image {
    float: left;
}
.top-histry-left {
    padding-left: 5px;
    overflow: hidden;
}
.top-histry-hotel {
    line-height: 1.3;
    font-size: 12px;
    color: #4480ba !important;
}
.top-histry-hotel:hover {
    color: #ff6b08 !important;
}
.top-histry-left > .sale-information-hotel-resultrank {
    margin-top: 6px;
    color: #BF2121;
    font-size: 10px;
}
.top-histry-hotel-area {
    margin-top: 5px;
    padding-left: 12px;
    font-size: 11px;
    background: url(/img/icon.histry.hotel.area.png) no-repeat;
    background-size: 8px 11px;
}
.oldie .top-histry-hotel-area {
    background: url(/img/icon.histry.hotel.area.oldie.png) no-repeat;
}
