* {
	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;
	/* background-image: url('/common/images/bg.jpg'); */
	background-position: 50% 0%;
	background-repeat: no-repeat;
	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-w {
	text-shadow: 
		1px 0px 1px #FFF,
		1px 1px 1px #FFF,
		0px 1px 1px #FFF,
		-1px 1px 1px #FFF,
		-1px 0px 1px #FFF,
		-1px -1px 1px #FFF,
		0px -1px 1px #FFF,
		1px -1px 1px #FFF;
}
.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;
}
/************************************************/
div#main {
	background-color: #FFF;
	border-color: #F9F;
	border-style: solid;
	border-width: 0px 3px;
	margin: 0px auto;
	width: 1006px;
}
header {
	background-color: #FFF;
	background-image: url('/common/images/header-bg.jpg');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 130px;
	padding: 0px 0px 0px 11px;
	position: relative;
	width: 100%;
}
	header a {
		display: block;
	}
	header h1 ,
	header p {
		display: block;
		font-size: 12px;
		line-height: 100%;
		position: absolute;
		left: 11px;
		bottom: 8px;
	}
nav {
	background-color: #FFF;
	height: 50px;
	width: 100%;
}
	nav ul {
		height: 50px;
		width: 100%;
	}
		nav ul li {
			border-color: #FFF;
			border-style: solid;
			border-width: 1px 0px 1px 1px;
			display: block;
			float: left;
			height: 50px;
			width: 12.5%;
			width: 10%;
		}
		nav ul li:first-child {
			border-width: 1px 0px 1px 0px;
		}
			nav ul li a {
				color: #FFF;
				display: block;
				font-size: 14px;
				font-weight: bold;
				height: 48px;
				line-height: 50px;
				text-align: center;
				width: 100%;
			}
			nav ul li a:hover {
				background-color: #666;
			}

			nav .nisshocup{
				overflow:hidden;
			}
			nav .nisshocup:hover{
				overflow:visible;
			}
			nav .nisshocup p{
				color: #FFF;
				display: block;
				font-size: 14px;
				font-weight: bold;
				height: 48px;
				line-height: 50px;
				text-align: center;
				width: 100%;
			}
			nav .nisshocup li{
				background:black;
				height:auto;
				opacity:0;
				overflow:hidden;
				position:relative;
				left:calc(-200% - 2px);
				transition:opacity .4s;
				-webkit-transition:opacity .4s ease;
				width:calc(300% + 2px);
				z-index:3;
			}
			nav .nisshocup:hover li{
				opacity:.9;
			}
			nav .nisshocup a{
				height:auto;
				line-height:35px;
			}
			nav .nisshocup img{
				width:100%;
			}

div#pan {
	padding: 10px 16px;
	width: 100%;
}
	div#pan ul#bread-crumb-list {
		width: 100%;
	}
		div#pan ul#bread-crumb-list li {
			color: #333;
			display: inline-block;
			font-size: 12px;
			line-height: 100%;
		}
			div#pan ul#bread-crumb-list li a {
				color: #333;
			}
address.footer {
	background-color: #CCC;
	clear: both;
	color: #333;
	display: block;
	font-size: 18px;
	line-height: 100%;
	padding: 18px 0px 0px 0px;
	width: 100%;
	text-align: center;
}
ul.under-menu {
	background-color: #CCC;
	color: #333;
	font-size: 12px;
	padding: 8px 4px 4px 4px;
	text-align: center;
	width: 100%;
}
	ul.under-menu li {
		display: inline-block;
	}
		ul.under-menu li a {
			color: #333;
		}
footer {
	background-color: #CCC;
	color: #333;
	font-size: 12px;
	line-height: 100%;
	padding: 4px 0px 28px 0px;
	width: 100%;
	text-align: center;
}
	footer a {
		color: #333;
	}
section.contact {
	padding: 42px 0px;
	width: 100%;
}
	section.contact img {
		border-radius: 2px;
		border: 1px solid #CCC;
		display: block;
		margin: 0px auto;
	}
section.page-header {
	padding: 20px 15% 30px 15%;
	width: 100%;
}
	section.page-header h2 {
		color: #666;
		font-size: 22px;
		width: 100%;
	}
	section.page-header p {
		border-color: #CCC;
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		color: #333;
		font-size: 14px;
		padding-bottom: 8px;
		width: 100%;
	}
section.other-contents {
	background-color: #CCC;
	display: block;
	padding: 18px 15% 0px 15%;
	width: 100%;
}
	section.other-contents ul {
		display: table;
		width: 100%;
	}
		section.other-contents li {
			display: table-cell;
			height: 86px;
			padding-left: 2%;
			width: 32%;
			/* padding-left: 4%; */
			/* width: 26%; */
		}
		section.other-contents li:first-child {
			padding-left: 0;
			/* width: 22%; */
		}
			section.other-contents a {
				background-color: #FFF;
				background-position:
					15px 50%,
					86px 50%;
				background-size:
					58px 58px,
					28px 28px;
				background-repeat: no-repeat;
				color: #333;
				display: block;
				font-size: 14px;
				height: 86px;
				line-height: 100%;
				padding: 36px 15px 36px 129px;
				width: 100%;
			}
			section.other-contents a:hover {
				background-color: rgba(255,255,255,0.85);
			}
			section.other-contents a.facebook {
				background-image:
					url('/common/images/facebook-qr.png'),
					url('/common/images/facebook.png');
			}
			section.other-contents a.blog {
				background-image:
					url('/common/images/blog-qr.png'),
					url('/common/images/blog.png');
			}
			section.other-contents a.smartphone {
				background-image:
					url('/common/images/smartphone-qr.png'),
					url('http://s.shoudoukan.jp/common/images/icon.png');
			}
/* ===============================================
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: 490px;
	position: fixed;
		top: calc((100vh - 490px) / 2);
		left: calc((100% - 450px) / 2);
	width:450px;
	z-index: 2;
}

.download_select h2{
	border: solid 0px #FFF;
	border-bottom-width: 1px;
	color: #333;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 0px auto;
	padding: 20px 0px;
	padding-top: 30px;
	text-align: center;
	width: 320px;
}

.download_select aside{
	color:crimson;
	font-weight:bold;
	margin-top:18px;
	text-align:center;
	text-shadow:0 0 5px rgba(255,255,255,1);
}

.download-mail{
	color: black;
	display: inline;
	display: inline-block;
}

.download_select a:not(#close):not(.download-mail){
	border: solid 1px;
	color:#FFF;
	cursor:pointer;
	display: block;
	font-size:14px;
	font-weight: bold;
	padding: 15px 5px;
	margin: 0px auto;
	margin-top: 25px;
	text-align: center;
	width: 60%;
	z-index:2;
}

#close{
	cursor:pointer;
	display:block;
	height:50px;
	position: fixed;
		top: calc((100vh - 420px) / 2);
		left: calc(((100% - 450px) / 2) + 400px);
	width:50px;
}

#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%);
	content:'';
	display:block;
	height:10px;
	opacity:0.7;
	position:absolute;
		top:20px;
	transform: rotate(45deg);
	width:50px;
}

#close::after{
	transform: rotate(-45deg);
}