@charset "utf-8";
/* ---------------------------------------------------------
edit
----------------------------------------------------------*/
#tmp_contents .inner{
	margin-bottom: 20px;
}
#tmp_contents h1{
	margin: 0 0 20px 0;
	padding: 10px 0 10px 14px;
	background: #fff;
	border-left: 10px solid #3787BC;
	font-size: 180%;
}
#tmp_contents h2{
	margin: 20px 0 20px 0;
	padding: 10px 0 10px 14px;
	background: #f4f4f4;
	border-left: 10px solid #0063AE;
	border-bottom: 1px solid #0063AE;
	font-size: 120%;
}
#tmp_contents .data{
	margin-bottom: 20px;
}
#tmp_contents h3{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 2px 0 2px 6px;
	border-left: 6px solid #0063AE;
	border-bottom: 1px solid #0063AE;
	clear: both;
}
#tmp_contents h4{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 2px 0 2px 6px;
	border-left: 6px solid #0063AE;
	font-size: 100%;
	clear: both;
}
#tmp_contents h5{
	margin-top: 20px;
	margin-bottom: 10px;
	color: #000;
	font-size: 100%;
	border-bottom: 1px solid #0063AE;
	clear: both;
}
#tmp_contents h6{
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 100%;
	clear: both;
}
#tmp_contents p{
	margin-bottom: 10px;
	letter-spacing: 0.019em;
	line-height: 1.4;
}
#tmp_contents img{
	margin-bottom: 20px;
}
#tmp_contents a{
	color: #0063AE;
	text-decoration: underline;
}
#tmp_contents a:hover{
	opacity: 0.8;
}
#tmp_contents ul{
	padding-left: 20px;
	margin-bottom: 6px;
}
#tmp_contents ul li{
	margin-bottom: 0;
}
#tmp_contents ol{
	padding-left: 20px;
	margin-bottom: 6px;
}
#tmp_contents ol li{
	margin-bottom: 0;
}
#tmp_contents .highlight{
	margin-bottom: 30px;
	padding: 20px;
	border: 2px solid #0063AE;
}
#tmp_contents .highlight p{
	margin-bottom: 0;
}
#tmp_contents table{
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}
#tmp_contents table tr th{
	padding: 12px;
	background: #0063AE;
	color: #FFF;
	border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
#tmp_contents table tr th.bule{
	background: #3787BC;
}
#tmp_contents table tr td{
	padding: 8px 8px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#tmp_contents .infoList dt{
	position: absolute;
	padding-left: 14px;
	background: url(/shared/templates/police/img/bg_inner_li.png) no-repeat left center;
}
#tmp_contents .infoList dd{
	margin-bottom: 14px;
	padding-left: 10em;
}
#tmp_contents .underline{
	text-decoration: underline;
}
#tmp_contents .strike{
	text-decoration: line-through;
}
#tmp_contents .txt_red{
	color: red;
}
#tmp_contents .txt_green{
	color: green;
}
#tmp_contents .txt_big{
	font-size: 120%;
}
#tmp_contents .txt_small{
	font-size: 88%;
}
#tmp_contents .space_lft1{
	padding-left: 1em;
}
#tmp_contents .float_rgt{
	float: right;
}
#tmp_contents .float_lft{
	float: left;
}
#tmp_contents .clear{
	clear: both;
}
#tmp_contents .noicon{
	list-style: none !important;
}
#tmp_contents #anchor1,
#tmp_contents #anchor2,
#tmp_contents #anchor3,
#tmp_contents #anchor4,
#tmp_contents #anchor5,
#tmp_contents #anchor6,
#tmp_contents #anchor7,
#tmp_contents #anchor8,
#tmp_contents #anchor9{
	color: #000;
	text-decoration: none;
}
#tmp_contents a[href$=".pdf"] {
    background-image: url(/shared/templates/police/img/icon_pdf.gif);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 34px 11px;
		padding-left: 40px;
}
#tmp_contents a[href$=".doc"] {
    background-image: url(/shared/templates/police/img/icon_word.gif);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 34px 11px;
		padding-left: 40px;
}
#tmp_contents a[href$=".xls"] {
    background-image: url(/shared/templates/police/img/icon_excel.gif);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 34px 11px;
		padding-left: 40px;
}
#tmp_contents a[href$=".jtd"] {
    background-image: url(/shared/templates/police/img/icon_ichitaro.gif);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 34px 11px;
		padding-left: 40px;
}
/*List*/
#tmp_contents .shinchaku dd img{
	margin-bottom: 0;
}
/*contact*/
#tmp_contents .contact{
	margin-top: 40px;
	border: 1px solid #000;
}
#tmp_contents .contact h2{
	margin: 0;
	background: #0063AE;
	color: #fff;
}
