@charset "utf-8";

/* #pageTitleBox
-------------------------------------------------------------------------------------------------------- */
#pageTitleBox.life_idx			{ background-image:url(../images/life/idx/bg_pagetitle.jpg); }
#pageTitleBox.life_day		{ background-image:url(../images/life/day/bg_pagetitle.jpg); }
#pageTitleBox.life_event		{ background-image:url(../images/life/event/bg_pagetitle.jpg); }
#pageTitleBox.life_club		{ background-image:url(../images/life/club/bg_pagetitle.jpg); }
#pageTitleBox.life_facility	{ background-image:url(../images/life/facility/bg_pagetitle.jpg); }
#pageTitleBox.life_enhanced	{ background-image:url(../images/life/enhanced/bg_pagetitle.jpg); }




.event-tbl		{ display:flex; margin:20px 0 40px; }
.event-tbl figure	{ width:45%; padding-right:20px; }
.event-tbl table	{ width:55%; border-top:#e2e2e2 1px solid; }
.event-tbl table th	{ padding:20px 0; font-weight:bold; width:50px; vertical-align:top; border-bottom:#e2e2e2 1px solid; }
.event-tbl table td	{ padding:20px 0; border-bottom:#e2e2e2 1px solid; }
@media screen and (max-width: 768px) {
.event-tbl		{ display:block; }
.event-tbl figure	{ width:100%; padding-right:0; margin-bottom:20px;  }
.event-tbl table	{ width:100%; }
}


