@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:320px)and (max-width: 768px){
	

	body{
		width: 100%;
		}
	
	
	.pc{
		display: none !important;
	}
	.smp{
		display: block !important;
	}
	
}