@charset "utf-8";
/* CSS Document */
/********* メインのパディング、書体など ********/
.material .main_inner3{
	padding:45px 0 0 0;
	font-size:14px;
	font-weight:normal;
	line-height:1.6em;
}
.material .main_inner3 .green{
	font-weight:bold;
}

.material h2{
    margin-bottom: 24px;
} 	
	
/********* テーブル ********/
.material table {
	width:100%;
}
.material table tr th {
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
.material table tr td {
	font-size: 14px;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.5em;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #cccccc;
}
.title_th {
	color: #FFFFFF;
	background-color: #38454f !important;
	text-align: center;
	font-size: 16px !important;
	font-weight: bold;
	border: 1px solid #38454F !important;
}
