@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 #top{
  display:flex;
  justify-content: center;
  margin-bottom:35px;
}

#monthly #top div{
  margin-left:30px;
}

#monthly #title_1{
  font-size:28px;
  color:black;
}

#monthly #title_2{
  font-size:28px;
  font-family: serif;
}

/* #monthly #tutiya{
  width:110px;
  height:160px;
  background: black;
} */

#monthly #back{
  background: #AAE0F9;
  padding:0 3px;
  margin-right:3px;
  font-size:26px;
}

#monthly #gray{
  color:#57585A;
}

#monthly .blue_1{
  color:#348BCB;
}

#monthly .blue_2{
  color:#007EA4;
  font-weight:bold;
}

#monthly .blue_k{
  color:#124C77;
}

#monthly .bold{
  font-weight:bold;
}

#monthly .normal{
  font-weight:normal;
  color:black;
  font-size:16px;
}

#monthly #yellow{
  background:#FFF34F;
  color:#124C77;
  padding: 1px 3px;
  margin-right: 5px;
}

#monthly #brown{
  color:#BC9232;
  font-weight: bold;
  text-align: center;
  font-size:18px;
}

#monthly #square{
  text-align:center;
  margin-bottom:0;
  font-size:24px;
  color:#939598;
}

#monthly .article{
  margin:20px 0;
}

#monthly .article p{
  text-align:justify;
}

#monthly .article h3{
  margin-bottom:10px;
  font-size:22px;
  text-align:center;
  font-family: serif;
}

#monthly .ajust{
  margin-bottom:0;
}

/* ここからテーブル */
#monthly #syoritu{
  margin:30px 0;
}

#monthly .table{
  width:430px;
  margin:10px;
}

#monthly #orenge{
  background:#FEECCA;
}

#monthly .table th{
  background:#BC9232;
  color:white;
}

#monthly .table tr th,
#monthly .table tr td
{
  text-align: center;
  padding:3px 0;
}

#monthly .table tr:nth-of-type(2),
#monthly .table tr:nth-of-type(3),
#monthly .table tr:nth-of-type(4),
#monthly .table tr:nth-of-type(5){
  border-bottom:1px black dashed;
}

#monthly .table tr:nth-of-type(6){
  border-bottom:1px solid black;
}

#monthly .table tr td:nth-of-type(1){
  width:50px;
}

#monthly .table tr td:nth-of-type(2){
  width:100px;
}

#monthly .table tr td:nth-of-type(3){
  width:60px;
}

#monthly .table tr td:nth-of-type(4),
#monthly .table tr td:nth-of-type(5){
  width:50px;
}

#monthly #table_wrap{
  display:flex;
  justify-content: center;
}
