/************************************************************************************
smaller than 460
*************************************************************************************/
@media screen and (max-width: 460px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
		
	#header {
	
	width: 100%;
	height: 140px;
	
		
	position: relative;
		
	background-image: url(images/hedder_p.png); 
	
	}
	
	/* main nav */
	#main-nav {
		width: 100%;
		
		top:-65px;
				
		z-index: 100;
	}

	#main-nav li {
		
		width:25%;
		margin: 0;
		padding: 0;
		list-style: none;
		float:left;
		position: relative;
	}

	#main-nav li:first-child {
		margin-left: 0px;
	}
	
	#logo {
		width: 45%;
	
		padding: 15px 10px 0 0;
	
		position: absolute;
		z-index: 100;
	}

	#btn {
		display:none;
	}
	
	#btn_sp {
		
		display: block;
		width: 100%;		
		position: absolute;
		z-index: 100;

	}
	
	#btn_sp  p{
		margin: 33px 0 0 170px;
		padding: 0;
		
		width: 45%;
		
		align:right;
	}
		
	
	#title {
		width: 60%;
		padding: 5px 0 0 0;
	}
	
	
	/* pagewrap */
	#pagewrap {
		width: 100%;
	}

	/* content */
	#content {
		width: 100%;
		margin: 10px 0 0 0;
		padding: 0 0 5px 0;
	}	
	
	/* post image */
	.post-image {
		margin-bottom: 0px;
		border:none;
	}


	/* game */
	#title_s {
		width: 100%;
		margin: 30px 0px 10px 0px;
	}

	
	#game{
		width: 100%;
		
		float: none;
		margin: 0px 0px 10px 0px;
		
	}
	
	#game_2{
		width: 100%;
		
		float: none;
		margin: 0px 0px 10px 0px ;
		padding: 0px 0px 0px 0px ;
		
	}
	
	
	/* center */
	#game_3{
		width: 100%;
	
	}
	
	#game_btn{
		width: 100%;
		display:none;
	}
	
	#game_btn_sp{
		width: 100%;
		display:block;
	}
	


	/* download-tab */
	#dl-tab {
		width: 98%;
	
		margin: 0 0 0 0;
		padding: 0 0 0 0;

	}
	
	#dl-tab a {
		
		width:25%;
		margin: 0;
		padding: 0;
	}
	
	/* download */
	#dl_twitter{
	
	width:98%;
	
	margin: -7px 0 0 0;
	padding: 20px 3px 20px 3px;
	
	background-image: url(images/dl_base_tw.gif); 
	background-repeat:repeat;
	
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	}
	
	#dl_pc{
	
	width:98%;
	
	margin: -7px 0 0 0;
	padding: 20px 3px 20px 3px;
	
	background-image: url(images/dl_base_pc.gif); 
	background-repeat:repeat;
	
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	}
	
	#dl_mb{
	
	width:98%;
	
	margin: -7px 0 0 0;
	padding: 20px 3px 20px 3px;
	
	background-image: url(images/dl_base_fp.gif); 
	background-repeat:repeat;
	
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	}


	
	/* spec */
	#spec {	

	text-align:center;
	width: 92%;

	margin:0px 5px 10px 0;
	padding:10px;
	
	border:4px #000000 ridge;
	background-color:#faf0e6;

	display:block;

	}

	.spec_font {
	
	font-size:70%;
	color: #000000;

	text-align:left;

	}

	.back {
		display:block;
	}
	
	/* sub-nav */
	#sub-nav {
		width: 100%;
		float: none;

		position: absolute;
		z-index: 100;
		
	}

	#sub-nav li {
		
		width: 40%;
		
		list-style: none;
		float: left;
		position: relative;
		
		margin:15px 5px 10px 0;
	}
	
	#sub-nav li:first-child {
		margin-left: 30px;
	}
	
	/* footer */
	#footer {	
		width: 100%;
		display:block;
				
	}
	
	


}


	
