@charset "utf-8";
/* CSS Document */

#profile .photo {
	float: right;
	margin-left: 20px;
}

#profile .name {
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: right;
}

#heaj #heajLogo {
	float: right;
}

#heaj-staff h3 {
	background: #096;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
}

#heaj-staff table {
	margin-bottom: 30px;
	width: 100%;
}

#heaj-staff td {
	padding: 5px;
	border: 1px solid #666;
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;

}

#heaj-staff th {
	padding: 5px;
	border: 1px solid #666;
	width: 200px;
	background: #6C6;
	font-size: 14px;
	font-weight: bold;
}

@media screen and (max-width: 768px){
	#heaj-staff th{
		width: 120px;
	}
}

#heaj-staff dt {
	margin-bottom: 5px;
	font-weight: bold;
}

#heaj-staff dd {
	margin-bottom: 20px;
}

#access table {
	width: 700px;
	margin-bottom: 30px;
}

#access td {
	padding: 5px;
	border: 1px solid #666;
}

#access td p {
	margin: 0;
}

#access td p.station {
	font-weight: bold;
}

#access th {
	padding: 5px;
	border: 1px solid #666;
	width: 200px;
	background: #6C6;
	font-weight: bold;
}

.about_title {
	font-size: 24px;
	font-weight: 600;
	color: rgb(15, 160, 204);
	padding: 15px 0;
	/* border-bottom: #777 1px solid; */
	box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.about_ul li {
	margin-top: 5px;
}


@media screen and (max-width: 768px) {

	.heaj-staff_table tr td:nth-of-type(1) {
		white-space: nowrap;
		/* ホワイトスペースを無視 */
	}

	.about_title {
		line-height: 24px;
	}

	#access table {
		width: 100%;
	}

	#access table th {
		width: 50%;
	}

	.access_map img {
		display: block;
		margin-top: 10px;
		width: 100%;
		aspect-ratio: 520 / 519;
	}

}