@charset "utf-8";


/* ------------------------------------------------------ */
/* header */
/* ------------------------------------------------------ */
.header{
	padding: 11px 10px 14px;
	line-height: 18px;
	border-bottom: 1px solid #d0d0d0;
}
.header img {
	width: 145px;
	margin: 0;
}


/* ------------------------------------------------------ */
/* contents */
/* ------------------------------------------------------ */
#container {
	margin: 0;
	padding: 0;
}
#date {
	text-align: right;
	padding: 0 0 10px;
}
.contentBody {
    padding: 0 10px;
}
.contentBody p {
	padding: 0 0 15px;
}
h1 {
    margin: 0 0 12px;
    padding: 7px 10px;
    border-bottom: 1px solid #001871;
    background: #fff;
    font-size: 2.3rem;
    font-weight: bold;
    color: #001871;
    text-align: left;
    text-shadow: none;
}

/* ------------------------------------------------------ */
/* news */
/* ------------------------------------------------------ */
main table {
    width: 100%;
	height: auto;
	margin: 10px 0 25px;
    border-collapse: collapse;
    border: 1px solid #c1d9f0;
	background: #f8fafd; 
	table-layout: auto;
}
tr {
    border: 1px dotted #c6ddf5;
}
tr:first-of-type {
    border-top: none;
}

th, td {
	width: auto;
	height: auto;
    padding: 0 15px;
	letter-spacing: 0;
	line-height: 2em;
    box-sizing: border-box;
}
td {
	background: #ffffff; 
}
th:nth-of-type(2+n) {
	color: #888;
}

/* ------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------ */
.footerCopy {
    background: #e1e2e5;
    font-size: 1.1rem;
    margin-top: 20px;
    padding: 18px 0;
    text-align: center;
}