



body{
    background-color:#ffcc01;
}

table{
  border: 1px;
  display: inline-block;
}

label {
    padding: 5px 20px;
    color: #ffffff;
    background-color: #295d72;
    cursor: pointer;
    border-radius:10px;
    transition: .3s;
  }
label:hover {
  opacity: 0.8;
}
input[type="file"] {
  display: none;
}

#red_count,#yellow_count,#blue_count,#white_count{
  text-align:center;
  font-size: 30px;
  font-weight:bold; 
}
img.heart_img{
  width: 100px;
}

.center {
	text-align: center;
	display: block;
	
}
#moji1,#moji2,#moji3,#moji4{
  text-align:center;
  font-size: 30px;
  font-weight:bold; 
  display:none;
}

.buttonControl{
  /* position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 5px 15px;
  color: #fff;
  font-size: 25px;
  background-color: #097d7e;
  -webkit-box-shadow: 0 3px 0 #0b5555;
  box-shadow: 0 3px 0 #0b5555;
  border: none;
  border-radius: 10px;
  appearance: auto;
  writing-mode: horizontal-tb !important;

  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  box-sizing: border-box;
}

input:disabled {
  background-color: #696969;
  box-shadow: 0 3px 0 #0b5555;
  -webkit-box-shadow: 0 3px 0 #444444;
}

#btn_disp,#btn_rank_disp{
  display: none;
}

#btnRandom{
  background-color: #f06694;
  -webkit-box-shadow: 0 3px 0 #b81c43;
  box-shadow: 0 3px 0 #550b21;
  width: 100px;
  height: 50;
  font-size: 20px;
}

#inputFile {
  position: relative;
  padding: 180px 0 100px;
  text-align: center;
}

#dropArea {
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  height: 50%;
  padding: 100px 0 0;
  border: 2px dashed #494949;
  background: rgba(22, 165, 191, 0);
  transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}

#dropArea.dragover {
  border: 2px solid #16a5bf;
  background: rgba(22, 165, 191, 0.6);
}

#uploadFile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 300px;
  height: 80px;
  opacity: 0;
}

#inputFileWrap {
  position: relative;
  display: inline-block;
}

#btnInputFile,
#btnChangeFile {
  display: table;
  width: 300px;
}

#btnChangeFile {
  display: none;
}


#btnInputFile span,
#btnChangeFile span {
  position: relative;
  z-index: 2;
  display: table-cell;
  width: 300px;
  height: 80px;
  border: 1px solid #333;
  border-radius: 4px;
  background: #333;
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle;
}

#upFileWrap.selected #btnInputFile {
  display: none;
}

#upFileWrap.selected #btnChangeFile {
  display: table;
}

.red_rank_name,.yellow_rank_name,.blue_rank_name,.white_rank_name{
  vertical-align:top;
  width: 400px;
}

.red_rank_count,.yellow_rank_count,.blue_rank_count,.white_rank_count{
  border-left:0px solid #097d7e;
}

#rank_result{

  display: flex;
}

.ranking {
  margin-right: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  visibility:hidden;

 }
 .ranking th {

  border-top:  2px solid #097d7e;
  border-bottom:  2px solid #097d7e;
 }
 .ranking td {
  padding: 10px;
  border-bottom:  2px solid #097d7e;
 }
 /* .ranking tr {

  border-top:  2px solid #097d7e;
  border-bottom:  2px solid #097d7e;

 } */