@charset "UTF-8";
/* CSS Document */
.home_nav ul {
	display: flex;
	padding: 0;
	justify-content: center;
}
.home_nav li{
	width: 28%;
	list-style: none;
	text-align: center;
	margin: auto 0;
	border-left: solid thin rgba(190,190,190,1.00);
	height: 35px;
	line-height: 35px;
}

.home_nav {
	width: 35%;
	margin: auto;
}

.home_nav a{
	text-decoration: none;
	color: #000;
	display: inline-block;
	width: 100%;
	height: 35px;
}
.home_nav li a:hover{
	color: #ffa300;
}
.nav_li5 {
	border-right: solid thin rgba(190,190,190,1.00);
}
.nav_li1:hover{
	background-image: url("../image/menu_home.png");
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: right;
}
.nav_li2:hover{
	background-image: url("../image/menu_safe.png");
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: right 20px center;
}
.nav_li3:hover{
	background-image: url("../image/menu_game.png");
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: right 20px center;
}

.nav_li4:hover{
	background-image: url("../image/menu_experience.png");
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: right 20px center;
}
.nav_li5:hover{
	background-image: url("../image/menu_experience.png");
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: right 20px center;
}
