/* サイドバー全体の幅を制限 */
/*
.ec-layoutRole__left {
    max-width: 250px !important;
    width: 100% !important;
}
*/

/* サイドカテゴリの枠 */
/*
#side_l {
    max-width: 250px !important;
    width: 100%;
}
*/

/* 画像の縮小 */
/*
.sidepic img {
    max-width: 250px !important;
    width: 100% !important;
    height: auto !important;
}
*/

/* バナー同士の上下に余白をつける */
.sidepic {
    margin-bottom: 15px !important;
}

/* 必要なら左右にも余白をつけられる */
#side_l {
    padding-left: 5px;
    padding-right: 5px;
}


