@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;
}
.doc_l {
	float:left;
	width:260px;
	margin-bottom:30px;
}
.doc_r {
	font-size:0.92em;
	float:right;
	width:480px;
	margin-bottom:30px;
}
@media screen and (max-width: 499px) {
#title h3 {
	right:auto;
	left:20px;
	bottom:15px;
}
.box_adj1 {
	margin-top:30px !important;
}
.doc_l {
	float:none;
	width:auto;
	margin-bottom:10px;
}
.doc_r {
	float:none;
	width:auto;
}
}

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