@charset "utf-8";
header nav li.b {
  background: #E78492;
}
.sec-top .b-lead .memo {
   margin:10px 0 0 0;
   display: block;
   color: #999;
}
.sec-top table {
   width: 100%;
   max-width: 670px;
   border-top: 1px solid #CCC;
   border-right: 1px solid #CCC;
}
.sec-top th {
   font-size: 1.3rem;
   height: 39px;
   line-height: 40px;
   width: 160px;
   text-align: center;
   font-weight: normal;
   vertical-align: middle;
   border-left: 1px solid #CCC;
   border-right: 1px solid #CCC;
   border-bottom: 1px solid #CCC;
}
.sec-top td {
   padding: 7px 20px;
   font-size: 1.3rem;
   line-height: 1.4;
   border-bottom: 1px solid #CCC;
}
.picturefill {
   width: 100%;
   height: auto;
   max-width: 672px;
}
.picturefill img {
   width: inherit;
   height: inherit;
}
#price-table-container{
  position: relative;
  display: inline-block;
  max-width: 100%;
}
img#price-table{
  width: 672px;
  max-width: 100%;
}
#icon-search{
  max-width: 50%;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}
.royalty .sec-top .memo,
.royalty .sec-charge .memo {
    font-size: 11px;
    margin: 34px 0 0 11px;
    line-height: 20px;
}
.royalty .sec-charge .memo {
    margin: 29px 0 0 11px;
}
.royalty .sec-top .memo a {
   display: inline-block;
   color: #3399CC;
}
.royalty .price-lead {
  margin: 13px 7px 0px;
  font-size: 1.3rem;
  line-height: 1.4;
}
.view_timer{
  display: none;
}
@media only screen and (max-width :900px) {
   .sec-top table {
      width: 100%;
      max-width: 670px;
   }
   .sec-top th {
      display: block;
      font-size: 1.3rem;
      height:27px;
      line-height: 28px;
      width: 100%;
      border-right:none; 
   }
   .sec-top td {
      display: block;
      font-size: 1.2rem;
      height: auto;
      line-height:1.4;
      padding:12px 13px 12px;
      border-left:1px solid #CCC; 
   }
   .sec-top .memo {
       font-size: 11px;
       margin:15px 0 0 0;
       line-height: 20px;
   }   
   .price-lead {
    margin:13px 0 26px;
    font-size: 1.5rem;
    line-height: 1.4;
   }
   #icon-search{
    display: inherit;
   }

}


.sec-charge p + .sample {
  margin-top:65px;
}
.sec-charge .sample {
  margin-top:43px;
  padding:0 0 0 9px;
}
.sec-charge .sample + .sample {
  margin-top:51px;
}
.sec-charge h3 {
  font-size:1.8rem;
  color:#666;
  font-weight:normal;
  margin-bottom:5px;
}
.sec-charge .sample p {
  font-size:1.4rem;
  color:#666;
  height:52px;
  line-height:53px;
}
.sec-charge .table {
  border:1px solid #999;
  max-width:850px;
  margin-left:1px;
  overflow:hidden;
}
.sec-charge dl {
  float:left;
  border-right:1px solid #999;
  overflow:hidden;
}
.sec-charge dl.copyright {
  width:160px;
}
.sec-charge dl.copyright2 {
  width:169px;
}
.sec-charge dl.song-num {
  width:95px;
}
.sec-charge dl.sistem-price {
  width:95px;
}
.sec-charge dl.total-price {
  width:145px;
  border-right:none;
}
.sec-charge dt {
  color:#666;
  font-size:1.2rem;
  text-align:left;
  border-bottom:1px solid #999;
  font-weight:normal;
  background:#EDEDED;
  height:40px;
  line-height:41px;
  text-align:center;
}
.sec-charge dt span {
  color:#999;
  font-size:1rem;
}
.sec-charge dd {
  color:#999;
  font-size:2rem;
  height:50px;
  padding-top:30px;
  text-align:center;
}
.sec-charge dd.note {
  position:relative;
}
.sec-charge dd.note span {
  position:absolute;
  top:22px;
  left:0;
  width:100%;
  color: #999;
}
.sec-charge dd small {
  font-size:1.3rem;
  color:#999;
}
/*.sec-charge .note {
  font-size:1.5rem;
  color:#999;
  margin-left:12px;
  line-height:1.4;
  margin-top:38px;
}*/

@media only screen and (max-width :1023px) {
  .sec-charge .table {
    border:none;
    border-left:1px solid #999;
  }
  .sec-charge dl,
  .sec-charge dl.copyright,
  .sec-charge dl.copyright2,
  .sec-charge dl.song-num,
  .sec-charge dl.sistem-price,
  .sec-charge dl.total-price {
    width:100%;
    border:none;
  }
  .sec-charge dl.copyright dt {
    border-top:1px solid #999;
  }
  .sec-charge dl.copyright dd {
    border-top:1px solid #999;
  }
  .sec-charge dl.total-price {
    border-right:none;
  }
  .sec-charge dt {
    float:left;
    width:57%;
    height:80px;
    line-height:81px;
    border-right:1px solid #999;
  }
  .sec-charge dd {
    float:left;
    width:42%;
    padding:0;
    height:80px;
    line-height:81px;
    border-bottom:1px solid #999;
    border-right:1px solid #999;
  }
  .sec-charge dd.note span {
    top:20px;
    line-height:1;
  }
}
@media only screen and (max-width: 767px) {
  .sec-charge .sample {
    margin-top:20px;
  }
  .sec-charge p + .sample {
    margin-top:40px;
  }
  .sec-charge .explain img {
    width:100%;
    height:100%;
    margin-top:18px;
    max-width:254px;
    margin:14px auto 0;
    display:block;
    float:none;
  }
  .sec-charge .explain p {
    width:100%;
    font-size:1.3rem;
  }
  .sec-charge .summary table {
    font-size:1.3rem;
    margin:18px 9px 0 9px;
  }
  .sec-charge .summary th {
    padding:10px 0 10px 9px;
  }
  .sec-charge .summary td {
    padding: 10px 13px 10px 9px;
  }
  .sec-charge h3 {
    font-size:1.6rem;
    line-height:1.4;
  }
  .sec-charge .sample p {
    font-size:1.2rem;
  }
  .sec-charge dl.copyright.high dt,
  .sec-charge dd.note {
    height:51px;
    line-height:52px;
  }
  .sec-charge dd.note span {
    top:10px;
  }
  .sec-charge dd small {
    font-size:1rem;
  }
  .sec-charge dt {
    font-size:1.3rem;
    height:40px;
    line-height:41px;
  }
  .sec-charge dd {
    font-size:1.6rem;
    height:40px;
    line-height:41px;
  }
  .sec-charge .memo {
    font-size:1.3rem;
    margin-top:20px;
  }
}
