
/* ボディ */
body {
	color: #333333;
}

/* リンク */
a { color: #999966; }
a:hover { color: #996600; }


/* ページ */
#page {
	width: 750px;
	margin: 0 auto;
}

/* サイトタイトル */
#pageHead #siteTitle {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 0;
	font-family: 'Antic Didone', serif;
}

/* キャッチコピー */
#pageHead #catchcopy {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 5px;
}

/* グローバルナビ */
#pageHead .globalNavi {
	border: solid #CCCCCC;
	border-width: 1px 0;
	padding: 10px 0;
}
#pageHead .globalNavi ul {
	margin: 0;
	padding: 0;
}
#pageHead .globalNavi ul:after {
	content: "";
	clear: both;
	display: block;
}
#pageHead .globalNavi ul li {
	list-style: none;
	width: 150px;
	float: left;
	border-left: solid 1px #CCCCCC;
	padding: 0 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	line-height: 1.429;
}
#pageHead .globalNavi ul li:first-child {
	border-left: none;
}
#pageHead .globalNavi ul li a {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 5px 0;
}
#pageHead .globalNavi ul li a:hover,
#pageHead .globalNavi ul li.current a {
	background-color: #EEE8AA;
}

/* パンくずリスト */
.topicPath { font-size: 12px; }

/* ページの先頭へ戻る */
.pagetop {
	font-size: 12px;
	text-align: right;
	margin-top: 30px;
}

/* ページフッター */
#pageFoot {
	border-top: solid 1px #CCCCCC;
	margin-top: 15px;
}

/* コピーライト */
#pageFoot #copyright small {
	font-size: 12px;
	line-height: 1.5;
}

/* ----- ページボディ ----- */

#pageBody {
	margin-top: 10px;
}

#pageBody:after {
	content: "";
	clear: both;
	display: block;
}

#pageBodyMain {
	width: 720px;
	float: left;
}

#pageBodySub {
	width: 220px;
	float: right;
}

/* 段落 */
#pageBodyMain p {
	font-size: 14px;
	line-height: 1.1;
}

/* リスト */
#pageBodyMain ul li {
	font-size: 14px;
	list-style-type: square;
	line-height: 1.429;
}

/* 表 */
#pageBodyMain table {
	font-size: 14px;
	line-height: 1.429;
	border: 1px solid #CCCCCC;
	width: 100%;
}
#pageBodyMain table th,
#pageBodyMain table td {
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
}
#pageBodyMain table th {
	background-color: #EEEEEE;
	text-align: center;
	width: 100px;
}
#pageBodyMain table td {
	text-align: center;
}
#pageBodyMain table caption {
	text-align: left;
	font-weight: bold;
}

#pageBodyMain .half{
	width: 50%;
}

/* サブタイトル */
#pageBodyMain .subTitleMenu {
	font-size: 18px;
	color: #349FA6;
	border-bottom: solid 1px #349FA6;
	padding: 5px;
}

/* ----- トップビジュアル ----- */

#pageBody .mainVisual {
	position: relative;
}
#pageBody .mainVisual img {
	vertical-align: bottom;
}

#pageBody .mainVisual .mainVisualText {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #FFF;
	background-color: rgba(0,0,0,0.4);
	width:300px;
	padding: 15px 25px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#pageBody .mainVisual .mainVisualText h1 {
	font-size: 18px;
	line-height: 1;
	margin: 0;
}
#pageBody .mainVisual .mainVisualText p {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 0;
}
#pageBody .mainVisual ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#pageBody .mainVisual ul li {
	position: relative;
}

/* ----- ご挨拶 ----- */
#pageBody .mind {
	font-size: 14px;
}

#pageBody .mind h1 {
	font-size: 18px;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
}


/* ----- 限定オープン ----- */
#pageBody .limitedOpen {
	font-size: 14px;
	/* color: #FF0000; */
}

#pageBody .limitedOpen h1 {
	font-size: 18px;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
}


/* ----- おしらせ ----- */
#pageBody .news {
	margin-top: 40px;
}

#pageBody .news h1 {
	font-size: 18px;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
}

#pageBody .news table {
	width: 100%;
}
#pageBody .news table tr th,
#pageBody .news table tr td {
	font-size: 14px;
	line-height: 1.429;
	padding: 10px 0;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: top;
}
#pageBody .news table tr th {
	white-space: nowrap;
	padding-right: 30px;
}
#pageBody .news table tr td {
	width: 100%;
}

/* ----- 重要なお知らせ ----- */
#pageBody .importantNotice {
	font-size: 14px;
	color: #FF0000;
}

#pageBody .Notice h2 {
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
}

/* ----- 画像一覧 ----- */

#pageBodyMain .articleList {
	border: solid 1px #CCCCCC;
	margin-bottom: 30px;
}

#pageBodyMain .articleList .articleBlock {
	display: block;
	padding: 10px;

}
#pageBodyMain .articleList .articleBlock:after {
	content: "";
	clear: both;
	display: block;
}

#pageBodyMain .articleList .articleBlock .articleListText {
	width: 300px;
	float: right;
}
#pageBodyMain .articleList .articleBlock .articleListText h1 {
	font-size: 18px;
	color: #349FA6;
	line-height: 1.308;
}
#pageBodyMain .articleList .articleBlock .articleListText p {
	font-size: 14px;
	line-height: 1.429;
}

#pageBodyMain .articleList .articleBlock .articleListImage {
	width: 350px;
	float: left;
}
#pageBodyMain .articleList .articleBlock .articleListImage img {
	vertical-align: bottom;
}


/* ----- マップ ----- */
#pageBodyMain .accessMap {
	float: left;
	width: 300px;
}

/* ----- 電話番号 ----- */

#pageBodyMain .tel {
	font-size: 24px;
	color: #349FA6;
}

/* ----- メールアドレス ----- */

#pageBodyMain .mail {
	font-size: 24px;
	color: #349FA6;
}

/* ----- 問い合わせボタン ----- */

#pageBodyMain .btn {
	text-align: center;
	padding-bottom: 20px;
	margin: 30px 0;
	border-bottom: 1px dotted #CCCCCC;
}
#pageBodyMain .btn a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #058BA9;
	padding: 10px 20px;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top, #92CDDB, #058BA9);
	background-image: linear-gradient(to bottom, #92CDDB, #058BA9);
	border: 1px solid #058BA9;
	box-shadow: 1px 1px 0 #9DDDED inset;
	text-shadow: 0px -1px 0 #333333;
	display: inline-block;
}
#pageBodyMain .btn a:hover {
	opacity: 0.7;
}

