

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

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

#main {
  padding: 0;
  margin: 0 auto;
  width: 90%;
  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: 
  300px;
  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 lightgreen solid;
  border-collapse: collapse;
}

.table02 th{
   background-color: lightgreen;
   color: #ffffff;
   font-size: 35px;
}

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

.table02 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: lightgreen;
}

.finisher_box {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  border: 3px lightgreen 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: lightgreen;
  float: left;
}

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

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

#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;
}

}