@charset "utf-8";

/*----------------------------------------------------
共通
----------------------------------------------------*/
#tabnav ul {
	border-bottom:4px solid #00561F;
}

.title {
	color:#5BA9D7;
	font-weight:bold;
}

/*----------------------------------------------------
案内
----------------------------------------------------*/
#annai .section {
	padding-top:10px;
}

#annai .section table {
	width:100%;
	border-collapse:collapse;
	margin-bottom:10px;
	letter-spacing:1.5px;
}

#annai .section table th,
#annai .section table td {
	padding:13px 5px 12px;
	border:1px solid #C8CAD6;
	text-align:center;
	height:16px
}

#annai .section table th {
	width:90px;
/*	background:#5BA9D7;
*/	background:#00561F;
	color:#FFF;
}

#annai .section table tbody {
	border:3px solid #C8CAD6;
}


#annai .section .gray {
	background:#DBDBDB;
}

#annai .section .koumoku {
	font-size:14px;
	font-weight:bold;
}

#annai .body {
	margin-bottom:1em;
}

#annai .nyukyo {
	border-bottom:1px dotted #B0B0B0;
	padding-bottom:10px;
	margin-bottom:20px;
	font-size:10px;
	line-height:100%;
}

#annai .nagare {
	font-size:14px;
	font-weight:bold;
	margin-bottom:1em;
}

