@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 h3 {
    margin-bottom: 20px;
}

#monthly h4 {
    font-style: italic;
    writing-mode: vertical-rl;
    font-size: 40px;
    float:right;
    margin-left: 20px;
    color: #fff;
    text-shadow: 3px 3px 3px #7e0045, -3px 3px 3px #7e0045, 3px -3px 3px #7e0045, -3px -3px 3px #7e0045, 3px 0px 3px #7e0045, 0px 3px 3px #7e0045, -3px 0px 3px #7e0045, 0px -3px 3px #7e0045;
}

#monthly h5 {
    color: #b50066;
    font-size: 25px;
    border-bottom: solid 1px #b50066;
    width: 760px;
    margin-bottom: 20px;
}

#monthly span {
    color: #b50066;
    font-weight: bold;
}
    
#monthly .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #b50066;
    border-top: 0;
    transform: rotate(315deg);
    margin-left: -20px;
    margin-right: 30px;
    margin-bottom: -20px;
    } 

#monthly .img {
    float: right;
    position:  relative;
    width: 200px;
}

#monthly .caption {
    position: absolute;
    top: 185px;
    left: 20px;
}

#monthly .ida {
    font-weight: bold;
    text-align: right;
}