.section_commu {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1200px;
	margin: 0 auto;
    height: auto;
    /* max-height: 382px; */
    margin: 0 auto;
	padding-bottom: 30px;
    overflow: hidden;
}


.section_commu>div {
	position: relative;
	display: block;
	width: 645px;
	height: auto;
	min-height: 100px;
	padding-top: 70px;
}

.section_commu>div.notice_ {
	padding-right: 20px;
	width: calc(100% - 645px);
}

.section_commu>div .top_ {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	font-size: 0;
}

.section_commu>div .top_ h3 {
	position: relative;
	display :block;
	width: 100%;
	height: 100%;
	background-position: left 3px center;
	background-repeat: no-repeat;
	font-size: 0 !important;
}


.section_commu>div.gall_ {
	padding-left: 5px;
}

.section_commu>div .top_  a {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 13px;
	display: inline-block;
	font-size: 16px;
	letter-spacing: -0.040em;
	color: #333;
	font-weight: 700;
}

.section_commu>div.notice_ ul {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.section_commu>div.notice_ ul li {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 0;
}
.section_commu>div.notice_ ul li+li {
	border-top: 1px solid #e8e8e8;
}

.section_commu>div.notice_ ul li>div {
	position: relative;
	display: block;
	width: calc(100% - 120px);
	padding-left: 5px;
}

.section_commu>div.notice_ ul li>div a {
		display: inline-block;
		max-width: 100%;
		height: auto;
		line-height: 100%;
		vertical-align: middle;
		font-size: 17px;

		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		white-space: nowrap;
}

.section_commu>div.notice_ ul li>div a:hover {
	text-decoration: underline;
}

.section_commu>div.notice_ ul li span.date_ {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	display: inline-block;
	font-size: 14px;
	letter-spacing: -0.040em;
	color: #333;
	font-weight: 400;
	padding-right: 3px;
	
}

.section_commu>div.notice_ ul li.empty_ {
	display: block;
	width: 100%;
	height: 160px;
	line-height: 160px;
}

.section_commu>div.notice_ ul li.empty_ span {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
}

.gall_link {
position: relative;
display: flex;
width: 100%;
height: auto;
font-size: 0;
	margin-top: 20px;
}

.gall_link a {
	margin-right: 6px;
	display: block;
	width: 211px;
	height: auto;
}
.gall_link a:last-child {
	margin-right: 0;
}























































