@charset "UTF-8";

/* グローバルナビ */
.menu-onsen a {
	background: url(../png3/menu-onsen.png) left bottom no-repeat;
}
/* グローバルナビ */

/* メイン */
.ons-content-title {
	border-bottom: solid 1px #DD8A8A;
	color: #DD8A8A;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.ons-content-text {
}
.ons-content-box {
}
.ons-content-left {
}
.ons-content-pic {
}
.ons-content-pic img {
	width: 100%;
}
.ons-content-right {
}
.ons-irekae-text {
	background: #FFF8E7;
	border: double 3px #FF992C;
}
table.ons-info-table {
}
th.ons-info-th,
td.ons-info-td {
	padding: 10px 10px 10px 10px;
	border-bottom: dashed 1px #FF992C;
	vertical-align: middle;
}
th.ons-info-th {
	background: #FFF8E7;
}
td.ons-info-td {
}


@media (max-width: 999px) {
}

	/* tablet */
@media (max-width: 840px) {
}

	/* mobile */
@media (max-width: 640px) {
	.ons-content-title {
		margin: 0 0 20px 0;
	}
	.ons-content-text {
		margin: 0 0 20px 0;
	}
	.ons-content-left {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.ons-content-right {
		float: none;
		width: 100%;
	}
}
/* メイン */
