@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 .title {
  font-size: 43px;
  font-weight: bold;
  color: #CF0027;
  -webkit-text-stroke: 5px #FFF100;
  paint-order: stroke;
  text-align: center;
}

#monthly .midashi_conteiner{
  position: relative;
}

#monthly .midashi_red {
  font-size: 28px;
  paint-order: stroke; 
  color: #F8E1D8;
  -webkit-text-stroke: 5px #CF0027;
  background: linear-gradient(transparent 85% , #CF0027 85%);
  font-style: italic;
  font-family: monospace;
  font-weight: bold;
  width: 900px;
}

#monthly .text1 {
  position: absolute;
  left: 224px;
  bottom: 6px;
  font-size: 15px;
  font-weight: bold;
}

#monthly .text2 {
  position: absolute;
  right: 0px;
  bottom: 4px;
  font-size: 15px;
  font-weight: bold;
}

#monthly .komidashi_red {
  font-size: 20px;
  color: #CF0027;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

#monthly .name_red {
  color: #DC6657;
  font-weight: bold;
}

.left {
  float: left;
  margin-right: 10px;
}

.right {
  float: right;
  margin-left: 10px;
}


/* 1st */
#monthly .midashi_blue {
  font-size: 28px;
  paint-order: stroke; 
  color: #DEE6F5;
  -webkit-text-stroke: 5px #0068B7;
  background: linear-gradient(transparent 85% , #0068B7 85%);
  font-style: italic;
  position: relative;
  margin-top: 40px;
  font-family: monospace;
  font-weight: bold;
  width: 900px;
}

#monthly .text3 {
  position: absolute;
  left: 224px;
  bottom: 3px;
  font-size: 15px;
  font-weight: bold;
}

#monthly .text4 {
  position: absolute;
  right: 0px;
  bottom: 4px;
  font-size: 15px;
  font-weight: bold;
}


#monthly .komidashi_blue {
  font-size: 20px;
  color: #0068B7;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

#monthly .name_blue {
  color: #4A8DCB;
  font-weight: bold;
}

