@media screen and (orientation: portrait) {


#global-navi{
    font-size: 14px;
    width: 200px;
}

#global-navi li a {
	background-color:#ffffff;
	border:2px solid #87ceeb;
	padding:5px;
	text-decoration:none;
	border-radius:8px;
	margin:-10px;
	overflow-y: auto;
	font-size:14px;
	display:block;
	margin-bottom:10px;
	width:90%;
}

#wrapper nav {
    position: fixed;
    top: -5px;
    right: -300px;
    height: 100%;
    padding-top: 30px;
    background:#f5f5dc;
    box-sizing: border-box;
    z-index: 50;
	border-left:2px solid #dcdcdc;
	overflow-y: auto;
}
}





@media screen and (orientation: landscape) {

#global-navi{
    font-size: 14px;
    width: 200px;
}

#global-navi li a {
	background-color:#ffffff;
	border:2px solid #87ceeb;
	padding:5px;
	text-decoration:none;
	border-radius:8px;
	margin:-10px;
	overflow-y: auto;
	font-size:10px;
	display:block;
	margin-bottom:3px;
	width:90%;
}

#wrapper nav {
    position: fixed;
    top: 0px;
    right: -300px;
    height: 100%;
    padding-top: -20px;
    padding-bottom:20px;
    background:#151845;
    box-sizing: border-box;
    z-index: 50;
	border-left:2px solid #dcdcdc;
	overflow-y: auto;
}
}



#wrapper nav ul li {
    display:block;
    padding: 10px 0px;
	margin-left:-20px;

}




#wrapper nav ul li a {
    text-decoration: none;
    color: #000;

}




#wrapper .btn-gnavi {
    position: fixed;
    top: -5px;
    right: 15px;
    width: 50px;
    height: 35px;
    z-index: 50;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 500ms;


}

#wrapper .btn-gnavi span {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 5px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 500ms;
    background: #333333;
	border:1px solid #4855ff;
}












#wrapper .btn-gnavi span:nth-child(1) {
    top: 0px;
	right:3px;

}

#wrapper .btn-gnavi span:nth-child(2) {
    top: 10px;
	right:3px;
}

#wrapper .btn-gnavi span:nth-child(3) {
    top: 20px;
	right:3px;
}


#wrapper .btn-gnavi.open span {
    background: #4855ff;
}




.menu span {
	font-size:10px;
	color:#a00;
}
