/* CSS Document */

#global-nav ul li:nth-child(3) {background-color:#f2f2f2;}
.tbl_history {
	width: 100%;
	margin-bottom: 6em;
}
.tbl_history td,.tbl_history th {border-bottom: 1px dotted #CCC;}
.tbl_history td:nth-child(1) {width:42%;}
.tbl_history td:nth-child(2) {width:10%;}
.tbl_history td:nth-child(3) {width:18%;}
.tbl_history td:nth-child(4) {width:30%;}
@media screen and (max-width: 896px) {
.tbl_history {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.tbl_history tbody {
  width: 100%;
  display:table;
}
.tbl_history td:nth-child(1) {display: table;width: 100%;padding-right: 1em;padding-left: 2em;background-color: #f2f2f2;}
.tbl_history td:nth-child(2) {display: table;width: 100%;padding-right: 1em;padding-left: 1em;}
.tbl_history td:nth-child(3) {display: table;width: 100%;padding-right: 1em;padding-left: 1em;}
.tbl_history td:nth-child(4) {display: table;width: 100%;padding-right: 1em;padding-left: 1em;margin-bottom: 1em;}

}

@media screen and (max-width: 600px) {
}

