

body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: whitesmoke;
}

#top {
  padding: 0;
  margin: 0;
  height: 50px;
  background: tomato url('../images/timehacks.png') center no-repeat;
}

#main {
  padding: 0;
  margin: 0 auto;
  width: 98%;
  text-align:center;
  font-size: 25pt;
  background-color: white;
}
#main a {
  color: blue;
  text-decoration: none;
}

#topimage {
  padding: 0;
  margin: 0 0 0 0;
  height: 
  200px;
  background: url('../images/top.png') center no-repeat;
}

#menu {
  padding: 0;
  margin: 0;
}

#menu a {
  color: blue;
  text-decoration: none;
}

.table01 {
  border:0;
  cellspacing: ;
  cellpadding: 2px;
  font-size: 30pt;
}

.table02 {
  padding: 0;
  margin: 0 auto 15px auto;
  font-size: 30pt;
  text-align:center;
  width: 90%;
  border: 1px tomato solid;
  border-collapse: collapse;
}

.table02 th{
   background-color: tomato;
   color: #ffffff;
   font-size: 33pt;
}

.table02 td{
  padding: 10px 10px;
}

.table02 tr:nth-child(2n+1){
 background: blanchedalmond;
}

.table03 {
  padding: 0;
  margin: 0 auto 15px auto;
  font-size: 25pt;
  text-align:center;
  width: 90%;
  border: 1px tomato solid;
  border-collapse: collapse;
}

.table03 th{
   background-color: tomato;
   color: #ffffff;
   font-size: 24pt;
}

.table03 td{
  padding: 10px 10px;
}

.table03 tr:nth-child(2n+1){
 background: blanchedalmond;
}


.search_box{
  padding: 30px 0 0 0;
  margin: 10px auto 40px auto;
  width: 70%;
  border-radius: 15px;
  background-color: tomato;
}

.finisher_box {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  border: 3px tomato solid;
  border-radius: 15px;
}

.finisher_box img {
  float: center;
  width: 23%;
  height: auto;
  max-width: 200px;
  min-width: 50px;
}


#name{
  width: 250px;
  height: 50px;
  font-size: 40px;
}


.search{
  width: 180px;
  height: 50px;
  font-size: 25pt;
}

.renew{
  width: 170px;
  height: 50px;
  font-size: 20pt;
  float: right;
  margin: 0 40px 10px 0;
}

.renew2{
  width: 115px;
  height: 50px;
  font-size: 20pt;
  float: right;
  margin: 0 40px 10px 0;
}

.zekken{
  width: 200px 0 0 0;

}

#race_title {
  padding: 30px 20px;
  margin: 0;
  text-align: left;
  color: white;
  background: #4fbf49;
}
#race_title .main{
  font-size: 30pt;
}
#race_title .sub{
  padding: 0;
  margin: 10px 0 0 30px;
  font-size: 25pt;
}

.detail01 {
  padding: 0;
  margin: 0;
  font-size: 40pt;
}
.detail02 {
  padding: 0;
  margin: 10px auto;
  font-size: 30pt;
}
#detail_item {
  padding: 0;
  margin: 10px 0 10px 150px;
  width: 90%;
  font-size: 30pt;
  float: left;
}

#detail_item .detail03 {
  padding: 0;
  margin: 0;
  width: 35%;
  text-align: left;
  color: tomato;
  float: left;
}

#detail_item .detail04 {
  padding: 0;
  margin: 0;
  width: 80%;
  text-align: left;
}

hr.line01 {
  border: 0;
  height: 1px;
  width: 90%;
  background: tomato;
}

#chart01 {
  height: 650px;

}


.snsbutton {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.snsbutton img {
  float: center;
  width: 23%;
  height: auto;
  max-width: 200px;
  min-width: 50px;
}


#caution {
  font-size: 20pt;
  text-align: left;
}

span.deco1{
  font-size: 20pt;
  text-align: left;
}


.ad {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.ad img {
  float: center;
  width: 100%;
  height: auto;
  max-width: 1000px;
  min-width: 300px;
}

#rogo {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#rogo img {
  float: center;
  width: 100%;
  height: auto;
  max-width: 700px;
  min-width: 200px;
}



.checkbox {
  width: 230px;
  margin: 50px auto 0;
}

label {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  box-sizing: border-box;
  padding: 1px;
  border-radius: 48px;
  background-color: #ebebeb;
}
label::after {
  display: inline-block;
  content: "手動更新";
  width: 100%;
  text-align: left;
  color: #a8a8a8;
  box-sizing: border-box;
  padding: 8px 8px 0;
}
label > span {
  position: absolute;
  right: 8px;
  top: 7px;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 50px;
  border-radius: 50%;
  text-align:center;
  letter-spacing:normal;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + label {
  background-color: #1aba9a;
}
input[type="checkbox"]:checked + label::after {
  content: "自動更新中";
  text-align: right;
  color: #fff;
}
input[type="checkbox"]:checked + label > span {
  right: 180px;
}


}