<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 #syokin_title{
  background-color:#bae3f9;
  font-size:26px;
  font-weight:bold;
  text-align: center;
  margin:10px;
}

#monthly #syokin{
  display: flex;
  justify-content: space-around;
}

#monthly .small{
  font-weight:normal;
  color: black;
  font-size:16px;
}

#monthly #space{
  display:inline-block;
  width:50px;
  height:18px;
  background-color:#fadbda;
  border: 1px black solid;
  margin-right:5px;
  vertical-align:text-top;
}

#monthly .yusho{
  width:420px;
}

#monthly .yusho tr th{
  background:#cde6f4;
  text-align: center;
  border-top:1px black solid;
  border-bottom:1px black solid;
}

#monthly .yusho tr td{
  text-align: center;
  border-bottom:1px black dashed;
}

#monthly .line_5{
  border-bottom:1px black solid;
}

#monthly .name{
  font-weight:bold;
}

#monthly .name_yd{
  font-weight:bold;
  background:#fadbda;
}</pre></body></html>