@charset "utf-8";

/*共通*/

.button--arrowRight {
  box-sizing: border-box;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size:16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
  margin-bottom:0.6em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

#monthly table {
  border-collapse:collapse;
}

#monthly br.clear {
  clear: both;}

#monthly .cf:before,
.cf:after {
    content: " ";
    display: table;
}

#monthly .cf:after {
    clear: both;
}

#monthly .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/

#monthly {
  background:linear-gradient(rgba(255,255,255,1)0,rgba(221,241,252,1)260px,rgba(97,110,124,0)1500px,rgba(97,110,124,0)),url(img/coursemotor_back.png);
  background-repeat: no-repeat;
  background-position: left 0px bottom 0px;
}


#monthly h3 {
  margin-bottom:10px;
}
#monthly h3 img{
  margin-top:20px;
}

#monthly h4 {
  font-size:26px;
  margin-bottom:8px;
}

#monthly #race h4 {
  margin-bottom:-8px;
}

#monthly h4 span.circle{
  font-size:24px;
  display:inline-block;
  background-color:#0a0259;
  border-radius: 50%;
  color:#fff;
  padding:0.1em 1em 0 1em;
  margin-left:4px;
  margin-right:4px;
}

#monthly #data h4{
  margin-top: 50px;
  letter-spacing:0.06em;
}

#monthly #motor h4{
  color:#fff;
 text-shadow: 0px 0px 6px  rgb(39, 58, 94);
 letter-spacing:0.06em;
}

#monthly h4 span.date{
 font-size:16px;
 font-weight: normal;
 letter-spacing:0em;
}

#monthly #race{
  position: relative;
  background:rgba(255,255,255,0.9);
  width:610px;
  border-radius: 0 30px 30px 0;
  padding:30px 20px 30px 180px;
}

#monthly #race img{
  position:absolute;
  width:117px;
  top:8px;
  left:40px;
}

#monthly #race p{
  width:590px;
}

#monthly #race p span{
  display:inline-block;
  background-color:#f5ea00;
  padding:2px 4px;
  margin:0 2px;
  padding-bottom: 0px;
  text-indent: 0em;
  line-height: 1em;
  border-radius:4px;
}

#monthly #motor{
  width:640px;
  margin:20px auto 0px auto;
  padding-bottom: 60px;
}

#monthly #motor .memo{
  background:rgba(92,106,121,0.8);
  border-radius: 0 0 8px 8px;
  padding-top:2px;
  padding-left:12px;
  font-size:14px;
  color:#fff;
}

#monthly #data{
 position: relative;
 width:760px;
 margin:0 auto;
 padding-top:60px;
 padding-bottom:60px;
}

#monthly #data img{
 display: block;
 margin:0 auto;
 margin-bottom:30px;
}

#monthly #data div.kani{
  position: absolute;
  width:134px;
  height:110px;
  background-image: url(img/coursemotor_kanibo.png);
  bottom:60px;
  right:-50px;
  z-index: 1;
 }

 #monthly #data div.mae{
  position: relative;
  z-index: 99;
 }

#monthly table {
  background-color: #fff;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

#monthly #data  table {
  width: 700px;
}


#monthly table tr,th,td {
  border: solid 1px;
  text-align: center;
  vertical-align: middle;
}
#monthly table th {
  padding: 4px 0;
  background-color: #0a0259;
  color: #ffffff;
  font-weight: normal;
  border-left: solid 1px white;
  border-right: solid 1px white;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  line-height:1.2em;
}

#monthly div#motor table th:last-child{
  border-right: solid 1px black;
}

#monthly div#motor table tr:nth-child(even) {
  background-color: #e6e6e6;
}

#monthly div#motor th:nth-child(2),
#monthly div#motor th:nth-child(6),
#monthly div#motor td:nth-child(2),
#monthly div#motor td:nth-child(6){
  background-color: #b67200;
  color: #f5ea00;
  border: solid 1px black;
  border-right: solid 1px white;
}

#monthly div#motor td:nth-child(2),
#monthly div#motor td:nth-child(6){
  font-weight: bold;
}

#monthly div#motor table th:nth-child(5),
#monthly div#motor table td:nth-child(5){
  border-left: double;
}
#monthly div#motor table th:nth-child(1) {
  border-left: solid 1px black;
}
#monthly div#motor table td:nth-child(2) {
  border-right: solid 1px black;
}
#monthly div#motor table td:nth-child(8) {
  border-right: solid 1px black;
}
#monthly .div#motor table th:nth-child(12) {
  border-right: solid 1px black;
}


#monthly ddiv#data table th{
  border: solid 1px black;
  border-right: solid 1px white;
}

#monthly div#data table th:first-child{
  border-left: solid 1px black;
}

#monthly div#data .papa {
  border-bottom: solid 1px white;
  border-right: solid 1px black;
}

#monthly div#data td:nth-child(n+7) {
  background-color: #e6e6e7;
}


#monthly div#data .green {
  background-color: #b67200;
}
#monthly div#data .green:nth-child(6) {
  border-right: solid 1px black;
}
#monthly div#data .course1 {
  background-color: #efeff0;
}
#monthly div#data .course2 {
  background-color: black;
  color: white;
}
#monthly div#data .course3 {
  background-color: #b60005;
  color: white;
}
#monthly div#data .course4 {
  background-color: #0064b4;
  color: white;
}
#monthly div#data .course5 {
  background-color: #fed900;
}
#monthly div#data .course6 {
  background-color: #007c36;
  color: white;
}
#monthly div#data  table td{
  border: solid 1px black;
}

