body {
		/* font-size: 20px;  */
		/* text-align: center; */
		}


table {border-collapse: collapse;
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: 0.8vw;
    font-style: normal;
    color: -internal-quirk-inherit;
    text-align: start;
    text-align: left;
    border-spacing: 2px;
    font-variant: normal;
}
.tbl-r05 th {
  background: #b8860b;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.tbl-r05 td {
  border: solid 1px #ccc;
  padding: 10px;
  white-space: nowrap;
}

/* ===================================########### 1749px〜1180px  ########### ==================*/
@media (max-width: 1749px){

table {font-size: 18px;}

}

/* ==================================########### 1179px以下 ########### =================*/
@media (max-width: 1179px) {

table {font-size: 12px;}

/* ==================================########### 768px以下 ########### =================*/
@media (max-width: 768px) {

table {font-size: 3.5vw;}

/*  .tbl-r05 {width: 90%;}  */

.tbl-r05 .thead {display: none;}

.tbl-r05 tr {width: 100%;}
  
.tbl-r05 td {display: block;
			 text-align: right;
/*			 width: 100%;  */
			 }

.tbl-r05 td:first-child {background: #b8860b;
						 color: #fff;
						 font-weight: bold;
						 text-align: center;
						 }

#special {display: block;
		  text-align: right;
		  color: #000000;
		  font-weight: normal;
		  background: none;
		  }

.tbl-r05 td:before {content: attr(data-label);
					float: left;
					font-weight: bold;
					margin-right: 10px;
					}

}

/* ================================########### 599px以下 ########### ==================*/
@media (max-width: 599px) {

table {font-size: 20px;}

#special {display: block;
		  text-align: right;
		  }

}

/* =========================== ### IE11用の設定 ### ===================================== */
@media all and (-ms-high-contrast: none), not all and (-ms-high-contrast: none) {

table {text-align: left;}

}
