@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: 40%;
}
.right{
	float: right;
	width: 53.4%;
	text-align: right;
}
.left2{
	float: left; 
	width: 37%;
	margin-top: 100px;
	text-align: left;
}
.right2{
	float: right;
	width: 59%;
}
.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%}

table{
	width: 100%;
	border-collapse: collapse;
}
tr:nth-child(odd){
	background-color:#EEEFF2;
}
th{
	background-color: #A3BCE2;
	text-align: center;
	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;
}

.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}


