@charset "utf-8";

/* Reset CSS */
html {
	font-size: 16px;
}
* {
	box-sizing: border-box;
}
body,
h1,h2,h3,h4,h5,h6,
article,section,header,footer,nav,aside,
p,hr,
ul,ol,li,dl,dt,dd,
div,main,
a,em,strong,small,i,b,span
table,caption,tr,th,td,
pre,label,input,textarea,select {
	padding: 0;
	margin: 0;
	font-size: 100%;
	color: #333;
	font-weight: normal;
	line-height: 1.6;
	word-wrap: break-word;
}
address,em,i {
	font-style: normal;
}
strong,th,b {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	width: 100%;
	height: auto;
	border: 0;
}
li {
	list-style-type: none;
}
small {
	font-size: 80%;
}
a:hover {
	opacity: 0.6;
}
body {
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", serif;
}