@charset "utf-8";
/* CSS Document */

section{
	margin-bottom: 30px;
}
#main h3{
	font-size: 120%;
	border: none;
	background: #fff;	
	border-bottom: solid 4px #f1cb47;
	padding: 4px 0;
	margin-top: 30px;
}
#training img{
	margin-bottom: 30px;
}
#training h4{
	margin: 0 15px;
}
.mama-taxi_img{
	width: 30%;
	margin: 10px;
	display: inline-block;
}
.mama-taxi_img img{
	width: 100%;
}
.mama-taxi_text{
	width: 65%;
	float: right;
	margin-top: 10px;
}
#conditions ul{

}
#conditions li{
	width: 45%;
    float: left;
    height: 300px;
    margin: 2%;
	text-align: center;
	background: #e9fbff;
}
#conditions h3{
	margin-top: 0;
	border-bottom: solid 4px #4957b1;
}
#conditions li p{
	text-align: left;
}

@media (min-width:481px) and (max-width:800px){
	#conditions{
		display: inline-block;
	}
}
	
	@media (max-width : 480px){
		.mama-taxi_img{
			width: 95%;
			text-align: center;
		}
		.mama-taxi_img img{
			width: 60%;
		}
		.mama-taxi_text{
			width: inherit;
			float: none;
			margin-top: 0;
		}
		#main section{
			display: inline-block;
		}
		#conditions li{
			width: inherit;
			float: none;
		}
		
}