@charset "UTF-8";

/*
	事故・火災情報検索結果レイアウト
	最終更新： 2021-6-15
*/

/*--------------------------------------------------body要素（上書き設定）*/
body {
	margin:0;
	padding:0;
	background:url(../../common/images/bodyBackLeft.gif) left repeat-y;
}

div#wrapper {
	margin:0 0 -50px 20px;
	padding-right:20px;
	background:url(../../common/images/bodyBackRight.gif) #FFFFFF right repeat-y;
}

/*--------------------------------------------------ヘッダー（上書き設定）*/
div#header {
	width:100%;
	height:70px;
	margin:0 0 15px 0;
	position:relative;
	top:0;
	left:0;
	background:url(../../common/images/headerBack2.jpg) no-repeat;
}

/*--------------------------------------------------コンテンツ*/
/*コンテナ（上書き）*/
div#container {
	width:100%;
	margin:0;
}
/*コンテンツ（上書き）*/
div#contents {
	width:100%;
}
/*セクション（上書き）*/
div.section {
	margin:0 0 15px 0;
}

/*h2タイトル（上書き）*/
div.listLayout h1 {
	margin-bottom:20px;
	font-size:131%;/*17px*/
}

/*h2タイトル（上書き）*/
div.listLayout h2 {
	margin-bottom:20px;
}

/*--------------------------------------------------注意事項*/
div.accident_caution ul li {
	margin:0 0 7px 25px;/*上書き*/
}
div.accident_caution h3 {
	margin:0 0 10px 0;
}

/*--------------------------------------------------検索結果表示*/
/*件数表示*/
div.selected {
	margin:20px 0 2px 0!important;
	float:left;
	vertical-align:bottom;
}
strong.selected {
	font-size:131%;/*17px*/
	margin:0 3px!important;
}
/*リスト表示*/
input.pagedisplay {
	font-weight:bold;
	width:50px;
	text-align:right;
	margin-top:3px;
	border:0;
}
div#p1 p {
	text-align:right;
	margin-bottom:3px;
	float:right;
}
div#p1 p a img {
	margin:0 0 2px 5px;
	cursor:pointer;
}

/*テーブル*/
div.listLayout table {
	font-size:85%;
	border-top:1px solid #CCCCCC;
	border-bottom:3px solid #CCCCCC;
}
/*ヘッダー部の指定*/
div.listLayout thead th {
	font-size:108%;
	font-weight:bold;
	color:#FFFFFF;
	line-height:1.2;
	padding:7px 0;
	text-align:center;
	vertical-align:middle;
	background:#484848;
	border-top:1px solid #484848;
	border-right:1px solid #696969;
}
/*内容部の指定*/
div.listLayout tbody td {
	line-height:1.2;
	padding:5px 3px;
	vertical-align:top;
	border-right:1px solid #F0F0F0;
	border-bottom:1px solid #CCCCCC;
}
/*データなし*/
div.nodata {
	font-size:131.5%;
	margin-top:20px;
	padding:80px 0;
	text-align:center;
	border:1px solid #CCCCCC;
}
/*ページトップへ*/
div#pagetop2 {
	text-align:right;
	font-size:0;/*IE対策*/
	margin:0 1px 10px 0;
}

/*--------------------------------------------------ソート可能部分*/
/*ヘッダー部の指定*/
table.tablesorter thead tr th {
	font-size:108%;
	font-weight:bold;
	color:#FFFFFF;
	line-height:1.2;
	padding:7px 0;
	text-align:center;
	vertical-align:middle;
	background:#484848;
	border-top:1px solid #484848;
}
table.tablesorter thead tr .header {
	cursor:pointer;
}
table.tablesorter thead tr th a {
	color:#FFFFFF;
	text-decoration:underline;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	border-top:1px solid #7F7F7F;
	background:#7F7F7F;
}
table.tablesorter thead tr th a:hover {
	display:block;
	border-top:1px solid #7F7F7F;
	background:#7F7F7F;
}

/*--------------------------------------------------フッター（上書き）*/
div#footer {
	background:none;
	margin:0 0 0 20px;
}

/*--------------------------------------------------Copyright（上書き）*/
div.copyright {
	color:#333333;
}

/*EOF*/