@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 .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/
#monthly .tenbou_title {
    display: flex;
    flex-wrap:wrap;
}

#monthly h4 {
    font-size: 35px;
    color: #007ab5;
    font-family: serif;
    font-style: italic;
    margin-top: 18px;
    margin-left: 10px;
}

#monthly h5 {
    text-align: center;
    font-size: 24px;
    margin: 30px 0 5px 0;
    color: #007ab5;
}

#monthly span {
    color: #469726;
    font-weight: bold;
}

#monthly .img {
    margin: 30px 0;
}
