@charset "UTF-8";

/* =========================================================================
　print.css （印刷用設定）

　目　次

　1.リセット
　2.body
　3.各要素
　4.ヘッダー
　5.コンテンツ
　6.サイド
　7.フッター
　8.トップページ
　9.下層ページ
 10.カテゴリートップページ
========================================================================= */

/* -------------------------------------------------------------------------
 1.リセット
------------------------------------------------------------------------- */
html,body,div,
blockquote,pre,
dl,dt,dd,
form,input,textarea,select,option,optgroup,button,label,fieldset,legend {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}

/* -------------------------------------------------------------------------
 2.body
------------------------------------------------------------------------- */
body {
	color: #000;
	font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFF;
	line-height: 1.2;
}

/* テキストリンクの設定
---------------------------------------------------------------------- */
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover,
a:active,
a:focus {
	color: #000;
}

/* 非表示の設定
---------------------------------------------------------------------- */
hr.hide {
	display: none;
}

/* -------------------------------------------------------------------------
 3.各要素
------------------------------------------------------------------------- */

/* h1
---------------------------------------------------------------------- */
h1 {
	font-size: 16pt;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 10px 10px;
	border-bottom: 5px solid #CCC;
	line-height: 1.1;
}

/* h2
---------------------------------------------------------------------- */
h2 {
	clear: both;
	font-size: 13pt;
	font-weight: bold;
	margin: 20px 5px 10px;
	padding: 0 10px 8px;
	border-bottom: 3px solid #AAA;
	line-height: 1.1;
}
#sitemap h2 {
	font-size: 11pt;
	margin: 15px 8px 10px;
	padding: 2px 8px;
	border-bottom: none;
	border-left: 4px solid #AAA;
}

/* h3
---------------------------------------------------------------------- */
h3 {
	clear: both;
	font-size: 11pt;
	font-weight: bold;
	margin: 15px 8px 10px;
	padding: 2px 8px;
	border-left: 4px solid #AAA;
	line-height: 1.1;
}

/* h4
---------------------------------------------------------------------- */
h4 {
	clear: both;
	font-size: 10pt;
	font-weight: bold;
	margin: 15px 10px 10px;
	padding: 1px 8px;
	border-left: 2px solid #AAA;
	line-height: 1.1;
}

/* p
---------------------------------------------------------------------- */
p {
	font-size: 10pt;
	margin: 0 15px 15px;
	line-height: 1.5;
}

/* ul,ol
---------------------------------------------------------------------- */
ul {
	font-size: 10pt;
	margin: 10px 10px 20px 40px;
	line-height: 1.3;
}
ul li {
	margin: 0 0 10px;
}
ol {
	font-size: 10pt;
	margin: 10px 10px 20px 50px;
	line-height: 1.3;
}
ol li {
	margin: 0 0 10px;
}

/* table
---------------------------------------------------------------------- */
table {
	clear: both;
	margin: 0 10px 20px;
	border-collapse: collapse;
	border: 1px solid #AAA;
	border-spacing: 0;
	empty-cells: show;
}
caption {
	font-size: 12pt;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
th {
	font-size: 10pt;
	font-weight: bold;
	padding: 10px 5px;
	background-color: #F4F4F4;
	border: 1px solid #AAA;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1;
}
td {
	font-size: 10pt;
	padding: 10px;
	border: 1px solid #AAA;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3;
}
/* hr
---------------------------------------------------------------------- */
hr {
	height: 0;
	margin: 15px 5px;
	padding: 0 0 5px;
	border: none;
	border-bottom: 1px dotted #AAA;
}

/* blockquote
---------------------------------------------------------------------- */
blockquote {
	margin: 0 15px 15px 30px;
	padding: 15px;
	border:1px solid #AAA;
}
blockquote p {
	margin: 0;
}

/* -------------------------------------------------------------------------
 4.ヘッダー
------------------------------------------------------------------------- */
#header {
	display: none;
}

/* -------------------------------------------------------------------------
 5.コンテンツ
------------------------------------------------------------------------- */
#container .after {
	display: none;
}
#content {
	width: 100%;
	padding: 0 0 30px;
	overflow: hidden;
}
#top-rightcolumn,
#top-leftcolumn {
	display: none;
}

/* -------------------------------------------------------------------------
 6.サイド
------------------------------------------------------------------------- */
#side {
	display: none;
}

/* -------------------------------------------------------------------------
 7.フッター
------------------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	padding: 10px 0 0;
	border-top: 1px solid #AAA;
}

/* 広告
---------------------------------------------------------------------- */
#footer-koukoku {
	display: none;
}

/* アドレス
---------------------------------------------------------------------- */
address {
	font-size: 10pt;
	font-style: normal;
	padding: 0 10px 10px;
	line-height: 1.3;
}

/* フッターナビ
---------------------------------------------------------------------- */
ul#footer-navi {
	display: none;
}

/* ページの先頭へ
---------------------------------------------------------------------- */
p#footer-btt {
	display: none;
}

/* コピーライト
---------------------------------------------------------------------- */
#footer-copyright {
	margin: 0;
	padding: 10px 0 0;
	border-top: 1px solid #AAA;
	text-align: center;
}
#footer-copyright p {
	margin: 0;
}

/* -------------------------------------------------------------------------
 8.トップページ
------------------------------------------------------------------------- */

/* 災害情報
---------------------------------------------------------------------- */
#top-saigai {
	margin: 0 0 15px;
	padding: 0 15px 5px;
	background: #FDF5F5;
	border: 3px solid #D63333;
}
#top-saigai h2 {
	color: #C00;
	font-size: 13pt;
	margin: 15px 0 7px;
	padding: 0 5px 5px;
	border: none;
	border-bottom: 3px solid #D63333;
}
#top-saigai h2 img {
	display: none;
}
#top-saigai p {
	font-size: 11pt;
	margin: 0 5px 10px;
	line-height: 1.3;
}
#top-saigai p img {
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
}
#top-saigai ul {
	font-size: 11pt;
	line-height: 1.2;
}

/* お知らせ、イベント情報
---------------------------------------------------------------------- */
#top-oshirase,
#top-event {
	width: 100%;
	margin: 0 0 15px;
}
#top-oshirase h2,
#top-event h2 {
	margin: 0 0 10px;
	padding: 0;
	border: none;
}
#top-oshirase dl,
#top-event dl {
	font-size: 10pt;
}
#top-oshirase dt {
	clear: both;
	float: left;
	padding: 7px 0 5px 10px;
}
#top-oshirase dt img {
	float: left;
}
#top-oshirase dt span {
	width: 5em;
	float: left;
	margin: 0 12px 0 8px;
	text-align: right;
}
#top-event dt {
	width: 5em;
	clear: both;
	float: left;
	margin: 0 12px 0 10px;
	padding: 7px 0 9px;
	text-align: right;
}
#top-oshirase dd,
#top-event dd {
	padding: 7px 5px 9px 10px;
	border-bottom: 1px dotted #AAA;
}
#top-oshirase dd img,
#top-event dd img {
	margin: 0 0 0 8px;
	vertical-align: baseline;
}

/* その他
---------------------------------------------------------------------- */
p.top-listlink,
#top-tabarea,
#top-online,
#top-keitai {
	display: none;
}

/* -------------------------------------------------------------------------
 9.下層ページ
------------------------------------------------------------------------- */

/* パンくずリスト
---------------------------------------------------------------------- */
p#crumb {
	display: none;
}

/* ページの先頭へ
---------------------------------------------------------------------- */
p.btt {
	display: none;
}

/* お知らせ、関連リンク、お問い合わせ先、ダウンロード
---------------------------------------------------------------------- */
.oshirasearea {
	margin: 0 0 15px;
}
.oshirasearea h2 {
	margin: 0 0 10px;
	padding: 0;
	border: none;
}
p.oshirasearea-list {
	display: none;
}
.oshirasearea dl {
	font-size: 10pt;
}
.oshirasearea dt {
	width: 8.1em;
	clear: both;
	float: left;
	margin: 0 12px 0 10px;
	padding: 7px 0 9px;
	text-align: right;
}
.oshirasearea dd {
	padding: 7px 5px 9px 10px;
	border-bottom: 1px dotted #AAA;
}
.oshirasearea dd img{
	margin: 0 0 0 8px;
	vertical-align: baseline;
}
.linkarea,
.downloadarea {
	display: none;
}
.contactarea {
	margin: 0 0 15px;
}
.contactarea h2 {
	margin: 0 0 10px;
	padding: 0;
	border: none;
}
#content .oshirasearea h2 img,
#content .linkarea h2 img,
#content .contactarea h2 img,
#content .downloadarea h2 img {
	margin: 0;
}

/* くらしの情報
---------------------------------------------------------------------- */
#kurashi-lifeevent {
	width: 100%;
	margin: 0 0 15px;
}
#kurashi-lifeevent h2 {
	margin: 0 0 10px;
	padding: 0;
	border: none;
}
#kurashi-lifeevent h2 img,
#kurashi-guide h2 img {
	margin: 0;
}
#kurashi-lifeevent ul {
	margin: 0;
	list-style: none;
	overflow: hidden;
}
#kurashi-lifeevent li {
	float: left;
	margin: 0;
	padding: 0 0 10px 10px;
}
#kurashi-lifeevent li img {
	margin: 0;
}
#kurashi-guide {
	width: 100%;
	margin: 0 0 15px;
}
#kurashi-guide h2 {
	margin: 0 0 10px;
	padding: 0;
	border: none;
}

/* 施設案内
---------------------------------------------------------------------- */
.shisetsu-list-group {
	height: auto !important;
}

/* カテゴリートップページ
---------------------------------------------------------------------- */
.top-main {
	width: 100%;
	margin: 0 0 15px;
}
.top-main h1 {
	margin: 0 0 20px;
	padding: 0;
	border: none;
}
.top-main h2 {
	margin: 0 0 10px;
	padding: 0;
	border: none;
}
p#top-kikaku-title {
	font-size: 12pt;
	font-weight: bold;
}
p#top-kikaku-date {
	text-align: right;
}

/* ブロック
---------------------------------------------------------------------- */
/* -------- 画像 -------- */
#content img {
	zoom: 0.87;
}

/* -------- 目次用リスト -------- */
#content ul.indexlist li {
	background-image: none;
	padding: 0 10px 10px 10px;
	list-style-position: inside;
}

/* -------- 動画 -------- */
#content .movie {
	display: none;
}

/* -------- PDF -------- */
#content .adobe {
	display: none;
}

/* -------- 別ウィンドウアイコン -------- */
.blank {
	display: none;
}

/* -------- テーブル -------- */
#content table {
	width: auto !important;
}
#content table.table_green th,
#content table.table_wood th,
#content table.table_brick th,
#content table.table_navy th,
#content table.table_orange th,
#content table.table1 th,
#content table.table2 th,
#content table.table3 th {
	color: #000;
	background-color: #FFF;
}

/* -------- 画像と回り込み文字BOX内のリスト -------- */
#content div.wcv-floatbox-left ul li {
	list-style-image: none !important;
}

/* -------- 広報・議会だより -------- */
#content ul#public-list li {
	border-width: 0;
}
#content #public #adobe {
	display: none;
}
#content ul#public-year {
	margin-left: 0;
	padding-left: 0;
}
#content ul#public-year li {
	list-style: none;
	margin-right: 0;
	width: 33%;
}
#content ul#public-year li img.wcvimg-floatleft {
	margin: 0 0 10px;
	width: 90%;
}

/* -------- サイトマップ -------- */
#content #sitemap .wcv-inner2-l,
#content #sitemap .wcv-inner2-r {
	float: none;
	width: auto;
	margin: 0 0 15px;
}
#content #sitemap ul li.sitemap-dir {
	background: none;
	padding-left: 0;
}
#content #sitemap li.sitemap-file {
	background: none;
	padding-left: 0;
}
#content #sitemap p {
	background: none;
	padding-left: 0;
}

/* -------- フォーム -------- */
.form textarea {
	width: 100%;
}
p.close_btn {
	display: none;
}

/* -------- 観光情報サイト -------- */
#supersized-loader,
#supersized {
	display: none;
}
body#kankou-top address img,
body#kankou address img {
	padding: 0 0 5px;
}
ul.footer-dantai {
	display: none;
}
#top-osusume {
	display: none;
}
#top-news {
	width: 100%;
	margin: 0 0 15px;
}
#top-news h2 {
	margin: 0 0 10px;
	padding: 0;
	border: none;
	text-align: center;
}
#top-news dl {
	font-size: 10pt;
}
#top-news dt {
	clear: both;
	width: 100%;
	float: left;
	padding: 10px 12px 0;
	border-top: 1px dotted #AAA;
}
#top-news dd {
	clear: left;
	float: left;
	padding: 2px 12px 10px;
}
#top-news dd img {
	margin: 0 0 0 8px;
	vertical-align: baseline;
}
p#top-news-list {
	display: none;
}
body#kankou .contactarea {
	background: #F2F2F2;
	border: 1px solid #AAA;
}
body#kankou .contactarea h2 {
	margin: 0 0 10px;
	padding: 4px 0;
	background: #F2F2F2;
	border: none;
	border-bottom: 1px solid #AAA;
	text-align: center;
}
