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

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


/*各ページ*/
#monthly .kinki_midashi {
  margin-bottom: -23px;
}

#monthly .kyushu_racer_graph {
  display: flex;
  height: 100px;
  position: relative;
  background-image: url("img/kinki_wave.png");
  background-repeat: no-repeat;
  margin-bottom: -4px;
}
#monthly .kyushu_racer_graph .graph_item_turn {
  position: absolute;
  bottom: 15px;
  left: 23px;
  width: 75px;
  color: #cce198;
}
#monthly .kyushu_racer_graph .graph_item_start {
  position: absolute;
  top: 20px;
  right: 3px;
  width: 75px;
  color: #82cddf;
}
/* #monthly .kyushu_racer_graph .pie-chart-7 {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 91px;
  top: 9px;
  border-radius: 50%;
  background-image: conic-gradient(#00a0c1 0% 30%, #90c31f 30% 100%);
} */
#monthly .kyushu_racer_graph .pie-chart-4 {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 91px;
  top: 9px;
  border-radius: 50%;
  background-image: conic-gradient(#00a0c1 40%, #90c31f 30%);
}
#monthly .kyushu_racer_graph .pie-chart-3 {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 91px;
  top: 9px;
  border-radius: 50%;
  background-image: conic-gradient(#00a0c1 50%, #90c31f 50%);
}
#monthly .kyushu_racer_graph .pie-chart-2 {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 91px;
  top: 9px;
  border-radius: 50%;
  background-image: conic-gradient(#00a0c1 60%, #90c31f 40%);
}
#monthly .kyushu_racer_graph .pie-chart-1 {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 91px;
  top: 9px;
  border-radius: 50%;
  background-image: conic-gradient(#00a0c1 30%, #90c31f 30%);
}
#monthly .kyushu_racer_graph .graph_item1 {
  font-size: 12px;
  color: white;
}
#monthly .kyushu_racer_graph .graph_item2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #cce198;
  width: 50px;
  /* font-size: 23px; */
}
#monthly .kyushu_racer_graph .graph_item2::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 44px;
  background-color: #cce198;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: rotate(65deg);
  transform-origin: 0% 100%;
}
#monthly .kyushu_racer_graph .graph_item3 {
  position: relative;
  border-bottom: 1px solid #82cddf;
  width: 50px;
}
#monthly .kyushu_racer_graph .graph_item3::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 17px;
  background-color: #82cddf;
  position: absolute;
  bottom: -1px;
  transform: rotate(311deg);
  transform-origin: 0% 100%;
}

#monthly .kinki_title{
  font-size: 25px;
  position: absolute;
  left: 240px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-shadow: 1px 1px 4px #000000, -1px 1px 4px #000000, 1px -1px 4px #000000, -1px -1px 4px #000000, 1px 0px 4px #000000, 0px 1px 4px #000000, -1px 0px 4px #000000, 0px -1px 4px #000000;
  color: white;
  font-family: serif;
}

#monthly .kinki_title_2{
  font-size: 25px;
  position: absolute;
  left: 240px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-shadow: 1px 1px 4px #000000, -1px 1px 4px #000000, 1px -1px 4px #000000, -1px -1px 4px #000000, 1px 0px 4px #000000, 0px 1px 4px #000000, -1px 0px 4px #000000, 0px -1px 4px #000000;
  color: white;
  font-family: serif;
}

#monthly .kinki_title_2 span {
  text-combine-upright: all;
}
#monthly .kinki_title_3 span {
  text-combine-upright: all;
}


#monthly .kinki_title_3{
  font-size: 25px;
  position: absolute;
  left: 240px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-shadow: 1px 1px 4px #000000, -1px 1px 4px #000000, 1px -1px 4px #000000, -1px -1px 4px #000000, 1px 0px 4px #000000, 0px 1px 4px #000000, -1px 0px 4px #000000, 0px -1px 4px #000000;
  color: white;
  font-family: serif;
}


#monthly .flex1 {
  display: flex;
  justify-content: space-around;
  margin-bottom: 25px;
}


#monthly .profile_box {
  width: 260px;
  position: relative;
}

#monthly .touban {
  border: 1px solid black;
  border-radius: 20px 20px 20px 20px;
  width: 56px;
  text-align: center;
  font-weight: bold;
}

#monthly .name {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

#monthly .man {
  color: #000;
}
#monthly .woman {
  color: #E7316E;
}


#monthly .age {
  border: 1px solid #e65098;
  border-radius: 20px 20px 20px 20px;
  width: 234px;
  text-align: center;
  margin: auto;
  margin-bottom: 5px;
  color: #000;
}

#monthly .profile-kana {
  padding: 0 1em;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  color: #000;
  font-weight: bold;  
}

#monthly .comment {
  padding: 0 1.5em;
  color: #000;  
}


#monthly .haifun {
  width: 30px;
  text-align: center;
}

#monthly .data {
  border: 1px solid;
  width: 100%;
  color: #000;
  font-weight: bold;  
}

#monthly .data td:nth-child(1) {
  background-color: #fff9b1;
  padding: 0 0.9em;
}

#monthly .data td:nth-child(2) {
  background-color: #fff9b1;
  padding: 0 0.9em;
}

#monthly .data td:nth-child(3) {
  background-color: #E9D8C0;
  padding: 0 0.9em;
  border-left: solid 1px #000;
}

#monthly .data td:nth-child(4) {
  background-color: #E9D8C0;
  padding: 0 0.9em;
}

#monthly .flag {
  margin: auto;
  display:block;
  margin-bottom: 30px;
}

/*データの見方*/
#monthly #mikata{
  width:900px;
}
#monthly #mikata .mikara_txt{
  margin-top:8px;
}
#monthly #mikata span{
  padding:2px 8px 0 8px;
  margin-right:5px;
}
#monthly #mikata span#mikara_zenkoku{
  background:#fff57f;
  border:solid 1px black;
  color:#000;
}
#monthly #mikata span#mikara_touchi{
  background:#e9d8c0;
  border:solid 1px black;
  color:#000;
}</pre></body></html>