<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/
.profile {
  color: black;
  width: 900px;
}

.profile_header {
  position: relative;
  width: 900px;
  height: 160px;
}
.profile_img {
  position: absolute;
  width: 685px;
  height: 70px;
  font-size: 45px;
  letter-spacing: 0.01px; 
  line-height: 80px;
  font-weight: bold;
  font-style: oblique;
  color: white; 
  text-shadow: 1px 1px 2px gray, 0 0 10em gray, 0 0 0.2em gray;
}
.profile_box {
  display: flex;
}
.left_header {
  width: 205px;
  margin-left: 5px;
  /* margin-top: 75px; */
}
.left_header h1{
  position: static;
  position: relative;
  display: inline-block;
  padding-top: 10px;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0.12em; 
  text-shadow: 7px 7px 10px gray, 0 0 10em gray, 0 0 0.2em gray;
}
.left_header h1::before{
  position: absolute;
  white-space: pre;
  content: "出場予定\A選手";
  color: #c8308b;
  text-shadow: 
  2px  2px 1px white,
 -2px  2px 1px white,
  2px -2px 1px white,
 -2px -2px 1px white,
  2px  0px 1px white,
  0px  2px 1px white,
 -2px  0px 1px white,
  0px -2px 1px white;    
}
.middle_header {
  width: 470px;
  font-size: 13px;
  /* margin-top: 70px; */
  margin-left: 50px;
}
.data_png {
  margin-bottom: 5px;
}
.middle_header h2 {
  font-size: 18px;
}
.middle_syoniti {
  width: 450px;
  font-weight: bold;
  padding: 3px 0;
  border-bottom: 3px dotted #c8308b;
}
.zenkoku, .hamanako, .joshi {
  padding: 2px 0;
}
.zenkoku, .cyui {
  padding-top: 5px;
}

.right_header {
  position: static;
  position: relative;
  width: 210px;
  font-size: 13px;
}
.solid_1 {
  position: absolute;
  top: 10px;
  height: 220px;
  border: solid 1px;
}
.solid_2 {
  position: absolute;
  top: 10px;
  width: 9px;
  border: solid 1px;
}
.solid_3 {
  position: absolute;
  top: 10px;
  left: 74px;
  width: 122px;
  border: solid 1px;
}
.solid_4 {
  position: absolute;
  top: 0px;
  left: 196px;
  height: 10px;
  border: solid 1px;
}
.right_header h2 {
  display: inline-block;
  font-weight: normal;
  border: solid 1.5px;
  padding: 1px 5px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.pink_square {
  display: inline-block;
  margin-right: -3px;
  margin-bottom: 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background-color: #c8308b;
}
.blue_square {
  display: inline-block;
  margin-right: -3px;
  margin-bottom: 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background-color: #0092d8;
}
.orange_square {
  display: inline-block;
  margin-right: -3px;
  margin-bottom: 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background-color: #ee7700;
}
.flex {
  display: flex;
  margin-bottom: 15px;
}
.flex_topbar {
  display: flex;
  margin-bottom: 15px;
  padding-top: 20px;
}
.pink_box, .blue_box, .orange_box {
  position: static;
  position: relative;
  z-index: 0;
}
.blue_box_x {
  position: static;
  position: relative;
  z-index: 0;
  margin-top: 38px;
}
.pink_table, .blue_table, .orange_table{
  position: absolute;
  z-index: 3;
  top: 120px;
  left: 60px;
  font-size: 11px;
  border-radius: 5px;
  background-color: #c8308b;
}
.table_top {
  position: absolute;
  z-index: 2;
  top: 112px;
  left: 75px;
  width: 40px;
  height: 40px; 
  border-radius: 25px;
  background-color: #c8308b;
}
.table_bottom {
  position: absolute;
  z-index: 2;
  top: 140px;
  left: 75px;
  width: 40px;
  height: 40px; 
  border-radius: 25px;
  background-color: #c8308b;
}
td {
  padding: 1px 3px;
  line-height: 16px;
}
tr:nth-child(2) {
  background-color: #ee7700;
}
.table_area {
  color: white;
}
.table_score {
  color: white;
  font-weight: bold;
}
.pink {
  display: flex;
  border-left: 4px solid #c8308b;
  width: 296px;
  height: 250px;
}
.blue {
  display: flex;
  border-left: 4px solid #0092d8;
  width: 296px;
  height: 250px;
}
.orange {
  display: flex;
  border-left: 4px solid #ee7700;
  width: 296px;
  height: 250px;
}
.pink_left, .blue_left, .orange_left {
  position: static;
  position: relative;
  width: 80px;
  height: 250px;
}
.pink .left_solid1 {
  position: absolute;
  width: 85px;
  border: solid 1px #c8308b;
}
.blue .left_solid1 {
  position: absolute;
  width: 85px;
  border: solid 1px #0092d8;
}
.orange .left_solid1 {
  position: absolute;
  width: 85px;
  border: solid 1px #ee7700;
}
.pink .left_solid2 {
  position: absolute;
  left: 85px;
  height: 40px;
  border: solid 1px #c8308b;
}
.blue .left_solid2 {
  position: absolute;
  left: 85px;
  height: 40px;
  border: solid 1px #0092d8;
}
.orange .left_solid2 {
  position: absolute;
  left: 85px;
  height: 40px;
  border: solid 1px #ee7700;
}
.pink .left_name a {
  text-decoration: none !important;
  writing-mode: vertical-lr;
  width: 80px;
  height: 185px;
  padding-left: 5px;
  text-align: center;
  font-size: 35px;
  color: #c8308b;
  font-family: serif;
  font-weight: bold;
}
.blue .left_name a{
  text-decoration: none !important;
  writing-mode: vertical-lr;
  width: 80px;
  height: 185px;
  padding-left: 5px;
  text-align: center;
  font-size: 35px;
  color: #0092d8;
  font-family: serif;
  font-weight: bold;
}
.orange .left_name a{
  text-decoration: none !important;
  writing-mode: vertical-lr;
  width: 80px;
  height: 185px;
  padding-left: 5px;
  text-align: center;
  font-size: 35px;
  color: #ee7700;
  font-family: serif;
  font-weight: bold;
}
.left_name_furi {
  position:absolute;
  bottom: 60px;
  left: 55px;
  height: 185px;
  writing-mode: vertical-lr;
  font-size: 13px;
}
.left_name_furi_oomame {
  position:absolute;
  bottom: 60px;
  left: 55px;
  height: 185px;
  writing-mode: vertical-lr;
  font-size: 11px;
}
.pink .left_bottom {
  width: 65px;
  height: 65px;
  padding-top: 5px;
  border-top: dotted #c8308b 3px;
}
.blue .left_bottom {
  width: 65px;
  height: 65px;
  padding-top: 5px;
  border-top: dotted #0092d8 3px;
}
.orange .left_bottom {
  width: 65px;
  height: 65px;
  padding-top: 5px;
  border-top: dotted #ee7700 3px;
}
.left_class, .left_area, .left_old {
  text-align: center;
  font-size: 13px;
}
.pink_right, .blue_right, .orange_right {
  position: static;
  position: relative;
  width: 200px;
  height: 250px;
}
.right_top {
  display: flex;
}
.pink_triangle {
  position: absolute;
  left: 72.5px;
  width: 0;
  height: 0;
  border-top: 7px solid #c8308b;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.blue_triangle {
  position: absolute;
  top: 12px;
  left: 7px;
  width: 0;
  height: 0;
  border-left: 7px solid #0092d8;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.pink .daihyo_area {
  width: 80px;
  height: 40px;
  border-right: dotted black 3px;
}
.blue .daihyo_area, .orange .daihyo_area{
  width: 80px;
  height: 40px;
}
.daihyo_area_top {
  text-align: center;
  font-size: 13px;
}
.pink .daihyo_area_bottom {
  line-height: 16px;
  text-align: center;
  font-weight: bold;
}
.blue .daihyo_area_bottom, .orange .daihyo_area_bottom {
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
.time_area_top {
  text-align: center;
  font-size: 13px;
}
.pink .time_area_bottom {
  line-height: 16px;
  text-align: center;
  font-weight: bold;
  color: #c8308b;
}
.time {
  width: 120px;
  height: 40px;
}
.pink .player_img {
  width: 187px;
  height: 142px;
  margin-left: 5px;
  border: 4px solid #c8308b;
  background-color: lightblue;
}
.blue .player_img {
  width: 187px;
  height: 142px;
  margin-left: 5px;
  border: 4px solid #0092d8;
  background-color: lightblue;
}
.orange .player_img {
  width: 187px;
  height: 142px;
  margin-left: 5px;
  border: 4px solid #ee7700;
  background-color: lightblue;
}
.img_num {
  position: absolute;
  bottom: 168px;
  left: 2px;
  transform: rotate(90deg);
  font-weight: bold;
  text-shadow: 
  2px  2px 1px white,
 -2px  2px 1px white,
  2px -2px 1px white,
 -2px -2px 1px white,
  2px  0px 1px white,
  0px  2px 1px white,
 -2px  0px 1px white,
  0px -2px 1px white;    
}
.pink .img_squ {
  position: absolute;
  bottom: 125px;
  left: 196px;
  width: 10px;
  height: 40px;
  background-color: #c8308b;
}
.blue .img_squ {
  position: absolute;
  bottom: 125px;
  left: 196px;
  width: 10px;
  height: 40px;
  background-color: #0092d8;
}
.orange .img_squ {
  position: absolute;
  bottom: 125px;
  left: 196px;
  width: 10px;
  height: 40px;
  background-color: #ee7700;
}
.player_txt {
  padding-top: 5px;
}
</pre></body></html>