@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;
	}
	
	/*三角リストマーク*/
	.mobile_image01{
	width :10px;
	height:auto;
	}
	
	/*バラの花*/
	.mobile_image02{
	width :22px;
	height:auto;
	}
	
	/*カメラ*/
	.mobile_image03{
	width :44px;
	height:auto;
	}
}

/*★パソコン表示★*/
@media(min-width:640px){
	/*携帯用改行*/
	.mobile_br{
	display:none;
	}
}