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

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%; /* 1rem = 10px */
}
body {
	position: relative;
	background-color: #ffffff;
	word-wrap: break-word;
}
body > * {
	font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 18px;
	font-size: 1.6rem;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
.pcOnly {display: none !important;}
.spOnly {display: block !important;}

body > * {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3;
}
header, .main, table{
	width:100% !important;
}
}