@charset "UTF-8";

.subnavibox {
	min-height:auto;
}

#title {
	background-image:url(../img/title_bg.jpg);
}
#title h3 {
	position:absolute;
	right:20px;
	bottom:15px;
}
.box_adj1 {
	margin-top:40px !important;
}

@media screen and (max-width: 499px) {
#title h3 {
	right:auto;
	left:20px;
	bottom:15px;
}
.box_adj1 {
	margin-top:30px !important;
}
}

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