 
@media(min-width:800px) {
.table-yoko {
width:100%;
height:auto;
overflow:hidden;
margin:0px;
padding:20px 0px 20px 0px;

}}

@media(max-width:799px) {
.table-yoko {
width:99.4%;
height:auto;
overflow:hidden;
margin:0px;
padding:20px 0px 20px 0px;
}}

.table-yoko tr {
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	border:solid 1px #ededed;
}

.table-yoko th {
	width:30%;
	height:auto;
	margin:0px;
	padding:10px;
	border-right:solid 1px #ededed;
	color:#ededed;
	background-color:#000011;
	text-align:center;
}

.table-yoko td {
	width:70%;
	height:auto;
	margin:0px;
	padding:10px;
	
	color:#000011;
	background-color:#ffffff;
	text-align:left;
}

 
@media(min-width:800px) {
.table-tate {
width:100%;
height:auto;
overflow:hidden;
margin:0px;
padding:20px 0px 20px 0px;

}}

@media(max-width:799px) {
.table-tate {
width:99.4%;
height:auto;
overflow:hidden;
margin:0px;
padding:20px 0px 20px 0px;
}}

.table-tate tr {
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	border:solid 1px #ededed;
}

.table-tate th {
	width:50%;
	height:auto;
	margin:0px;
	padding:10px;

	color:#ededed;
	background-color:#000011;
	text-align:center;
}

.table-tate td {
	width:50%;
	height:auto;
	margin:0px;
	padding:10px;
	
	color:#000011;
	background-color:#ffffff;
	text-align:left;
}
