@charset "utf-8";

:root {
	--siteWidth:560px;
	--headerHeight:60px;
	--bottomNavHeight:55px;

	--fontMincho:'Zen Old Mincho', serif;
}

html {
	width:100%;
	max-width:var(--siteWidth);
	min-width:320px;
	min-height:100%;
	font-size:62.5%; /*10px*/
	margin:0 auto;
}

@font-face {
	font-family:'ShinGoPro';
	font-weight:100;
	src:url('font/A-OTF-ShinGoPro-ExLight.woff') format('woff');
}
@font-face {
	font-family:'ShinGoPro';
	font-weight:normal;
	src:url('font/A-OTF-ShinGoPro-Light.woff') format('woff');
}
@font-face {
	font-family:'ShinGoPro';
	font-weight:bold;
	src:url('font/A-OTF-ShinGoPro-Medium.woff') format('woff');
}
@font-face {
	font-family:'ShinGoPro';
	font-weight:900;
	src:url('font/A-OTF-ShinGoPro-Bold.woff') format('woff');
}

body {
	position:relative;
	background-color: #ffffff;
	font-size:16px;
	line-height:1.6;
	width:100%;
	min-height:100%;
	text-align:left;
	color: #000000;
	z-index:1;
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
}
main {
	position:relative;
}


.branchIndex .headerInner .bn,
.ageAuth .headerInner .bn {
	display:none !important;
}















