@charset "euc-jp";


#product {
  background: #ffffff;
  position: relative; 
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 30px; 
}

#product:before {
  content: ' ';
  background: url(https://e-monz.sakura.ne.jp/e-monz-jp/image/renew/product_article_top.png) repeat-x;
  background-size: 100%;
  position: absolute;
  height: 40px;
  width: 100%;
  top: -18px;
  left: 0px;
}

#product:after {
  content: ' ';
  background: url(https://e-monz.sakura.ne.jp/e-monz-jp/image/renew/product_article_bottom.png) repeat-x;
  background-size: 100%;
  position: absolute;
  height: 40px;
  width: 100%;
  bottom: -18px;
  left: 0px;
}

#em_product_detail {
  width: 760px;
  margin: auto;
}

#em_policy {
 padding: 10px;
}


#em_policy h2 {
  font-weight: bold;
}

#em_policy h3 {
  margin: 0 0 6px 0;
  padding: 0;
  font-weight: bold;
  text-align: left;
}

#em_policy p {
  margin-bottom: 40px;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px dotted #cccccc;
}
