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

/*Reset*/

body,div,dl,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td,select,header,nav,main,footer{
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.6;
	word-weap: break-word;
	box-sizing:border-box;
	text-decoration:none;
}
address,em,i {
	fintstyle: normal;
}
strong,th,b {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr{display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img{
	border: 0;
}
li{
	list-style-type: none;
}
small{font-size: 100%;}
iframe{
	border: 0;
}
