@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 #tenbou_title {
  width:900px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;

}

#monthly #tenbou_title h3{
	font-size:18px;
	color:#000;
}

#monthly #tenbou_title h3 span.tenbou{
	font-size:40px;
}

#monthly #tenbou_title h3 span.sport{
	font-weight: normal;
}

#monthly #tenbou_title h4{
	font-size:28px;
	color:#000;
  font-family:serif;
	text-align:center;
	transform: skewX(-15deg);
	margin:3px 15px 0 0;
}

#monthly #text_box h4{
	font-size:24px;
	color:#007F5B;
	text-align:center;
	margin:50px 0 10px 0;
}

#monthly #text_box h4 span{
	font-size:24px;
	color:#1B6AA4;
}

#monthly #text_box p span.name{
	font-weight: bold;
	color:#1B6AA4;
}

#monthly  #text_box span.number{
  background: #884D93;
  color: #fff;
  font-weight: bold;
  padding: 0px 7px;
  letter-spacing: 2px;
  margin: 4px;
}

#monthly  #text_box span.number_digit {
  background: #884D93;
  color: #fff;
  font-weight: bold;
  padding: 0px 14px;
  letter-spacing: 2px;
  width: 10px;
  margin: 4px;
}

#monthly  #text_box .three {
  text-align: center;
  margin-bottom: 20px;
}

#monthly  #text_box img.right {
  float: right;
  margin-left: 15px;
}

/*モーター表*/

#monthly .motor-table h5 {
  margin: 24px 0 8px 0;
  text-align: center;
  color: #884D93;
  font-size: 20px;
}

#monthly .motor-table h5 span {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

#monthly #data{
  width: 850px;
  margin: 0 auto;
  justify-content: space-evenly;
  display: flex;
}

#monthly #data .best {
  width: 400px;
}

#monthly #data th {
  background-color: #A980B2;
  color: #ffffff;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}

#monthly #data td{
  padding: 5px ;
  border-bottom: dashed 1px #000;
  text-align: center;
  }

  #monthly #data tr:last-child {
    border-bottom: solid 1px #000;
  }
  

  #monthly  #text_box span.futoji{
    font-weight: bold;
  }

#monthly p#tilt {
  color:#014099;
  caption-side:bottom;
  text-align: right;
  font-size: 15px;
  padding: 5px 0;
  margin-right: 25px
}