@charset "UTF-8";

/* グローバルナビ */
/*.menu-facility a {
	background: url(../img/menu-facility.gif) left bottom no-repeat;
}*/
/* グローバルナビ */

/* メイン */
.omi-content-junbi {
	padding: 260px 0 100px 0;
	text-align: center;
}
.omi-content-left {
}
.omi-content-pic {
}
.omi-content-pic img {
	width: 100%;
}
.omi-content-right {
}
.omi-info-box {
}
table.omi-info-table {
}
th.omi-info-th,
td.omi-info-td {
	padding: 10px 10px 10px 10px;
	border: solid 1px #F58739;
	text-align: center;
	vertical-align: middle;
}
th.omi-info-th {
	background: #F5CEB3;
	white-space: nowrap;
}
td.omi-info-td {
	background: #FFFFFF;
	white-space: nowrap;
}


@media (max-width: 999px) {
}

	/* tablet */
@media (max-width: 840px) {
}

	/* mobile */
@media (max-width: 640px) {
	omi-info-box {
		overflow-x: auto;
	}
	/*th.omi-info-th,
	td.omi-info-td {
		display: block;
		width: 100%;
	}
	td.omi-info-td:before {
		content: attr(data-title) " ";
	}*/
	.omi-content-left {
		float: left;
		width: 100%;
		margin: 0 0 3% 0;
	}
	.omi-content-right {
		float: left;
		width: 100%;
	}
}
/* メイン */
