﻿@charset "UTF-8";

/* ランキングエリア */
#ranking {
    border: 11px solid #fff;
    background: #fff url("ranking/ranking_bg01.gif") repeat;
    padding: 25px 22px 34px 22px;
    margin: 47px 0 38px 0;
    /* box-shadow */
    box-shadow:0px 0px 8px -1px #000000;
    -moz-box-shadow:0px 0px 8px -1px #000000;
    -webkit-box-shadow:0px 0px 8px -1px #000000;
}

#ranking nav .menu_list {
    width: 100%;
    list-style-type: none;
    background-color: #134490;
    margin: 0; 
    display: table;
}

#ranking nav .lists {
    background:  url("ranking/arrow.png") no-repeat center right 6px;
    background-size: 13px 8px;
    border-right: 1px #fff solid;
    display: table-cell;
    vertical-align:top;
}

#ranking ul .lists a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    display: block;
    line-height: 1;
    padding: 15px 27px 15px 20px;
}

#ranking ul li em {

    background: #fff;
    background-size: 13px 8px;
    color: #576dae;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
    display: block;
    line-height: 1;
    padding: 15px 27px 15px 20px;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #FFF 0%, #FFF 20%, #a2bfd6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FFF 0%,#FFF 20%,#a2bfd6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FFF 0%,#FFF 20%,#a2bfd6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}


#ranking nav .lists:last-child {
    border-right:none;
}

#ranking ul .lists a:hover {
    background: #576dae url("ranking/arrow.png") no-repeat center right 6px;
    background-size: 13px 8px;
}

#ranking_title {
    color: #fff;
    font-size: 15px;
    background: url("ranking/ranking_title_bg.jpg") no-repeat;
    font-weight: bold;
    width: auto;
    height: 36px;
    background-size: 884px 46px;
    padding: 8px 0 2px 60px;
    margin: 0 0 0;
}

.ranking_box {
    background-color: #fff;
    margin-top: 20px;
    padding: 17px;
    width: auto;
    height:155px;
    border: 2px #669acc solid;
    /* border-radius */
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    /* box-shadow */
    box-shadow:0px 1px 6px -3px #000000;
    -moz-box-shadow:0px 1px 6px -3px #000000;
    -webkit-box-shadow:0px 1px 6px -3px #000000;
}

.ranking_box .tour_img {
    position:absolute;
    float: left;
    margin-right: 15px;

}

.ranking_box .tour_right {
    float: right;
    width: 78%;
}

.ranking_box .tour_pricebox_gray {
    background: url("ranking/pricebox_gray.png") no-repeat;
    width: 106px;
    height: 56px;
    background-size: 106px 56px;
    float: left;
    margin-right: 2px;
}

.ranking_box .ranking_crown {
    float: left;
    margin: 0 26px 0 12px;
}

.ranking_box .departure_info {
    float: left;
    color: #fff;
    background-color: #e60012;
    font-weight: bold;
    padding: 2px 7px;
    margin-right: 17px;
    font-size: 12px;
    margin-top: 1px;
}

.ranking_box .tour_title {
    font-weight: bold;
    color: #000;
    line-height: 1.7;
    font-size: 15px;
    height: 80px;
}

.ranking_box .tour_price_list {
    margin-top: 10px;
    padding: 6px 5px;
    width: auto;
    background: #fff url("ranking/ranking_bg03.gif") repeat;
}

.ranking_box .tour_price_box {
    background: url("ranking/pricebox.png") no-repeat;
    width: 106px;
    height: 56px;
    background-size: 106px 56px;
    float: left;
    margin-right: 2px;
}


.ranking_box .tour_price_box .period {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 1px;
}

.ranking_box .tour_price_box .price {
    /*font-family: "メイリオ", "MS PGothic", sans-serif;*/
    text-align: center;
    margin-top: 3px;
    font-size: 14px;
    /*font-weight: bold;*/
}

.ranking_box .tour_price_box .price a {
    color: #e60012;
    text-decoration: underline;
}

#ranking .see_more_button {
    margin: 36px auto 0;
    text-align: center;
    width: 390px;
    height: 41px;
}

#ranking .see_more_button a {
    font-size: 20px;
    font-weight: bold;
    background-color: #cf0b23;
    /* box-shadow */
    box-shadow:0px 2px 9px -3px #000000;
    -moz-box-shadow:0px 2px 9px -3px #000000;
    -webkit-box-shadow:0px 2px 9px -3px #000000;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 9px;
    background: #cf0b23 url("ranking/arrow04.png") no-repeat top 16px left 40px;
    background-size: 9px 17px;
}

#ranking .see_more_button a:hover {
    background: #e3717f url("ranking/arrow04.png") no-repeat top 16px left 40px;
    background-size: 9px 17px;
}



/* ランキング postback対応 */
#ranking ul .lists input {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    display: block;
    line-height: 1;
    padding: 15px 27px 15px 20px;
    background-color: transparent;
    border:0;
    margin:0;
    outline: 0;
    width:100%;
}
#ranking ul .lists input:hover {
    background: #576dae url("ranking/arrow.png") no-repeat center right 6px;
    background-size: 13px 8px;
    width:100%;
}
