@charset "utf-8";
@media screen and (max-width:767px){
.sp-img-show{display: none!important}
	.sp-center{
		float:none;
		margin:0 auto;
		display: block;
	}

}
@media screen and (max-width:480px){
	.sp-img-hide{display: none!important}
	.sp-img-show{display: block!important;
	margin-bottom: 10px;
	margin-top: 10px;}

}