<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Copyright 2019 FSFIELD All Rights Reserved. */

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

屋形船 『霞月丸』

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

/* ページタイトル
---------------------------------------------- */
.pagettl{
	background: url("../houseboat/img/bg_pagettl01.jpg") no-repeat 0 0;
	background-size: cover;
}

/* 見出し
---------------------------------------------- */
.ttl_houseboat01{
	font-weight: bold;
	border-bottom: 2px solid #32353A;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/*テキスト
---------------------------------------------- */
.price{letter-spacing: -1.5px;}

.txt_houseboat01{margin-bottom: 15px;}

.txt_houseboat01 img{height: 4.375vw;}

/*テーブル
---------------------------------------------- */
.table_houseboat01{width:100%;}

.table_houseboat01 th,
.table_houseboat01 td{
	border:1px solid #2B2E33;
	padding:5px;
}

.table_houseboat01 th{
	border: 1px solid #2B2E33;
	background: #212327;
	font-weight: bold;
	text-align: center;
}

/* Google Map
---------------------------------------------- */
#map{margin-bottom: 10px;}

#map iframe{
	width: 100%;
	height: 63.28vw;
}


</pre></body></html>