@charset "UTF-8";
/* CSS Document */

.content-info {
	width:960px;
	margin:0 auto;
	padding-bottom:170px;
}
.content-info_title {
	padding:74px 0 35px 0;
}
.content-info_title h2 {
	display: flex;
	align-items: center;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#009245;
	font-size:26px;
	font-size:2.6rem;/* =26px */
	line-height:28px;
	line-height:2.8rem;/* =28px */
	font-weight:bold;
}
.content-info_title h2 span {
	font-size:18px;
	font-size:1.8rem;/* =18px */
	line-height:28px;
	line-height:2.8rem;/* =28px */
	font-weight:bold;
}
.content-info_title h2:after {
	border-top: 1px solid;
	content: "";
	display: inline; /* for IE */
	flex-grow: 1;
	margin-left: 1em;
}

/* index.html --------------------------------------------- */

.festa_list {
	width:960px;
	padding:30px 0;
}

.events_list table{
	width:100%;
	border-top:1px solid #c0c0c0;
}

.events_list .events_table {
	width:100%;
	border-top:1px solid #c0c0c0;
}

.events_list h3 {
    color: #0f2d78;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: bold;
    padding-bottom:24px;
}

.events_list th {
	text-align:left;
	font-size:12px;
	font-size:1.2rem;/* =16px */
	line-height:19px;
	line-height:1.9rem;/* =19px */
	padding:8px 0 8px 12px;
}

.events_list td {
	font-size:12px;
	font-size:1.2rem;/* =16px */
	line-height:19px;
	line-height:1.9rem;/* =19px */
	font-weight:normal;
	padding:12px 0 12px 12px;
}

.events_list th:last-child,
.events_list td:last-child {
	border-right:none;
}

.events_list th,
.events_list td {
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
}
