/* CSS Document */

main p {
	margin-bottom:15px;
}

h4 {
	margin: 40px 0 15px;
}
h4.first {
	margin-top: 30px;
}

.nav--local {
	display: flex;
	padding: 8px 0 0 29px;
	height: 28px;
	background: url(/img_common/localnav_bg.gif) top left repeat-x;
}
.nav--local li {
	font-size: 12px;
	font-weight: bold;
	margin-left: 30px;
	cursor: pointer;
}
.nav--local a {
	color: #000000;
}
.nav--local li:first-child {
	margin-left: 0;
}
.nav--local li::before {
	content:"";
	display: inline-block;
	vertical-align: -1px;
	width: 11px;
	height: 11px;
	margin-right: 5px;
	background: url(/img_common/ico_arr-right.png) no-repeat;
	background-size: contain;
}
.nav--local a:hover ,
.nav--local .active {
	color: #3f5c9b;
	text-decoration: none;
}
.contents {
	background: url(/img_common/contents_bg.jpg) top left repeat-x;
	margin-top: 1px;
}

.contents__h3 {
	color: #c76d33;
	margin-bottom: 30px;
}

.ind{
	padding:0 20px;
	}

.j10{
	font-size:85%;
	}

.arrow{
	background-image:url(../../../../reference/img/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:12px;
}

.fl_dl{
	
}
.fl_dl dt{
	float:left;
	width:110px;
	clear:both;
	padding:0px;
	margin:0px;
	line-height:180%;

	}
.fl_dl dd{
	padding:0px;
	margin:0px;
	line-height:180%;
	}



.listmark{
	list-style-type:disc;
	margin-left:15px;
}
.listmark li{
	list-style-type:disc;
	line-height:150%;
}
.listmark2{
	list-style-type:circle;
	margin-left:15px;
}
.listmark2 li{
	list-style-type:circle;
	line-height:150%;
}
.ind2{
	padding-left:16px;
}