<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 #masahiro {
  position: relative;
}

#monthly #kataoka_box {
  position: absolute;
  top: 0;
  width: 350px;
  height: 450px;
  background-image: url(img/kataoka_01.png);
  background-repeat: no-repeat;
}

#monthly #kataoka_box #jimoto {
 position: absolute;
 top: 50px;
 left: 265px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  white-space: nowrap;
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
}

#monthly #kataoka_box #jimoto span {
  writing-mode: horizontal-tb;
  line-height: 30px;
  text-combine-upright: all;
}

#monthly #midasi_box {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 900px;
}

#monthly #box1 {
  width: 350px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

#monthly #box2,
#monthly #box3,
#monthly #box4 {
  border-bottom: 2px solid #000;
}

#monthly #box2,
#monthly #box3{
  font-style: italic;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#monthly #box2 {
  padding: 10px 0px 0px 10px;
  width: 300px;
  font-size: 70px;
  font-weight: bold;
  color: #01A9E4;
  text-shadow: 1px 1px 3px #000033, 1px -1px 3px #000033, -1px 1px 3px #000033;
}

#monthly #box3 {
  padding: 45px 0px 0px 10px;
  width: 100px;
  font-size: 22px;
  line-height: 25px;
  color: #000;
}

#monthly #box4 {
  padding-top: 75px;
  width: 128px;
  color: #000;
}

#monthly h3 {
  margin: 20px 0px 0px 355px;
  font-size: 36px;
  line-height: 50px;
  color: #000;
}

#monthly h3 span {
  color: #01A9E4;
}

#monthly #text_box1 {
  margin: 10px 0px 0px 355px;
}

#monthly #text_box2 {
  margin-bottom: 10px
}

#monthly #text_box1,
#monthly #text_box2 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
}

#monthly #text_box1 p{
  text-indent: 0;
}

#monthly img.photo_right {
  float: right;
  margin-left: 15px;
}</pre></body></html>