@charset "utf-8";
/* CSS Document */

section{
	overflow: hidden;
	margin:0 auto 1.5em;
}

figure{
	text-align: center;
	margin: 0 auto;
}

figure img{
	margin-bottom: 0.5em;
	text-align: center;
}

h3{
	color:#14185F;
	border-top: 2px solid #14185F;
	border-bottom: 2px solid #14185F;
	padding: 0.5em 0;
	margin-bottom: 0.8em;
}

.notes{
	font-size: 80%;
}

strong{
	color:#ee1d24;
}

u{
	background: linear-gradient(transparent 60%, #a7d6ff 60%);
	text-decoration: none;
}

/* focusframe---------*/

.focusframe{
	border:1px solid #ccc;
	background: #efefef;
	padding: 1em 1em 0;
	width:80%;
	margin: 0 auto 1em;
	font-size: 86%;
	line-height: 1.3em;
}

.focusframe .ff-tit{
	font-size: 100%;
	font-weight: bold;
	color:#659032;
	margin: 0 auto 0.5em auto;
	border-bottom: 2px solid #659032;
}


/* BASIC TABLE -----------------------*/
.def_tbl{
	border: 1px solid #ccc;
	margin: 0 auto 1.5em;
	width:96%;
}

.def_tbl thead th{
	background:#157BBD;
	color:#fff;
	padding: 0.5em 0 0.5em 0;
}
.def_tbl tbody th{
	text-align: left;
	font-weight: normal;
	padding: 0.5em 0 0.5em 1em;
	border-collapse: collapse;
	border:0;
}

.def_tbl tbody th a{
	color:#157BBD;
	font-weight: bold;
}

.def_tbl tbody td{
	text-align: right;
	padding: 0.5em 0 0.5em 1em;
	border-collapse: collapse;
}

.def_tbl tbody tr:nth-child(odd) {
	background: #DAEAF7;
}

.def_tbl tbody tr:nth-child(even) th{
 border-right: 1px solid #ccc;
}

