/* ============================================================================== */
/* リセット
================================================================================= */
* {
    margin: 0;
    padding: 0;
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
}


body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
    margin: 0;
    padding: 0;
    vertical-align: top;
    word-break:break-all;
    word-wrap:break-word;
    zoom:1;
}


h1,h2,h3,h4,h5,h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    word-break: keep-all;
}

p {
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    word-break: keep-all;
}

a {
    vertical-align: baseline;
    word-break: keep-all;
}
 
table {
    border-spacing:0;
}
* html table {
    clear: both;
    border-collapse:collapse;
}
*:first-child+html table {
    clear: both;
    border-collapse:collapse;
}
caption,th {
    font-weight:normal;
}
table,th,td,img {
    border:0;
}
img,input,select {
    vertical-align: baseline;
}
q:before,q:after {
    content:'';
}
ul {
    list-style: none;
}

button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

button, textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

input,textarea{
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input::-webkit-input-placeholder{
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

html {
    /* ルートのフォントサイズを10pxに設定しておく */
    font-size: 62.5%;
}

body{
    /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
    font-size: 1.6em;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#333333;
}