<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 .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

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


/*各ページ*/
#monthly .h3{
 font-weight: bold;
 color: black;
}

#monthly .interview_main{
  background-image: url(img/interview001.jpg) ;
  background-repeat:no-repeat;
  background-position: bottom;
  padding-left: 5px;
  height: 1150px;
}

#monthly .interview_tittle{
  line-height: 1.2;
  font-family: serif;
  font-size: 45px;
  color: black;
}

#monthly .interview_honmono{
  font-family: initial;
  font-size: 70px;
  color: #e60012;

}

#monthly .interview_sub_tittle{
  font-size: 18px;
  position: relative;
  bottom: 10px;
}

#monthly .interview_racer{
  display: flex;
  color: black;
  margin-top: 10px;

}

#monthly .interview_racer_date{

  text-align: center;
  color: black;
  line-height: 1.2;
  font-weight: bold;
}

#monthly .interview_racer_date01{
  font-size: 35px;
  font-weight: bold;
  font-family: serif;
}

#monthly .interview_racer_name{
  font-size: 85px;
  font-family: serif;
  color: #0071af;
  font-weight: bolder;
  position: relative;
  bottom: 35px;
  left: 15px;

}

#monthly .interview_interviewer{
  width: 390px;
}

#monthly .interview_interviewer p{
  text-indent: 0;
  color: #7e3c00;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  bottom: 40px;
}

#monthly .interview_Profile{
  font-family: serif;
  font-size: 25px;
  color: #d6c8dc;
  position: relative;
  top: 205px;

}

#monthly .interview_racer_Profile{
  width: 780px;
  display: flex;
  font-size: 12px;
  border: 2px solid #53005f;
  background-color: white;
  color: black;
  position: relative;
  top: 195px;
}

#monthly .interview_racer_Profile_text{
  width: 380px;
  font-weight: bold;
  margin: 0 auto;
}

#monthly .interview_racer_yomi{
  color:#4b005c;
  font-size: 18px;
}

#monthly .interview_racer_Profile_text p{
  text-indent: 0;
  margin-bottom: 0;
  margin-bottom: 10px;
}

#monthly .interview_racer_img{
  text-align: center;

}

#monthly .interview_racer_Profile_table{
  width: 380px;
  color: black;
  margin: 0 auto;
}

#monthly .interview_exp , .interview_racer_yomi {
  margin-top: 5px;
  font-weight: bold;
}

#monthly .interview_table01 ,.interview_table02 ,.interview_table03 {
  width: 380px;
  border-top:  1px solid #53005f;
}

#monthly .interview_grade{
  font-family: monospace;
}

#monthly .interview_table01 th{
  font-weight: initial;
  border-bottom:  1px solid #53005f;
  background-color: #c1acc9;
  text-align: center;
}

#monthly .interview_table01 td{
  text-align: center;
  border-bottom:  1px solid #53005f;
}

#monthly .interview_table01 td:nth-of-type(n+2):nth-of-type(-n+4){
  text-align: right;
}

#monthly .interview_table02 td ,.interview_table03 td{
  border-bottom: 1px dashed #53005f;
  text-align: left;
  line-height: 30px;
}

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

#monthly .interview_table_asof{
  text-align: right;
}

#monthly .interview_main_text{
  margin-top: 50px;

}

#monthly .interview_main_text p{
  margin-bottom: 0;
}


#monthly .interview_main_midasi{
  color: #67479a;
  font-size: 25px;
  font-weight: bold;
  margin-top: 35px;
}

#monthly .interview_main_interviewer {
  color: #5e310d;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-indent: 0;
  margin: 10px 0;
}

#monthly .interview_main_racer{
  color: black;
}

#monthly .interview_ponkotu{
  border-top: 1px solid black;
  text-indent: 0;
}</pre></body></html>