@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 #bunseki{
  margin:20px 0;
}

#monthly #bunseki_title {
  font-size: 22px;
  display: flex;
  background: #fff57f;
  height: 60px;
  padding-left: 180px;
  border-radius: 10px 10px 0 0;
  margin-bottom:10px;
}

#monthly .ashimura_bunseki{
  line-height:22px;
  margin-top:5px;
}

#monthly .red {
  color: #c01249;
}

#monthly .moto {
  font-size: 14px;
}

#monthly .big {
  font-size: 26px;
  margin-top:15px;
}

#monthly img#bunseki_logo {
  width: 240px;
  height: 33px;
  margin: 15px 6px 0 2px;
}

#monthly img#bunseki_ashimura{
  float:left;
  margin:-80px 10px 0 0 ;
}

#monthly #bunseki_text p{
  font-size: 14px;
  margin-bottom:0;
}

/*勝ち上がり方式*/
#monthly #kachiagari{
  width:880px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  background: #B9E3F9;
  border-radius:10px;
  padding:10px;
  margin-bottom:40px;
}

#monthly #kachi_title{
  background: #915DA3;
  font-weight:bold;
  text-align:center;
  color:#fff;
  padding:5px;
  font-size:13px;
  display:flex;
  justify-content:center;
  align-items:center;
  
}

#monthly #abkumi{
	width:310px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#monthly .date{
	width:80px;
	font-weight:bold;
	text-align:center;
	color:#915DA3;
	background-color:#E2D6EA;
	padding:5px;
	font-size:13px;
	display:flex;
	justify-content:center;
	align-items:center;
}

#monthly #abkumi table{
	width:220px;
	border-collapse: separate;
	border-spacing: 5px;
	background-color:#FFF;
}

#monthly #abkumi table th,
#monthly #abkumi table td{
	padding:3px;
	vertical-align: middle;
	font-size:12px;
}

#monthly #abkumi table th{
	color:#FFF;
	background:#92539d;
	width:15%;
	text-align:center;
}

#monthly #tokutenritsu{
	width:450px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	background:#fff;
}

#monthly #tokutenritsu table{
	margin:5px;
}

#monthly #tokutenritsu table th,
#monthly #tokutenritsu table td{
	padding:3px;
	border:solid 1px black;
	text-align:center;
	vertical-align: middle;
	font-size:12px;
}

#monthly #tokutenritsu table th:nth-of-type(1){
	border-top:none;
	border-left:none;
}

#monthly #tokutenritsu table th:nth-of-type(3){
	background-color:#595656;
	color:#FFF;
}

#monthly #tokutenritsu table th:nth-of-type(4){
	background-color:#ea5432;
	color:#FFF;
}

#monthly #tokutenritsu table th:nth-of-type(5){
	background-color:#158acd;
	color:#FFF;
}

#monthly #tokutenritsu table th:nth-of-type(6){
	background-color:#fff100;
}

#monthly #tokutenritsu table th:nth-of-type(7){
	background-color:#0ba95f;
	color:#FFF;
}

#monthly #tokutenritsu table td:nth-of-type(3){
	background-color:#dcdddd;
}

#monthly #tokutenritsu table td:nth-of-type(4){
	background-color:#fbdac8;
}

#monthly #tokutenritsu table td:nth-of-type(5){
	background-color:#d3e1f3;
}

#monthly #tokutenritsu table td:nth-of-type(6){
	background-color:#fffcdb;
}

#monthly #tokutenritsu table td:nth-of-type(7){
	background-color:#d5ead7;
}


/* トライアルタイトル */
#monthly .trial_title {
  font-size: 28px;
  text-align: center;
  text-shadow: 2px 0px 0.4px #6cc5c1, -2px 0px 0.4px #6cc5c1, 0px -2px 0.4px #6cc5c1, 0px 2px 0.4px #6cc5c1, 2px 2px 0.4px #6cc5c1, -2px 2px 0.4px #6cc5c1, 2px -2px 0.4px #6cc5c1, -2px -2px 0.4px #6cc5c1, 1px 2px 0.4px #6cc5c1, -1px 2px 0.4px #6cc5c1, 1px -2px 0.4px #6cc5c1, -1px -2px 0.4px #6cc5c1, 2px 1px 0.4px #6cc5c1, -2px 1px 0.4px #6cc5c1, 2px -1px 0.4px #6cc5c1, -2px -1px 0.4px #6cc5c1;
  margin-bottom:30px;
}

#monthly .yellow {
  color: #fff338;
}

#monthly .white {
  color: white;
}

#monthly #frame{
  background: #6cc5c1;
  margin-top:-58px;
  background: linear-gradient(to right, #fff 0%, #6cc5c1 20%, #6cc5c1 70%, #fff 100%);
}

/*データの見方*/
#monthly #mikata{
	margin-top:20px;
	font-size:12px;
}

#monthly #mikata span{
	padding:2px 8px 0 8px;
	margin-right:5px;
	background:#D0A7CD;
	border:solid 1px black;
}

/* ここから選手の紹介 */
#monthly .main_box{
  display: flex;
}

/* ここから左側のボックス */
#monthly .main_box{
  margin-top:30px;
  border:1px solid black;
  border-radius:10px;
}

#monthly .left_box{
 margin-bottom:10px;
 margin-right: -7px;
 position:relative;
}

#monthly .lane{
 width:70px;
 border-radius:10px;
 font-size:14px;
 text-align:center;
 font-weight:bold;
 position:absolute;
 top:0;
 left:0;
}

#monthly #no_1{
 color:#000;
 background:#fff;
 box-shadow:2px 2px 2px rgb(255 255 255 / 50%) inset,
 -2px -2px 2px rgb(0 0 0 / 50%) inset;
}

#monthly #no_2{
 color:#fff;
 background:#000;
 box-shadow:2px 2px 2px rgb(255 255 255 / 50%) inset,
 -2px -2px 2px rgb(0 0 0 / 50%) inset;
}

#monthly #no_3{
 color:#fff;
 background:#E60013;
 box-shadow:2px 2px 2px rgb(255 255 255 / 50%) inset,
 -2px -2px 2px rgb(0 0 0 / 50%) inset;
}

#monthly #no_4{
 color:#fff;
 background:#0075C1;
 box-shadow:2px 2px 2px rgb(255 255 255 / 50%) inset,
 -2px -2px 2px rgb(0 0 0 / 50%) inset;
}

#monthly #no_5{
 color:#000;
 background:#FFF100;
 box-shadow:2px 2px 2px rgb(255 255 255 / 50%) inset,
 -2px -2px 2px rgb(0 0 0 / 50%) inset;
}

#monthly #no_6{
 color:#fff;
 background:#009743;
 box-shadow:2px 2px 2px rgb(255 255 255 / 50%) inset,
 -2px -2px 2px rgb(0 0 0 / 50%) inset;
}

#monthly .lane span{
 font-size:20px;
}

#monthly .racer_img{
  border-top-left-radius:10px;
  margin-bottom:10px;
}


#monthly .container_name{
  width:185px;
}

#monthly .num_1{
  font-weight:bold;
}

#monthly .rubi{
  margin-left:30px;
  font-size:12px;
}

#monthly .name_1{
  font-size:34px;
  font-weight:bold;
  color:#cf0166;
}

#monthly .other{
  margin-left:20px;
  font-size:14px;
}

#monthly .container_name{
  line-height:1.2;
  margin-left:8px;
  margin-bottom:6px;
}

/* ここから真ん中のボックス */
#monthly .middle_box{
  margin-top:2px;
  width:368px;
}

#monthly .syokin_title{
  margin-left:5px;
  padding:-2px 0;
  height:30px;
}

#monthly .syokin{
  background:#eacc6f;
  padding:0 1px;
  font-weight: bold;
}

#monthly .money{
  color:#D9AC00;
  font-size:18px;
  font-weight:bold;
  text-shadow: 
       1px 1px 0 #fff,
       -1px -1px 0 #fff,
       -1px 1px 0 #fff,
       1px -1px 0 #fff,
       0px 1px 0 #fff,
       0 -1px 0 #fff,
       -1px 0 0 #fff,
       1px 0 0 #fff,
       1.5px 1.5px 1.5px #000;
  vertical-align: middle;
}

#monthly .text_1{
  width:340px;
  text-align: justify;
  font-size:12px;
  margin:5px 0 5px 2px;
  line-height:1.5;
}

#monthly .syoritu{
  display:flex;
}

#monthly .syoritu_t{
  width:195px;
  height:55px;
  border: 1px solid black;
}

#monthly .syoritu_t tr td,
#monthly .syoritu_t tr th{
  border: 1px solid black;
  text-align: center;
  font-size:11px;
  width:70px;
  line-height: 0.8;
  vertical-align: middle;
}

#monthly .purple{
  background-color:#cfa7cd;
}

#monthly .boat_img{
  width:158px;
  height:55px;
  margin-left:5px;
}

/* ここから進入の表 */

#monthly table.seiseki_dream{
	margin:5px 0 5px 0px;
	width:358px;
}

#monthly table.seiseki_dream tr:nth-child(1){
	background:#D0A7CD;
	border:solid 1px black;
}

#monthly table.seiseki_dream th,
#monthly table.seiseki_dream td {
	font-size:10px;
	padding:2px 1px;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
  line-height:0.8;
}

#monthly table.seiseki_dream td{
  letter-spacing:0.8;
  line-height:0.6;
}

#monthly table.seiseki_dream th:nth-child(1),
#monthly table.seiseki_dream th:nth-child(2),
#monthly table.seiseki_dream th:nth-child(3),
#monthly table.seiseki_dream th:nth-child(4){
	border-right:solid 1px black;
}

#monthly table.seiseki_dream th.one,
#monthly table.seiseki_dream th.two,
#monthly table.seiseki_dream th.three,
#monthly table.seiseki_dream th.four,
#monthly table.seiseki_dream th.five,
#monthly table.seiseki_dream th.six{
	border:solid 1px black;
}

#monthly table.seiseki_dream td:nth-child(2),
#monthly table.seiseki_dream td:nth-child(3),
#monthly table.seiseki_dream td:nth-child(4){
	background:#fff;
	border:solid 1px black;
}

#monthly table.seiseki_dream td.bar{
	padding:2px 0;
}

#monthly table.seiseki_dream td.bar img{
	float:left;
}

#monthly table.seiseki_dream span {
	display: block;
	position: relative;
	background:#60B0E3;
	text-align: center;
	color: #f0ffff;
	line-height:10px;
	float:left;
	margin-top:2px
}

#monthly th.one{
	background:#fff;
  width: 40px;
}

#monthly th.two{
	background:#D3D3D4;
}

#monthly th.three{
	background:#F8C5AB;
}

#monthly th.four{
	background:#BAD1ED;
}

#monthly th.five{
	background:#FFF9B0;
}

#monthly th.six{
	background:#BEDFC2;
}

/* ここから左のボックス */
#monthly .sub_title{
  color:#ea535e;
  font-size:18px;
  font-weight: bold;
  height:30px;
  text-align: right;
  margin:2px 10px 0 0;
}

#monthly .right_box{
  width:360px;
}

#monthly .asimura{
  margin:5px 0 5px 5px;
}

#monthly .asimura_comment{
  color:#6d4f98;
  font-size:12px;
  line-height: 1.5;
  width:320px;
  background: #fffcd1;
  padding:5px;
  border-radius:20px;
  text-align: justify;
}

#monthly .fukidashi {
  position: relative;
  display: inline-block;
  padding: 1px 6px;
  color: #FFFFFF;
  font-size: 1.2em;
  background: #6d4f98;
  border-radius: 10px;
  width: 100px;
  text-align: center;
  font-weight: bold;
  font-size:12px;
}


#monthly .fukidashi:after {
  content: '';
  position: absolute;
  border-top: 15px solid #6d4f98;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  bottom: -10px;
  z-index: 1;
  left: 5px;
  transform: rotate(40deg);
}

#monthly .round{
  float:left;
  margin:0 5px 3px 0;
}