@charset "UTF-8";

/* =========================================================
   KANKOU
========================================================= */

/* ================ MC_ALL_PLUS */

/* clearfix
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content:"";
	display:block;
	overflow:hidden;
}
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}

/* kanko-top-facebook
----------------------------------------------- */
.fb-page {
	margin: 0 0 20px;
}

/* kanko-top-photo
----------------------------------------------- */
#kankoPhoto {
	margin-bottom: 7px;
}
#kankoPhoto .pieceBody {
	width: 100%;
	overflow: hidden;
}
#kankoPhoto .pieceBody img {
	width: 100%;
	height: auto;
}

/* global navi Kankou
----------------------------------------------- */
#globalNaviKankou:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html #globalNaviKankou {
  height: 1%;
}
#globalNaviKankou {
  clear: both;
  display: block;
  width: 100%;
  background: #dedede url(images/mc_gnav_bg.png) repeat-x left top;
}
#globalNaviKankou a {
  display: block;
  float: left;
  width: 19.89%;
  padding: 0;
  border-right: 1px solid #999;
  color: #666;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#globalNaviKankou a.nv-kan-4 {
	border-right: none;
}
#globalNaviKankou a:hover {
  background:#ffffff;
  color: #000;
}

#globalNaviKankou a span {
  display: block;
  padding: 7px 0 14px;
}
#globalNaviKankou a.top span {
  background: url(./images/mc_gnav_top.png) no-repeat center bottom;
}
#globalNaviKankou a.nv-kan-1 span {
  background: url(./images/mc_gnav_kan-1.png) no-repeat center bottom;
}
#globalNaviKankou a.nv-kan-2 span {
  background: url(./images/mc_gnav_kan-2.png) no-repeat center bottom;
}
#globalNaviKankou a.nv-kan-3 span {
  background: url(./images/mc_gnav_kan-3.png) no-repeat center bottom;
}
#globalNaviKankou a.nv-kan-4 span {
  background: url(./images/mc_gnav_kan-4.png) no-repeat center bottom;
}

/* global navi current
----------------------------------------------- */
#globalNaviKankou a.top.current {
	background: #fff url(./images/mc_gnav_top.png) no-repeat center bottom;
	color: #161B60;
	cursor: default;
}
#globalNaviKankou a.nv-kan-1.current {
	background: #fff url(./images/mc_gnav_kan-1.png) no-repeat center bottom;
	color: #161B60;
	cursor: default;
}
#globalNaviKankou a.nv-kan-2.current {
	background: #fff url(./images/mc_gnav_kan-2.png) no-repeat center bottom;
	color: #161B60;
	cursor: default;
}
#globalNaviKankou a.nv-kan-3.current {
	background: #fff url(./images/mc_gnav_kan-3.png) no-repeat center bottom;
	color: #161B60;
	cursor: default;
}
#globalNaviKankou a.nv-kan-4.current {
	background: #fff url(./images/mc_gnav_kan-4.png) no-repeat center bottom;
	color: #161B60;
	cursor: default;
}

/* kankoTab
----------------------------------------------- */
#kankoTab:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#kankoTab {
	margin: 5px 0 15px;
	width: 100%;
}
.tabs {
	float: left;
	width: 118px;
	height: 118px;
	margin-right: 15px;
	background: url(images/mc_kanko_news_tt.png) no-repeat 0 0;
	text-indent: -9999em;
	border: solid 1px #151762;
}
#kankoTab .wrapper {
	float: left;
}
#kankoTab ul li {
	padding: 2px 0 2px 1.5em;
	background: url(images/mc_pict_kanko_news.png) no-repeat left 0.3em;
}

/* Kankou_TOP
----------------------------------------------- */
/* 共通指定 */
/* 修正前
#contentBody .body .kan_top_clm {
	float: left;
	width: 23%;
	margin: 1%;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
}
#contentBody .body .kan_top_clm.k_clear {
	clear: both;
}
#contentBody .body .kan_top_clm h3 {
	margin: 10px 10px 5px;
	padding: 0;
	border: none;
}
#contentBody .body .kan_top_clm ul {
	margin: 0 10px 10px;
}
#contentBody .body .kan_top_clm ul li {
	list-style: none;
	padding: 0 0 0 1.2em;
	background: url(images/mc_pict_mr_blue.png) no-repeat left 0.3em;
}
 */
/* 修正後 */
#contentBody .body .kan_top_clm {
	float: left;
	width: 99%;
	margin: 0.5%;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
}
#contentBody .body .kan_top_clm.k_clear {
	clear: both;
}
#contentBody .body .kan_top_clm h3 {
	margin: 10px 10px 5px;
	padding: 0;
	border: none;
}
#contentBody .body .kan_top_clm ul {
	float: left;
	width: 48.5%;
	margin: 0 0 10px 7px;
}
#contentBody .body .kan_top_clm ul li {
	list-style: none;
	padding: 0 0 0 1.0em;
	background: url(images/mc_pict_mr_blue.png) no-repeat left 0.3em;
}

/* 見る・遊ぶ・学ぶ */
#contentBody .body .kan_top_box_01 {
	background: #7dcbf1;
	padding: 1%;
}
#contentBody .body .kan_top_box_01 h2 {
	width: 250px;
	height: 32px;
	margin: 1%;
	padding: 0;
	background: url(images/mc_kan_top_mds1.png) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
	border: none;
}
#contentBody .body .kan_top_box_01 .kan_top_clm {
	background: #e5f5fc;
}

/* 食べる・泊まる・買う */
#contentBody .body .kan_top_box_02 {
	background: #e8be7c;
	padding: 1%;
}
#contentBody .body .kan_top_box_02 h2 {
	width: 250px;
	height: 32px;
	margin: 1%;
	padding: 0;
	background: url(images/mc_kan_top_mds2.png) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
	border: none;
}
#contentBody .body .kan_top_box_02 .kan_top_clm {
	background: #faf2e4;
}

/* 文化・歴史 */
#contentBody .body .kan_top_box_03 {
	background: #d6d76f;
	padding: 1%;
}
#contentBody .body .kan_top_box_03 h2 {
	width: 250px;
	height: 32px;
	margin: 1%;
	padding: 0;
	background: url(images/mc_kan_top_mds3.png) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
	border: none;
}
#contentBody .body .kan_top_box_03 .kan_top_clm {
	background: #f7f7e3;
}

/* 観光左メニュー */
#menu.active ul,
#menu.rest ul,
#menu.culture ul,
#menu.pamphlet ul {
	padding: 0 7px;
}
#menu.active li,
#menu.rest li,
#menu.culture li,
#menu.pamphlet li {
  padding: 3px 0 3px 20px;
  background-image: url(./images/mc_pict_gray_ya.png);
  background-repeat: no-repeat;
  background-position: left 5px;
}
/* 観光左メニュー［子メニュー］ */
#menu.active li ul.submenu,
#menu.rest li ul,
#menu.culture li ul,
#menu.pamphlet li ul {
	margin: 0;
	padding: 0;
}
#menu.active li ul li,
#menu.rest li ul li,
#menu.culture li ul li,
#menu.pamphlet li ul li {
	padding: 3px 0 3px 1.2em;
	background: url(images/mc_pict_mr_blue.png) no-repeat left 6px;
}
#menu .pieceHeader {
	margin: 0 0 10px;
	padding: 3px 10px;
	background: #60A0D2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
#menu .pieceHeader h2 {
	color: #ffffff;
	font-weight: bold;
}
/* 見る・遊ぶ・学ぶ */
#menu.active {
	background: #e5f5fc;
}
#menu.active .pieceHeader {
	background: #7dcbf1;
}
/* 食べる・泊まる・買う */
#menu.rest {
	background: #faf2e4;
}
#menu.rest .pieceHeader {
	background: #e8be7c;
}
/* 文化・歴史 */
#menu.culture {
	background: #f7f7e3;
}
#menu.culture .pieceHeader {
	background: #d6d76f;
}
#menu.active .pieceHeader h2,
#menu.rest .pieceHeader h2,
#menu.culture .pieceHeader h2 {
	color: #161B60;
}
/* 観光パンフレット */
#menu.pamphlet {
	background: #eee;
}
/* アコーディオンのトリガー装飾 */
#menu.active #categoryList ul li .trigger {
	text-decoration: underline;
	color: #003399;
}
#menu.active #categoryList ul li .trigger.menu-on {
	text-decoration: none;
	color: #000;
}


/* calendar
----------------------------------------------- */
#calendar .pieceContainer {
  width: 100%;
  margin: 0 0 10px;
}
#calendar .pieceBody ,
#calendarDailyLinks .pieceBody {
  width: 100%;
}
#calendar .calendar ,
#calendarDailyLinks .calendar {
  width: 180px;
  padding: 5px 0 0 8px;
}
#calendar .calendar .wdays .wday ,
#calendarDailyLinks .calendar .wdays .wday {
  width: 18px;
}
#calendar .calendar .days .day ,
#calendarDailyLinks .calendar .days .day {
  width: 18px;
}

#breadCrumbs {
	margin-top:15px;
}

/* =========================================================
    MC_本文体裁_ここから
========================================================= */
/* ===見出し=== */
#contentBody #pageTitle {
	margin-bottom: 20px;
}
#contentBody #pageTitle .pieceContainer {
	padding-top: 0;
}
#contentBody .body h2 {
	border-bottom: double 3px #4169E1;
	margin: 0 0 10px;
	padding: 10px 0 10px;
	font-size: 138.5%;
}
#contentBody .body h3 {
	border-left: solid 4px #4169E1;
	margin: 0 0 10px;
	padding: 7px 0 7px 10px;
	font-size: 123.1%;
}
#contentBody .body h4 {
	border-bottom: solid 1px #4169E1;
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-size: 115%;
}
#contentBody .body h5 {
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-size: 108%;
}
#contentBody .body h6 {
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-size: 100%;
}
/* ===段落=== */
#contentBody .body p {
	margin-bottom: 20px;
}
/* ===リスト=== */
#contentBody .body ul {
	margin-bottom: 20px;
	margin-left: 1.4em;
	list-style: disc;
	
}
#contentBody .body ol {
	margin-bottom: 14px;
	margin-left: 1.8em;
}
/* ===表組み=== */
#contentBody .body table {
	border-collapse: collapse;
	margin-bottom: 14px;
}
#contentBody .body table th {
	margin: 0;
	padding: 7px 10px;
	border: solid 1px #999;
	background: #eee;
}
#contentBody .body table td {
	margin: 0;
	padding: 7px 10px;
	border: solid 1px #999;
}
/* ===画像左寄せ／画像右寄せ=== */
#contentBody .body .imgL {
	margin: 0 14px 14px 0;
}
#contentBody .body .imgR {
	margin: 0 0 14px 14px;
}