@charset "utf-8";
/*
  base
*/

/* reset ----------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, b, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

@media print {
	body {zoom: 75%;}
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 1em;
	word-wrap: break-word;
}

ol,ul {
	list-style:none;
}

strong {
	font-weight: bold;
}

figure {
	margin: 0;
	padding: 0;
}





/* サイト別基本設定 ------------------------------------- */
html {
	cursor: auto;
	font-size: 62.5%;
}

body {
	min-width: 320px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.4rem;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: lighter;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
a {
	color: #06f;
}
a img {
	text-decoration: none;
}
a:active {
	color: #06f;
}
a:hover {
	text-decoration: underline;
}
a img {
	transition: all 500ms ease;
}
a img:hover {
	opacity: .9;
}

