
/* layout mobile
--------------------------------------------------*/
@media screen and (max-width: 699px) {	html,body {
	position:relative;
	width:100%;
	height:auto;
	min-width:320px;
	} 
	
	#container {
	width:100%;
	min-width:320px;
	overflow-x:visible;
	}
	
	#body {
		position: relative;
		top: 20px;
	}
	
	#content {
	width:100%;
	}
	
	#header {
	z-index: 1;
	position: relative;
	width: 100%;
    height: auto;
	text-align: left;
	margin: 0 auto;
    background: #fff;
	}
	
	#footer {
		position: relative;
		width: 100%;
        float:none;  
		overflow: hidden;
        margin-top: 20px;
		left: 0px;
        height: auto;
		text-align:center;
	}
    
	#copyright{
        float:none;
		width: auto;
		height: 5px;
        margin-top: 30px;
        margin-right: auto;
        margin-lert: auto;
		margin-bottom:30px;
	}


    #gnav_logo{
		position: relative;
		width:100%;
		top: 30px;
		left: 0;
		margin-bottom:40px;
		text-align:center;
	}  
	
    #gnav_logo a{
		width:30%;
		display:inline-block;
	}  
	
    #gnav_logo img{
		width:100%;
		height:auto;
		margin:auto;
		display:block;
	}  
	
    #gnav_menu{
		display:none;
	}
  
	#gnav_btn01{
	display:none;
	}
  
	#gnav_btn02{
	display:none;
	}
	
	.menu_sp{
		position:absolute;
		top:0;
		right:0;
		cursor:pointer;
		z-index:9999;
	}
	
	/* モバイル系初期化 */

.menu_sp_set{
	position:absolute;
	top:-1000px;
	width:100%;
	z-index:9999;
	background:#000000;
}

.menu_sp_set a{
	width:92%;
	margin:5px auto;
	display:block;
	color:#ffffff;
	font-size:4vw;
	padding:5px 0;
	cursor:pointer;
	text-decoration:none;
}


.menu_sp_set hr{
 	border:0; 
	height:0;
	margin:0;
	padding:0;
	border-top: 1px dashed #ffffff;
	opacity:0.2;
}

.menu_sp_set .menu_sp_05{
	text-align:center;
}
	
	
	.rps_visible{
		display:block;
	}
	
	.rps_del{
		display:none;
	}



}