@charset "UTF-8";

/*CSSリセット*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,figure,input,p,blockquote,th,td,object { margin:0;padding:0; }
em{font-style:normal; }
img { border: 0 ; vertical-align: bottom ; }
ul{list-style:none; }
li{list-style-type: none;}
address{font-style:normal; }


button {
-webkit-appearance: none;}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
/*input, button, select, textarea {
-webkit-appearance: none;}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}*/