@charset "utf-8";
/* CSS Document */

header .local_branding_area {
	background:url(../about/img/local_brarding.jpg) no-repeat;
}
main .greeting_box .greeting_img {
	float:right;
	margin:0 0 80px 80px;
	text-align:center;
}
main .greeting_box .greeting_text {
	line-height:2.1;
}
main .project_table {
	width:900px;
	margin:auto;
	border-collapse:collapse;
}
main .project_table th {
	border:1px solid #cccccc;
	background:#f3f3f3;
	padding:12px;
	text-align:left;
	width:200px;
}
main .project_table td {
	padding:12px;
	border:1px solid #cccccc;
}
main .project_table td span {
	padding:0 0 0 1em;
}
main .project_table td span.in_indent {
	padding:0 0 0 2em;
}
main .address {
	border:#0191db 5px solid;
	padding:50px 0;
	width:500px;
	margin:auto auto 80px;
	text-align:center;
}

@media screen and (min-width: 0px) and (max-width: 1020px) {
header .local_branding_area {
	background:url(../about/img/local_brarding.jpg) no-repeat center bottom -100px;
}
}
@media screen and (min-width: 0px) and (max-width: 945px) {
main .greeting_box .greeting_img {
	text-align:center;
	float:none;
	margin:0 0 80px;
}
main .project_table {
	width:100%;
}
}
@media screen and (min-width: 0px) and (max-width: 680px) {
main .project_table {
	border-bottom:1px solid #cccccc;
}
main .project_table th {
	display:block;
	width:100%;
	border-bottom:none;
}
main .project_table td {
	display:block;
	width:100%;
	border-bottom:none;
}
main .address {
	width:100%;
}
}