@charset "utf-8";


/* ------------------------------------------------------
base setting
------------------------------------------------------ */
html {
    height: 100%;
    margin-bottom: 1px;
}
body {
	margin:0;
	border:0;
	padding:0;
	font-size:100%;
	font-family: 'Noto Serif JP', serif;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	color: #000;
	line-height: 1.6em;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
    overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, form, address, strong, em, figure, input, select, textarea {
	list-style-type:none;
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	font-family: 'Noto Serif JP', serif;
	font-family: 'Noto Sans JP', sans-serif;
    transform: rotate(0.001deg);
}
img {border:none;
vertical-align: top;

:focus {
    outline: none;
}
}



/* ------------------------------------------------------
font size
------------------------------------------------------ */
body {
	font-size: 90%; /* IE */
	text-align: center;
}
html>/**/body {
	font-size: 17px; /* Except IE */
}



/* ------------------------------------------------------
others
------------------------------------------------------ */
label {
	cursor: pointer;
}
a {
	overflow: hidden;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
table {
	border-spacing: 0px 0px;
	width: 100%;
}


/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
html>/**/body {
	font-size: 3.5vw; /* Except IE */
}
}
