body {
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
/*======== Horizontal menu =========*/


#nav {
	background-color: #FFF;
	height: 70px;
	width: 320px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 200px;
	margin-left: auto;
	justify-content: space-around;
}
#nav ul {
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-around;
}
#nav li a {
	height: 70px;
	width: 70px;
	background-color: #FFFFFF;
}
#nav li a:link, #nav li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#nav li a:hover {
	background-color:#FFFFFF;
}
#nav li a:active {
	color:#FFCCFF;
}
#icon1 a {
	background-image: url(../images/home2.png);
	background-repeat: no-repeat;
	display: block;
}
#icon2 a {
	background-image: url(../images/books.png);
	background-repeat: no-repeat;
	display: block;
}
#icon3 a {
	background-image: url(../images/ahiru.png);
	background-repeat: no-repeat;
	display: block;
}
#icon4 a {
	background-image: url(../images/skateboard.png);
	background-repeat: no-repeat;
	display: block;
}
#icon5 a {
	background-image: url(../images/airplane.png);
	background-repeat: no-repeat;
	display: block;
}
#icon6 a {
	background-image: url(../images/elephant.png);
	background-repeat: no-repeat;
	display: block;
}
#nav li em {
	visibility: hidden;
}
#topnav {
	height: 120px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}


#topnav li a,#nav li {
	float: left;
}

#topnav li {
	list-style: none;
}

#topnav li a {
	height: 130px;
	width: 80px;
	padding: 0 10px;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
}
#icon_s a  {
	background-image: url(../images/sale_s.png);
	background-repeat: no-repeat;
}
#icon_a a  {
	background-image: url(../images/sale_a.png);
	background-repeat: no-repeat;
}
#icon_l a  {
	background-image: url(../images/sale_l.png);
	background-repeat: no-repeat;
}
#icon_e a  {
	background-image: url(../images/sale_e.png);
	background-repeat: no-repeat;
}
em {
	visibility: hidden;
}


.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4%;
}
#container {
	text-align:center;
	padding: 26px 0;
}

	footer {
	text-align:center;
	padding: 26px 0;
}
footer p {
	color: #999;
	font-size: 0.875rem;
}
/*=================================== Horizontal Navigation ================================*/
#hnav {
	position: absolute;
	top: 660px;
	right: 15px;
	width: 127px;
	height: 200px;
	background-image: url(../../images/shop_in3.png);
	background-repeat: no-repeat;
}
	#hnav #hnavhome { width: 127px; left: 0px; }
#hnav li {
	position: absolute;
	width: 127px;
	height: 200px;
}
#hnav li a { display: block; position: absolute; top: 0px; right: 15px; width: 127px; height: 200px; text-indent: -9999em; }
#hnav li a:link, a:visited{ text-decoration: none; }
#hnav li a:hover, a:active{ text-decoration: none; }


/*モバイル版
-------------------------*/
@media (max-width: 600px) {
	 #container {
		 font-size: 2.5rem;
	 }
	 #nav ul {
	 	overflow: hidden;
	 	width: 100%;
	 	display: flex;
	 	justify-content: space-around;
	 }

	 /* HEADER */
	 .main-nav {
		  font-size: 1rem;
			margin-top: 10px;
	 }

	 /* HOME */
	 .home-content {
		  margin-top: 20%;
	 }
	 .page-header {
		 flex-direction: column;
		 align-items: center;
	 }
}
