@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;
  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 #tenbou p {
  margin-bottom: 1em;
}

#monthly #tenbou .text_img_space p {
  margin: 0px;
}

#monthly #tenbou .top_title {
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#monthly #tenbou .l_title {
  font-size: 43px;
  font-weight: bold;
  color: #00896D;
  -webkit-text-stroke: 5px #FFF100;
  paint-order: stroke;
}

#monthly #tenbou .s_title {
  margin-bottom: 1em;
  justify-content: space-between;
  text-align: center;
}

#monthly #tenbou .s_title p {
  margin-bottom: 0;
  padding: 0;
  color:#00896D;
  font-size: 25px;
  font-weight: bold;
  line-height: 1em;
  text-indent: 0;
}

#monthly #tenbou .squares {
  display: flex;
}

#monthly #tenbou span.name {
   color: #22A692;
   font-weight: bold;
}

#monthly #tenbou .tenbou_img_l {
  margin: 6px 10px 0px 0px ;
  float: left;
}

#monthly #tenbou .tenbou_img_r {
  margin: 6px 0px 0px 10px ;
  float: right;
}

