@charset 'shift_jis';

/*ブラウザスタイルの初期化*/

*{
margin: 0;
padding: 0;
border: 0;
background-color: transparent;
font-size: 100%;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

fieldset{
border: none;
}

li{
list-style: none;
}

input,textarea{
font-size: 1em;
}

img{
border-style: none;
vertical-align: middle;
}
