@media screen and (min-width: 641px),print {
#spmenu {
	display: none;
}
#top {
	width: 650px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 100px;
	height: 750px;
}
#top a {
	color: #000;
	text-decoration: none;
}
#top a:hover {
	color: #666;
	text-decoration: underline;
}
#line {
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	overflow: hidden;
	height: 500px;
	width: 650px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	text-align: center;
	z-index: 1;
}
.line {
	position: absolute;
	display: none;
	text-align: center;
	height: 430px;
	width: 500px;
	left: 75px;
	top: 35px;
	z-index: 1;
}
.logo {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	justify-content: center; /*左右中央揃え*/
	align-items: center;
	padding-top: 135px;
}
.logo2 {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	justify-content: center; /*左右中央揃え*/
	align-items: center;
	position: relative;
	z-index: 9999;
	text-align: center;
	display: none;
	height: 184px;
	width: 184px;
	margin-top: 160px;
}
.logo img:hover {
	cursor: pointer;
}
.bt1 {
	text-align: center;
	float: left;
	width: 50%;
	position: relative;
	z-index: 9999;
}
.bt1 a {
	margin-left: 60px;
}
.bt2 {
	text-align: center;
	display: block;
	float: right;
	width: 50%;
	z-index: 9999;
}
.bt3 {
	width: 100px;
	position: absolute;
	left: 30px;
	top: 225px;
	height: 35px;
	z-index: 9999;
}
.bt4 {
	position: absolute;
	height: 35px;
	width: 100px;
	top: 225px;
	right: 30px;
	z-index: 9999;
}
.bt5 {
	position: absolute;
	height: 35px;
	width: 120px;
	top: 460px;
	z-index: 9999;
	left: 120px;
}
.bt6 {
	height: 35px;
	width: 120px;
	top: 460px;
	right: 130px;
	float: right;
	position: absolute;
	z-index: 9999;
}
.bt1,
.bt2,
.bt3,
.bt4,
.bt5,
.bt6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1.5em;
	display: none;
	z-index: 1000;
}
}



@media screen and (min-width: 0px) and (max-width: 640px) {
.line,
.logo2,
.bt1,
.bt2,
.bt3,
.bt4,
.bt5,
.bt6 {
	display: none;
}
#top {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top a {
	color: #000;
	text-decoration: none;
}
#top a:hover {
	color: #666;
	text-decoration: underline;
}
.logo {
	text-align: center;
	display: block;
	width: 40%;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
}
#spmenu {
}
#spmenu ul {
	overflow: hidden;
	position: relative;
}
#spmenu li {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(top, #f7f7f7, #f0f0f0);
	background-image: -moz-linear-gradient(top, #f7f7f7, #f0f0f0);
	background-image: -ms-linear-gradient(top, #f7f7f7, #f0f0f0);
	background-image: -o-linear-gradient(top, #f7f7f7, #f0f0f0);
	background-image: linear-gradient(to bottom, #f7f7f7, #f0f0f0);
	display: block;
	float: left;
	width: 50%;
}
#spmenu a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border: 1px solid #E4E4E4;
}
#spmenu a:nth-child(odd){
	border-right-style: none;
}
#spmenu a:nth-child(1),
#spmenu a:nth-child(2),
#spmenu a:nth-child(3),
#spmenu a:nth-child(4) {
	border-bottom-style: none;
}
}