<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ▼▼▼ 阪南はなやか観光協会について
=====================================*/
table.info {
	width: 100%;
	border-top: 1px solid #939393;
	margin-bottom: 50px;
	}
	table.info th,
	table.info td {
		border-bottom: 1px solid #939393;
		padding: 20px;
		}
	table.info th {
		width: 15%;
		background: #D2E9FF;
		color: #0C65B8;
		}

#map_box {
     position: relative;
     padding-top: 50%;
     margin-bottom: 10px;
     }
.google {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     }
     .zoom {
	     font-size: 16px;
	     text-align: right;
	     }
     .zoom a {color: #0C65B8;}

				
/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {	

table.info {
	margin-bottom: 30px;
	}
	table.info th,
	table.info td {
		display: block;
		padding: 10px;
		}
	table.info th {
		width: 100%;
		}
		
}	</pre></body></html>