@charset "utf-8";

/* Electronic Public Notice / en/electronic_notice
------------------------------------------------------------------------------------*/

/* Page Title (CSS text-based, no GIF image) */
#pagetitle {
	width: 980px;
	height: 80px;
	margin: 50px 0 40px;
	padding: 0 20px;
	box-sizing: border-box;
}

#pagetitle .pagetitle-main {
	font-size: 200%;
	font-weight: 500;
	color: #333333;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
	text-align: left;
}

#pagetitle .pagetitle-border {
	width: 100%;
	height: 2px;
	background-color: #3d8ec9;
	margin: 8px 0 0;
}

/* Content full width */
#pageNews .main {
	width: 980px;
}

#pageNews .main .inner {
	margin-left: 0;
	padding: 0 20px;
}

/* Badge */
.notice-badge {
	display: inline-block;
	background-color: #5a8db5;
	color: #ffffff;
	font-size: 75%;
	padding: 2px 12px;
	border-radius: 3px;
	margin-right: 8px;
	vertical-align: middle;
}

/* h3 bottom margin */
.section h3 {
	margin-bottom: 0.8em;
}

/* Notice list */
.noticeIndex {
	width: 100%;
}

.noticeIndex dl {
	overflow: hidden;
	zoom: 1;
	font-size: 87.5%;
	line-height: 1.6em;
}

.noticeIndex dl dt {
	width: 130px;
	float: left;
	clear: both;
	font-weight: normal;
	padding: 1.2em 0 1.2em 0;
}

.noticeIndex dl dd {
	padding: 1.2em 0 1.2em 140px;
	border-bottom: 1px dashed #cccccc;
}
