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

h2{
	font-size: 165%;
	font-weight: bold;
	color: #5976BA;
}
h3{
	font-size:120%;
	font-weight: bold;
}
h4{
	font-weight: bold;
	border-left: 5px #d70029 solid;
	padding-left: 8px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb50{
	margin-bottom:50px;
}
.left{
	float: left; 
	width: 38%;
}
.right{
	float: right;
	width: 58%;
}
.left2{
	float: left; 
	width: 47%;
}
.right2{
	float: right;
	width: 47%;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.maru{
	color: #9fa0a0;
}
table{
	width: 60%;
	border-collapse: collapse;
}
tr:nth-child(odd){
	background-color:#EEEFF2;
}
td{
	text-align: center;
	border-right: 1px solid #666464;
	padding: 5px;
}
tr td:first-child {
    text-align: left;
	text-indent: 1em;
}
tr td:last-child {
    border: none;
}
.h3-s{
	font-size: 80% !important;
	font-weight: normal !important;
}
.font-title{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
}
