@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;     
  
}

#monthly.tenbou_title img{
  width: 300px;
}

#monthly .tenbou_text {
  color:#2258a7 ;
  line-height:50px;
  margin: 0 0 0 25px;
  font-size :25px;
  font-family: serif; 
  font-style: italic;
}

#monthly .tenbou_main {
  margin-top :30px;
}

#monthly .tenbou_secondarycolor {
  color:#5fa223;
  font-weight:bold;
}

#monthly .tenbou_ul {
  list-style: none;
  display: flex;
  justify-content:space-around;
  margin:15px 0 ;
}

#monthly .tenbou_subhead {
  display: block;
  font-size:25px;
  color:#2258a7;
  margin: 10;
  text-align:center;
}

#monthly .tenbou_tertiarycolor {
  background-color: #dc5b00;
  color: white; 
  font-weight:bold; 
  text-align:center;
  padding:0 5px 0 5px;
  margin:0 5px;
}

#monthly .tenbou_subtext{
  margin-top: 20px;
}