@charset "UTF-8";

/* ------------------------------------------------------
 content-print.css
 （コンテンツ内項目設定用　印刷用）

　目　次
	1.全体
	2.見出し
	3.段落
	4.リスト
	5.テーブル
	6.横罫線
	7.パンくずリスト
	8.「▲このページの先頭へ」部分 (Back To Top)
	9.トップページ
	10.下層ページ
------------------------------------------------------ */

/* ------------------------------------------------------
 1.全体
------------------------------------------------------ */
#content {
	line-height: 1.3;
}

/* ------------------------------------------------------
 2.見出し
------------------------------------------------------ */
#content h1 {
	clear: both;
	font-size: 16pt;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 9px 10px 6px;
	border-top: 1px solid #333;
	border-bottom: 5px solid #333;
	line-height: 1.1;
}
#content h2 {
	clear: both;
	font-size: 13pt;
	font-weight: bold;
	margin: 15px 5px 10px;
	padding: 5px 10px 4px;
	border: 1px solid #333;
	border-left: 6px solid #333;
	line-height: 1.2;
}
#content h3 {
	clear: both;
	font-size: 11pt;
	font-weight: bold;
	margin: 15px 8px 10px;
	padding: 4px 8px 3px;
	border-bottom: 1px solid #333;
	border-left: 3px solid #333;
	line-height: 1.2;
}

/* ------------------------------------------------------
 3.段落
------------------------------------------------------ */
#content p {
	margin: 0 10px 1em;
}

/* -------- 右寄せ -------- */
#content p.alignright {
	text-align: right;
}
/* ------------------------------------------------------
 4.リスト
------------------------------------------------------ */
#content ul {
	margin: 10px 10px 10px 40px;
	line-height: 1.3;
}
#content ul li {
	margin: 0 0 10px;
}
#content ol {
	margin: 10px 10px 10px 50px;
	line-height: 1.3;
}
#content ol li {
	margin: 0 0 10px;
}

/* ------------------------------------------------------
 5.テーブル
------------------------------------------------------ */
#content table {
	clear: both;
	margin: 0 10px 10px;
	border-collapse: collapse;
	border: 1px solid #999;
	border-spacing: 0;
	empty-cells: show;
	line-height: 1.1;
}
#content caption {
	font-size: 11pt;
	text-align: center;
	padding: 5px 5px 3px;
	font-weight: bold;
}
#content th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 7px;
	background-color: #F4F4F4;
	border: 1px solid #999;
}
#content td {
	text-align: left;
	vertical-align: middle;
	padding: 7px;
	border: 1px solid #999;
}

/* -------- イベント情報 -------- */
#content table#event {
	margin: 30px auto 10px;
}
#content table#event th {
	width: 30%;
	font-weight: normal;
}
#content table#event th.event-th {
	background: #E5E5E5;
	text-align: left;
}
#content table#event td {
	width: 70%;
}

/* -------- 広報おおた -------- */
#content table#kouhou {
	margin: 10px auto 10px;
}
#content table#kouhou .kouhou1 {
	width: 30px;
}
#content table#kouhou .kouhou3 {
	width: 100px;
}
#content table#kouhou .kouhou4 {
	width: 100px;
}

/* ------------------------------------------------------
 6.横罫線
------------------------------------------------------ */
#content hr {
	margin: 15px 5px;
}

/* ------------------------------------------------------
 7.パンくずリスト
------------------------------------------------------ */
#content p.crumbs {
	margin: 0 10px 10px;
	text-align: right;
	line-height: 1.2;
}

/* ------------------------------------------------------
 8.「▲このページの先頭へ」部分 (Back To Top)
------------------------------------------------------ */
#content p.btt {
	display: none;
}

/* ------------------------------------------------------
 9.トップページ
------------------------------------------------------ */
/* -------- 緊急情報 -------- */
#content p.top-emergency {
	clear: both;
	color: #C00;
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 8px 10px;
	background: #FCF2F2;
	border: 3px solid #C00;
}

/* -------- チャンネルエリア -------- */
#content ul#top-channel {
	display: none;
}

/* -------- イメージ画像 -------- */
#content p#top-img {
	clear: both;
	margin: 0 5px 15px;
}

/* -------- ライフイベント -------- */
#content #top-lifeevent {
	display: none;
}

/* -------- 新着情報 -------- */
#content #topic {
	width: 100%;
}
#content #topic p#topic-rss {
	display: none;
}
#content #topic #topic-body {
	clear: both;
}
#content #topic ul,
#content #news ul,
#content #category-news-body ul {
	margin: 10px 10px 10px 30px;
}
#content #topic ul li,
#content #news ul li,
#content #category-news-body ul li {
	margin: 0 0 5px;
}
#content #topic p#topic-more {
	display: none;
}

/* -------- 目的から探す -------- */
#content #top-purposesearch {
	display: none;
}

/* ------------------------------------------------------
 10.下層ページ
------------------------------------------------------ */
/* -------- 目的から探す -------- */
#content #other-purposesearch {
	width: 100%;
}
#content #other-purposesearch p.other-purposesearch-showall {
	display: none;
}
#content #other-purposesearch ul {
	margin: 0 10px;
	line-height: 1.2;
}
#content #other-purposesearch ul:after {
	/*Newブラウザ フロート対策*/
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#content #other-purposesearch ul li {
	float: left;
	display: block;
	margin: 3px 0;
	padding: 1px 7px;
	border-right: 1px solid #999;
	word-break: keep-all;
}