@charset "utf-8";
/* ==================================================
		
		news-events

================================================== */
/* --------------------------------------------------
		tab-panel
-------------------------------------------------- */
#tab-a:checked ~ .panel-a, #tab-b:checked ~ .panel-b, #tab-c:checked ~ .panel-c {
 display: block;
}
.heading-02 {
 line-height: 1.5384;
 font-size: 2.8rem;
 padding: 0 0px 4px;
 margin: 0 0 20px;
 border-bottom: 1px solid red;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
table.event-table {
 width: 100%;
 border: 1px solid #bababa;
 margin-bottom: 30px;
 line-height: 1.4;
}
table.event-table th {
 text-align: left;
 padding: 20px;
 border: 1px solid #BABABA;
 background-color: #EBEBEB;
 width: 150px;
}
table.event-table td {
 padding: 20px;
 border: 1px solid #BABABA;
}
table.event-table a {
 color: #333333;
 text-decoration: underline;
 cursor: pointer;
}
table.event-table a:hover {
 text-decoration: none;
}


@media screen and (max-width: 767px) {
.heading-02 {
 padding: 0 0 4px;
 line-height: 1.3125;
 font-size: 1.6rem;
 margin-bottom: 20px;
 border-bottom: 1px solid red;
}
table.event-table th {
 text-align: left;
 padding: 20px;
 border: 1px solid #BABABA;
 background-color: #EBEBEB;
 width: 120px;
}
table.event-table td {
 padding: 20px;
 border: 1px solid #BABABA;
}
table.event-table a {
 color: #333333;
 text-decoration: underline;
 cursor: pointer;
}
table.event-table a:hover {
 text-decoration: none;
}
}
