@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;
}
.bcontact a {
	font-size:0.84em;
	display:block;
	color:#333;
	text-align:center;
	line-height:1.4;
	padding:10px 20px;
	background-color:#eee;
	border:1px solid #ccc;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
}
.bcontact a:hover {
	background-color:#ccc;
}

@media screen and (max-width: 499px) {
#title h3 {
	right:auto;
	left:20px;
	bottom:15px;
}
.box_adj1 {
	margin-top:30px !important;
}
.bcontact a {
	font-size:1em;
}
.bcontact {
	margin-bottom:60px;
}
.table5adj {
	margin-bottom:60px !important;
}
}

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