@charset "utf-8";
@media print, screen and (min-width: 751px) {
#mainContents .scroll {
	overflow: auto;
}
#mainContents .scroll table {
	width: 100%;
}
#mainContents .scroll table th {
	min-width: 6em;
}
#mainContents .boxTable th {
	width: 90px;
	border-right: 1px solid #999;
}
#mainContents .boxTable td {
	white-space: nowrap;
	border-left: none;
}
#mainContents .eightArea td {
	white-space: nowrap;
	width: 10.5%;
	border-left: none;
}
}
@media only screen and (max-width: 750px) {

#mainContents .boxTable th,
#mainContents .boxTable td {
	white-space: nowrap;
}
#mainContents .br::before {
	content: "\A" ;
	white-space: pre ;
}
#mainContents .scroll {
	overflow: auto;
}
#mainContents .scroll table {
	width: 100%;
	margin-bottom: 5px;
}
#mainContents .scroll table th {
	min-width: 3em;
}
#mainContents .scroll::-webkit-scrollbar {
	height: 5px;
}
#mainContents .scroll::-webkit-scrollbar-track {
	background: #F1F1F1;
}
#mainContents .scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
}
@media print {
  #mainContents .boxTable td {
    white-space: normal!important;
  }
}