@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 .title {
  width: 900px;
  height: 300px;
  background-image: url(img/tenbou_title.png);
}

#monthly .shine {
  position: absolute;
  left: 207px;
  top: -75px;
  z-index: 2;
}

#monthly .title_priority {
  position: relative;
  z-index: 3;
}

#monthly .aim {
  color: #ffffff;
  font-size: 45px;
  font-family: serif;
  text-align: center;
  text-shadow: 0 0 8px #000000;
  padding-top: 25px;
}

#monthly .chinese_characters {
  font-size: 75px;
}

#monthly .soutenbou {
  display: flex;
}

#monthly .soutenbou .tenbou {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font-size: 80px;
  border-right: solid 2px #ffffff;
  margin-top: -14px;
  padding-left: 10px;
  padding-right: 20px;
}

#monthly .reporter {
  font-size: 17px;
  font-weight: bold;
  margin-top: 56px;
  padding-left: 20px;
}

#monthly .subtitle {
  height: 90px;
  color: #d775ab;
  font-size: 30px;
  font-family: serif;
  font-weight: bold;
  border-bottom: solid 2px #d775ab;
  margin-top: 50px;
  margin-bottom: 20px;
}

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

#monthly .square {
  float: left;
  border-top: 2px solid #d775ab;
  border-right: 2px solid #d775ab;
  border-left: 2px solid #d775ab;
  width: 10px;
  height: 90px;
  margin-right: 10px;
}