@charset "utf-8";
#btnArea{
	padding:15px 80px;
	background-color: rgba(255,255,255,0.8);
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	border:1px solid #5174B5;
}

#btnArea p{
	height:30px;
}
.division{
	background-color: rgba(255,255,255,0.8);
	margin-bottom: 40px;
	padding-bottom:20px;
}
.division .m5{
	margin-bottom:20px;
}
.outline{
	width:92%;
	margin:0 auto;
}
.outline h4{
	border-bottom:1px dotted #000;
	padding:15px 0 10px;
	font-size:19px;
}
.outline section{
	padding: 15px 0 20px; 
	border-bottom:1px dotted #000;
}
.outline h5{
	color:#335999;
	margin-bottom:5px;
	padding: 0 15px;
	font-weight: bold;
}
.outline p{	
	padding: 0 15px;
}
.outline .border{
	border-bottom:1px dotted #000;
	padding-bottom:20px;
}
.outline .noborder{
	border-bottom: none;
	margin-bottom: 0;
}
.tb3 , .tb4{
	width:100%;
	background-color: rgba(255,255,255,0.8);
	margin-bottom:20px;
}
.tb3 th{
	width:25%;
	padding:10px 25px;
	color:#5174B5;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
}
.tb3 td{
	padding:10px 25px;
	border-top:1px solid #ccc;
}
.tb4 th{
	width:42%;
	padding:10px 25px;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	background-color: rgba(81,116,181,0.4);
}
.tb4 td{
	padding:10px 25px;
	border-top:1px solid #ccc;
}
.btt{text-align: right;}
.btt a{
	color: #3D3938;
	font-size: 0.929em;
	text-decoration: underline;
}
.btt a:hover{
	text-decoration: none;
}
.note{
	margin: -10px 0 20px;
}