@charset "utf-8"; /* =========================================================================================== SIDEBAR =========================================================================================== */ #sidebar { width: 25%; position: relative; &.floatLeft { float: left; } &.floatRight { float: right; } .clearfix(); .sideContent { font-size: 14px; margin: 0 0 20px; .contentNavi { ul.comUl li { // border-bottom-style: dashed; // border: 1px solid @colorSub; padding: 0; // margin-bottom: 5px; // &:first-child { // } a { height: 45px; line-height: 45px; text-align: center; padding: 0 20px; } } } }/* sideContent END */ .bannerContent { li { margin: 0 0 20px; text-align: center; } } }