* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ","ＭＳ ゴシック";
	font-style: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	word-break: break-all;
	line-height: 120%;
}
address {
	display: inline;
	font-style: normal;
}
button {
	cursor: pointer;
}
body {
	-webkit-text-size-adjust: 100%;
	background-color: #000;
	position: relative;
	z-index: 1;
}
ol,ul {
	list-style: none;
}
.text-shadow-1-1 {
	text-shadow: 
		1px 0px 1px #000,
		1px 1px 1px #000,
		0px 1px 1px #000,
		-1px 1px 1px #000,
		-1px 0px 1px #000,
		-1px -1px 1px #000,
		0px -1px 1px #000,
		1px -1px 1px #000;
}
.text-shadow-1-1-y {
	/* text-shadow: 
		1px 0px 1px #C60,
		1px 1px 1px #C60,
		0px 1px 1px #C60,
		-1px 1px 1px #C60,
		-1px 0px 1px #C60,
		-1px -1px 1px #C60,
		0px -1px 1px #C60,
		1px -1px 1px #C60; */
	text-shadow: 
		1px 0px 1px #E4007F,
		1px 1px 1px #E4007F,
		0px 1px 1px #E4007F,
		-1px 1px 1px #E4007F,
		-1px 0px 1px #E4007F,
		-1px -1px 1px #E4007F,
		0px -1px 1px #E4007F,
		1px -1px 1px #E4007F;
}
.box-shadow-1-1 {
	box-shadow: 
		1px 0px 1px #000,
		1px 1px 1px #000,
		0px 1px 1px #000,
		-1px 1px 1px #000,
		-1px 0px 1px #000,
		-1px -1px 1px #000,
		0px -1px 1px #000,
		1px -1px 1px #000;
}
.clear-both {
	clear: both;
}
section {
	clear: both;
}
header {
	/* background-color: #666; */
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #FFF;
	height: 81px;
	/* left: 0px; */
	position: relative;
	/* top: 0px; */
	width: 100%;
	z-index: 99;
}
	header h1 {
		background-image: url('/common/images/logo.png');
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: contain;
		height: 40px;
		left: 60px;
		overflow: hidden;
		position: absolute;
		text-indent: -9999px;
		top: 35px;
	}
		header h1 a {
			display: block;
		}
	header p.text {
		color: #FFF;
		font-size: 7px;
		left: 60px;
		line-height: 100%;
		position: absolute;
		text-align: center;
		top: 25px;
	}
	header .information {
		background-color: #000;
		height: 20px;
		line-height: 20px;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;

		position: fixed;
		left: 0px;
		top: 0px;
	}
		header .information p {
			color: #FFF;
			font-size: 12px;
			font-weight: bold;
			left: 6px;
			line-height: 20px;
			position: absolute;
			top: -20px;
		}
	button.menu-button {
		background-image: url('/common/images/menu-button-bg.jpg');
		background-size: cover;
		border: 0;
		display: block;
		height: 50px;
		left: 5px;
		position: fixed;
		top: 25px;
		width: 50px;
	}
	button.menu-button:hover {
		/* box-shadow: 
			1px 0px 1px #C60,
			1px 1px 1px #C60,
			0px 1px 1px #C60,
			-1px 1px 1px #C60,
			-1px 0px 1px #C60,
			-1px -1px 1px #C60,
			0px -1px 1px #C60,
			1px -1px 1px #C60; */
		box-shadow: 
			1px 0px 1px #E4007F,
			1px 1px 1px #E4007F,
			0px 1px 1px #E4007F,
			-1px 1px 1px #E4007F,
			-1px 0px 1px #E4007F,
			-1px -1px 1px #E4007F,
			0px -1px 1px #E4007F,
			1px -1px 1px #E4007F;
			
	}
		button.menu-button img {
			background-image: url('/common/images/menu-button.png');
			background-position: 0px 0px;
			background-repeat: no-repeat;
			background-size: 150px 50px;
			height: 50px;
			width: 50px;
		}
section.footer {
	padding: 10px;
}
	section.footer p {
		color: #FFF;
		font-size: 11px;
	}
footer {
	background-color: rgba(0,0,0,0.75);
	bottom: 0px;
	color: #FFF;
	display: block;
	font-size: 10px;
	height: 32px;
	left: 0px;
	padding: 2px 24px 6px 0px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999;
}
	footer a {
		color: #FFF;
	}
	footer a.tel {
		border-radius: 4px;
		border: 1px solid #FFF;
		bottom: 4px;
		display: block;
		height: 24px;
		position: absolute;
		right: 4px;
		width: 24px;
	}
		footer a.tel img {
			width: 100%;
		}
#main {
	background-color: #000;
	display: block;
	/* overflow: auto; */
	left: 0px;
	padding-bottom: 32px;
	/* padding-top: 80px; */
	/* position: fixed; */
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 10;
	/* -webkit-overflow-scrolling: touch; */
}
#nav {
	background-image: url('/enter/images/bg.jpg');
	background-position: 50% 100%;
	background-size: cover;
	left: 0px;
	/* overflow: auto; */
	position: fixed;
	top: 0px;
	z-index: -1;
}
	#nav ul {
		height:100vh;
		left: 0px;
		overflow-y:auto;
		padding-bottom: 18px;
		padding-top: 81px;
		position: absolute;
		top: 0px;
		width: 100%;
	}
		#nav ul li {
			border-color: rgba(255,255,255,0);
			border-style: solid;
			/* border-width: 0px 0px 1px 0px; */
			border-width: 2px 1px 0px 1px;
			display: block;
			float: left;
			min-height: 40px;
			/* width: 100%; */
			width: 50%;
		}
		/* #nav ul li:nth-child(n+3) {
			border-width: 1px 0px 0px 0px;
		} */
		/* #nav ul li:nth-child(2n+1) {
			border-width: 0px 1px 1px 0px;
		} */
			#nav ul li a {
				border-radius: 5px;
				color: #FFF;
				display: block;
				font-size: 16px;
				font-weight: bold;
				line-height: 100%;
				padding: 12px 8px;
				width: 100%;
			}
			#nav ul li a.nisshocup-download{
				font-size:15px;
			}
			#nav ul li a:hover {
				/* text-shadow: 
					1px 0px 1px #C60,
					1px 1px 1px #C60,
					0px 1px 1px #C60,
					-1px 1px 1px #C60,
					-1px 0px 1px #C60,
					-1px -1px 1px #C60,
					0px -1px 1px #C60,
					1px -1px 1px #C60; */
				text-shadow: 
					1px 0px 1px #E4007F,
					1px 1px 1px #E4007F,
					0px 1px 1px #E4007F,
					-1px 1px 1px #E4007F,
					-1px 0px 1px #E4007F,
					-1px -1px 1px #E4007F,
					0px -1px 1px #E4007F,
					1px -1px 1px #E4007F;
					
			}
section.under-menu {
	padding: 10px 0px;
	width: 100%;
}
	section.under-menu ol {
		width: 100%;
	}
		section.under-menu ol li {
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 10px;
			width: 100%;
		}
		section.under-menu ol li:first-child {
			padding-top: 0px;
			width: 100%;
		}
			section.under-menu ol li a {
				background-color: #333;
				border-radius: 5px;
				color: #FFF;
				display: block;
				font-size: 20px;
				font-weight: bold;
				height: 50px;
				line-height: 50px;
				text-align: center;
				width: 100%;
			}
			section.under-menu ol li a:hover {
				/* text-shadow: 
					1px 0px 1px #C60,
					1px 1px 1px #C60,
					0px 1px 1px #C60,
					-1px 1px 1px #C60,
					-1px 0px 1px #C60,
					-1px -1px 1px #C60,
					0px -1px 1px #C60,
					1px -1px 1px #C60; */
				text-shadow: 
					1px 0px 1px #E4007F,
					1px 1px 1px #E4007F,
					0px 1px 1px #E4007F,
					-1px 1px 1px #E4007F,
					-1px 0px 1px #E4007F,
					-1px -1px 1px #E4007F,
					0px -1px 1px #E4007F,
					1px -1px 1px #E4007F;
					
			}
section.page-header {
	width: 100%;
}
	section.page-header h2 {
		color: #FFF;
		font-size: 22px;
		line-height: 22px;
		padding: 18px 10px;
		text-align: center;
	}
	section.page-header p {
		color: #FFF;
		font-size: 16px;
		padding: 0px 10px 10px 10px;
	}
section.ready {
	color: #FFF;
	font-size: 16px;
	line-height: 100%;
	padding: 42px 0px;
	text-align: center;
}

/* ===============================================
download
=============================================== */
.download_select{
	background-color:rgba(204,204,204,0.85);
	border-radius:12px;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.8);
	height: 370px;
	position: fixed;
		top: calc((100vh - 430px) / 2);
		left:10%;
	width:80%;
	z-index:100;
}

.download_select h2{
	border: solid 0px #FFF;
	border-bottom-width: 1px;
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px auto;
	padding: 10px 0px;
	padding-top: 20px;
	padding-right:30px;
	text-align: center;
	width: 260px;
}

.download_select aside {
	color: crimson;
	font-size:12px;
	font-weight: bold;
	margin-top: 10px;
	padding:5px;
	text-align:center;
	text-shadow: 0 0 5px rgba(255,255,255,1);
}

.download-mail{
	color: black;
	display: inline;
}

.download_select a:not(#close):not(.download-mail){
	border: solid 1px;
	color:#FFF;
	cursor:pointer;
	display: block;
	font-size:14px;
	font-weight: bold;
	height:50px;
	padding: 15px 5px;
	margin: 0px auto;
	margin-top: 20px;
	text-align: center;
	width: 65%;
	z-index:2;
}

.download_select a:not(#close).download-nissho3{
	height: 36px;
	padding: 10px 5px;
	margin-top: 10px;
	width: 70%;
}

#close{
	cursor:pointer;
	display:block;
	height:50px;
	position: fixed;
		top: calc((100vh - 415px) / 2);
		left: calc(calc(80% - 10px));
	width:40px;
}

#close::before,#close::after{
	background: red;
	background: linear-gradient(left,#FF0000 0%,#FB3E3E 30% ,#CB0404 55% ,#FF3E3E 76% ,#AF2F2F 100%);
	background: -moz-linear-gradient(left,#FF0000 0%,#FB3E3E 30% ,#CB0404 55% ,#FF3E3E 76% ,#AF2F2F 100%);
	background: -webkit-linear-gradient(left,#FF0000 0%,#FB3E3E 30% ,#CB0404 55% ,#FF3E3E 76% ,#AF2F2F 100%);
	border:solid 2px white;
	content:'';
	display:block;
	height:5px;
	opacity:1;
	position:absolute;
		top:20px;
	transform: rotate(45deg);
	width:40px;
}

#close::after{
	transform: rotate(-45deg);
}

/*nisshocup menu*/
.next-menu li{
	background-image: url(/common/images/menu-bg.png),linear-gradient(#333 50% ,#222 51%);
	width:100%!important;
}
.next-menu img{
	width:100%;
}