@charset "utf-8";

/* ==================================================
Required to CMS-8341
================================================== */
#tmp_contents h1 {
	margin: 0 0 0.6em;
    padding: 25px 45px 23px 0px;
    font-size: 225%;
    border-top: 6px solid #004d96;
    border-bottom: 2px solid #00a9af;
    color: #222222;
    font-weight: bold;
    background-color: #ffffff;
    clear: both;
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	margin:1.5em 0 0.8em;
    font-weight: bold;
	clear:both; /* Do not edit */
}
#tmp_contents h2 {
	padding: 16px 20px 14px 18px;
	font-size: 187.5%;
	border: 1px solid #b2c9df;
	color: #222222;
	background-color: #e3f1fc;
}
#tmp_contents h3 {
	padding: 6px 10px 0 0;
	font-size: 162.5%;
	border-bottom: 4px solid #e6e6e6;
    color: #222222;
    background-color: #ffffff;
}
#tmp_contents h3::after {
	content: '';
	width: 340px;
	height: 4px;
	background-color: #004d96;
	display: block;
	margin: 7px 0 -4px;
}
#tmp_contents h4 {
    padding: 7px 10px 4px 20px;
    font-size: 137.5%;
    color: #222222;
    background: url(/shared/site_police/images/icons/line_h4.png) no-repeat left center;
	background-color: #ffffff;
}
#tmp_contents h5 {
    padding: 0 0 0 20px;
	font-size: 125%;
	color: #222222;
	background: url(/shared/site_police/images/icons/line_h5.png) no-repeat left center;
    background-color: #ffffff;
}
#tmp_contents h6 {
	font-size: 112.5%;
	color: #222222;
	background-color: #ffffff;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* Do not edit */
	color: #222222;
	line-height: 1.8;
}
#tmp_contents a {
	color: #0049ba;
}
#tmp_contents a:hover,
#tmp_contents a:focus {
	text-decoration: none;
}
#tmp_contents ul {
	margin:0 0 1em 1.1em; /* Do not edit */
	list-style-image:url(/shared/site_police/images/icons/a_list_icon.png); /* Do not edit */
}
#tmp_contents .box_menu_cnt ul {
	list-style-image:url(/shared/site_police/images/icons/a_list_icon.png); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 1em 3.2em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* Do not edit */
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.5em 0 0 1.5em; /* Do not edit */
}
#tmp_contents hr {
	height:1px; /* Do not edit */
	color:#CCCCCC; /* Do not edit */
	background-color:#CCCCCC; /* Do not edit */
	border:none; /* Do not edit */
	clear:both; /* Do not edit */
}
/* ==================================================
parts
================================================== */
/* img_cap
================================================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* outline
================================================== */
#tmp_contents .outline {
	margin:0 0 0.8em; /* Do not edit */
	clear:both; /* Do not edit */	
}
#tmp_contents table.outline {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border: none;
}
#tmp_contents table.outline td {
	padding: 15px 35px 0 21px;
	color:inherit;
	background-color:#f0fafa;
}
#tmp_contents div.outline {
	padding:13px 35px 0 21px;
	color:inherit;
	background-color:#f0fafa;
}
#tmp_contents .outline p {
	background-color: #f0fafa;
}
#tmp_contents .outline ul {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ol {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_btn
================================================== */
#tmp_contents ul.box_btn {
	margin:0 0 0.8em; /* Do not edit */
	padding:0;
	list-style:none;
	list-style-image:none;
	
}
#tmp_contents ul.box_btn li {
	margin:0 0 10px 0;
	padding: 3px 0 0 0;
	border: 1px solid #e3e3e3;
	font-weight: bold;
	color:#222222;
	background: #ffffff url(/shared/site_police/images/icons/line_box_btn.png) repeat-x left top;
	box-shadow: 0px 4px 13px 2px rgba(30, 30, 30, 0.1);
	-moz-box-shadow: 0px 4px 13px 2px rgba(30, 30, 30, 0.1);
	-webkit-box-shadow: 0px 4px 13px 2px rgba(30, 30, 30, 0.1);
}
#tmp_contents ul.box_btn li p {
	padding: 19px 49px 21px 17px;
	color: #222222;
    background: #ffffff url(/shared/site_police/images/icons/icon_arrow_rght.png) no-repeat right center;
	background-size: 31px 10px;
	-webkit-background-size: 31px 10px;
	-moz-background-size: 31px 10px;
    margin: 0;
}
#tmp_contents ul.box_btn li a {
	display: block;
	text-decoration: none;
	color: #222222;
	background: #ffffff url(/shared/site_police/images/icons/icon_arrow_rght.png) no-repeat right center;
    padding: 19px 49px 21px 17px;
	/*margin: -19px -49px -21px -17px;*/
	transition: 0.25s background-color ease-in-out;
    -webkit-transition: 0.25s background-color ease-in-out;
    -moz-transition: 0.25s background-color ease-in-out;
    -ms-transition: 0.25s background-color ease-in-out;
    -o-transition: 0.25s background-color ease-in-out;
}
#tmp_contents ul.box_btn li a:hover,
#tmp_contents ul.box_btn li a:focus {
	background: #fffee5 url(/shared/site_police/images/icons/icon_arrow_rght.png) no-repeat right center;
}
/* box_info
================================================== */
#tmp_contents .box_info {
	margin:0 0 2.5em; /* Do not edit */
	background: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_info {
	width:100%; /* Do not edit */
	/* border-collapse:collapse; Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_ttl {
	padding:11px 24px 11px 16px;
	border-bottom: 1px dotted #d9d9d9;
	font-size: 125%;
	font-weight:bold;
	color: #000000;
	background: #ffffff url(/shared/site_police/images/main/border_box.jpg) no-repeat left top;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
#tmp_contents .box_info .box_info_ttl p {
	padding: 2px 0 0 3px;
	margin-bottom:0; /* Do not edit */
	color: #000000;
	background: #ffffff;
}
#tmp_contents .box_info .box_info_cnt {
	border-bottom: 1px solid #d9d9d9;
	padding: 11px 10px 0 9px;
	background-color: #ffffff;
}
#tmp_contents .box_info .box_info_cnt ul li {
	padding: 4px 3px 6px;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_link
================================================== */
#tmp_contents .box_link {
	margin:0 0 1.9em; /* Do not edit */
	background: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_link {
	width:100%; /* Do not edit */
	/* border-collapse:collapse; Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_ttl {
	padding:11px 24px 11px 16px;
	border-bottom: 1px dotted #d9d9d9;
	font-size: 125%;
	font-weight:bold;
	color: #000000;
	background: #ffffff url(/shared/site_police/images/main/border_box.jpg) no-repeat left top;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
#tmp_contents .box_link .box_link_ttl p {
	padding: 2px 0 0 3px;
	margin-bottom:0; /* Do not edit */
	color: #000000;
	background: #ffffff;
}
#tmp_contents .box_link .box_link_cnt {
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 10px 0 9px;
	background-color: #ffffff;
}
#tmp_contents .box_link .box_link_cnt ul li {
	padding: 4px 3px 6px;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_menu
================================================== */
#tmp_contents .box_menu {
	margin:0 0 3.6em; /* Do not edit */
	margin: 0 0 10px 0;
    border: 1px solid #e3e3e3;
	color:inherit;
	background: #ffffff url(/shared/site_police/images/icons/line_box_btn.png) repeat-x left top;
    padding: 3px 0 0 0;
	clear:both; /* Do not edit */
	box-shadow: 0px 4px 13px 2px rgba(30, 30, 30, 0.1);
	-moz-box-shadow: 0px 4px 13px 2px rgba(30, 30, 30, 0.1);
	-webkit-box-shadow: 0px 4px 13px 2px rgba(30, 30, 30, 0.1);
}
#tmp_contents table.box_menu {
	width:100%; /* Do not edit */
	/* border-collapse:collapse; Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.box_menu td.box_menu_ttl,
#tmp_contents .box_menu .box_menu_ttl {
	padding: 21px 20px 0 20px;
	font-weight: bold;
	color: #0049ba;
}
#tmp_contents table.box_menu td.box_menu_cnt,
#tmp_contents .box_menu .box_menu_cnt {
	padding: 7px 24px 9px 20px;
	background-color: #ffffff;
}
#tmp_contents .box_menu .box_menu_ttl p {
	border-bottom: 1px dotted #afced0;
    padding: 0 0 18px 0;
    margin: 0 0 8px;
}
#tmp_contents .box_menu .box_menu_ttl p a {
	display: block;
	text-decoration: none;
    padding: 21px 31px 18px 20px;
    margin: -21px -20px -18px -20px;
	color: #222222;
	background: #ffffff url(/shared/site_police/images/icons/icon_arrow_rght.png) no-repeat right 28px;
	transition: 0.25s background-color ease-in-out;
    -webkit-transition: 0.25s background-color ease-in-out;
    -moz-transition: 0.25s background-color ease-in-out;
    -ms-transition: 0.25s background-color ease-in-out;
    -o-transition: 0.25s background-color ease-in-out;
}
#tmp_contents .box_menu .box_menu_ttl p a:hover,
#tmp_contents .box_menu .box_menu_ttl p a:focus{
	background-color: #fffee5;
}
#tmp_contents .box_menu h2 {
	margin:0 0 0.8em;
	padding:0;
	color:inherit;
	font-size:100%;
	background:none;
	border:none;
}
#tmp_contents .box_menu ul {
	margin-bottom:1em; /* Do not edit */
	margin-left:10px; /* Do not edit */
}
#tmp_contents .box_menu ol {
	margin-bottom:1em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* datatable 
   enquete_table
================================================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 0.8em; /* Do not edit */
	color: #222222;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #e1d1b8;
	word-break: break-all;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding: 17px 8px 15px;
	color:inherit;
	background:#ededed;
	border: 1px solid #bfbfbf;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding:14px 10px 13px 18px;;
	border:1px solid #bfbfbf;
}
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding:0 0 0.5em; /* Do not edit */
	font-weight:bold; /* Do not edit */
	text-align:left; /* Do not edit */
}
#tmp_contents table.datatable p {
	margin:0; /* Do not edit */
}
#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol,
#tmp_contents table.enquete_table ul,
#tmp_contents table.enquete_table ol {
	margin:0.2em 0 0 24px; /* Do not edit */
}
#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol,
#tmp_contents table.enquete_table ul ul,
#tmp_contents table.enquete_table ul ol,
#tmp_contents table.enquete_table ol ul,
#tmp_contents table.enquete_table ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents table.enquete_table {
	width:100%; /* Do not edit */
}
#tmp_contents table.enquete_table th {
	width:20%; /* Do not edit */
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#990000; /* base.css > Styles > .text_red */
	font-weight:normal; /* Do not edit */
	background-color:transparent; /* Do not edit */
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0; /* Do not edit */
	text-align:center; /* Do not edit */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* Setting by CMS sheets */
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#fdffef; /* base.css > Styles > th.bg_yellow */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#f2ffef; /* base.css > Styles > th.bg_green */
}
#tmp_contents table.datatable table th.bg_orange {
	color:inherit;
	background-color:#fff8ef; /* base.css > Styles > th.bg_orange */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* nest-datatable
================================================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color:inherit; /* Do not edit */
	background-color:transparent; /* Do not edit */
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #AABBCC; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color:#DDEEFF; /* = table.datatable th */
	border:1px solid #AABBCC; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #AABBCC; /* = table.datatable td */
}

/* ==================================================
contents
================================================== */
#tmp_contents #tmp_idx h1 {
	font-size: 225%;
	text-align: center;
	border-top: 6px solid #004d96;
	border-bottom: 2px solid #00a9af;
	background: url(/shared/templates/police_free/images/h1_icon.png) no-repeat center 45px, url(/shared/templates/police_free/images/h1_bg.png) no-repeat top left;
	background-size: 41px auto, 100% auto;
	-webkit-background-size: 41px auto, 100% auto;
	-moz-background-size: 41px auto, 100% auto;
	background-color: #E3F1FC;
	padding: 92px 15px 49px;
	margin: 0 0 39px;
}
#tmp_contents .idx_menu .col2L,
#tmp_contents .idx_menu .col2R{
	margin-bottom: 20px;
}
#tmp_contents .idx_menu .box_menu .box_menu_ttl {
    padding: 13px 45px 11px 20px;
}
#tmp_contents .idx_menu .box_menu .box_menu_ttl p {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
#tmp_contents .idx_menu .box_menu .box_menu_ttl a {
    display: block;
	font-weight: bold;
	font-size: 112.5%;
	margin: -13px -45px -11px -20px;
	padding: 13px 45px 11px 20px;
    text-decoration: none;
	background: #004d96 url(/shared/site_police/images/icons/sp_icon_arrow_wh.png) no-repeat right center;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
#tmp_contents .idx_menu .box_menu .box_menu_ttl a:hover,
#tmp_contents .idx_menu .box_menu .box_menu_ttl a:focus,
#tmp_contents .idx_menu .box_menu .box_menu_ttl a:active{
	background: #4d83b6 url(/shared/site_police/images/icons/sp_icon_arrow_wh.png) no-repeat 100% center;
}
#tmp_contents .idx_menu .box_menu {
    border: none;
    background:none;
    padding:0;
    margin: 0;
    word-break: break-all;
}
#tmp_contents .idx_menu .box_menu .box_menu_cnt {
    padding: 16px 19px 19px;
}
#tmp_contents .idx_menu .box_menu .box_menu_cnt ul{
	list-style:none;
	margin:0;
}
#tmp_contents .idx_menu .box_menu .box_menu_cnt li {
    margin-bottom: 10px;
}
#tmp_contents .idx_menu .box_menu .box_menu_cnt li:last-child {
    margin-bottom: 0;
}
#tmp_contents .idx_menu .box_menu .box_menu_cnt ul li a {
	text-decoration: underline;
	background: transparent url(/shared/site_police/images/icons/icon_dot_blue.png) no-repeat 0 7px;
	background-size: 6px auto;
	-webkit-background-size: 6px auto;
	-moz-background-size: 6px auto;
    color: #0049ba;
    padding: 0 0 0 19px;
}
#tmp_contents .idx_menu .box_menu .box_menu_cnt ul li a:hover,
#tmp_contents .idx_menu .box_menu .box_menu_cnt ul li a:focus,
#tmp_contents .idx_menu .box_menu .box_menu_cnt ul li a:active {
    text-decoration: none;
}
/* ==================================================
新着情報エリア
================================================== */
#tmp_contents .attention_block {
	background-color: #ffffff;
	margin: 0 0 34px;
}
#tmp_contents .attention_list {
	margin: 0;
	list-style: none;
}
#tmp_contents .attention_block li p.date {
	display: table-cell;
	width: 80px;
	color: #222222;
	padding-right: 5px;
}
#tmp_contents .attention_block li p.link {
	display: table-cell;
}
#tmp_contents .attention_list li {
	margin-bottom: 12px;
    padding-bottom: 12px;
	border-bottom: 1px dashed #cccccc;	
}
#tmp_contents .attention_list li a {
	background-color: transparent;
	text-decoration: none;
	color: #222222;
}
#tmp_contents .attention_list li a:hover,
#tmp_contents .attention_list li a:active,
#tmp_contents .attention_list li a:focus {
    text-decoration: underline;
}
/* ==================================================
clearfix
================================================== */
#tmp_contents .idx_block:after {
	content: ""; 
	display: table; 
	clear: both; 
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
#tmp_contents .idx_ttl a {
	padding: 18px 45px 6px 20px;
}
.banner_inner a {
	padding: 29px 10px 19px 79px;
}
.rel_banner a {
	padding: 28px 10px 22px 79px;
}
.rel_link .rel_ttl {
	background: transparent url(/shared/site_police/images/main/rel_ttl.png) no-repeat 0 0;
}
}

/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	min-width: initial !important;
	min-width: 0 !important;
	width:100% !important;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
.container {
	width:100% !important;
}
.header_rght,
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_gnavi {
	display:none !important;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
#tmp_footer_cnt{
	clear: both !important;
	padding: 0 !important;
	float: none !important;
	width: 100% !important;
	text-align: center !important;
}
.copyright {
	text-align:center !important;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* Do not edit */
	height:1px; /* Do not edit */

}
#tmp_copyright{
	padding-top: 0 !important;
	color: #222222 !important;
	background-color: #ffffff !important;
}
}
