/*
reset
-------------------*/

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
del,
em,
strong,
sub,
sup,
b,
i,
tbody,
dl,
dt,
dd,
ol,
ul,
li,
table,
tr,
th,
td,
form,
label,
input,
textarea {
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
input,
textarea,
select {
	font-family: inherit;
	font-size: 100%;
	font-weight: normal;
}

table,
th,
td {
	text-align: left;
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}

main {
	display: block;
}

em,
strong {
	font-weight: bold;
}

sub, sup {
	white-space: nowrap;
	font-size: 1rem;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

/*
Default
-------------------*/

html {
	font-size: 62.5%;
}

body {
	min-width: 320px;
	font-size: 160%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 1.4;
	background-color: #fff;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 767px){
	body {
		font-size: 1.4rem;
	}
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

@media print{
	body { width: 1000px; }
	.p_spMenu{
		display:none;
	}
}
