.font-title{
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 2;
}
.font-info-xxs{
  text-align: center;
  font-size: 0.7em;
  line-height: 1.2;
}
.font-info-xs{
  text-align: center;
  font-size: 1.0em;
  line-height: 1.2;
}
.font-info-s{
  text-align: center;
  font-size: .8em;
}
.contents{
  margin-bottom: 30px;
}
.btn-reload{ 
  float: right; 
}
#a_reload{ 
  background: url(../images/btn_upd.png) 0 0 no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}
.div-main{
  text-align: center;
  width: 100%;
  max-width: 395px;
  margin: 0 auto;
}
.div-info{
  margin: 20px auto 0 auto;
}
.div-info-1{
  width: 2px;
  height: .8em;
  background-color: #3ab57b;
  float: left;
}
.div-info-2{
  font-size: .8em;
  line-height: 1;
  display: inline-block;
  margin-left: 3px;
  float: left;
}
.div-info-3-0, .div-info-3-1, .div-info-3-2, .div-info-3-3, .div-info-3-5{
  font-size: .6em;
  padding: 2px 5px;
  text-align: right;
  border-radius: 3px;
  float: right;
  margin-top: -3px;
}
.div-info-3-0{
  background-color: #dcdcdc;
  border: 1px solid #bdbdbd;
  width: 20px;
  text-align: center;
}
.div-info-3-1{
  background-color: #b2e7fa;
  border: 1px solid #7bbee6;
}
.div-info-3-2{
  background-color: #ddf1ca;
  border: 1px solid #9cdfa6;
}
.div-info-3-3{
  background-color: #ffecb2;
  border: 1px solid #ffde76;
}
.div-info-3-5{
  background-color: #ffb1b2;
  border: 1px solid #ff6e6e;
}
.div-title-img{
  width: 1em;
}
.w1{
  width: 60%;
}
.w2{
  width: 40%;
}
.btn-upd{
  font-size: .7em;
  text-align: center;
  border-radius:3px;
  color: #fff;
  float: right;
  margin-top: 5px;
  cursor: pointer;
  background: url(../images/btn_m_3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 20px;
  padding: 15px 10px 5px 10px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
table{
  width: 100%;
  background-color: #fff;
}
thead{
  background-color: #3ab57b;
}
thead tr{
  height: 30px;
  font-size: .9em;
  color: #fff;
}
table tr{
  height: 25px;
  font-size: .8em;
}
th, td{
  border: 2px solid #DCDCDC;
  padding: 5px;
}
.td1{
  text-align: left;
  background-color: #def5e0;
}
.td2{
  text-align: center;
}
.div-title-tbl{
  text-align: center;
  margin-bottom: 10px;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.div-title-c{
  display: inline-block;
  width: 20%;
}

/* add by ucc 20210519 ネコの目サイト改修 ↓↓↓ */
.div-select{
  width: 260px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background-color: #fff;
}
.arrow-select{
  position: relative;
  float: right;
  margin-top: -35px;
  margin-right: -2px;
  z-index: 0;
}
select{
  width: 260px;
  height: 35px;
  font-size: 1em;
  border: 1px solid #DCDCDC;
  padding: 5px;
  position: relative;
  display: inline-block;
  background-color: transparent;
  z-index: 1;
  /*background: url(../images/arrow-bottom-select.png) right -2px center no-repeat transparent;
  background-size: 35px auto;*/
}
/* add by ucc 20210519 ネコの目サイト改修 ↑↑↑ */