@charset "utf-8";
/* CSS Document */

/* =========================================================
　初期設定
========================================================= */
/* ----- body ----- */
html {
  height: 100%;
}

body {
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #333;
  text-align: center;
  font-family: arial, verdana, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
}

label {
  cursor: pointer;
}

select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input {
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* chromeのオートフィル時の背景を白に */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* ----- link ----- */
a:link {
  color: #039;
  text-decoration: none;
}

a:visited {
  color: #639;
  text-decoration: none;
}

a:hover {
  color: #639;
  text-decoration: underline;
}

/* ----- new clearfix ----- */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}

* html .clearfix {
  zoom: 1;
}/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}/* IE7 */

/* =========================================================
　DLのロゴ横にリアルカウントダウンを表示させる
========================================================= */
div#logo_02 {
  position: relative;
  float: left;
  width: 250px;
  height: 45px;
  margin-left: 15px;
}

div#logo_02 a {
  position: relative;
  z-index: 10;
}

div#logo_02 ul.time_limit {
  background: #000;
  width: 104px;
  height: 19px;
  padding: 1px 3px;
  position: absolute;
  bottom: 1px;
  right: 36px;
  overflow: hidden;
  margin: 0;
  border-radius: 2px;
}

div#logo_02 ul.time_limit li {
  width: 14px;
  height: 19px;
  line-height: 19px;
  font-size: 16px;
  float: left;
  text-align: center;
  background: none;
  color: #0f0;
  position: static;
  margin: 0;
  background: url(../images/campaign/pointup201503/bg_count_03.jpg) no-repeat 0 0;
}

div#logo_02 ul.time_limit li.time_colon {
  width: 10px;
  background: none;
}

div#logo_02 ul.time_limit li.num_0 {
  background-position: 0 0;
}

div#logo_02 ul.time_limit li.num_1 {
  background-position: -14px 0;
}

div#logo_02 ul.time_limit li.num_2 {
  background-position: -28px 0;
}

div#logo_02 ul.time_limit li.num_3 {
  background-position: -42px 0;
}

div#logo_02 ul.time_limit li.num_4 {
  background-position: -56px 0;
}

div#logo_02 ul.time_limit li.num_5 {
  background-position: -70px 0;
}

div#logo_02 ul.time_limit li.num_6 {
  background-position: -84px 0;
}

div#logo_02 ul.time_limit li.num_7 {
  background-position: -98px 0;
}

div#logo_02 ul.time_limit li.num_8 {
  background-position: -112px 0;
}

div#logo_02 ul.time_limit li.num_9 {
  background-position: -126px 0;
}
