@charset 'utf-8';
.clrfx:before, .clrfx:after {
  content: " ";
  display: table;
}
.clrfx:after {
  clear: both;
}
.clrfx {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.ml_05 {
  margin-left: -0.5em;
}
.hoverOp:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.opcity {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
a {
  /*リンクされた文字*/
  color: #5F5F5F;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}
a:link {
  /*未訪問のリンク*/
  color: #5F5F5F;
  font-style: normal;
  text-decoration: none;
}
a:visited {
  /*訪問後のリンク*/
  color: #5F5F5F;
  text-decoration: none;
}
a:hover {
  /*マウスをのせたとき*/
  color: #4E4E4E;
  font-style: normal;
  text-decoration: underline;
  opacity: 0.5;
}
a:active {
  /*クリック中*/
  text-decoration: none;
}

/* Common
 * --------------------------------------------------------*/

#wrapper201612{
  background-color: #FFF;
  font: normal 14px/29px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#mainImgArea2 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

#contents {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}

.info_p{
  text-align: center;
  padding-top: 30px;
  font-size: 17px;
}

.talkEnd{
  text-align: left;
  font-size: 15px;
  width: 420px;
  margin: 0 auto;
  padding-left: 40px;
}

/* スマホ対応
 * --------------------------------------------------------*/

@media only screen and (max-device-width: 600px) {
  #contents{
    width: 100%;
  }

  #illust1{
    display: none;
  }

  #illust2{
    display: none;
  }

  .yodogawa{
    width: 85%;
    font-size: 37.5px;
  }

  .talk_adj_top{
    width: 100%;
    margin-top: 70px;
  }

  .talk{
    width: 85%;
    font-size: 37.5px;
    line-height: 1.9em;
    padding-bottom: 70px;
  }

  .talk dl, .talk_adj dl, .talk_adj_top dl{
    width: 100%;
  }

  .talk dd, .talk_adj dd, .talk_adj_top dd{
    width: 100%;
  }

  .talk dt, .talk_adj dt, .talk_adj_top dt{
    width: 100%;
    text-align: left;
    margin-left: 0px;
    padding-left: 0px;
  }

  .photo_talk img{
    width: 85%!important;
  }

  .info_p{
    font-size: 37.5px;
    line-height: 1.8em;
    width: 85%;
    margin: 0 auto;
    text-align: left;
  }
/*archive*/

  .guide{
    width: 85%;
    margin: 0 auto!important;
    font-size: 37.5px;
    line-height: 1.8em;
    padding: 0 0 0 0;
  }

  .talkEnd{
   font-size: 35px;
   width: 90%;
   line-height: 1.8em;
  }

  .caption{
    font-size: 35px;
    line-height: 1.8em;

  }

  p.update{
    font-size: 30px;
    padding-bottom: 30px;
  }

  #backNumber{
    width: 90%;
  }
} 

