@charset "utf-8";
body {
	font-family: 'Kaisei Decol', serif;
	font-size: 11pt;
	line-height: 1.6em;
	color: #152e3b;
	background-color: #EEE;
	margin-top: 40px;
	margin-bottom: 40px;
}

th {
	color: #EEE;
	background-color: #152e3b;
}

a {
	font-weight: bold;
	color: #1f69a0;
	line-height: 1.6em;
	border-bottom:2px dotted #3d87be;
	text-decoration: none;
}

h1 {
	color: #152e3b;
}

table {
    border-collapse: collapse; /* 枠線を重ねて1本にする */
    width: 80%;
}

table, th, td {
    border: 1px solid #152e3b; /* ここを1pxラインにする */
}

td:last-child a:last-of-type {
	background-color: #f0810f;
	padding: 4px 8px;
	color: #EEE;
	border-radius: 14px;
	font-weight: bold;
	border: 1px solid #3d87be;
	text-decoration: none;
	display: inline-block;
}

.yellow{
	background-color: #e6df44;
}

.yellow2{
	color: #e6df44;
}