@charset "UTF-8";

/*****************************************
	初期化用ＣＳＳ
*****************************************/

body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object{
margin: 0;
padding: 0;
vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6 {
font-style: normal;
font-weight: normal;
font-size: 1.0;
}
 
table{
border-spacing:0;
}

* html table{
border-collapse:collapse;
}

*:first-child+html table{
border-collapse:collapse;
}

caption,th{
text-align:left; font-weight:normal;
}

table,th,td,img {
border:0;
}

img,input{
vertical-align:top;
}

q:before,q:after{
content:'';
}

strong,em,address{
font-weight:normal;
font-stretch:normal;
font-style:normal;
}

ul{
list-style:none;
}