@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 h3{
	color:#000;
	text-align:center;
	font-size:30px;
}

/*シリーズドリーム戦*/
#monthly h4{
	color:#fff;
	text-align:center;
	margin-top:15px;
	font-size:24px;
	background:linear-gradient(to right, #fff 0%, #6cc5c1 20%, #6cc5c1 70%, #fff 100%);
}

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

#monthly .dream_box{
	width:445px;
	background:#FFFCD1;
	position:relative;
	margin-top:20px;
}

#monthly .racer_img{
	width:300px;
	height:300px;
	float:left;
	margin:0 5px 5px 0;
	z-index:1;
}

#monthly .rank_box{
	width:445px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

#monthly .lane{
	width:80px;
	border-radius:15px;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	margin-right:10px;
	float:left;
}

#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:24px;
}

#monthly .rank_box .rank{
	font-size:24px;
	text-align:right;
	margin-top:3px;
}

#monthly .racer_box{
	position:absolute;
	height:320px;
	top:215px;
	left:5px;
	z-index:3;
}

#monthly .racer_box .number{
	float:left;
	padding-left:3px;
	text-align:left;
	font-size:20px;
	font-weight:bold;
	letter-spacing:1px;
	color:#000;
	text-shadow:
	2px  2px 0px #fff,
	-2px  2px 0px #fff,
	2px -2px 0px #fff,
	-2px -2px 0px #fff,
	2px  0px 0px #fff,
	0px  2px 0px #fff,
	-2px  0px 0px #fff,
	0px -2px 0px #fff;
}

#monthly .racer_box .kana {
	float:right;
	color:black;
	margin-top:5px;
	font-size:14px;
	text-align:left;
	letter-spacing:1px;
	text-shadow: 
	1px  1px 0px #fff,
	-1px  1px 0px #fff,
	1px -1px 0px #fff,
	-1px -1px 0px #fff,
	1px  0px 0px #fff,
	0px  1px 0px #fff,
	-1px  0px 0px #fff,
	0px -1px 0px #fff;
}

#monthly .racer_box .name {
	clear:both;
	text-align:center;
	font-size:44px;
	font-weight:bold;
	letter-spacing: 3px;
	font-family:"ＭＳ ゴシック", monospace;
	line-height:1.2em;
	width:100%;
	color:#C70070;
	text-shadow:
	2px  2px 0px #fff,
	-2px  2px 0px #fff,
	2px -2px 0px #fff,
	-2px -2px 0px #fff,
	2px  0px 0px #fff,
	0px  2px 0px #fff,
	-2px  0px 0px #fff,
	0px -2px 0px #fff;
}

#monthly .dream_box .data{
	position:absolute;
	top:230px;
	left:245px;
	background:#fff;
	border:solid 1px black;
	width:50px;
	height:60px;
	font-size: 12px;
	border-radius:50%;
	text-align: center;
	padding-top: 5px;
	line-height:1.4;
	float:left;
}

#monthly .txt_box{
	margin:80px 5px 0 5px;
}

#monthly .dream_txt{
	font-size:18px;
}

#monthly table.seiseki{
	width:100px;
	border:solid 1px black;
	margin:10px auto 0 auto;
}

#monthly table.seiseki tr:nth-child(2){
	border-top:solid 1px black;
}

#monthly table.seiseki th,
#monthly table.seiseki td{
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
	font-size:14px;
}

#monthly table.seiseki td{
	background:#fff;
}

#monthly table.seiseki td.nashi{
	font-size:10px;
}

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

#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:12px;
	padding:2px 1px;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
}

#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 #mikata{
	width:850px;
	margin:50px auto 0 auto;
}

#monthly #mikata .mikara_txt{
	font-size:14px;
	margin-top:8px;
}

#monthly #mikata .mikara_txt span{
	padding:2px 8px 0 8px;
	margin-right:5px;
	font-size:14px;
}

#monthly #mikata .mikara_txt span#deta_mikata{
	background:#727171;
	color:#fff;
}

#monthly #mikata .mikara_txt span.mikara_seiseki{
	background:#D0A7CD;
	border:solid 1px black;
}

/*プロフィール*/
#monthly #profile_container {
	width:900px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

#monthly .profile_box {
	width:295px;
	margin-top:20px;
}

#monthly .photo {
	float:left;
	clear:both;
	margin-bottom:8px;
}

#monthly .photo img {
	display:block;
	width:120px;
	height:160px;
}

#monthly .profile_box .rank{
	width:440px;
}

#monthly .name_box{
	width:170px;
	float:left;
	margin:5px 0 0 5px;
}

#monthly .name_box .number{
	float:left;
	padding-left:3px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	color:#000;
}

#monthly .name_box .kana {
	float:right;
	color:black;
	margin-top:2px;
	font-size:12px;
	text-align:left;
	letter-spacing:1px;
}

#monthly .name_box .name {
	clear:both;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	letter-spacing: 3px;
	font-family:"ＭＳ ゴシック", monospace;
	line-height:1.2em;
	width:100%;
}

#monthly .name_box #name_horinouchi{
	clear:both;
	text-align:center;
	font-size:27px;
	font-weight:bold;
	font-family:"ＭＳ ゴシック", monospace;
	line-height:1.2em;
	width:100%;
	padding-top:2px;
	transform: scale(0.98, 1.1);
}

#monthly .name_box .name a,
#monthly .name_box #name_horinouchi a{
	color:#C70070;
}

#monthly .name_box .data{
	border-radius:25px;
	text-align:center;
	font-size:100%;
	background:#DCDDDD;
	margin:10px auto 8px;
}

#monthly .name_box .text {
	text-align:left;
	clear:both;
	font-size:16px;
	margin-top:10px
}

/*成績*/
#monthly .seiseki_box{
	margin:0 auto 0 auto;
	width:285px;
}

#monthly table.seiseki_1,
#monthly table.seiseki_2{
	width:100%;
	border:solid 1px black;
	background:#fff;
	table-layout: fixed;
}

#monthly table.seiseki_1{
	margin-bottom:8px;
}

#monthly table.seiseki_1 td.nashi{
	font-size:10px;
	line-height:12px;
}

#monthly table.seiseki_1 th,
#monthly table.seiseki_1 td,
#monthly table.seiseki_2 th,
#monthly table.seiseki_2 td {
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
}

#monthly table.seiseki_1 th.zen,
#monthly table.seiseki_1 th.touchi{
	border-left:solid 1px black;
}

#monthly table.seiseki_2 th,
#monthly table.seiseki_2 td{
	border:solid 1px black;
}

#monthly table.seiseki_2 tr:nth-child(1){
	background:#D0A7CD;
}

/*共通パーツ*/
#monthly .rank{
	font-weight:bold;
	color:#D9AC00;
	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;
}

#monthly th.zen,
#monthly th.touchi{
	background:#D0A7CD;
}

#monthly th.one{
	background:#fff;
}

#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;
}