@charset "UTF-8"; /* landing */ @import url(../settings.less); /*================================================*/ .item_pic { img { width: 100%; vertical-align: bottom; } } .item_area { img { width: 100%; vertical-align: bottom; } } .godetail a { display: block; text-align: center; padding: 40px 0; background: linear-gradient(#E64236, #AD2C26); color: #fff !important; text-decoration: none !important; font-size: 3.0rem; font-weight: bold; text-shadow: 1px 1px 1px rgba(0,0,0, 0.2); } .godetail a:hover { opacity: 0.75; filter: alpha(opacity=75); } #landing_child_contents { .title_wrap { .contents { padding-bottom: 1px; } } .prd_list { .pic { height: 360px; background-size: cover; background-position: 50% 50%; } .course { font-weight: bold; font-size: 1.8rem; color: @main-color; } .price { font-size: 2.4rem; color: #D0021B; } } } .pp_part { height: 600px; overflow: scroll; background: #fafafa; } @media screen and ( max-width: @break-max-width ) { } /*================================================== [ utility ] $clearfix ==================================================*/ .clearfix:after { content:" "; display:block; clear:both; }