@charset "utf-8";

#acMenu dt{
    display:block;
    width:200px;
    height:50px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    cursor:pointer;
    }
#acMenu dd{
    background:#f2f2f2;
    width:200px;
    height:50px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    display:none;
    }

/* ランキングブロック macでのレイアウト崩れ調整 2014/01/07 */
.ranking-line-list, .ranking-line-list-end {
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 0;
    width: 710px;
}

/* 【メディア紹介】商品一覧ページ 2014/01/07--------- */
#media-info{
    clear: both;
    width: 710px;
    margin: 20px 0 10px;
    background: #262626;
    overflow: hidden;
}
#media-info h3{
    padding: 10px 0 10px 15px;
    color: #FFF;
    font-weight: lighter;
    border-bottom: 2px solid #3d3d3d;
}
#media-list{
    padding: 15px 15px 10px;
}
#media-list li{
    background: url("../../user_data/img/ibm/icon_media_list.png") no-repeat 0 center;
    margin: 0 0 5px;
    padding: 0 0 0 10px;
}
#media-list li a img{
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

/* 【アイテムカテゴリ】商品一覧ページ 2014/01/07--------- */
#item-category-list{
    clear: both;
    width: 710px;
    margin: 20px 0 0;
    background: #b3b3b3;
    overflow: hidden;
}
#item-category-list h3{
    padding: 10px 0 10px 15px;
    color: #262626;
    font-weight: lighter;
    border-bottom: 2px solid #262626;
}
#category-list{
    padding: 15px 25px 10px;
    overflow: hidden;
}
#category-list li{
    padding: 0 48px 0 0;
    float: left;
}
#category-list li.end{
    padding: 0 ;
    float: left;
}
#category-list li a img{
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
#category-list li a:hover img{
    filter: alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
}

/* アコーディオンタブ設定 2014/01/21--------- */
#acMenu dt{
    display:block;
    width:185px;
    height:50px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    cursor:pointer;
    background:url(images/i_swich.png) 177px -69px no-repeat;
    padding-right:15px;
    }
#acMenu dd{
    background:#f2f2f2;
    width:200px;
    height:50px;
    line-height:50px;
    text-align:center;
    border:#666 1px solid;
    display:none;
    }
#acMenu dt.active{
    background:url(images/i_swich.png) 177px 18px no-repeat;
    }

#block-news {
    width: 470px;
}



