@charset "utf-8";

.mname {
	text-align:center;
	margin-bottom:40px;
}
.mname img {
	height:75px;
	line-height:0;
	box-shadow:1px 1px 3px #999;
}

@media screen and (max-width: 499px) {
.mname {
	text-align:center;
	margin-bottom:30px;
}
}

@media screen and (min-width: 500px) {

}