@charset "UTF-8";

#header {
	border-color:#67bb55;
}
#title {
	background-color:#d1e8c3;
}
.clbox_l {
	float:left;
	width:510px;
}
.clbox_r {
	float:right;
	width:510px;
}


@media screen and (max-width: 499px) {
.clbox_l {
	float:none;
	width:100%;
}

}

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

}

