@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 #container{
  position: relative;
  background-image: url(img/pickup_bk.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  height:1456px;
}

#monthly #container section p{
  text-align: justify;
}

#monthly #container section p.f-p{
  text-indent: 0em;
}


#monthly #top-box{
  position: relative;
  text-align: left;
  color:#be1b21;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
}

#monthly #top-box .hasya{
  position: absolute;
  top:0px;
  left:0px;
  width:410px;
  text-align: left;
  font-size:20px;
  border-bottom:1px solid #be1b21;
  background-image: url(img/pickup_title.png);
  background-size: contain;
  background-repeat: no-repeat;
  height:94px;
}

#monthly #top-box .hasya span{
  position: absolute;
  bottom:0px;
  left:0px;
}

#monthly #top-box .toban{
  position: absolute;
  top:114px;
  left:0px;
  display:block;
  font-size:20px;
  border:2px solid #be1b21;
  padding:1px 8px 0px 8px;
  line-height: 1em;
  transform: scale(1, 1.2);
  font-weight: normal;
}

#monthly #top-box .name{
  position: absolute;
  top:90px;
  left:64px;
  font-size:80px;
  min-height: 80px;
  text-shadow: 0 0 10px #fff,0 0 8px #fff,0 0 6px #fff;;
}

#monthly #top-box .sibu{
  position: absolute;
  top:110px;
  left:384px;
  font-size:20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height:80px;
}

#monthly #top-box h4{
  position: absolute;
  top:0px;
  right:0px;
  text-align: left;
  width:470px;
  font-size:25px;
  color:#e65584;
  padding:0;
  letter-spacing: -0.01em;
  margin-right:-14px;
}


#monthly section{
  border-top:1px solid #be1b21;
  padding:14px 0;
  width:500px;
}

#monthly section h5{
  color:#e65584;
  font-size:20px;
  font-weight: normal;
}

#monthly section:nth-child(2){
  border-top:none;
  position: absolute;
  top:80px;
  right:10px;
  width:440px;
}

#monthly section:nth-child(3){
  position: absolute;
  top:270px;
  right:10px;
  width:520px;
}

#monthly section:nth-child(4){
  position: absolute;
  top:500px;
  right:10px;
  width:450px;
}

#monthly section:nth-child(5){
  position: absolute;
  top:930px;
  right:10px;
  width:440px;
}

#monthly section p.indent1{
  margin-left:50px;
}

#monthly section p.indent2{
  margin-left:60px;
}