@charset "UTF-8";

/*****************************************

初期化用CSS
	
*****************************************/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
	margin:0;
	padding:0;
}

nav ul {
    list-style:none;
}

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,small {
font-style: normal;
font-weight: normal;
font-size: 1em;
}
 
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{
vertical-align:top;
border:none;
}

q:before,q:after{
content:'';
}

strong,em,address{
font-weight:normal;
font-stretch:normal;
font-style:normal;
}


input, select {
    vertical-align:middle;
}
