@charset "UTF-8";


.table_layout {
	width:100%;
	margin-bottom:3rem;
}
.table_layout p {
	text-align:right;
}
.table_layout p span {
	font-size:0.8em;
}

table {
	width:100%;
}
table th {
	width:15%;
	border:solid 1px #707070;
	vertical-align:top;
	padding:1rem;
	background:#F3EEEE;
}
table tr td {
	border:solid 1px #707070;
	padding :1rem;
}
table tr:nth-child(odd) {
	background-color: #f9f9f9;
  
}
table tr:nth-child(even) {
	background-color: #FFFFFF;
}
table th.no-bg {
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 560px) {
	
}
@media screen and (max-width: 428px) {
	
}
@media screen and (max-width: 375px) {
	
}