.wg-notice-dateleft {
	width: 100%;
	background: #fff;
}

.wg-notice-dateleft-head {
	margin: 0 0 8px 0;
	padding: 0 0 12px 0;
	border-bottom: 0px solid #222;
}

.wg-notice-dateleft-head-inner {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.wg-notice-dateleft-title {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	color: #895743;
	font-size: 2.3rem;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.wg-notice-dateleft-title:hover {
	color: #b4765d;
}

.wg-notice-dateleft-more {
	display: table-cell;
	width: 90px;
	text-align: right;
	vertical-align: middle;
	text-decoration: none;
	color: #666;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.wg-notice-dateleft-more:hover {
	color: #b4765d;
}

.wg-notice-dateleft-body {
	padding: 0;
}

.wg-notice-dateleft-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wg-notice-dateleft-item {
	border-bottom: 1px solid #ececec;
}

.wg-notice-dateleft-item:last-child {
	border-bottom: 0;
}

.wg-notice-dateleft-link {
	display: block;
	padding: 18px 0;
	text-decoration: none;
}

.wg-notice-dateleft-item.no-excerpt .wg-notice-dateleft-link {
	padding: 20px 0;
}

.wg-notice-dateleft-inner {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.wg-notice-datebox {
	display: table-cell;
	width: 88px;
	vertical-align: top;
	text-align: center;
	padding-right: 16px;
	box-sizing: border-box;
}

.wg-notice-datebox-day {
	display: block;
	color: #895743;
	font-size: 3.1rem;
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: -0.04em;
}

.wg-notice-datebox-ym {
	display: block;
	margin-top: 10px;
	color: #895743;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
}

.wg-notice-dateleft-content {
	display: table-cell;
	vertical-align: middle;
}

.wg-notice-dateleft-subject-row {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wg-notice-dateleft-subject {
	display: inline;
	color: #202020;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
}

.wg-notice-dateleft-new {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}

.wg-notice-dateleft-excerpt {
	margin-top: 7px;
	color: #8c8c8c;
	font-size: 0.96rem;
	font-weight: 400;
	line-height: 1.45;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wg-notice-dateleft-link:hover .wg-notice-dateleft-subject {
	color: #b4765d;
}

.wg-notice-dateleft-link:hover .wg-notice-dateleft-excerpt {
	color: #666;
}

@media (max-width: 768px) {
	.wg-notice-dateleft-title {
		font-size: 1.55rem;
	}

	.wg-notice-dateleft-more {
		width: 76px;
		font-size: 0.82rem;
	}

	.wg-notice-dateleft-link {
		padding: 15px 0;
	}

	.wg-notice-dateleft-item.no-excerpt .wg-notice-dateleft-link {
		padding: 16px 0;
	}

	.wg-notice-datebox {
		width: 68px;
		padding-right: 12px;
	}

	.wg-notice-datebox-day {
		font-size: 2.35rem;
	}

	.wg-notice-datebox-ym {
		margin-top: 7px;
		font-size: 0.82rem;
	}

	.wg-notice-dateleft-subject {
		font-size: 0.98rem;
	}

	.wg-notice-dateleft-excerpt {
		font-size: 0.9rem;
	}
}