@charset "utf-8";
.gaiyoTB {
	width: 100%;
	border-collapse: collapse;
}
.gaiyoTB th {
	border-bottom: 1px solid #0F142D;
	background: #ebf6fb;
}
.gaiyoTB th:first-child {
	border-top: 1px solid #0F142D;
}
.gaiyoTB  td {
	border-top: 1px solid #B5BBCB;
}
.gaiyoTB  td:last-child {
	border-bottom: 1px solid #B5BBCB;
}

.gaiyoTB th {
	width: 25%;
	text-align: left;
    letter-spacing: 0.3em ;
	color: #0F142D ;
	font-weight: bold;
	padding-left: 20px ;
}
.gaiyoTB td {
    line-height: 2 ;
    letter-spacing: 0.1em ;
	padding: 15px 10px 15px 20px;
}
.name {
	letter-spacing: 1em ;
	margin-left: 2em ;
}




@media only screen and (max-width:768px) {
.gaiyoTB {
	width: 100%;
	border-collapse: collapse;
}

.gaiyoTB th {
	width: 30%;
	text-align: left;
	letter-spacing: 0.25em ;
	color : #0F142D ;
	font-style: normal;
	padding-left: 20px ;
}

}
@media only screen and (max-width:480px) {
.gaiyoTB th {
	border-bottom: 1px solid #0F142D;
	background: #ebf6fb;
}

.gaiyoTB  td {
	border-top: none;
}
.gaiyoTB th {
	width: 100%;
	text-align: center ;
	display: block ;
	padding: 10px ;
}

.gaiyoTB td {
	width: 100%;
	display: block ;
	text-align: left ;
	margin-bottom: 0em ;
}

.gaiyoTB .post {
	display: block ;
	margin-bottom: 5px ;
}

}