/*
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 78.195%;
  }
}

body {
  font-size: 1.2rem;
  line-height: 1.75em;
}
*/

.cdt_wrapper {
//  background-color: #e9e9eb;
  background-color: #000000;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

/*
@media screen and (min-width: 768px) {
  .cdt_wrapper {
    line-height: 2.5;
    font-size: 1.8rem;
    padding: 0 20px;
  }
}

.cdt_wrapper small {
  font-size: .6em;
  padding: 0 .4em;
}
*/

.cdt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
//  color:#ffff00;
//  color:#00aaff;
  color:#c0c0c0;
}

.cdt_txt {
  font-size: 1.6em;
//  color:#00aaff;
  color:#000000;
  display: inline-block;
  margin-right: .6em;
}

/*
@media screen and (min-width: 768px) {
  .cdt_txt {
    font-size: .5em;
  }
}
*/

.cdt_txt span {
  font-size: 1.3em;
//  color:#00aaff;
  color:#00aaff;
  display: block;
  line-height: 1;
}

.cdt_date {
  font-size: 1.6rem;
}

.cdt_num {
//  background-color: #c0c0c0;
//  background-color: #ffa500;
  background-color: #222222;
//  color:#000000;
  color:#ffa500;
  padding: 0 .15em;
}

/*
@media screen and (min-width: 768px) {
  .cdt_num {
    line-height: 1;
    padding: .3em .15em;
  }
}
*/
