@charset "UTF-8";
#contents {
  padding-top: 60px;
}
#contents .maincontents {
  margin: 0 auto 80px auto;
  width: 950px;
}
#contents .main {
  background: #FFF;
  float: left;
  padding: 40px 30px 60px 30px;
  width: 600px;
}
#contents .main h1 {
  color: #ef7892;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#contents .main p.date {
  margin-bottom: 30px;
}
#contents .main p.date span.st {
  background: #ffeb00;
  display: block;
  float: left;
  font-weight: normal;
  line-height: 1;
  padding: 2px 4px;
  margin-right: 10px;
}
#contents .main h1 span.date span.dt {
  display: block;
  float: left;
  font-weight: normal;
  line-height: 1;
  padding: 2px 4px;
}
#contents .main h1.title {
  font-weight: bold;
}
#contents .main h2 {
  border-bottom: #ef7892 3px solid;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
#contents .main p {
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
#contents .main ul.pager {
  width: 600px;
}
#contents ul.pager li {
  color: #ef7892;
  float: left;
  letter-spacing: 0.04em;
  width: 33%;
}
#contents ul.pager li a {
  color: #ef7892;
}
#contents ul.pager li.prev {
  text-align: left;
}
#contents ul.pager li.tc {
  text-align: center;
}
#contents ul.pager li.next {
  text-align: right;
}
#contents .side {
  background: #ffe1dc;
  float: right;
  padding: 40px 30px 60px 30px;
  width: 210px;
}
#contents .side h1 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#contents .side ul li {
  line-height: 1.5;
  margin-bottom: 20px;
}
#contents .side ul li span {
  display: block;
}

/* clear
----------------------------------------------------------------------- */

#contents .maincontents:after, #contents ul.pager:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media screen and (max-width: 480px) {
  #contents {
    padding-top: 60px;
  }
  #contents .maincontents {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #contents .main {
    background: #FFF;
    float: none;
    padding: 20px 20px;
    margin: 0 auto 80px auto;
    width: 90%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #contents .main h1 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #contents .main p.pic img {
    width: 100%;
  }
  #contents .main p.date {
    margin-bottom: 10px;
  }
  #contents .main p.date span.st {
    background: #ffeb00;
    display: block;
    float: left;
    font-weight: normal;
    line-height: 1;
    padding: 2px 4px;
    margin-right: 10px;
  }
  #contents .main h1 span.date span.dt {
    display: block;
    float: left;
    font-weight: normal;
    line-height: 1;
    padding: 2px 4px;
  }
  #contents .main h1.title {
    font-weight: bold;
  }
  #contents .main h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
  }
  #contents .main p {
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
  }
  #contents .main ul.pager {
    width: 100%;
  }
  #contents ul.pager li {
    float: left;
    letter-spacing: 0.04em;
    width: 33%;
  }
  #contents ul.pager li a:hover {
    text-decoration: none;
  }
  #contents ul.pager li.prev {
    text-align: left;
  }
  #contents ul.pager li.tc {
    text-align: center;
  }
  #contents ul.pager li.next {
    text-align: right;
  }
  #contents .side {
    float: none;
    padding: 40px 20px 40px 40px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #contents .side h1 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #contents .side ul li {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #contents .side ul li span {
    display: block;
  }
}
