@charset "UTF-8";

/* main stylse
----------------------------------------------*/
nav dl dt {
	font-weight: bold;
	color: #0067FF;
	border-top: solid 2px;
	padding: 10px;
	border-bottom: dashed 1px;
}
nav dl dd {
	margin: 10px 10px 30px;
}
nav dl dd a {
	font-size: 105%;
	line-height: 1.4;
	color: #FFFFFF;
	background: #66C6F2 url(../../img/menu-arrow.png) no-repeat right center;
	background-size: 23px 16px;
	border-radius: 5px;
	padding:  10px 33px 10px 10px;
	margin-bottom: 10px;
}
nav dl dd a:visited {
	background-color: #A3DDF7;
}
nav dl dd span {
	font-size: 85%;
	color: #333;
	display: block;
	padding-bottom: 3px;
}
nav dl dd span.heisa {
	color: #fff;
	font-size: 85%;
	display: inline-block;
	margin-left: 1.5em;
}