/* !!! do not edit this file!!! use mdj.css --> clean-css minifier --> mdj.min.css */
@charset "UTF-8";
/*===============================================
base.css（リセット系CSS）
===============================================*/

/*----------------------------------------------
 全体のデフォルト設定
----------------------------------------------*/
body {
  font-size: 14px;
  color: #111111;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
  background: #FFFFFF;
  -o-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  }

button {
  line-height: 1.5;
  }

img {
  margin: 0px;
  padding: 0px;
  border: none;
  }

h1,
h2,
h3,
h4,
h5,
h6,
form,
p, ul,
ol,
li,
div,
table,
thead,
tbody,
tfoot,
th,
td,
dd,
dt,
dl,
address {
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-weight: normal;
  }

table {
  font-size: 100%;
  border-collapse: collapse;
  }
  table th,
  table td {
    vertical-align: top;
    }

ol {
  list-style-position: inside;
  }

ul {}
  ul li {
    list-style-type: none;
    }

address {
  font-style: normal;
  }

input, select, textarea {
  font-size: 100%;
  }

label,
th,
td,
div {
  /*word-break: break-all;*/
  }

select {}

button,
input[type="button"],
input[type="text"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*----------------------------------------------
 [SEO-46] モバイルSEO対策
----------------------------------------------*/
@media all and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5em;
  }
}
