

/*トップページ（index.php、category.php）ここから*/

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

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

#main {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  text-align:center;
  font-size: 25pt;
  background-color: white;
  padding-bottom: 100px;
}

#rogo {
  padding: 0;
  margin: 0;
  width: 100%;
}

#rogo img {
  width: 100%;
  margin: 0 auto;
}

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

input[type="button"] {
-webkit-appearance: none;
font-family: FontAwesome /*FontAwesomeをフォント指定*/;
}

.search {
  width: 200px;
  height: 55px;
  border: none;
  margin-top: 30px;
  display: inline-block;
  background-color: #dfe5ef;
  box-shadow: 0 6px #a4a4a4;
  line-height: 1;
  color: #343434;
  position: relative;
  cursor: pointer;
  border-radius: .3em;
  box-shadow: 0 6px #a4a4a4;
  top: 0;
  transition: .2s box-shadow,.2s top,.4s background;
  text-decoration: none;
  font-size: 25pt;
  text-align: center;
}

.search:hover{
    box-shadow: 0 5px #a4a4a4;
    top: 1px;
}

.search:active{
  background-color: #dfe5ef;
  box-shadow: 0 0 #a4a4a4;
  top: 6px;
}


.search_box{
  padding: 30px 0 0 0;
  margin: 20px auto 40px auto;
  width: 55%;
  border-radius: 15px;
  background-color: skyblue;
  height: 260px;
}

p a{
  color: #0044CC;
  text-decoration: none;
}

p.item01{
  font-size:26pt;
  padding-top:5px;
}

p.item01 a{
  color: #0044CC;
  text-decoration: none;
}

p.item01 a:visited{
  color: #0044CC;
  text-decoration: none;
}

hr.line01 {
  border: 0;
  height: 1px;
  width: 90%;
  margin: 50px auto;
  background: skyblue;
}

.button01 {
  width: 300px;
  height: 70px;
  padding-top: 30px;
  border: none;
  display: inline-block;
  background-color: #dfe5ef;
  box-shadow: 0 6px #a4a4a4;
  line-height: 1;
  color: #343434;
  position: relative;
  cursor: pointer;
  border-radius: .5em;
  box-shadow: 0 6px #a4a4a4;
  top: 0;
  transition: .2s box-shadow,.2s top,.4s background;
  text-decoration: none;
  font-size: 25pt;
  text-align: center;
}

.button01:hover{
    box-shadow: 0 5px #a4a4a4;
    top: 1px;
}

.button01:active{
  background-color: #dfe5ef;
  box-shadow: 0 0 #a4a4a4;
  top: 6px;
}


/*トップページ（index.php、category.php）ここまで*/

/*race.php、cate1.php、cate2.phpここから*/
.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 skyblue solid;
  border-collapse: collapse;
}

.table02 th{
   background-color: skyblue;
   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 skyblue solid;
  border-collapse: collapse;
}

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

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

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

.disposal_top_box{
  margin: 90px 20% 270px 20%;
}

.disposal_bottom_box{
  margin: 50px 20% 200px 20%;
}

.return {
  width: 200px;
  height: 70px;
  padding-top: 30px;
  border: none;
  display: inline-block;
  background-color: #dfe5ef;
  box-shadow: 0 6px #a4a4a4;
  line-height: 1;
  color: #343434;
  position: relative;
  cursor: pointer;
  border-radius: .5em;
  box-shadow: 0 6px #a4a4a4;
  top: 0;
  transition: .2s box-shadow,.2s top,.4s background;
  text-decoration: none;
  float: left;
}

.return:hover{
    box-shadow: 0 5px #a4a4a4;
    top: 1px;
}

.return:active{
  background-color: #dfe5ef;
  box-shadow: 0 0 #a4a4a4;
  top: 6px;
}

.renew {
  width: 200px;
  height: 70px;
  padding-top: 30px;
  border: none;
  display: inline-block;
  background-color: #b3b7bf;
  box-shadow: 0 6px #727272;
  line-height: 1;
  color: #343434;
  position: relative;
  cursor: pointer;
  border-radius: .5em;
  box-shadow: 0 6px #727272;
  top: 0;
  transition: .2s box-shadow,.2s top,.4s background;
  text-decoration: none;
  float: right;
}

.renew:hover{
    box-shadow: 0 5px #727272;
    top: 1px;
}

.renew:active{
  background-color: #b3b7bf;
  box-shadow: 0 0 #727272;
  top: 6px;
}

.detail01 {
  padding: 0;
  margin: 0;
  font-size: 40pt;
}

p.attention{
  font-size: 85%;
}

td.item02{
  font-size:26pt;
}


td.item02 a{
  color: #0044CC;
  text-decoration: none;
}

td.item02 a:visited{
  color: #0044CC;
  text-decoration: none;
}

/*自動更新部分ここから*/

.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: 2px 5px 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: #10705b;
}
input[type="checkbox"]:checked + label::after {
  content: "自動更新中";
  text-align: right;
  color: #fff;
}
input[type="checkbox"]:checked + label > span {
  right: 180px;
}

/*自動更新部分ここまで*/


/*race.php、cate1.php、cate2.phpここまで*/

/*lap.php、search.phpここから*/

p.detail_item{
  font-size: 30pt;
}

p.detail06{
  font-size: 25pt;
}

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

span.detail02 {
  font-size: 30pt;
  color: skyblue;
}

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


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

.finish_scene {
  width: 320px;
  height: 70px;
  padding-top: 30px;
  border: none;
  display: inline-block;
  background-color: #cd201f;
  box-shadow: 0 6px #7a1313;
  line-height: 1;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  border-radius: .5em;
  box-shadow: 0 6px #7a1313;
  top: 0;
  transition: .2s box-shadow,.2s top,.4s background;
  text-decoration: none;
  float: center;
}

.finish_scene:hover{
    box-shadow: 0 5px #7a1313;
    top: 1px;
}

.finish_scene:active{
  background-color: #cd201f;
  box-shadow: 0 0 #7a1313;
  top: 6px;
}


.faild{
  width:70%;
  margin:0 auto;
  text-align:left;
}



.fa-gray:before{
  color:#b6b6b6;
  margin:0 0 0 10px;
  opacity:0.0;

}

.fa-red:before{
  color:#ff5959;
  margin:0 0 0 10px;
}

.fa-bule:before{
  color:#0099ff;
  margin:0 0 0 10px;
}

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

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

/*lap.php、search.phpここまで*/

/*video.phpここから*/

p.detail03 {
  font-size: 30pt;
}

.video_box {
  width: 100%;
}

.video_window {
  border: 5px solid skyblue;
  background:skyblue;
  border-radius: 10px;
  margin: 0 auto;
  width:580px;
  padding: 10px 0 0 0;
}

.caution_box {
  margin: 0 auto;
  text-align: center;
}

p.detail05{
  display: inline-block;
  text-align: left;
  font-size: 16pt;
}

/*video.phpここまで*/


}