@charset "UTF-8";

/* =========================================================
 * 通常イベントのマージン調整
 * ====================================================== */
@media (max-width: 768px) {
    .CIX032_RegularEvents .dc__col {
        margin-top: 0;
    }
}

/* =========================================================
 * 銀座プレミアムラウンジイベントのラベル（カテゴリ、エリア）用の余白削除
 * ====================================================== */
.CCM014_TabNavigation .TabPar2 .CIX032_RegularEvents .dc__event_item ul.dc__row.dc__mb_small {
    margin-bottom: 0;
}

/* =========================================================
 * イベントレポート（イベントトップ用）のマージン調整
 * ====================================================== */
.CIX038_EventReportForTheEventTop ul.dc__row {
    margin-top: 3rem;
}
@media (max-width:768px) {
    .CIX038_EventReportForTheEventTop ul.dc__row {
        margin-top: 1.5rem;
    }
    .CIX038_EventReportForTheEventTop .dc__col {
        margin-top: 0;
    }
}

/* =========================================================
 * nohitテキストのマージン調整
 * ====================================================== */
.nohit_event .dc__nohit {
    margin: 6rem auto 3rem;
}
@media (max-width: 768px) {
	.nohit_event .dc__nohit {
	    margin: 3rem 0 3rem;
	}
}