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


/*各ページ*/

#monthly p{
text-align: justify;
}

#monthly div#title-box{
  background: url("./img/interview_main.jpg") no-repeat 0 0;
  margin-bottom:0px;
  padding-left:350px;
    min-height:440px;
    position: relative;
}




#monthly h4{
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: right;
  }
  
  
#monthly h4 span{
  letter-spacing: -0.1em;
}

#monthly h4.article_title {
  position:absolute;
  top:100px;
  right:0px;
  width:460px;
  color: #333;
  font-size: 18px;
  text-shadow: 0px 0px 8px #fff;
}

#monthly h4.article_title span.number {
  font-size: 30px;
  padding: 0px 0px 10px 0px;
  vertical-align: super;
}

#monthly h4.article_title span.name {
  font-size: 60px;
  color: #008B8C;
  padding: 0 0 0 12px;
}

#monthly #title-box p {
  position:absolute;
  top:240px;
  right:10px;
  width:460px;
  color: #7B3500;
  font-size: 14px;
    text-shadow: 0px 0px 4px #fff;
    
}

#monthly #title-box p span {
  position:absolute;
  right:0px;
}

p.interviewer_text:before {
content: "―― ";
color: #7B3500;
letter-spacing:-0.1em;
margin-right:0.4em;
}

#monthly .article_title {
  color: #008B8C;
  font-size: 24px;
  margin: 60px 0px 10px 0px;
  text-align: center;
  font-weight:bold;
}
#monthly .interviewer_text {
  color: #7B3500;
  margin: 20px 0 4px 0;
  text-indent: 0;
}
