@charset "Shift_JIS";

/* 全体の設定 */
body {
	background-image: url("image/background.png");
}


ol.breadcrumb {
 list-style-type: none;
 }


 ol.breadcrumb li {
 display: inline;
 } 


/* コンテナ、幅は940px固定、左右均等空き */
.container {
	max-width: 940px;
	margin: 0 auto;
}


/* 見出し */
h1, h2, h3, h4, h5, h6 {
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: normal;
	color: #222;
	line-height: 1.1;
}


h1 {
	font-size: 28px;
	text-shadow: 1px 1px 2px #666b70;
	letter-spacing: 2px;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
	margin-top: 68px;
	margin-bottom: 24px;
}


h2 {
	font-size: 22px;
	margin-top: 42px;
	margin-bottom: 10.5px;
}


h3 {
	font-size: 18px;
	margin: 10.5px 0px;
}


/* 本文 */
p {
	line-height: 1.7;
}


/* 写真 */
.image {
	margin-bottom: 16px;
	overflow: auto;
}


.large-photo {
	max-width: 100%;
	margin-right: 5px;
	float: left;
}


/* キャプション */
.caption {
	font-size: 12px;
}


/* 表 */
table {
	font-size: 12px;
	border: 2px solid #999;
	border-collapse: collapse;
}


th, td {
	border: 2px solid #999;
	padding: 8px;
}


th {
	background-color: #ffffe8;
	font-weight: normal;
}


td {
	color: gray;
}

.price {
	text-align: right;
}


.funakudari-ryokin {
	width: 400px;
}


/* リンクの文字部分 */
a {
	text-decoration: none;
}


a:link {
	color: #6666cd;
}

a:hover {
	text-decoration: underline;
}


/* ページタイトル部分 */
.lead {
	font-size: 22.5px;
	color: #6f6f6f;
	line-height: 1;
	margin: 0px 0px 20px;
}


/* グローバルメニュー */
.global-nav {
	font-size: 13px;
	padding: 0px 15px;
	background-color: #333;
}


.nav-list {
	margin: 0px;
	padding: 0px;
}


.nav-item {
	display: inline-block;
	color: #fff;
	padding: 13px 15px;
}


.nav-item:hover {
	background: #77293d;
}


.nav-item a:link {
	color: #fff;
}


.nav-item a:visited {
	color: #fff;
}


/* フッター */
footer {
	margin-top: 60px;
}


.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}


.breadcrumb li:last-child:after {
  content: '';
}

