@charset "UTF-8";
/*
* Theme Name: StepQi-School
* Last Update: jul 01 2014
* Version: 1.0
* Code Maked By Kiyo
*/



.mt-image-right{
	display: block;
	width: 50%;
	overflow-x: hidden;
	height: auto;
	float: right;
	margin:0.4em 0em 1em 1em;
	}
	@media screen and (max-width:480px){
		.mt-image-right{
			width: 80%;
			float: none;
			clear: left;
			margin-left: auto;
			margin-right: auto;
		}
}


.mt-image-center{
	display: block;
 margin-left: auto;
 margin-right: auto;
	max-width: 100%;
	height: auto;
	overflow-x: hidden;
	margin-top: 2em;
	margin-bottom: 2em;
	}
	@media screen and (max-width:768px){
		.mt-image-center{
			width: 90%;	
			margin-left: auto;
			margin-right: auto;
		}
}
