@media handheld, only screen and (max-width: 767px) {

.mCenter {
		width: 100%;
		height: auto;
		margin: 0px auto 10px;
		text-align: center;
	}

	.mCenter .imgBox {
		text-align: center;
		width: 80%;
		margin: 0px auto;
   		max-width: 300px;
	}

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

	.ryoukin_tableS {
		width: 100%;
	}


}