@charset "shift_jis";
/* ----------------------- Browser Default Initialization */
html {
    overflow-y: scroll;
    overflow-x: hidden;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;  padding: 0;
    font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var  {
    font-style: normal;
}
table   {
    border-collapse: collapse;  border-spacing: 0;
}
caption, th {
    text-align: left;
}
q:before ,q:after   {
    content: '';
}
object, embed   {
    vertical-align: top;
}
hr, legend  {
    display: none;
}
h1, h2, h2, h3, h4, h5, h6  {
    font-size: 100%;
}
img, abbr, acronym, fieldset    {
    border: 0;
}
img{
    width: 100%;
}
li  {
    list-style-type: none;
}
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;
}

/* ----------------------- Basic Style */

a{
    text-decoration: none;
}
*{
    font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo","serif";
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    color: #fff;
}
@media screen and (max-width: 750px){
    /*iPhone縺ｮ繝?く繧ｹ繝郁?蜍墓僑螟ｧ繧定ｧ｣髯､*/
    body {
      -webkit-text-size-adjust: 100%;
    }
    img{
        width: 100%;
    }
}
/* CSS Document */
