@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 #tanoshimikata {
  width: 900px;
}

#monthly #tanoshimikata #title {
  display: flex;
}

#monthly #tanoshimikata h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

#monthly #tanoshimikata img#top{
  height: 64px;
}

#monthly #tanoshimikata span#small {
  font-weight: bold;
  color: #000;
  margin-top: 20px;
  display: inline-block;
}

#monthly #tanoshimikata span#howtoenjoy {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  float: right;
  margin-top: 10px;
}

#monthly #tanoshimikata #miyajima{
background-color: #FFF100;
color: #E60013;
font-size: 25px;
font-weight: bold;
width: 150px;
height: 30px;
padding: 2px 10px;
margin-top: 25px;
border-radius: 20px;
text-align: center;
transform:rotate(-5deg); 
}

#monthly #tanoshimikata #kisya{
text-align: right;
}

#monthly #tanoshimikata #kisya #miyazaki{
font-weight: bold;
}

#monthly #tanoshimikata #orange{
  font-size: 30px;
  color: #EA5405;
  font-weight: bold;
  text-align: center;
  font-family: serif;
  font-style: italic;
  margin: 20px 0px 35px 0px;
  
}

#monthly #tanoshimikata p span.name{
  color: #CB4802;
  font-weight: bold;
}

#monthly #tanoshimikata img.left{
  float: left;
  margin: 0px 15px 15px 0px;
}

#monthly #tanoshimikata img.right{
  float: right;
  margin: 0px 0px 15px 15px;
}


/*コース別成績*/

#monthly #tanoshimikata .monta{
  text-align: center;
  margin: 30px 0px 20px 0px;
}

#monthly #tanoshimikata h5 {
  text-align: center;
  color: #00643D;
  font-size: 20px;
}

#monthly #tanoshimikata #course-title {
  margin: 12px 0 8px 0;
  color: #1B9630;
}

#monthly #tanoshimikata #course-title span {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

#monthly #tanoshimikata #course-title #six {
  padding: 0 4px;
  color: #004098;
  font-size: 18px;
  font-weight: bold;
  background: #FFF33F;
}

#monthly #tanoshimikata table#course {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 700px;
  
}

#monthly #tanoshimikata #course th {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #77B364;
}

#monthly #tanoshimikata #course th[colspan="6"] {
  border-bottom: solid 1px #fff;
}

#monthly #tanoshimikata #course td {
  text-align: center;
  border-bottom: solid 1px #000;
}

#monthly #tanoshimikata #course td.futoji {
  font-weight: bold;
}

#monthly #data h6 {
  margin: 24px 0 8px 0;
  text-align: center;
  color: #1B9630;
  font-size: 20px;
}

#monthly #data h6 span {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

#monthly span.number{
background: #1B9630;
color: #fff;
font-weight: bold;
padding: 0px 7px;
letter-spacing: 2px;
}

#monthly #data table {
  width: 700px;
  margin: 0 auto;
}

#monthly #data table tr {
  border-bottom: dashed 1px #000;
}

#monthly #data table tr th {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #77B364;
}

#monthly #data table tr td {
  text-align: center;
}

#monthly #data table tr:nth-child(5n+1) {
  border-bottom: solid 1px;
}

#monthly #data table tr:first-child {
  border-bottom: 0;
}

#monthly #data #tilt {
  text-align: right;
  color: #004098;
  margin-right: 90px;
}