@charset "utf-8";

/* +++++++++++++++++++++++++++++++

top.css

+++++++++++++++++++++++++++++++ */

/*カルーセル
-----------------------------------*/
#main_image {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
}
#main_image .bx-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2940px;
    margin-left: -1470px !important;
   }
#main_image .bxslider img {
    opacity: 0.2;
    transition: 0.3s linear;
}
#main_image .active img {
    opacity: 1;
    transition: 0.3s linear;
}
#main_image .bx-prev,
#main_image .bx-next {
    width: 26px;
    height: 40px;
}
#main_image .bx-prev {
    left: 50%;
    width: 26px;
    height: 40px;
    margin-left: -525px;
    background:  url(/ec/images/top/ico_prev.png) no-repeat left top;
    z-index: 130;
}

#main_image .bx-next {
    left: 50%;
    width: 26px;
    height: 40px;
    background:  url(/ec/images/top/ico_next.png) no-repeat left top;
    margin-left: 500px;
    z-index: 120;
}


/*お知らせ枠
-----------------------------------*/
#notice {
    margin-bottom: 15px;
    padding: 10px  20px;
    border: 1px dotted #cbcbcb;
}
#notice p:first-child { margin: 0; }
#notice p:not(:first-child) { margin-top: 10px; }

/*お知らせ枠
-----------------------------------*/
#main .pr {
    text-align: center;
}
#main .pr a {
    display: inline-block;
    margin: 0 5px;
}
#main .pr a:not(:first-child) { margin-top: 15px; }

/*ランキング
-----------------------------------*/
#ranking .tab {
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #ffc493;
    list-style: none;
}
#ranking .tab li {
    float: left;
    width: 176px;
}
#ranking .tab li:not(:last-child) { margin-right: 8px; }
#ranking .tab a {
    display: block;
    height: 34px;
    border: 2px solid #dcdcdc;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
}
#ranking .tab a.current {
    border-color: #ffc493;
    background: #ffc493;
}
#ranking .tab a.current:hover {
    filter:alpha(opacity=100);
    opacity: 1;
}
#ranking .date {
    margin: 5px 0;
    color: #666;
    font-size: 10px;
    text-align: right;
}
#ranking .rank {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
#ranking .rank img {
    display: block;
    height: 17px;
    margin: 0 auto 5px;
}
#ranking .item:nth-child(n+4) {
    padding-top: 20px;
    border-top: 1px dotted #b9b9b9;
}
#ranking .list_item .item:nth-child(n+4) {
    border-top: 1px dotted #b9b9b9;
}