<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 .top div{
  position: relative;
}

#monthly .side, .tamagawa, .rena, .word{
  display: inline-block;
}

#monthly .side{
  font-weight: bold;
  top:70px;
  font-family: sans-serif;

}

#monthly .tamagawa{
  font-size: 35px;
  text-align: center;
  line-height: 1;
  background-color: #3eb134;
  color: #fff;
  padding: 20px;
  border-radius: 50%;
  transform: rotate(-3deg);
}

#monthly .mid{
  padding-top: 5px;
  height: 220px;
}

#monthly .under{
  padding-top: 5px;
  height: 250px;
}

#monthly .rena{
  font-size: 65px;
  color: #3eb134;
}

#monthly .word{
  font-size: 50px;
  color: #3eb134;
}

#monthly .point{
  line-height: 0.7;
  font-size: 65px;
  padding-left: 25px;
  color: #3eb134;
  -webkit-text-stroke: 2px #fff100;
  z-index: 2;
}

#monthly .image{
  margin-left: 70px;
  width: 250px;
}

#monthly .subtitle{
  text-align: center;
  font-size: 25px;
  color: #3eb134;
  font-weight: bold;
  padding-top: 10px;
}

#monthly .black{
  color: black;
}

#monthly .boat, .gohan{
  width: 300px;
}

#monthly .boat{
  padding: 10px;
  float: left;
}

#monthly .gohan{
  padding: 5px;
  float: right;
}

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


</pre></body></html>