@charset "UTF-8"; /* guide */ @import url(../settings.less); /*================================================*/ .notice_cover { border: none; background: #eee; .emotion { font-weight: bold; font-size: 2.0rem; } } .inner_part { margin-bottom: 50px; } .right_cont { .cover { .heading03 { padding: 10px 0; background: @sub-color; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } .pic { margin-bottom: 15px; } } } @media screen and ( max-width: @break-max-width ) { } /*================================================== [ utility ] $clearfix ==================================================*/ .clearfix:after { content:" "; display:block; clear:both; }