@CHARSET "UTF-8";

/* {{{ Global */

* {
  margin: 0;
  padding: 0;
}

/* }}} Global */

/* {{{ Tags */

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", "Geneva", "Arial", "Verdana", "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
}

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

a {
  outline: none;
}

/* }}} Tags */

/* {{{ Tag classes */

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

/* }}} Tag classes */

/* {{{ 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;
}

.inline-block {
  display: inline-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;
}

.pointer {
  cursor: pointer;
}

.black {
  color: #000000 !important;
}

.dark-gray {
  color: #404040 !important;
}

.gray {
  color: #808080 !important;
}

.silver {
  color: #c0c0c0 !important;
}

.white {
  color: #ffffff !important;
}

.red {
  color: #ff0000 !important;
}

.lime {
  color: #00ff00 !important;
}

.blue {
  color: #0000ff !important;
}

.maroon {
  color: #800000 !important;
}

.green {
  color: #008000 !important;
}

.navy {
  color: #000080 !important;
}

.yellow {
  color: #ffff00 !important;
}

.orange {
  color: #ff8000 !important;
}

.fuchsia {
  color: #ff00ff !important;
}

.aqua {
  color: #00ffff !important;
}

.olive {
  color: #808000 !important;
}

.purple {
  color: #800080 !important;
}

.teal {
  color: #008080 !important;
}

.pink {
  color: #ffc0cb !important;
}

.light-pink {
  color: #ffb6c1 !important;
}

.dark-pink {
  color: #ff1493 !important;
}

.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.ln {
  margin-bottom: 1em;
}

.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;
}

.break {
  margin-bottom: 1em;
}

/* }}} Common classes */

/* {{{ BlackOut */

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

#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;
}

/* }}} BlackOut */

