/* mixin */
/* PROFILE */
#contents {
  overflow: hidden;
  *zoom: 1;
  font-size: 12px;
  font-size: 1.2rem;
  color: #616161;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding-bottom: 65px;
  margin-top: 16px;
}
#contents h2 {
  border-bottom: 1px solid #2b2b2b;
  padding: 0 0 6px 3px;
  margin-bottom: 24px;
}
#contents h3 {
  line-height: 0;
  border-bottom: 1px solid #2b2b2b;
  padding: 0 0 8px 5px;
  margin-bottom: 20px;
}
#contents h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ccc;
  padding-top: 2px;
  margin-bottom: 18px;
}
#contents .section {
  width: 455px;
}
#contents .container {
  background: url('/images/common/frame_bg.png?1395843796');
  box-sizing: border-box;
  border: 1px solid #2b2b2b;
  padding: 0 1px;
  margin-bottom: 30px;
}
#contents .container .inner {
  background: url('/images/discography/frame_btm.png?1395846687') 0 bottom no-repeat;
}
#contents .product {
  overflow: hidden;
  *zoom: 1;
  border-top: 1px solid #090909;
  padding: 30px 5px 30px 18px;
}
#contents .product:first-child {
  background: url('/images/discography/frame_top.png?1395846687') 0 top no-repeat;
  border: none;
}
#contents .product .photo {
  float: left;
  margin-right: 15px;
}
#contents .product .detail {
  float: left;
  width: 213px;
}
#contents .product .detail p {
  margin-bottom: 16px;
}
#contents .product .perk {
  margin-top: 16px;
}
#contents .product .notice {
  color: #a61414;
}
#contents .left {
  float: left;
}
#contents .right {
  float: right;
}
