


@media handheld, only screen and (max-width: 767px) {
	.mCenter {
		width: 100%;
		height: auto;
		margin: 0px auto;
	}

	.mCenter .imgBox {
		width: 80%;
   		max-width: 300px;
	}

	.mCenter .imgBox img{
		width: 100%;
		height: auto;
	}

	.ryoukin_tableS {
		width: 100%;
	}

	/*	.w100 {
			width: 100%;
		}*/
}






