@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body{
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0;
  margin: 0;
 }

table#tables {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 3px;
	vertical-align: middle;
	text-align: center;
    }
    table#tables th,
    table#tables td {
    padding: 10px;
    }
    table#tables th {
    box-shadow: 2px 2px 2px rgb(159 159 159 / 80%) inset;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    color: #ffffff;
    text-shadow:1px 1px 2px #000000,0 0 1em #ffffff,0 0 0.2em #ffffff;
    font-size: 35px;
    }
    
    table#tables td {
    border: none;
    }
    
    table#tables th:nth-child(1) {
      visibility:collapse;
      width: 10%
    }
    table#tables th:nth-child(n+2) {
      width: 30%
    }
    table#tables tr td:nth-child(1) {
    font-size: 25px;
    }

    table#tables tr td:nth-of-type(1) {
    background: #f4f4f4
    }
    table#tables tr td:nth-of-type(2) {
    background: #ebffe6
    }
    table#tables tr td:nth-of-type(3) {
    background: #fff3f9
    }
    table#tables tr td:nth-of-type(4) {
    background: #e8ffff
    }

    table#tables tr:nth-child(n + 1) {
    font-size: 40px;
    }
    table#tables tr:nth-child(n + 10) {
    font-size: 24px;
    height: 10px;
    padding: 0px;
    }
    
    table#tables table#tables tr:last-child td {
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    }
    
	table#tables th:nth-child(2){
	background: #4CAF50
    }
	table#tables th:nth-child(3){
	background: #e25a88
    }
	table#tables th:nth-child(4){
	background: #36a2d2
    }



Table#data-table {
	border-collapse: collapse;
	width: 100%;
}
Table#data-table td {
padding: 10px;
}

table#data-table td:nth-of-type(1) {
background: #000000;
vertical-align: middle;
text-align: center;
width: 15%;
overflow: visible;
position: relative;
color: #ffffff;
font-weight: normal;
font-size: 32px;
}

table#data-table td:nth-of-type(1):after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #000000;
border-width: 20px;
margin-top: -20px;
}

table#data-table td:nth-of-type(3) {
background: #000000;
vertical-align: middle;
text-align: center;
width: 15%;
overflow: visible;
position: relative;
color: #ffffff;
font-weight: normal;
font-size: 32px;
}

table#data-table td:nth-of-type(3):after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #000000;
border-width: 20px;
margin-top: -20px;
}

table#data-table td:nth-of-type(2) {
background: #e7e7e7;
font-weight: normal;
width: 35%;
font-size: 32px;
border-right: solid 10px #fff;
box-shadow: -1px 0px #ccc inset;
}

table#data-table td:nth-of-type(4) {
background: #e7e7e7;
font-weight: normal;
width: 35%;
font-size: 32px;
}



table#stpts  {
	width: 100%;
	font-size: 28px;
    vertical-align: middle;
    text-align: center;
}
table#stpts , td, th {
	border: 2px solid #ffffff;
	border-collapse: collapse;
}
table#stpts td, th {
	padding: 3px;
	height: 25px;
}
table#stpts th {
	background: #000000;
	color: #ffffff;
}
table#stpts tr {
	height: 70px;
	
}
table#stpts tr td:nth-child(1) {
	width: 30%;
	font-size: 32px;
	background: #ebebeb
}
table#stpts tr td:nth-child(2) {
	width: 10%;
	color: #ffffff;
    background: #000000
}
table#stpts tr td:nth-child(3) {
	width: 30%;
	font-size: 32px;
	background: #ebebeb
}
table#stpts tr td:nth-child(4) {
	width: 30%;
	font-size: 25px;
	background: #ebebeb
}


table#stchip  {
	border-collapse: collapse;
    border-spacing: 3px 3px;
	width: 100%;
	font-size: 32px;
    vertical-align: middle;
    text-align: center;
}
table#stchip td, th {
	padding: 3px;
	height: 25px;
}
table#stchip th {
	background: #000000;
	color: #ffffff;
	width: 16%;
	overflow: visible;
	position: relative;
}
table#stchip th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #000000;
border-width: 30px;
margin-top: -30px;
}
table#stchip td:nth-child(n + 1) {
    height: 80px;
	background: #ebebeb;
	width: 28%;
    }


table#yaku  {
	width: 100%;
	font-size: 35px;
    vertical-align: middle;
    text-align: center;
	border-collapse: collapse;
}
table#yaku , td, th {
	border: 2px solid #ffffff;
}
table#yaku td, th {
	padding: 3px;
	height: 25px;
}
table#yaku th {
	background: #000000;
	color: #ffffff;
}
table#yaku th:nth-child(3){
	border-right: solid 10px #fff;
	box-shadow: -1px 0px #ccc inset;
}
table#yaku tr:nth-child(n + 1) {
	background: #fff6db;
    }
table#yaku tr:nth-child(n + 6) {
	background: #fadcff;
    }
table#yaku td:nth-child(1) {
	width: 30%;
    }
table#yaku td:nth-child(2) {
	width: 10%;
    }
table#yaku td:nth-child(3) {
	width: 10%;
	border-right: solid 10px #fff;
	box-shadow: -1px 0px #ccc inset;
    }
table#yaku td:nth-child(4) {
	width: 30%;
	}
table#yaku td:nth-child(5) {
	width: 10%;
	}
table#yaku td:nth-child(6) {
	width: 10%;
	}