@charset "UTF-8";

.subnavibox {
	min-height:auto;
}

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

.pbox1 {
	background-color:#fff;
	width:80%;
	padding:20px 10% 40px;
	line-height:1.7;
}
.pbox1 p {
	font-size:0.84em;
}

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

}

@media screen and (min-width: 500px) {
	.fs_adj1 {
		font-size:0.92em !important;
	}
}