﻿@charset "utf-8";

@media screen and (min-width: 767px) {
.column2 {width:49%!important;}
}

@media screen and (max-width: 767px) {
.column2 {width:100%;}
}

.p-cover-list.no-modal .p-cover-list-item {padding-top:0;} /* サムネ並びコンテンツのスクエア版 */