@charset "utf-8";

/*★携帯表示★*/
@media(max-width:639px){
	/*携帯の右側余白非表示*/
	center{
	overflow:hidden;
	}
	
	table{
	display:block;
	width  :100%;
	}
	
	table tr td{
	display:block;
	width  :100%;
	}
	
	table tr td img{
	width :100%;
	height:auto;
	}
}