@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 article img{
    margin: 15px 20px 0px 0px;
    float: left;
}
#monthly h3{
    color:#85d162;
    font-family: serif;
    font-size: 35px;
}

/* 本文 */
#monthly section img{
    width: 200px;
    height: 115px;
}
#monthly .column01{
    padding-top: 20px;
}
#monthly .column{
    display: flex;
}
#monthly .column00{
    display: flex;
    padding-top: 8px;
}
#monthly .tenbou_lch001,.tenbou_lch003{
    padding-top: 5px;
}
#monthly .tenbou_lch004{
    padding-bottom: 50px;
}
#monthly .space_top{
    padding-top: 5px;
}
#monthly .space_left{
    padding-left: 15px;
    margin-bottom: 0px;
}
#monthly section strong{
    color: #d15771;
}

/* 表 */
#monthly table{
    width: 430px;
    height: 160px;
}
#monthly .headline{
    border: solid 2px #db417f;
    color: #db417f;
    font-size: 20px;
    padding-top: 2px;
    margin-bottom: 10px;
    text-align: center;
}
#monthly .tParts{
  display: flex;
  justify-content: space-evenly;
}
#monthly th,td{
    text-align: center;
}
#monthly .head th{
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    background-color: #f9cbd6;
}
#monthly .plus{
    padding: 0px 10px;
}
#monthly tbody th{
    border-bottom: solid 1px #000;
    padding-top: 3px;
}
#monthly tbody td{
    border-bottom: solid 1px #000;
}
#monthly .name{
    color: #db417f;
    font-weight: bold;
}
#monthly .emphasis{
    color: #db417f;
    font-size: 20px;
    font-weight: bold;
}
#monthly .naruto{
    color: #fff;
    background-color: #db417f;
    font-size: 18px;
    font-weight: bold;
    padding: 1px 8px 0px 8px;
}
#monthly .line{
    color: #db417f;
}
#monthly .gold{
    background:linear-gradient(to left bottom, #fffcd1, #e7c347, #fffcd1, #e7c347);
    padding: 0px 5px;
    border-bottom: none;
} 
