@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .comTable td .price {
	color: #1f4c9f;
	text-decoration: underline;
}

#main .comTable td .price:hover {
	text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .pageTtl {
		padding: 15px 0;
		font-size: 21px;
	}

	#main .pageTtl span {
		margin-top: 8px;
		font-size: 16px;
		letter-spacing: 0;
	}

	#main .comTable td .tel {
		margin-bottom: 10px;
		display: block;
	}
}