@CHARSET "UTF-8";

* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 1.2em;
  font-family: 'Lucida Grande', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  background-color: #fff;
}

img {
  border: none;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
address {
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
}

p,
address {
  line-height: 1.3;
}

var {
  font-style: normal;
}

input {
  padding: 3px;
}


/* Tag classes
--------------------------------------------------------- */

input.hidden-button {
  background-color: transparent;
  border: none;
  line-height: 1px;
  font-size: 1px;
  width: 1px;
  height: 1px;
  outline: none;
}

div#cd-pager {
  overflow: hidden;
  margin-bottom: 10px;
  clear: both;
}

div#cd-pager p.prev-page {
  width: 315px;
  padding-right: 5px;
  text-align: right;
  float: left;
}

div#cd-pager p.next-page {
  width: 315px;
  padding-left: 5px;
  text-align: left;
  float: right;
}

/* Common classes
--------------------------------------------------------- */

.img-bottom {
  line-height: 0px;
  vertical-align: top;
}

.img-bottom img {
  vertical-align: top;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
  float: none;
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

* html .clear-both {
  clear: both;
  width: 0;
  height: 0;
  display: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.block-right {
  margin-left: auto;
}

.block-center {
  margin-right: auto;
  margin-left: auto;
}

.block-left {
  margin-right: auto;
}

.inline-left {
  text-align: left;
}

.inline-center {
  text-align: center;
}

.inline-right {
  text-align: right;
}

.inline-top {
  vertical-align: top;
}

.inline-middle {
  vertical-align: middle;
}

.inline-bottom {
  vertical-align: bottom;
}

.text-xx-large {
  font-size: 2em;
}

.text-x-large {
  font-size: 1.5em;
}

.text-large {
  font-size: 1.2em;
}

.text-small {
  font-size: .83em;
}

.text-x-small {
  font-size: .66em;
}

.text-xx-small {
  font-size: .5em;
}

.txt-bigger {
  line-height: 1.5;
}

.pointer {
  cursor: pointer;
}

.black {
  color: #000000;
}

.dark-gray {
  color: #404040;
}

.gray {
  color: #808080;
}

.silver {
  color: #c0c0c0;
}

.white {
  color: #ffffff;
}

.red {
  color: #ff0000;
}

.lime {
  color: #00ff00;
}

.blue {
  color: #0000ff;
}

.maroon {
  color: #800000;
}

.green {
  color: #008000;
}

.navy {
  color: #000080;
}

.yellow {
  color: #ffff00;
}

.orange {
  color: #ff8000;
}

.fuchsia {
  color: #ff00ff;
}

.aqua {
  color: #00ffff;
}

.olive {
  color: #808000;
}

.purple {
  color: #800080;
}

.teal {
  color: #008080;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.zero {
  width: 0;
  height: 0;
}

.underline {
  text-decoration: underline;
}

.debug {
  border: solid 1px #ff0000;
}

.width-full{
  width: 100%;
}

.width-half{
  width: 50%;
}

.width-third{
  width: 33.3%;
}

.width-quarter{
  width: 25%;
}

.number{
  font-family: "Helvetica", "Arial", sans-serif;
}

.monospace {
  font-family: monospace;
}

.display-none {
  display: none;
}

.font-zero {
  font-size: 0px;
  line-height: 0px;
}

/* BlackOut
--------------------------------------------------------- */

#mdk-black-out-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8000;
  background-color: #000000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}

#mdk-black-out-iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7999;
  background-color: #000000;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#mdk-black-out {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 8001;
  height: auto;
}

#mdk-black-out-indicator {
  margin: auto;
}


/* NInjaAdmax promotion
--------------------------------------------------------- */
div#cd-page div#sidebar div.ninja-admax {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 5px;
}

div#cd-page div#sidebar div.ninja-admax h4 {
  text-align: left;
}
div#cd-page div#sidebar div.ninja-admax img {
  padding: 5px;
}


