@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 #top{
  position:relative;
}

#monthly #top_img{
  margin:50px 0 15px 0;
}

#monthly #main_title{
  color:#0093BF;
  font-size:30px;
  text-shadow:2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 3px 3px 5px #231815;
  position: absolute;
  top:0px;
  left:10px;
  text-align:left;
  width:890px;
}

#monthly #top_text{
  color:#71350D;
  width:260px;
  position:absolute;
  top:250px;
  right:0;
  text-align:justify;
}

#monthly #top_text span{
	font-size: 14px;
}

#monthly .sub_title{
  color:#6750A1;
  font-size:24px;
  margin-bottom:15px;
  text-align: center;
}

#monthly .thread{
  margin-top:20px;
}

#monthly .thread p{
  line-height:25px;
  text-align:justify;
}

#monthly .interview{
  margin-top:30px;
}

#monthly .interview p{
  text-indent:0;
}

#monthly #tanimura_2{
  float: left;
  margin: 5px 30px 15px 10px;
}

#monthly .interviewer{
  color:#563215;
}

#monthly .tanimura{
  color:#0093BF;
  font-weight:bold;
}

#monthly .number{
  background:#AAD26F;
  color:white;
  padding:0 5px;
  font-weight:bold;
}

/* ここから優勝戦の表 */
#monthly #wakamatu{
  border:1px black solid;
  margin:20px 0 25px 0;
	padding: 10px;
}

#monthly #table_section{
  width:350px;
	margin-left: 60px;
}

#monthly #table_section p{
  line-height:1.4;
}

#monthly #table_section b{
  display:inline-block;
  transform:rotate(30deg);
  margin-right:5px;
}

#monthly #title{
  text-align:center;
  margin:15px 0;
}

#monthly #title h3{
  font-size:20px;
}

#monthly #yusyousen{
  	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

#monthly #start_img{
	margin-right: 60px;
	
}

#monthly img.interview_img2{
  /*width:350px;
  height:220px;*/
  margin-left:30px;
  border:5px solid #FFFFFF;
  -webkit-box-shadow:1px 1px 2px #000;
}

#monthly #table_1{
  width:350px;
  margin-bottom:10px;
}

#monthly #table_1 th,
#monthly #table_1 tr,
#monthly #table_1 td{
  text-align:center;
  height:28px;
  vertical-align: middle;
}

#monthly #table_1 th{
  font-weight:bold;
  border-bottom:2px black solid;
}

#monthly #table_1 td{
  border-bottom:1px black solid;
}

#monthly #black{
  background:#231F20;
  color:white;
}

#monthly #blue{
  background:#007DC5;
  color:white;
}

#monthly #red{
  background:#EE1C25;
  color:white;
}

#monthly #yellow{
  background:#E6D536;
  color:white;
}

#monthly #green{
  background:#00A651;
  color:white;
}

#monthly #white{
  background:#eee;
}

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

/* #monthly .border_1{
  border:1px black solid;
  padding:0 5px;
} */

#monthly #border_2{
  border: 1px black solid;
  padding:2px 3px;
}

/* ここからプロフィール */

#monthly #racer_info{
  border: 1px #0093BF solid;
  margin-top:35px;
  display:flex;
}

#monthly #profile{
  margin: 20px auto;
  position: relative;
  z-index: 20;
  width: 410px;
  text-align: justify;
}

#monthly #profile_icon{
  position: absolute;
  top: -15px;
  right: -10px;
  /* width: 200px;
  height: 55px; */
  z-index: 10;
}

#monthly #profile p{
  position: relative;
  z-index:30;
  line-height:1.8;
}

#monthly #table_box{
  margin:auto;
}

#monthly #table_2{
  width:435px;
}

#monthly #table_2 th,
#monthly #table_2 td{
  border-top:1px #325997 solid;
  border-bottom:1px #325997 solid;
}

#monthly #table_2 th{
  background:#C9CEE3;
  text-align:center;
}

#monthly #table_2 td{
  text-align:right;
}

#monthly #table_2 td:nth-of-type(1){
  text-align:center;
}


#monthly .table_3{
  width:435px;
}

#monthly .solid{
  border-top:1px solid #325997;
}

#monthly .table_3 td{
  border-top:1px dashed #325997;
  border-bottom:1px dashed #325997;
  text-align:left;

}

#monthly .profile_table{
  width:435px;
  margin:15px auto;
}

#monthly .profile_table p{
 text-align: right; 
}
