@charset "Shift_JIS";

/* =sale-container
----------------------------------------------- */
.saleCd div {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #111;
}
.saleCd img {
  float: left;
  width: 30%;
  margin-bottom: 0.5em;
}
.saleCd dl {
}
.saleCd dt {
  margin-left: 35%;
  margin-bottom: 1em;
}
.saleCd dt strong {
  font-weight: bold;
}
.saleCd dd {
  clear: both;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.official {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #111;
}

.official a {
  padding-left: 3px;
  padding-right: 15px;
  background: url(../../images/icon_openwindow.png) 100% no-repeat;
  color: #ccc;
  text-decoration: underline;
}
.official a:hover {
  text-decoration: none;
}

/*---------------------
   clearfix
---------------------*/
.saleCd div:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.saleCd div,
.clearfix {
  display: inline-block;
  zoom: 1;
}

/* Hides from IE-mac \*/
* html .saleCd div,
* html .clearfix {
  height: 1%;
}

.saleCd div,
.clearfix {
  display: block;
}
/* End hide form ID-mac */
