@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 h3{
  margin-left: 70px;
}

#monthly h4{
  margin-top: 20px;
  margin-left: 125px;
}

#monthly .course{
  width: 100%;
  margin-top:60px;
  margin-bottom: 80px;
}

#monthly .course caption{
  font: 20px;
  color: black;
  margin-bottom:10px;
}

#monthly .course span.six{
  color: #333;
  background: #FFF44E;
  font-weight: bold;
  margin-right:15px;
  letter-spacing: 2px;
  padding:0px 5px;
}

#monthly .course span{
  color: #333;
  font-size: 16px;
}

#monthly .course .kimarite{
  border-bottom: solid 1px #FFFFFF;
}

#monthly .course span.sinnyu{
  color:black;
  font-weight: bold;
  font-size: 20px;
}

#monthly tbody{
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
#monthly tr{
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

#monthly .course th{
  color:#FFFFFF;
  background:#6D3B85;
  vertical-align: middle;
  padding:3px;
  text-align: center;
}

#monthly .course td{
  padding:3px;
  text-align: center;
  border-bottom:1px solid #333;
}

#monthly tr.line{
  background: #FFFBC6;
}



/*組み合わせ*/

#monthly #fukidashi {
  position: relative;
  display: inline-block;
  margin: 0px 0px 10px 0px;
  padding: 1px 6px;
  color: #FFFFFF;
  font-size: 1.2em;
  background: #EE1D23;
  border-radius: 10px;
  left: 430px;
  width: 200px;
  text-align: center;
  font-weight: bold;
}


#monthly #fukidashi:after {
  content: '';
  position: absolute;
  border-top: 15px solid #EE1D23;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  bottom: -10px;
  z-index: 1;
  left: 20px;
  transform: rotate(40deg);
}

#monthly p{
  text-align: center;
  font: 20px;
  margin-bottom:10px;
}

#monthly p span.box{
  font-size: 22px;
  font-weight: bold;
  background-color: #A55464;
  color: #FFFFFF;
  border: 0.5px solid #000000;
  padding: 0 0.5em;
  line-height: 1.4;
  margin: 0 15px;
}

#monthly p span.six{
  color: #333;
  background: #FFF44E;
  font-weight: bold;
  margin-right:15px;
  letter-spacing: 2px;
  padding:0px 5px;
}

#monthly p span.best{
  color:black;
  font-weight: bold;
  font-size: 20px;
}

#monthly p span{
  color: #333;
  font-size: 16px;
}

#monthly .kumiawase-table {
  display: flex;
  width: 100%;
}

#monthly .kumiawase-table span.waku {
background-color: #500D71;
color: #FFFFFF;
border: 0.5px solid #000000;
padding: 0 0.5em;
line-height: 1.4;
font-size: 90%;
}

#monthly .kumiawase-table th{
  color:#FFFFFF;
  background:#6D3B85;
  vertical-align: middle;
  padding:3px;
  text-align: center;
}

#monthly .kumiawase-table td{
  padding:3px;
  text-align: center;
  border-bottom:1px dashed #333;
}

#monthly table.kumiawase1{
  margin-right: 15px;
  width: 290px;
}

#monthly .kumiawase2 tr:nth-child(2){
  border-bottom: 1px solid #48433C;
}

#monthly .kumiawase3 tr:nth-child(3){
  border-bottom: 1px solid #48433C;
}

#monthly table.kumiawase2{
  margin-right: 15px;
  width: 290px;
}

#monthly table.kumiawase3{
  height: 50%;
  width: 290px;
}