
@media screen and ( max-width:768px )
{
	
	/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー共通*/
	
	.pc{
		display: none;
	}
	
	.sp{
		display: block;
	}
	
	img{
		width: 100%;
	}
	
	.img_left,
	.img_right{
		float: none;
	}
	
	.img_left,
	.img_right{
		width: auto;
		margin: 0 auto;
		display: block;
	}
	
	p.left
{
	float: left;
	
}
	table.time_table td,
	table.time_table th{
		font-size: 12px;
	}
	table.time_table td{
		text-align: center;
	}
	
	/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーheader*/
	
	#header{
	padding: 0 0 18px 0;
	}
	
	#header .info{
		display: none;
	}
	
	/*gnav*/
	#container_navi{
		display: none;
	}
	
	/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーfooter*/
	#footer{
		margin: 0px auto 60px auto;
	}
	
	
}