@media screen and (orientation: portrait) {

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




#global-navi li {
    margin-bottom:0px;
    display:block;
    width: 200px;
}

#global-navi li a {
    background-color:#ffffff;
    border:2px solid #ffffff;
    padding:4px;
    text-decoration:none;
    border-radius:8px;
    margin:0px;
    overflow-y: auto;
    font-size:14px;
    margin-bottom:-5px;
    width:70%;
    display:inline-block;
    text-align:center;
}

#wrapper nav {
    position: fixed;
    top: -5px;
    right: -230px;
    height: 100%;
    padding-top: 60px;
    background:#ccc;
    box-sizing: border-box;
    z-index: 10;
    border-left:2px solid #000000;
    overflow-y: auto;
    margin-bottom:0px;
    padding-bottom:0px;
}

#wrapper .btn-gnavi {
    position: fixed;
    top: 0px;
    right: 25px;
    width: 50px;
    height: 35px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 500ms;
    margin-top:10px; /* menu ichi*/
}
}





@media screen and (orientation: landscape) {

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

#global-navi li a {
	background-color:#ffffff;
	border:1px solid #598F35;
	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:#ffffff;
    box-sizing: border-box;
    z-index: 50;
    border-left:1px solid #abb802;
    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: -4px;
    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: 5px;
    right: 15px;
    width: 40px;
    height: 5px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 500ms;
    background: #380;
    border:1px solid #708a22;
    z-index: 50;

}












#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: #457228;
}




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

#global-navi .green a {
                                background-color:#abb802;
}

#global-navi .red a {
                                background-color:#CA6868;
}

#global-navi .orange a {
                                background-color:#CF9514;
}
