@charset "utf-8";

/* 200108 added */
#stereo_sound .inContents figure {
  width: 85%;
  margin: 0 auto;
}

@media screen and (max-width:640px) {
  #stereo_sound .inContents figure {
    width: 85%;
  }
}

#stereo_sound .inContents img {
  width: 100%;
}

.kvArea {
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 200108 added */
  max-width: 774px;
  margin: 0 auto 10px;
}

.kvArea-caption {
  margin-top: 7px;
}

.kvArea-caption p {
  width: 100%;
}

.textAlign-left {
  text-align: left;
}

.textAlign-right {
  text-align: right;
}

.inContents_inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 200108 added */
  max-width: 774px;
  margin: 0 auto;
}

/* 210308 added */
.column_wrap {
  width: 85%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.column_wrap h2.main_headding {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: normal;
}

.column_wrap .img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.column_wrap .text {
  margin-top: 20px;
}

@media screen and (max-width:640px) {
  .column_wrap h2.main_headding {
    font-size: 120%;
  }
}

.exhibition {
  text-align: left;
}

.writer {
  text-align: right;
}

.lead {
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.8;
}


.main_headding {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  /* 200108 added */
  margin: 0;
}

/* 200108 added */
h3.main_headding {
  font-size: 20px;
  font-weight: bold;
  padding: 3px 0 3px 20px;
  border-left: 4px solid #666;
  margin: 30px 0 40px;
  line-height: 1.2;
  text-align: left;
}

@media screen and (max-width:640px) {
  h3.main_headding {
    font-size: 14px;
    padding: 1px 0 1px 4% !important;
    margin: 30px 0;
    line-height: 1.5;
  }
}

.main_subheadding {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.8;
  position: relative;
  color: #ababab;
}

.main_subheadding::before {
  content: 'ー';
}

.text {
  font-size: 14px;
  width: 100%;
  margin-top: 30px;
  text-align: left;
  line-height: 1.8;
}

.text a {
  border-bottom: 1px solid #999;
}

.text .name {
  font-weight: bold;
  padding-right: 15px;
}

.smaller_size{
  font-size: 11px;
}

/* 200108 added */
#stereo_sound .inContents figure.img-fullwidth {
  width: 100%;
}

/* 200108 added */
#stereo_sound .inContents figure.img-smallwidth {
  min-width: 300px;
  max-width: 300px;
}

@media screen and (max-width:640px) {
  #stereo_sound .inContents figure.img-smallwidth {
    min-width: auto;
  }
}

#stereo_sound .inContents figure.img-smallwidth img {
  width: 300px;
}

/* 200117 added */
#stereo_sound .inContents .img-col-2 figure.img-smallwidth {
  min-width: 620px;
  max-width: 620px;
  width: 70%;
}

#stereo_sound .inContents .img-col-2 .img-smallwidth img:first-child {
  float: left;
  margin-bottom: 5px;
}

#stereo_sound .inContents .img-col-2 .img-smallwidth img:last-child {
  float: right;
  margin-bottom: 5px;
}

@media screen and (max-width:640px) {
  #stereo_sound .inContents .img-col-2 figure.img-smallwidth {
    width: 85%;
    min-width: auto;
  }

  #stereo_sound .inContents .img-col-2 figure.img-smallwidth img {
    width: 100%;
  }

  #stereo_sound .inContents .img-col-2 .img-smallwidth img:last-child {
    margin-top: 15px;
  }
}

.caption {
  font-size: 12px;
  width: 100%;
  text-align: left;
  line-height: 1.8;
}

.caption.textAlign-center {
  text-align: center;
}

.img {
  margin: 30px 0 30px;
}

.col1-resp .text,
.col2-resp .text {
  margin: 0;
}

.line {
  border-top: 1px solid #999;
  padding-top: 30px;
}

.last {
  margin-bottom: 70px;
}

/*-----------------------
.page
-----------------------*/
.pager {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.pager .archive_area {
  margin: 30px auto;
  padding: 18px 16px;
  border: 1px solid #ededed;
  display: inline-block;
}

.archive_area:hover {
  background: #ebebeb;
  color: #666;
}

@media screen and (max-width:640px) {
  .kvArea {
    padding: 0;
  }

  .kvArea-caption {
    margin-top: 1.3%;
  }

  .inContents_inner {
    padding: 0;
  }

  .text {
    font-size: 110%;
  }

  .main_headding {
    font-size: 18px;
    margin: 0 0 22px;
  }

  .main_subheadding {
    /* font-size: 125%; */
    margin-top: 10%;
  }

  /*-----------------------
  .page
  -----------------------*/
  .pager .archive_area {
    margin: 8% auto;
    padding: 5% 4%;
  }
  .smaller_size{
    display: inline-block;
    padding-bottom: 10px;
  }
}