@charset "utf-8";

/*共通*/

#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 h3 {
/*  border: solid 1px #000;*/
}

#monthly #com {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#monthly #com .com_racer {
  width: 445px;
/*  height: 200px;*/
  margin-top: 10px;
  background: #d3edfb;
/*  display: block;*/
}
#monthly #com h4 {
  padding-top: 10px;
  font-size: 24px;
}
#monthly #com h4 span {
  font-size: 14px;
  margin-right: 6px;
}
#monthly #com p {
  padding: 0 5px;
  font-size: 16px;
}
#monthly #com .f_small {
  font-size: 14px;
  text-indent: 0;
}
#monthly #com .f_smaller {
  font-size: 12px;
  text-indent: 0;
  margin-bottom: 10px;
}
#monthly #com .com_image_boat {
  float: right;
  width: 120px;
  height: 80px;
  display: block;
/*  border: solid 1px #000;*/
}
#monthly #com .com_image_face {
  float: left;
  width: 140px;
  height: 280px;
  display: block;
/*  border: solid 1px #000;*/
  margin-right: 10px;
}
#monthly #com .com_head {
  font-size: 18px;
  text-indent: 0;
  color: #be4499;
  font-weight: bold;
  border-bottom: solid 1px #000;
  display: inline-block;
}
#monthly #com .com_racer_bottom {
  clear: both;
}
#monthly #com .com_image_full {
  float: right;
  width: 120px;
  height: 160px;
  display: block;
/*  border: solid 1px #000;*/
  margin: 0 4px 4px 0;
}
#monthly #com h5 {
  margin-left: 5px;
  width: 310px;
  font-weight: bold;
  color: #214876;
  border-bottom: solid 1px #000;
}
#monthly #com table {
  margin-left: 5px;
}
#monthly #com table caption {
  font-weight: bold;
  color: #214876;
}
#monthly #com table th,
#monthly #com table td {
  padding: 0 2px;
}
#monthly #com .com_table_all {
  margin-bottom: 10px;
  width: 430px;
}
#monthly #com .com_table_all caption {
  font-weight: bold;
  color: #214876;
}
#monthly #com .com_table_all th,
#monthly #com .com_table_all td {
  border: solid 1px #000;
}
#monthly #com .com_table_all th {
  background: #fff9b8;
  text-align: center;
}
#monthly #com .com_table_all td {
  background: #fff;
  text-align: right;
}




#monthly .t_a_r {
  text-align: right;
}





