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

html {
	font-size: 10px;
}

body {
	font-size: 16px;
	font-size: 1.6rem;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color:#333;
}

ul {
	list-style:none;
}

a img {
	border:none;
}

a {
	text-decoration:none;
	color:#333;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.alignright {float:right;}
.alignleft {float:left;}
.aligncenter {text-align:center;}
.alignnone {clear:both;}
.bold { font-weight:bold; }

h1 {
	font-size: 20px;
	font-size: 2rem;
}

h2 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}

h3 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}