
@media screen and (max-width:768px){
	
	/*------トップページ------*/
 
	#top{
		height: 400px; 
	}
	
	#top-back{
		height: 400px; 
		background-position: 60% -90px; 
		background-size: 768px auto;
	}
	
	/*------メニューボタン------*/
 
	#nav{
		position: fixed;
	  
		height: 40px;
		width: 100%;
		top: 0px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	
		text-align: center;
		line-height: 40px;
		background-color: #6699CC;
		border-bottom: solid 1px #fff;
	}

	ul.nav-global{
		display: none;
	}

	ul.nav-global2{
		display: none;
		margin: 0px 0px 0px 0px; 
		padding: 0px 0px 0px 0px;
		background-color: #6699CC;
		border-bottom: solid 1px #fff;
	}
	
	ul.nav-global2 li{
		width: auto;	
		margin: 0px 0px 0px 0px; 
		padding: 0px 0px 0px 0px;
		text-align: center;
	}

	ul.nav-global2 li a:hover{
		border-bottom: solid 1px #fff;	
	}

	img#btn-menu{
		display: inline;
		width: 300px;
		text-align: center;
	}

	img.btn2{
		width: auto;
		height: 30px;
	}
	
	/*------コンテンツ------*/

	#allcontents{
    		width: auto;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	img.comic{
		width: 300px;
	}
	
	/*------見出し------*/
	
	img.title-sub{
		width: 300px;
	}	
	
}