@charset "utf-8";
/* CSS Document */
/* ===============================
 * Reset
 * ===============================*/
html, body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.0em;
}
img {
	border: 0;
}
a {
	color: #363581;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
img, input {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
body {
   	font-family: "Yu Gothic", YuGothic , Hiragino Kaku Gothic ProN , メイリオ , sans-serif;
	   /*container-type: inline-size;*/
}