/*-------------------------------*/
/*	サイドバー：紙面部分
/*-------------------------------*/
.paper-view-contents-box { }
.paper-view-contents-box:after {
  content: "";
  display: block;
  clear: both;
}

/* 左側部分 */
.paper-frame-box {
  float: left;
  width: 55%;
}
#paper-frame {
  border: 1px solid #ebebeb;
}
#paper-frame a {
  display: block;
  position: relative;
}
.paper-frame-thm img {
  width: 100%;
}
.paper-frame-info {
  background-color: rgba(0,0,0,.7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 0;
  color: #fff;
  text-align: center;
}
.paper-frame-date { }
.paper-frame-title { }

/* 右側部分 */
.paper-guide-box {
  float: right;
  width: 45%;
}
.paper-guide-item {
  margin-top: 0.1%;
}
.paper-guide-item:first-child {
  margin-top: 0;
}
.paper-guide-item img {
  width: 98%;
  margin: 0 1%;
}

@media screen and (max-width:320px){
  /* 左側部分 */
  .paper-frame-box {
    float: none;
    width: 100%;
  }

  /* 右側部分 */
  .paper-guide-box {
    float: none;
    width: 100%;
  }
  .paper-guide-item {
    margin-top: 1%;
  }
  .paper-guide-item:first-child {
    margin-top: 1%;
  }
  .paper-guide-item {
    float: left;
    width: 48%;
    padding: 1%
  }

}