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

.asp-h1{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important
}
.img-ph02{
	margin-bottom: 30px;
}
.left{
	float: left; 
	width: 46%;
}
.right{
	float: right;
	width: 46%;
}
.left2{
	float: left; 
	width: 48%;
}
.right2{
	float: right;
	width: 48%;
}
.left3{
	float: left; 
	width: 34.8%;
	font-size:90%
}
.right3{
	float: right;
	width: 30.4%;
	font-size:90%
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
h2{
	clear: both;
	font-size: 165%;
	font-weight: bold;
	color: #5976BA;
}
h3{
	font-weight: bold;
	font-size:120%;
}
h4{
	font-weight: bold;
	border-left: 5px #d70029 solid;
	padding-left: 8px;
}

.te90{font-size:90%;}
.teri{text-align: right;}

table{
	width: 100%;
	border-collapse: collapse;
}
tr:nth-child(odd){
	background-color:#EEEFF2;
}
th{
	background-color: #A3BCE2;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #FFF;
	padding: 5px;
}
td{
	text-align: center;
	border-right: 1px solid #666464;
	padding: 5px;
}
tr th:first-child {
    text-align: left;
	text-indent: 1em;
}
tr td:first-child {
    text-align: left;
	text-indent: 1em;
}
tr td:last-child {
    border: none;
}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}

div.table2 table {
	width: 100%;
	border-collapse: collapse;
	font-size: 90%;
}
div.table2 table tr:nth-child(odd){
	background-color:#FFFFFF;
}
div.table2 table tr:nth-child(even){
	background-color:#EEEFF2;
}
div.table2 table th{
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border-right: none;
	padding: 5px;
}
div.table2 table td{
	text-align: center;
	border-right: none;
	padding: 5px;
}
div.table2 table tr td:first-child {
    text-align: left;
	text-indent: 0.5em;
}

.eoc{clear:both; overflow:auto; padding:0 0 10px;}
.eoc-left{float:left; margin-right:30px; width:380px;}
.eoc-right{float:right; width:380px;}
