body #Drug {
  font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Verdana, sans-serif !important;
}

.btn_OpeningSale{
  margin: 5px auto 15px;
  text-align: center;
}

.bnr{
  display: block;
  margin: 17px auto 3px;
  text-align: center;
}
.Category a:hover {
  opacity: 0.7;
}

#Drug #Header {
  position: relative;
  margin: 20px 0 0 0;
}
#Drug #Header p {
  position: relative;
  bottom: 38px;
  left: 240px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

#Drug .cp_entry {
  margin: 6px 0 10px 0;
}

#Drug .OpeningSale {
  border-left:solid #da332c 4px;
  border-right:solid #da332c 4px;
  border-bottom:solid #da332c 4px;
}
#Drug .OpeningSale .Inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px 16px 0;
}
#Drug .OpeningSale .Inner ul {
  display: flex;
  justify-content: space-between;
}
#Drug .OpeningSale .Inner ul li a:hover {
  opacity: 0.7;
}
#Drug .OpeningSale .Inner .Itembox {
  position: relative;
  width: calc(163px - 16px);
  border: solid #fedc5e 4px;
  padding: 6px;
  margin-bottom: 14px;
}
#Drug .OpeningSale .Inner .Itembox:hover {
  opacity: 0.8;
}
#Drug .OpeningSale a {
  display: block;
}
#Drug .OpeningSale a:hover {
  opacity: 0.7;
  /*text-decoration: none;*/
}
#Drug .OpeningSale .Inner .Itembox .ItemName {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  min-height: 4.5em;
  color: #000;
}
#Drug .OpeningSale .Inner .Itembox .ItemPhoto {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
#Drug .OpeningSale .Inner .Itembox .ItemPhoto img {
  width: 100px;
  height: 100px;
}
#Drug .OpeningSale .Inner .Itembox .PriceNotax {
  font-size: 28px;
  color: #182c64;
  font-weight: bold;
  margin: 7px 0 13px;
  line-height: 14px;
}
#Drug .OpeningSale .Inner .Itembox .PriceNotax span {
  font-size: 11px;
  color: #000;
  font-weight: normal;
  display: block;
}
#Drug .OpeningSale .Inner .Itembox .PriceNotax_ex {
  font-size: 23px;
  color: #ff0000;
  font-weight: bold;
  margin: 7px 0 13px;
  line-height: 14px;
}
#Drug .OpeningSale .Inner .Itembox .PriceNotax_ex span {
  font-size: 11px;
  color: #000;
  font-weight: normal;
}
#Drug .OpeningSale .Inner .Itembox .PriceOntax {
  font-size: 12px;
  color: #000;
  margin: 0 0 6px;
}
#Drug .OpeningSale .Inner .Itembox .BTN div {
  width: 100%;
  text-align: center;
}
#Drug .OpeningSale .Inner .Itembox a.BTN ,
#Drug .OpeningSale .Inner .Itembox a.BTN:link ,
#Drug .OpeningSale .Inner .Itembox a.BTN:visited {
  background: #da332c;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  padding: 5px 15px 5px 0;
  text-decoration: none;
  border-radius: 5px;
}

#Drug .OpeningSale .Inner .Itembox a.BTN:after {
  position: absolute;
  content: url(/resource/club_com/special/drug/images/opneningsale_icon_arrow.png);
  top: 5px;
  right: 8px;
}
#Drug .OpeningSale ul {
  display: flex;
  justify-content: space-around;
  margin: 6px 13px 20px;
}

#Drug .Category {
  background-color: #fff2f8;
  margin: 40px 0 30px;
  padding: 0 0 18px;
  border: 3px solid #ea70a5;
  border-top: none;
  position: relative;
}
#Drug .Category h2 {
  background: url(/resource/club_com/special/drug/images/category_ttl2.png) top left no-repeat;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
#Overview h2{
  background: url(/resource/club_com/special/drug/images/category_ttl3.png) top left no-repeat;
}
#Drug .Category ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 15px 0;
}
#Drug .Category ul li {
  margin-bottom: 15px;
}
#Drug .Category ul li a:hover {
  opacity: 0.7;
}
#Drug .Category p {
  text-align: center;
}

#Drug #Overview {
  border-top: solid #f09645 4px;
  border-right: solid #f09645 4px;
  border-left: solid #f09645 4px;
  border-bottom: solid #f09645 4px;
  margin-bottom: 30px;
  position: relative;
}

#Drug .icon {
  position: absolute;
  top: 22px;
  right: 16px;
}

#Drug .opneningsale_ttl {
  position: relative;
}

#Drug .icon_pointcp {
  position: absolute;
  top: 12px;
  right: 5px;
}

#Drug .icon_taisyou {
  position: absolute;
  top: 6px;
  right: 5px;
}

#Drug #Overview h3 {
  width: 739px;
  text-align: center;
  background: #f09645;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 10px;
}
#Drug #Overview h3 p {
  width: 700px;
}
#Drug #Overview dl {
  padding: 14px;
}
#Drug #Overview dl dt {
  width: 130px;
  background: #f09645;
  font-size: 16px;
  display: inline-block;
  padding: 7px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#Drug #Overview dl dd {
  padding: 6px 0 0 0;
  font-size: 13px;
  line-height: 18px;
}
#Drug #Overview dl dd ul li {
  padding-left: 1.0em;
  text-indent: -1.0em;
}
#Drug #Overview dl dd ul li span {
  font-weight: bold;
}
#Drug #Overview dl dd.Date {
  font-size: 22px;
  padding: 15px 0 30px;
  font-weight: bold;
}
#Drug #Overview .Entry {
  background: url(/resource/club_com/special/drug/images/entry_off_orange.png) top left no-repeat;
  width: 519px;
  margin: 10px auto 0;
}
#Drug #Overview a.Entry {
  background: url(/resource/club_com/special/drug/images/entry_off_orange.png) top left no-repeat;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  color: #fff;
  padding: 13px 0;
}
#Drug #Overview a.Entry:hover {
  background: url(/resource/club_com/special/drug/images/entry_on_orange.png) top left no-repeat;
  text-decoration: none;
}

#Drug #Overview .attention {
  background: #fff7e8;
  margin: 14px 14px 14px 14px;
}

#Drug #Overview .attention dt {
  width: 74px;
  background: #f09645;
  font-size: 14px;
  display: inline-block;
  padding: 5px 8px 5px 8px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#Drug #Overview .indent {
  text-indent: -0.08em;
  padding: 0.08em;
}

#Drug {
  width: 761px;
}

#Drug a img:hover {
  opacity: 0.7;
}

#Drug .OpeningSale .attention_txt_itemtop {
  text-align: right;
  padding: 10px 0 0 0;
}

#Drug .OpeningSale.pollinosis {
  border-left:solid #2c98eb 4px;
  border-right:solid #2c98eb 4px;
  border-bottom:solid #2c98eb 4px;
}

#Drug .OpeningSale .Inner .Itembox .ItemName a,
#Drug .OpeningSale .Inner .Itembox .ItemPhoto a {
  text-decoration: none;
}

#Drug .OpeningSale .Inner .Itembox .ItemName a:hover {
  text-decoration: underline;
}

#Drug .Category .Category_area {
  margin-top: 40px;
}

#Drug .Category .Category_area .Category_ttl_h3 {
  color: #333333;
  font-size: 21px;
  border-left: 4px solid #333333;
  padding: 2px 0 2px 12px;
  margin: 0 0 0 15px;
}

#Drug .Category #Symptom ul li img {
  padding: 0 0 3px 0;
}

#Drug .Category #Symptom ul li a {
  text-decoration: none;
}

#Drug .Category .Category_area ul li p a:before {
  content: url(/resource/club_com/special/drug/images/arrow_link.png);
  padding: 0 6px 0 0;
}

#Drug .Category #Symptom ul li a:hover {
  text-decoration: underline;
}

#Drug #Overview .pp {
  background: url(//cdn.askul.co.jp/ais/resource/images/shared/icn/2014new_ico_blank.png) right 25% no-repeat;
  padding: 0 12px 0 3px;
  margin: 0 7px 0 2px;
}

.firstaid{
  margin:20px 0 20px 0;
}

.firstaid a:hover {
  opacity: 0.7;
}

#recommend {
    text-align: center;
}

#recommend a:hover {
  opacity: 0.75;
}