@charset "UTF-8"; /* items */ @import url(../settings.less); /*================================================*/ .title_wrap { background-size: cover; background-position: center center; } .clm4 { li { a.list_inner { display: block; border: none; padding: 0; text-decoration: none; background: #fafafa; .pic { margin-bottom: 0; height: 240px; background-size: cover; background-position: 50% 50%; @media screen and ( max-width: @break-max-width ) { height: 320px; } } .item_cont { padding: 20px; .heading03 { margin-bottom: 5px; font-size: 1.6rem; font-weight: normal; } .price { color: #666; font-size: 1.2rem; font-weight: bold; } } } a:hover { opacity: 0.75; filter: alpha(opacity=75); } } } @media screen and ( max-width: @break-max-width ) { } /*================================================== [ utility ] $clearfix ==================================================*/ .clearfix:after { content:" "; display:block; clear:both; }