@charset "utf-8";

/*共通*/

#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 #wrapper_all{
    background-color: #fce5e7;
    padding: 10px;
}

#monthly #top {
    color: #7b3500;
    display: flex;
}

#monthly #top #mainphoto{
    margin-top: -5px;
}

#monthly #top #left{
    margin-top: 10px;
}

#monthly #top #left #img_tiara{
    margin-bottom: 80px;
}

#monthly #left #comment{
    margin-top: 60px;
}

#monthly p {
    text-indent: 0em;
}

#monthly #profile{
    color: black;
    background-color: white;
    border: solid #f1919c 2px;
    padding: 10px 10px 5px 10px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

#monthly #profile_comment{
    padding: 10px 10px 5px 80px;
}

#monthly #profile #profile_name{
    font-weight: bold;
    color: #ec6d7b;
    position: absolute;
    left: 95px;
}

#monthly #profile span{
    font-weight: bold;
    color: black;
}

#monthly #profile #profile_img{
    position: absolute;
    top: -22px;
    left: 100px;
}

#monthly #profile #circle{
    position: absolute;
    top: -30px;
    left: -10px;
}

#monthly #interview_data table {
  width: 420px;
  margin-bottom: 6px;
  font-size: 14px;
}
#monthly #interview_data caption span{
  font-weight: normal;
  float: right;
}

#monthly #interview_data caption {
  font-weight: bold;
  text-align: left;
}
#monthly #interview_data th {
  font-weight: normal;
  text-align: center;
  border-top: solid 1px #f1919c;
  border-bottom: solid 1px #f1919c;
  background-color: #fce6e4;
  border-collapse: collapse;
}
#monthly #interview_data #tusan td {
  text-align: right;
  padding-right: 10px;
  border-bottom: solid 1px #000;
}

#monthly h4{
    font-family: serif;
    font-size: 22px;
    color: #d34b47;
    font-weight: bold;
    margin-bottom: 15px;
}

#monthly .interviewer{
    color: #5e310d;
    font-weight: bold;
}

#monthly p span{
    color: #ec6d7b;
    font-weight: bold;
}

#monthly #interviewer_name{
    text-align: right;
    font-size: 13px;
    color: #5e310d;
    font-weight: bold;
}

