@charset "UTF-8";

body.single-product #header{
  display: none!important;
}
body.single-product .content_product .product_dl{
  display: none!important;
}
body.single-product .second_main {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0!important;
}
body.single-product .single_block_dl dt {
  display: none;
}
body.single-product .single_block_dl dd {
  width: 100%;
}
body.single-product #single_product_contents_block__buyarea{
  display: none!important;
}
body.single-product footer.footer{
  display: none;
}
