@charset "UTF-8";

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

　目　次

　 1.リセット
　 2.body
　 3.各要素
　 4.ヘッダー
　 5.コンテンツ
　 6.サイド
　 7.フッター
　 8.トップページ　災害情報
　 9.トップページ　メイン画像スライダー
　10.トップページ　お知らせ・更新情報
　11.トップページ　ちいきの話題・広報きたあきた
　12.トップページ　ライフイベント・くらしのガイド・各課から探す
　13.パンくずリスト
　14.ページの先頭へ
　15.お知らせ、関連リンク、お問い合わせ先、ダウンロード
　16.くらしの情報
　17.庁舎・公共施設案内
　18.観光情報
　19.教育・文化・スポーツ
　20.ブロック
========================================================================= */

/* -------------------------------------------------------------------------
 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: 10px;
	border: 1px solid #AAA;
	border-bottom-width: 5px;
	line-height: 1.1;
}

/* h2
---------------------------------------------------------------------- */
h2 {
	clear: both;
	font-size: 13pt;
	font-weight: bold;
	margin: 20px 5px 10px;
	padding: 6px 10px;
	background-color: #F4F4F4;
	border: 1px solid #AAA;
	border-left-width: 5px;
	line-height: 1.1;
}

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

/* h4
---------------------------------------------------------------------- */
h4 {
	clear: both;
	font-size: 10pt;
	font-weight: bold;
	margin: 15px 10px 10px;
	padding: 3px 8px;
	border-left: 3px 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;
}

/* スマートフォン用 グローバルナビ
---------------------------------------------------------------------- */
p#sp_menu_btn,
#sp_navi_wrap {
	display: none;
}

/* -------------------------------------------------------------------------
 5.コンテンツ
------------------------------------------------------------------------- */
#content {
	width: 100%;
	padding: 0 0 30px;
	overflow: hidden;
}
#top-leftcolumn,
#top-rightcolumn {
	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;
}

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

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

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

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

/* -------------------------------------------------------------------------
 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;
	background: none;
	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 ul {
	font-size: 11pt;
	line-height: 1.2;
}

/* -------------------------------------------------------------------------
 9.トップページ　メイン画像スライダー
------------------------------------------------------------------------- */
#top-slide-wrap {
	display: none;
}

/* スマートフォン用トップ写真
---------------------------------------------------------------------- */
#sp_top {
	display: none;
}

/* -------------------------------------------------------------------------
 10.トップページ　お知らせ・更新情報
------------------------------------------------------------------------- */
ul.top-tabarea-tab {
	display: none;
}
#top-oshirase,
#top-koushin {
	display: block !important;
	width: 100%;
	margin: 0 0 15px;
}
#top-oshirase dl,
#top-koushin dl {
	font-size: 10pt;
	margin: 0 10px;
}
#top-oshirase dt,
#top-koushin dt {
	width: 5em;
	clear: both;
	float: left;
	padding: 8px 0 9px;
	text-align: right;
	margin: 0 -7em 0 10px;
}
#top-oshirase dd,
#top-koushin dd {
	border-bottom: 1px dotted #AAA;
	padding: 8px 12px 10px 7em;
	zoom: 1;
}
p.top-oshirase-link {
	display: none;
}

/* -------------------------------------------------------------------------
 11.トップページ　ちいきの話題・広報きたあきた
------------------------------------------------------------------------- */
#top-tabarea2 {
	display: none;
}

/* -------------------------------------------------------------------------
 12.トップページ　ライフイベント・くらしのガイド・各課から探す
------------------------------------------------------------------------- */
#top-tabarea3 {
	display: none;
}

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

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

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

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

/* -------------------------------------------------------------------------
 17.庁舎・公共施設案内
------------------------------------------------------------------------- */
.shisetsu-list-group {
	height: auto !important;
}

/* -------------------------------------------------------------------------
 18.観光情報
------------------------------------------------------------------------- */
#top-content h1 {
	margin: 0 0 20px;
	padding: 0;
	background: none;
	border: none;
}
#kankou-annai {
	width: 100%;
	margin: 0 0 15px;
}
#kankou-annai h2 {
	margin: 0 0 15px;
	padding: 0;
	background: none;
	border: none;
}
.kankou-annai-list-group h3 {
	margin: 0 0 10px;
	padding: 0;
	background: none;
	border: none;
}

/* サイド　観光情報Twitter
---------------------------------------------------------------------- */
#side-kankoutwitter,
#side-kankoutwitter-banner {
	display: none;
}

/* -------------------------------------------------------------------------
 19.教育・文化・スポーツ
------------------------------------------------------------------------- */
#kyouiku-main {
	width: 100%;
	margin: 0 0 15px;
}
#kyouiku-main h2 {
	margin: 0 0 15px;
	padding: 0;
	background: none;
	border: none;
}
.kyouiku-main-list-group {
	height: auto !important;
}


/* -------------------------------------------------------------------------
 20.ブロック
------------------------------------------------------------------------- */
/* -------- 画像 -------- */
#content img {
	zoom: 0.87;
}
#container-noside #content img {
	zoom: 0.68;
}

/* -------- 目次用リスト -------- */
#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,
#content #public table 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%;
}

/* -------- ちいきの話題 -------- */
#wadai dd.photo img {
	border: none;
}

/* -------- サイトマップ -------- */
#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;
}
