@charset "utf-8";
/* CSS Document */

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    form,
    fieldset,
    input,
    textarea,
    button,
    p,blockquote,
    th,
    td{
        margin:0;
        padding:0;
        font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight:normal;
        line-height:1.4;
    }


/* ボタン類（<input type="button">や<input type="submit">など）の角丸をクリア */
  input[type="button"],input[type="submit"] {
    border-radius: 0;
  }

/* iPhonesafari用 */
  input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }
@media screen and (min-width:769px) and ( max-width:1280px){
    body{
        width:1280px;
        margin:0 auto;
    }
}


@media only screen and (min-width: 769px){
    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    form,
    fieldset,
    input,
    textarea,
    button,
    p,blockquote,
    th,
    td{
        font-size:14px;
    }
}

/* --------------------------------

tablet用

---------------------------------*/

@media (min-width: 641px) and (max-width: 768px) {

/*
	*{
	-webkit-appearance:none;
}
*/
	
}

/* --------------------------------

SP用

---------------------------------*/

@media only screen and (max-width: 414px){

/*
*{
	-webkit-appearance:none;
}
*/
	
}
