@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 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 .data_table_title {
  display: flex;
  margin-top: 20px;
  width: 900px;
  background-color: #231917;
  color: white;
  align-items: baseline;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 6px;
  /* padding-bottom: 6px; */
}

#monthly .six {
  font-weight: bold;
  font-size: 30px;
  margin-left: 20px;
  color:#dddd13
}

#monthly .results_course {
  font-weight: bold;
  font-size: 30px;
  margin-left: 10px;
  border-left: 2px dashed #fff;
  padding-left: 10px;  
}

#monthly .course_t1 {
  width: 100%;
  margin-bottom: 40px;
}

#monthly table {
  border-collapse:separate;
  /* border-collapse:collapse; */
  border: 2px solid black; 
  border-spacing: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px; 
  color: black;
  width: 100%;
}

#monthly th {
  background-color: #ED6D01;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #231916;
  font-weight: normal;
}

#monthly td {
  border-top: 0.5px solid black;   /* 上の横線を1pxに */
  border-bottom: 0.5px solid black; /* 下の横線を1pxに */
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 0px 3px 0px 6px;
  font-weight: bold;
  text-align: right;
  word-wrap: break-word;
}

#monthly .rounded-bottom-right {
  border-bottom-right-radius: 13px; 
  border-top: 1px solid black;
  border-bottom: 1px solid black; 
  border-left: 1px solid black; 
  border-right: 1px solid black; 
  background-color: #E1EFE2;
}

#monthly .rounded-bottom-left {
  border-bottom-left-radius: 13px; /* 左下の角を丸める */
  border-top: 1px solid black;   /* 上の横線を1pxに */
  border-bottom: 1px solid black; /* 下の横線を1pxに */
  border-left: 1px solid black;  /* 縦線は太さを変えず2pxに */
  border-right: 1px solid black; /* 縦線は太さを変えず2pxに */
  background-color: #595758;
}

#monthly .kimaritebetsu{
  border-bottom: 0.5px solid white;
}

#monthly .line-spacing {
  margin-bottom: -7px; /* 改行の下に20pxの余白を追加 */
}

#monthly .kimarite{
  background-color: #595758;
  border-top: none;
  color: white;
  padding-top: 1px;
}

#monthly .scaled-text {
  transform: scale(0.8, 1); /* 横方向に縮める */
  display: inline-block; /* transformが効くように */
  white-space: nowrap; /* 改行を防ぐ */
}

#monthly .vertical-border{
  border-right: 1px solid white;
  border-left: 1px solid white;
}

#monthly .megumare{
  border-left: 1px solid white;
}

#monthly .nige{
  border-right: 1px solid white;
}

#monthly .course {
  background-color: #595758;
  color: white;
}

#monthly .results {
  background-color: #E1EFE2;
}

#monthly .number {
  font-size: 1.3rem;
  display: inline; /* 改行を防ぐ */
}

#monthly .hyphen {
  text-align: center;
}