@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 a {
  text-decoration: underline;
}

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


/*各ページ*/

#monthly #grand{
  height: 70px;
  background-color: #005c94;
}

#monthly img{
  width: 800px;
  padding-top: 5px;
  padding-left: 40px;
}

#monthly #flex{
  position: relative;
  display: flex;
  justify-content: space-around;
  height: 663px;
}

#monthly #left{
  position: absolute;
  left: 0px;
}

#monthly #right{
  position: absolute;
  right: 0px;
}

#monthly table{
  font-weight: bold;
  table-layout: auto;
  width: 440px;
  height: 630px;
  border-collapse: collapse;
  padding: 20px;
}

#monthly th{
  text-align: center;

}

#monthly #left{
  padding-left: 0px;
}

#monthly tr:nth-child(2n+1){
  background-color: #e2eded;
}

#monthly tr:first-child{
  background-color: #003c58;
  color: #ffffff;
}


#monthly #left tr:not(:first-child) th{
  border: 1px solid #000000;
  color: #000;
  height: 30px;
  margin: 0px;
}

#monthly #right tr:not(:first-child, :last-child) th{
  border: 1px solid #000000;
  color: #000;
  height: 30px;
  margin: 0px;
}

#monthly #left tr:not(:first-child) th:nth-child(3){
  font-family: serif;
  font-size: 17px;
}

 #monthly #left tr:not(:first-child) th:last-child{
  width: 160px;
  font-family: serif;
  font-size: 17px;

 }

 #monthly #right tr:not(:first-child, :last-child) th:nth-child(3){
  font-family: serif;
  font-size: 17px;
}



 #monthly #right tr:not(:first-child, :last-child) th:last-child{
  width: 160px;
  font-family: serif;
  font-size: 17px;

 }

 #monhtly #right tr:last-child th{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  
 }

#monthly tr:first-child th{
  font-weight: normal;
  height: 31px;
  padding-top: 5px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#monthly #right tr:last-child th:not(:first-child){
  border-left: 2px solid #fff;
}

#monthly tr:first-child th:first-child{
  border-left: 1px solid #000;
}

#monthly tr:first-child th:last-child{
  border-right: 1px solid #000;
}

#monthly #right tr:last-child th:first-child{
  border-left: 1px solid #000;
}

#monthly #right tr:last-child th:last-child{
  border-right: 1px solid #000;
}

#monthly #right tr:last-child{
  border-bottom: 1px solid #000;
  z-index: 5;
}

#monthly tr:first-child th:not(:first-child){
  border-left: 1px solid #fff;
}

#monthly #right tr:last-child{
  height: 93px;
}

#monthly #size th{
  color: #fff;
  white-space: nowrap;
  font-size: 22px;
  background-color: #00487a;
}

#monthly #size th:first-child{
  padding-top: 27px;
}

#monthly #size th:last-child{
  font-size: 17px;
  width: 161px;
}

#monthly #triangle{
  position: absolute;
  transform: rotate(90deg);
  left: 273px;
  top: 595px;
}

#monthly .day{
  font-size: 25px;
}

#monthly #sun{
  display: inline-block;
  height: 23px;
  width: 23px;
  background-color: red;
  border-radius: 50%;
}

#monthly #yusyosen, #race{
  text-align: left;
  color: #ffde00;
}

#monthly #race{
  line-height: 0.5;
  padding-left: 7px;
}

#monthly #yusyosen{
  font-size: 25px;
}

#monthly #radius{
  font-weight: bold;
  color: #000;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #dcdddd;
  border-radius: 22px;
}
