@charset "utf-8"; /* =========================================================================================== SIDEBAR =========================================================================================== */ #sidebar { width: 25%; position: relative; &.floatLeft { float: left; } &.floatRight { float: right; } .clearfix(); .sideContent { margin: 0 0 20px; h2 { font-size: 18px; padding: 8px 16px; background: @colorMain; color: #fff; font-weight: bold; font-family: @tfMincho; &.comH2 { margin-bottom: 10px; } } .sideNavi { li { position: relative; border-bottom: 1px dotted #666; a { padding: 10px 20px; display: block; &:hover{ background: @colorLightBG; } } } .current a{ background: @colorLightBG; } } .newsNavi { ul { margin-bottom: 20px; li { padding: 10px 0; border-bottom: 1px dotted #666; .date { font-size: 90%; } } } .moreBtn { text-align: right; } } } /* sideContent END */ .bannerContent { li { margin: 0 0 20px; } } }