@charset "utf-8";

/* Contents
 * ****************************
 *
 * 1: global
 * 2: footer
 * 3: other
 *
 * ****************************
 */
 
/*======= 2: global ======================================================*/
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 58px;
    text-align: center;
    
    display:none;
    z-index: 9999;

    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
nav ul li {
	margin-bottom: 20px;
}
nav ul li a {
	color: #080404;
	text-decoration: none;
	line-height: 1.3;
	display: inline-block;
}
nav ul li a strong {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 900; 
}
nav ul li a span {
	font-family: 'Ryumin Regular KL';
	font-size: 12px;
	letter-spacing: 3px;
}
#close_btn {
    position: absolute;
    left: 15px;
    top: 20px;
}


/*======= 4: footer ======================================================*/
#fnav {
	position: absolute;
	bottom: 20px;
	left: 0;
	font-size: 12px;
}
#fnav ul {
	padding-right: 5px;
	background: url(../../img/common/line_dot_footer.gif) repeat-y right 0;
}
#fnav ul li {
	display: inline-block;
}
#fnav ul li a {
	display: block;
	margin-right: 10px;
	padding-left: 15px;
	background: url(../../img/common/line_dot_footer.gif) repeat-y left 0;
	color: #333;
	text-decoration: none;
}
/*======= 3: other =======================================================*/

