@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#about h2.sub02 {
	font-size: 25px;
}
#about table tr td a {
	color: #222;
}
#map {
	padding: 20px 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
}
@media only screen and (max-width: 640px){ /* スマホ */
	#about table th,
	#about table td {
		display: block;
		width: 100%;
		margin-top: -1px;
		box-sizing: border-box;
	}
}