/*table*/
/*------------------------------------------------------------------------------*/
.table_wrap p {
	display: none;
}
.table_wrap table {
	width: 100%;
}
.table_srg03 {
	width: 100%;
	line-height: 1.4;
	border: 1px solid #ccc;
}
.table_srg03 caption {
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
}
.table_srg03 th {
	padding: 10px 10px;
	border: 1px solid #ccc;
	font-size: 16px;
	background: #f18d00;
	color: #212529;
	text-align: center;
	vertical-align: middle;
}
.table_srg03 td {
    padding: 10px 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    background: #9a9998;
    color:#fff
	text-align: center;
	vertical-align: middle;
}
.table_srg03 .t_bg01 {
	background-color: #104974;
	color: #fff;
	font-size: 15px;
}
.table_srg03 .t_size30 {
	width: 30%;
}
.table_srg03 .t_size35 {
	width: 35%;
}
.table_srg03 .t_size50 {
	width: 50%;
}
.table_srg03 .t_size70 {
	width: 70%;
}
.table_srg03.cell_4 td {
	width: 20%;
}
.table_srg03.cell_2 td {
	width: 50%;
}
.table_srg03.cell_7 td {
	width: 11%;
}
.table_srg03.cell_7 td:first-child {
	width: 23%;
}
.table_srg03 a {
	text-decoration: underline;
}

.img {
	border: 1px solid #ffffff;
}
