/* 各コーナーのローカルなスタイル定義を記述するファイル */
/* 宣言名（#id名、#class名）の先頭にはサフィックス『l-』（localのl）を付けてください */
/* 例）　l-infoboard */

/*other.shtml*/
#m01c a
{
	color: red !important;
	text-decoration:underline !important;
} 
#m01c a:hover
{
	color: red !important;
	text-decoration:underline !important;
}

.bpts_mm_business a {
	background-position: top left !important;
}

.bpts_mm_business a:hover {
	background-position: top left !important;
}

@media screen and (max-width:800px) {
	.l_center {
		text-align: center;
	}
}