@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 #main_title {
  color: #cf712e;
  font-size: 32px;
  text-align: center;
  padding-bottom: 30px;
}

#monthly .name{
  color:#cf712e;
  font-weight: bold;
  margin: 0 1em 0 -1em;
}

#monthly .midashi {
  color: #bf0008;
  font-size: 22px;
  text-align: center;
  padding-top: 50px;
}
#monthly #top_interview{
  color: #4b4948;
  font-weight: bold;
  font-size: 25px;
  position: absolute;
  top: 20px;
  right: 70px;
  text-align: right;
  width: 890px;
}
#monthly #top_number{
  font-weight: bold;
  font-family: serif;
  font-size: 30px;
  position: absolute;
  top: 100px;
  text-align: right;
  width: 490px;
}

#monthly #top_name{
  font-weight: bold;
  color: #cf712e;
  font-family: serif;
  font-size: 60px;
  position: absolute;
  top: 70px;
  text-align: right;
  width: 780px;
}

#monthly #top_syussin{
  font-weight: bold;
  font-family: serif;
  font-size: 30px;
  position: absolute;
  top: 105px;
  text-align: right;
  width: 900px;
}

#monthly .interviewer1{
  color:#7b3500;
  font-weight: bold;
  text-align: justify;
  bottom: 0;
  margin-left: 450px;
  position: absolute;
}
#monthly .interviewer{
  color:#5e310d;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 20px;
  text-indent: 0;
}



/* ここからプロフィール */
#monthly #wrapper {
  border: 1px solid #733b93;
  bottom: 0;
  left: 0;
  padding:10px ;
  display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
  margin-top: 50px;
}

#monthly #sensyu {
  width: 420px;
}

#monthly #wrapper caption {
  font-weight: bold;
}

#monthly #wrapper #sensyu tr{
  border-bottom: 1px solid #733b93;
}

#monthly #wrapper #sensyu th {
  background: #d2c3df;
  text-align: center;
}

#monthly #wrapper #sensyu td {
  text-align: right;
  padding: 0 5px 0 0;
}

#monthly #wrapper #sensyu td:nth-of-type(1){
  text-align: justify;
  padding-left: 15px;
  padding-right: 0;
  box-sizing: content-box;
  letter-spacing: 1px;
}

#monthly .part {
  width: 420px;
}

#monthly #wrapper .part td{
  border-bottom: 1px dashed #733b93;
}

#monthly #wrapper .part td:nth-of-type(1){
  text-align: justify;
  padding-left: 15px;
  padding-right: 0;
  box-sizing: content-box;
  letter-spacing: 1px;

}

#monthly #wrapper .part td:nth-of-type(2){
  text-align: justify;
  padding-left: 15px;
  letter-spacing: 1px;

}

#monthly #wrapper .part td:nth-of-type(4){
  text-align: justify;
  padding-left: 10px;
  padding-right: 5px;
  box-sizing: content-box;
  letter-spacing: 1px;

}

#monthly #wrapper .part th {
  border-bottom: 1px solid #733b93;
}




#monthly #wrapper #date {
  text-align: right;
}

#monthly .maruno {
  color: #733b93;
  font-weight: bold;
}

#monthly .border_1{
  font-weight:bold;
}

/* ここから優勝戦の表 */
#monthly #memoriaru{
  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;
  text-indent: 0;
}

#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.right{
  width:350px;
  height:220px;
  margin-left:30px;
  border:5px solid #FFFFFF;
}

#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 #727171 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_2{
  border: 1px black solid;
  padding:2px 3px;
}
