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


/*各ページ*/
#tenbou .tenbou_header{
  width: 640px;
  margin: 0 auto;
  overflow: hidden;
}
#tenbou .tenbou_header h3{
  text-align: center;
  font-size: 40px;
}
#tenbou .tenbou_header h4{
  float: right;
  font-size: 20px;
}
#tenbou .tenbou_header h4 span{
  font-size: 24px;
}

#tenbou section h3{
  text-align: center;
  font-size: 30px;
  margin-top: 30px;
}
#tenbou .GrandPrix h3{
  color: #fff;
  background:linear-gradient(to left, transparent,#c08c38, transparent);
}
#tenbou .GrandPrixSeries h3{
  color: #fff;
  background:linear-gradient(to left, transparent,#3992ba, transparent);
}
#tenbou section h4{
  text-align: center;
  font-size: 25px;
  margin: 10px 0;
}
#tenbou .GrandPrix_img_calumn{
  width: 640px;
  margin: 0 auto 10px;
  overflow: hidden;
}
#tenbou .GrandPrix_img{
  float:left;
  margin-right: 10px;
}
#tenbou .GrandPrix_img:last-child{
  margin-right: 0;
}
#tenbou .GrandPrixSeries_img{
  float: right;
  margin-top: 5px;
}
#tenbou .GrandPrix_name{
  font-weight: bold;
  color: #c08c38;
}
#tenbou .GrandPrixSeries_name{
  font-weight: bold;
  color: #3992ba;
}