@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, table, th, td, embed, object {
  margin: 0;
  padding: 0;
  font-weight: normal; }

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
  display: block; }

html body {
  overflow-x: hidden; }

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

.clearfix {
  display: inline-block;
  min-height: 1%; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

img {
  max-width: 100%;
  height: auto;
  margin: 0px;
  border: none;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

.switch {
  visibility: hidden; }

ul, li {
  list-style: none; }

body {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-family: Arial,"ヒラギノ丸ゴ Pro W3","Hiragino Maru Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; }

.wht a {
  color: #FFF;
  text-decoration: none; }
  .wht a:hover, .wht a:active, .wht a:focus {
    color: #cccccc;
    text-decoration: none; }

/*
┏━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃６┃モーダルウィンドウ
┗━┻━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛*/
#modal {
  display: none;
  overflow: hidden; }

#confirm_modal {
  max-width: 500px;
  width: 75%;
  height: 380px;
  padding: 0 0 3% 0;
  position: relative;
  border: 1px solid #e03e23;
  background: url(../img/bk.jpg) repeat;
  background-size: 50%; }

#confirm_modal dl {
  width: 100%;
  text-align: center; }
  #confirm_modal dl dt {
    max-width: 300px;
    width: 80%;
    margin: 5% auto; }
  #confirm_modal dl dd {
    padding: 5% 3%;
    color: #FFF;
    background: #000; }
    #confirm_modal dl dd img {
      max-width: 396px;
      width: 80%;
      margin: 20px 0 0 0; }

/*# sourceMappingURL=common.css.map */