@charset "utf-8";


html {
	color:#333333;
	overflow-y:scroll;
}

body {
	font:90%/1.6 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','メイリオ','Hiragino Kaku Gothic Pro', Meiryo,  sans-serif;
	line-height:160%;
	letter-spacing:0;
	overflow:visible;
	margin: 0 auto ;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

body::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-image:url("../img/bg.webp");
    background-size: cover;
}

		.win body {
	font-family:'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック';
	}
	
	* html.win body {
	font-family:'ＭＳ Ｐゴシック';
	}

	.mac body.firefox2 {
	font-size:12px;
	}

a {
overflow:hidden;
}

a img, img { 
border:0;
vertical-align: top ;
height: auto;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, strong, var {
font-style:normal;
font-weight:bold;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

ol, ul {
list-style:none;
}


a {
cursor:pointer;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
font-weight:bold;
margin:0;
}

ol, ul {
margin:0em 0em 0em 0em;
text-align:justify;
text-justify:inter-ideograph;
}

dl {
margin:0;
}

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

dl dd, ol li, ul li {
	margin-bottom:0em;
}

a:link {
	color: #FF6600;
}

a:visited {
	color: #FF6600;
}

a:hover {
	text-decoration: underline;
	color:#FF6600;
}

a:active {
	text-decoration: underline;
	color:#FF6600;
}