@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 #container{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 900px;
  margin-top: 30px;
}

#monthly .racer{
    position: relative;
    margin-bottom: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 440px;
    height:750px;   
    display: block;
}


#monthly #racer1,
#monthly #racer2,
#monthly #racer3,
#monthly #racer4,
#monthly #racer5,
#monthly #racer6{
	width: 440px;
	height:260px;
	margin-top:-60px;
}

#monthly #racer1{
  background-color:#fff;
}

#monthly #racer2{
  background-color:#D1D2D4;
}
#monthly #racer3{
  background-color:#FCD2C1;
}
#monthly #racer4{
  background-color:#C7DAF1;
}
#monthly #racer5{
  background-color:#FFFCD6;
}
#monthly #racer6{
  background-color:#CCE7D3;
}

#monthly span.syo{
  color:#B73F63;
  position: absolute;
  left:130px;
  top:15px;
  font-size: 20px;
  font-weight: bold;
  text-shadow:
    1px 0 0 #fff,
    0 1px 0 #fff,
    -1px 0 0 #fff,
    0 -1px 0 #fff
}

#monthly span.syo5{
  color:#B73F63;
  position: absolute;
  left:130px;
  top:15px;
  font-size: 16px;
  font-weight: bold;
  text-shadow:
    1px 0 0 #fff,
    0 1px 0 #fff,
    -1px 0 0 #fff,
    0 -1px 0 #fff
}

#monthly .txt{
  position:absolute;
  top:555px;
  float:left;
  margin-right:15px;
  margin-left:15px;
  text-indent: 1em;
}

#monthly .img{
  position:absolute;
  top:685px;
  left:270px;
  margin-top:-25px;
}

#monthly h1{
  color:black;
  text-align:center;
}

#monthly #background{
  background-color:#C6AA67;
  border-radius: 50px;
  margin-top: -28px;
}

#monthly span.big{
  font-size: 30px;
  text-align: center;
  text-shadow:
    1px 0 0 #C6AA67,
    0 1px 0 #C6AA67,
    -1px 0 0 #C6AA67,
    0 -1px 0 #C6AA67
}

#monthly span.regular{
  font-weight: normal;
}

#monthly table.syoritsu{
  position:absolute;
  top:680px;
  left:20px;
  width:220px;
  height:50px;
  border: 1px #333 solid;
  margin-top:10px;
  table-layout: fixed;
}

#monthly th.red{
  background-color: #ED1C24;
  text-align: center;
  color: #fff;
  border-right: 1px #333 solid;
}

#monthly th.blue{
  background-color:#395180;
  text-align: center;
  color: #fff;
  border-right: 1px #333 solid;
}

#monthly th.purple{
  background-color:#76528E;
  text-align: center;
  color: #fff;
}

#monthly td{
  text-align: center;
  border-right: 1px #333 solid;
  background-color: #fff;
}