/**
 * top_banner
 */
.jumbotron > .container {
    overflow-x: hidden;
    position: relative;
    height: 424px;
}

#top_banner {
    z-index: 10;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 4380px;
    list-style: none;
}

#top_banner li {
    float: left;
}

#top_banner_nav {
    z-index: 11;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 395px;
    left: 400px;
}

#top_banner_nav li {
    float: left;
    margin-right: 8px;
}

#top_banner_nav button {
    border: none;
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background: #bcbec0;
}

#top_banner_nav button.selected {
    border: none;
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background: #c9e09d;
}

/**
 * link other shops
 */
#links {
    width: 100%;
    border-top: 1px solid #b5d938;
    border-bottom: 1px solid #b5d938;
}

#links ul {
}

#links li {
    width: 174px;
    height: 89px;
    text-align: center;
    position: relative;
}

#links li:last-child {
    width: 180px;
}

#links li + li:before {
    content: "";
    position: absolute;
    top: 27px;
    width: 1px;
    height: 30px;
    background-color: #b5d938;
}

#links a {
    margin-top: 12px;
}

#links a, #links span {
    display: inline-block;
}

#links a span {
    color: #604c3f;
}

/**
 * news and banner
 */

#news_banner {
    margin-top: 35px;
}

#news_banner > div {
    float: left;
}

#news_banner > div + div {
    margin-left: 26px;
}

#news dt a {
    color: #333333;
}

/**
 * banner
 */
#banner ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#banner li + li {
    margin-top: 22px;
}

/**
 * news
 */
#news {
    width: 575px;
    border-bottom: 1px solid #cebc9c;
}

#news h1 {
    margin: 0;
    border-bottom: 1px solid #cebc9c;
}

#news h1 span {
    width: 61px;
    height: 23px;
    background-image: url("../img/icon_news.png");
    display: inline-block;
}

#news h1 span + span {
    width: 164px;
    height: 23px;
    background-image: url("../img/title_news.png");
    display: inline-block;
    margin-left: 6px;
}

#news dl {
    margin: 6px 0;
}

#news dd > span {
    border-radius: 20px;
    background: #e3f4d9;
    padding: 2px auto;
    text-align: center;
    display: inline-block;
    width: 120px;
    margin-left: 10px;
    font-size: 11px;
}

/*TODO write other icons. rewrite only background color.*/

#news dt {
    margin-top: 6px;
}

#news dt a {
    font-size: 12px;
}

#news dt a:before {
    content: ">";
    display: inline-block;
    margin-right: 10px;
}

/**
 * prodRanking
 */
#prodRanking {
    margin-top: 32px;
}

#prodRanking h1 {
    width: 165px;
    height: 22px;
    margin: 0 0 12px 0;
    padding: 0;
    background-image: url("../img/title_recommend.png");
}

#prodRanking_menu {
    height: 36px;
}

#prodRanking_menu button {
    height: 36px;
    background: #fff;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-right: none;
    color: #444;
}

#prodRanking_menu button + button {
    border-left: none;
    border-right: 1px solid #f5f5f5;
}

#prodRanking_menu button.selected {
    background: #47413a;
    color: #fff;
}

#prodRanking ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

#prodRanking li {
    margin-top: 22px;
}

#prodRanking a {
    display: block;
    color: #333;
    text-align: center;
    font-size: 11px;
}

#prodRanking .best {
    position: absolute;
    width: 48px;
    height: 63px;
    background-image: url("../img/icon_best_1.png");
}

#prodRanking .image img {
    width: 150px;
    height: 150px;
}

#prodRanking .price {
    font-size: 13px;
    font-weight: bold;
}

#prodRanking .price::after {
    content: "円（税込）";
}

#prodRanking .title {
    display: block;
    width: 189px;
    height: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

#prodRanking .point::after {
    content: "ポイント獲得"
}

#prodRanking .no2 {
    background-image: url("../img/icon_best_2.png");
}

#prodRanking .no3 {
    background-image: url("../img/icon_best_3.png");
}

#prodRanking .no4 {
    background-image: url("../img/icon_best_4.png");
}

#prodRanking .no5 {
    background-image: url("../img/icon_best_5.png");
}

#prodRanking .no6 {
    background-image: url("../img/icon_best_6.png");
}

#prodRanking .no7 {
    background-image: url("../img/icon_best_7.png");
}