/*
---------------------------------------
reset
---------------------------------------
*/
html{
    height: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}
body {
    height: 100%;
    margin: 0 auto;
}
body,div,dl,dt,dd,ul,ol,li,p,th,td,figure,section,article,aside,main {
    margin: 0;
    padding: 0;
}
main{
    display: block;
}
span{
    display: inline-block;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font-size: 100%;
}
img {
    margin: 0;
    padding: 0;
    border: none;
    line-height: 0;
    vertical-align: bottom;
    outline: none;
}
ul li{
    list-style:none;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}
body,*:before,*:after{
    font-size: 15px;
    *font-size: small;
    *font: x-small;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #26292B;
}
input,select,button,textarea,table{
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.85;
    font-size: 100%;
    box-sizing: border-box;
    color: #26292B;
}
cite,address,em {
    font-style: normal;
}
a{
    text-decoration: none;
    color: inherit;
}
*{
    background-repeat: no-repeat;
    box-sizing: border-box;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=radio],
input[type=checkbox] {
    display: none;
}
