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

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:Meiryo,"MS PGothic", sans-serif;
	color:#333;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}

ul {
	list-style:none;
}

a img {
	border:none;
}

address {
	text-align:center;
	font-size:75%;
}

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: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}

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

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

h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}

h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}

h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}