
/* ----------------------------------------------------------------------
	
	馬主席への行き方：函館競馬場
	
---------------------------------------------------------------------- */

p.caution {
	/*
	background-color: #D32F2F;
	color: #fff;
	padding: 6px 10px;
	font-size: 1.2rem;
	*/
	color: #D32F2F;
}


div.reference > p {
	padding: 0 5px;
	line-height: 1.6;
}


/* ------------------------------------------------------------

	979px以下

------------------------------------------------------------ */
@media screen and ( max-width : 979px ) {
	
	
	
}


/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */
@media screen and (max-width : 767px) {
	
	
	
}


/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */
@media screen and (max-width : 639px) {
	
}


/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */
@media screen and (max-width : 479px) {
	
	
	
	
}

/* ------------------------------------------------------------

	359px以下

------------------------------------------------------------ */
@media screen and (max-width : 359px) {
	
	
	
}


