@charset "UTF-8";
table {
      width: 100%;
	  border-collapse: collapse;
      border-spacing: 0;
    }

    th, td {
	  padding: 10px;
      border: 1px solid #ddd;
      text-align: center;
	  vertical-align:middle;
	  font-weight:400;
	  font-size: 75%;
    }

    th {
      width: 30%;
	  background: #1c9a5c;
	  color: #FCFCFC;
    }
	
	
	th.b2 {
	background-color: #BC3701;
	color: #FCFCFC;
    }
th.k1 {
	width: 35%;
	background-color: #DE818C;
	color: #FCFCFC;
    }
td.k1 {
	background-color: #DE818C;
	color: #FCFCFC;
    }
	
	td.b2 {
	text-align: left;
    }
	
th.o2 {
	width: 35%;
	background-color: #520000;
	color: #FCFCFC;
    }
th.o1 {
	width: 35%;
	background-color: #520000;
	color: #FCFCFC;
    }
td.o1 {
	background-color: #520000;
	color: #FCFCFC;
    }
td.o2 {
	background-color: #EBB9B3;
	color: #000000;
	font-size:12px;
    }
	
	td.b2 {
	text-align: left;
    }


table.b2 {
      width: 100%;
	  border-collapse: collapse;
      border-spacing: 0;
    }

    th, td {
      padding: 10px;
      border: 1px solid #C6C6C6;
      text-align: center;
	  vertical-align:middle;
    }

    th {
      background: #1c9a5c;
	  color: #FCFCFC;
    }

    @media screen and (max-width: 320px) {
      table {
        width: 100%;
        text-align: left;
      }

      th {
		font-size: 70%;
      }

      td {
        font-size: 70%;
      }
tr td .table {
	font-size: 80%;
}
    }
