@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:inherit;
	background-color:#F4F4F4;
}
* html body {
	text-align:center; /* 変更しない */
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
/* wrapper
============================== */
#tmp_wrapper {
	margin:0 auto;
	color:inherit;
	background-color:#F4F4F4;
}
* html #tmp_wrapper {
	text-align:left;
}
/* main
============================== */
#tmp_wrap_main {
	width:1240px;
	min-width:1240px;
	margin:0 auto;
	clear:both; /* 変更しない */
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_contents {
	padding:0 0 10px;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_nm {
	width:100%; /* 変更しない */
}
.wrap_col_lft_navi {
	float:left; /* 変更しない */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
}
.wrap_col_rgt_navi {
	float:right; /* 変更しない */
}
.column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_lnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_rnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_main {
	padding:0;  /* デザインによって変更 */
}
/* top
============================== */
.format_top .column_full .wrap_col_nm {
	margin-right:-370px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_nm2 {
	margin-right:370px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_rgt_navi {
	width:370px; /* デザインによって変更 */
}
.format_top .column_full .col_rgt_navi {
	color:inherit;
	background-color:#F4F4F4;
}
.format_top .column_full .col_main {
	margin-right:30px; */ /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_free .col_main {
	padding:24px 20px 10px;
	margin:0 0 56px;
	background-color:#FFFFFF;
	box-sizing:border-box;
	border-top:solid 2px #166DAD;
	border-right:solid 2px #E1E1E1;
	border-bottom:solid 2px #E1E1E1;
	border-left:solid 2px #E1E1E1;
}
.format_free .wrap_col_lft_navi {
	width:400px; /* デザインによって変更 */
	margin-right:-400px; /* デザインによって変更 */
	margin-bottom:56px;
}
.format_free .col_lft_navi {
	padding:0 30px 0 0; /* デザインによって変更 */
	color:inherit;
	background-color:#F4F4F4;
}
.format_free .wrap_col_rgt_navi {
	width:370px; /* デザインによって変更 */
}
.format_free .col_rgt_navi {
	padding:0px; /* デザインによって変更 */
	color:inherit;
	background-color:#F4F4F4;
}
.format_free .column_full .col_main {
	margin-left:210px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:400px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-400px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:400px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_wrap_header {
	width:100%;
	min-width:1241px;
	color:#FFFFFF;
	background-color:#0D2774;
	margin:0 0 30px;
}
#tmp_header {
	width:1241px;
	margin:0 auto;
	color:inherit;
	background-color:#0D2774;
}
#tmp_hlogo {
	margin:20px 0 16px 10px;
	float:left;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width:311px;
	height:76px;
	background:url(/shared/site_police/images/header/hlogo.png) no-repeat left top;
}
#tmp_hlogo a {
	display:block;
	width:311px;
	height:76px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:311px;
	height:76px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_means {
	min-width:494px;
	color:#FFFFFF;
	background-color:#0D2774;
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* primary
============================== */
#tmp_means_primary {
	margin:26px 0 0;
}
#tmp_means_primary p {
    margin:0 10px 0 0;
	float:left;	
}
#tmp_means_primary p a {
	margin:0 0 0 28px;
	color:#FFFFFF;
	background-color:inherit;
	text-decoration:none;
}
#tmp_means_primary p.h_textsize_color {
    background:url(/shared/site_police/images/header/moji_icon.png) no-repeat left center;
}
#tmp_means_primary p.h_onsei {
    background:url(/shared/site_police/images/header/onsei_icon.png) no-repeat left center;
}
#tmp_means_primary ul {
	float:right;
	list-style:none;
}
#tmp_means_primary li.hnavi_kagoshima {
    background:url(/shared/site_police/images/header/hnavi_icon.png) no-repeat left center;
	border-radius:3px;
	margin-top:-4px;
}
#tmp_means_primary li.hnavi_kagoshima a {
	margin-left:0;
	display:block;
	width:175px;
	height:30px;
}
#tmp_means_primary li.hnavi_kagoshima span {
	position:relative;
	z-index:-1;	
}
/* secondary
============================== */
#tmp_means_secondary {
	margin:18px 0 15px 4px;
	float:left;
}
/* search */
#tmp_search {
	float:left;
}
#tmp_search dt {
	margin:0 5px 0 0;
	padding:2px 0 0;
	float:left;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	width:250px;
	min-height:30px;
	margin:-3px 0 0 10px;
	border:none;
}
* html #tmp_query {
	width:222px;
}
#tmp_func_sch_btn {
	min-width:35px;
	height:30px;
	cursor:pointer;
	border-radius:2px;
	margin:-3px 13px 0 2px;
}
#tmp_means_secondary p.tmp_hnavi_mobile {
	background:url(/shared/site_police/images/header/mobile_icon.png) no-repeat left center;
	float:right;
}
#tmp_means_secondary p a {
	margin:1px 0 0 22px;
	color:#FFFFFF;
	background-color:inherit;
	text-decoration:none;
}
/* gallery
============================== */
#tmp_wrap_gallery {
	width:100%;
	min-width:1248px;
	color:#000000;
	background-color:#F4F4F4;
	margin:0 0 16px;
}
#tmp_gallery {
	width:1248px;
	margin:0 auto;
}
.format_top #tmp_gallery {
	height:259px;
	color:inherit;
	background:url(/shared/site_police/images/header/gallery_top.jpg) no-repeat left center !important;
}
.format_free #tmp_gallery {
	height:168px;
	color:inherit;
	background:url(/shared/site_police/images/header/gallery_main.jpg) no-repeat left center !important;
}
#tmp_gallery p {
	position:relative;
	z-index:-1;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi {
	width:100%;
	min-width:1244px;
	color:#FFFFFF;
	background-color:#F4F4F4;
	clear:both;
	margin:0 0 28px;
}
#tmp_gnavi {
	width:1244px;
	margin:0 auto;
	color:inherit;
	background-color:#F4F4F4;
	clear:both;
}
#tmp_sp_gnavi {
	display:none;
}
#tmp_gnavi ul {
	list-style:none;
}
#tmp_gnavi li {
	float:left;
}
#tmp_glist1 {
	width:105px;
	height:78px;
	padding:0 4px 0 0;
}
#tmp_glist2,
#tmp_glist3,
#tmp_glist4,
#tmp_glist5,
#tmp_glist6,
#tmp_glist7 {
	position:relative;
	margin:4px 0 0 0;
	background:url(/shared/site_police/images/navi/gnavi/gnavi_bg2_off.png) repeat-x left bottom;
}
#tmp_glist2 {
	width:185px;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
}
#tmp_glist3,
#tmp_glist4,
#tmp_glist5,
#tmp_glist6 {
	width:187px;
}
#tmp_glist7 {
	width:197px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
}
#tmp_glist1 a {
	display:block;
	color:#FFFFFF;
	background:url(/shared/site_police/images/navi/gnavi/gnavi_bg.png) no-repeat left center !important;
	height:78px;
}
#tmp_glist2 a,
#tmp_glist3 a,
#tmp_glist4 a,
#tmp_glist5 a,
#tmp_glist6 a {
	padding:25px 0;
	color:#FFFFFF;
	background:url(/shared/site_police/images/navi/gnavi/gnavi_bg3.png) no-repeat right bottom;
	text-decoration:none;
	text-align:center;
	display:block;
}
#tmp_glist7 a {
	padding:25px 0;
	color:#FFFFFF;
	background-color:inherit;
	text-decoration:none;
	text-align:center;
	display:block;
	position:relative;
}
* html #tmp_gnavi a {
	width:100%;
}
#tmp_glist2.active a,
#tmp_glist3.active a,
#tmp_glist4.active a,
#tmp_glist5.active a,
#tmp_glist6.active a,
#tmp_glist7.active a {
	color:inherit;
	background:url(/shared/site_police/images/navi/gnavi/gnavi_bg2_active.png) repeat-x left bottom;
}
#tmp_gnavi #tmp_glist2 a:hover,
#tmp_gnavi #tmp_glist2 a:focus,
#tmp_gnavi #tmp_glist3 a:hover,
#tmp_gnavi #tmp_glist3 a:focus,
#tmp_gnavi #tmp_glist4 a:hover,
#tmp_gnavi #tmp_glist4 a:focus,
#tmp_gnavi #tmp_glist5 a:hover,
#tmp_gnavi #tmp_glist5 a:focus,
#tmp_gnavi #tmp_glist6 a:hover,
#tmp_gnavi #tmp_glist6 a:focus,
#tmp_gnavi #tmp_glist7 a:hover,
#tmp_gnavi #tmp_glist7 a:focus {
	color:inherit;
	background:url(/shared/site_police/images/navi/gnavi/gnavi_bg2_on.png) repeat-x left bottom;
}
#tmp_glist1 span {
	position:relative;
	z-index:-1;
}
/* drop_down_hidden */
#tmp_gnavi .drop_down_hidden {
	display:none;
	position:absolute;
	top:auto;
	left:auto;
	z-index:101;
	width:640px;
	color:inherit;
	background-color:#FFFFFF;
	border:3px solid #231815;
}
#tmp_gnavi #tmp_glist1 .drop_down_hidden {
	display:none !important;
}
#tmp_gnavi #tmp_glist5 .drop_down_hidden,
#tmp_gnavi #tmp_glist6 .drop_down_hidden,
#tmp_gnavi #tmp_glist7 .drop_down_hidden {
	right:0;
}
#tmp_gnavi .drop_down_hidden ul {
	margin:0 -1px 0 0;
	padding:6px 0 6px 0;
	width:320px;
}
#tmp_gnavi .drop_down_hidden0 ul {
	border-right:solid 1px #231815;
}
#tmp_gnavi .drop_down_hidden0,
#tmp_gnavi .drop_down_hidden1 {
	padding-top:5px;
	padding-bottom:5px;
	float:left;
}
#tmp_gnavi .drop_down_hidden li {
	width:320px;
	float:left;
	margin:0;
	padding:0 1px 0 0;
}
#tmp_gnavi .drop_down_hidden li a {
	display:block;
	margin:0 0 0 1px;
	padding:8px 10px 8px 21px;
	color:#000000;
	background:none;
	text-align:left;
}
#tmp_gnavi .drop_down_hidden li a:hover {
	color:#000000 !important;
	background-image:none !important;
	background-color:#F0F0F0 !important;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	padding:0 0 24px;
	margin:0 auto;
	width:1240px;
	min-width:1240px;
	color:inherit;
	background-color:#F4F4F4;
	clear:both;
}
#tmp_sma_pankuzu {
	display:none;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 19px;
	clear:both;
	box-sizing:border-box;
}
#tmp_lnavi_ttl {
	color:inherit;
	background-image:url(/shared/site_police/images/navi/lnavi/lnavi_ttl_icon.png);
	background-color:#4275BB;
	background-repeat:no-repeat;
	background-position:11px center;
	border:solid 2px #E1E1E1;
	padding:16px 20px 16px 24px;
	margin-bottom:6px;
}
#tmp_lnavi_ttl a {
	font-weight:bold;
	color:#FFFFFF;
	background-color:transparent;
}
#tmp_lnavi_cnt ul {
	list-style:none;
}
#tmp_lnavi_cnt li {
	color:inherit;
	background-image:url(/shared/site_police/images/navi/lnavi/lnavi_icon.png);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:11px center;
	border:solid 2px #E1E1E1;
	padding:16px 20px 16px 24px;
	margin-bottom:6px;
}
#tmp_lnavi_cnt a {
	color:#202020;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding-left:0;
	background:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch {
	margin-right:5px;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
}
#tmp_lnavi_cnt .switch_cnt {
	padding:0 0 0 10px;
}
#tmp_lnavi_cnt .switch_cnt li {
	margin-top:10px;
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
/* rnavi
============================== */
#tmp_rgallery {
	width:370px;
	height:455px;
	margin:0 0 26px;
	width:100%;
	position:relative;
	overflow:hidden;
}
#tmp_rgallery ul {
	list-style:none;
}
#tmp_rgallery #tmp_wrap_hgallery_cntrol {
	position:absolute;
	bottom:0;
	z-index:5;
	width:370px;
	height:38px;
}
#tmp_gallery_cntrol {
	position:relative;
}
#tmp_rgallery .list_order {
	float:left;
	margin-top:12px;
	margin-left:55px;
}
#tmp_rgallery .list_order li {
	float:left;
	margin-right:10px;
}
#tmp_rgallery .list_order li a {
	display:block;
	width:15px;
	height:15px;
}
#tmp_rgallery .list_order li img {
	vertical-align:top;
}
#tmp_rgallery .prev,
#tmp_rgallery .next {
	position:absolute;
	bottom:0;
	z-index:6;
}
#tmp_rgallery .prev {
	left:0;
}
#tmp_rgallery .next {
	right:0;
}
#tmp_rgallery .prev a,
#tmp_rgallery .next a {
	display:block;
}
#tmp_hgallery_player {
	position:absolute;
	right:48px;
	top:9px;
}
#tmp_smenu {
	width:370px;
}
#tmp_smenu li {
	list-style:none;
	border:solid 2px #E1E1E1;
	margin-bottom:17px;	
}
#tmp_smenu a {
	display:block;
	color:#666666;
	padding:15px 0 15px 32px;
	background-image:url(/shared/site_police/images/navi/rnavi/smenu_list_off.png);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:none;
}
#tmp_smenu a:hover,
#tmp_smenu a:focus {
	background-image:url(/shared/site_police/images/navi/rnavi/smenu_list_on.png);
	background-repeat:no-repeat;
	background-position:left center;
}
/* pnavi
============================== */
.pnavi {
	color:inherit;
	background-color:#F4F4F4;
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	color:inherit;
	background-color:#F4F4F4;
	clear:both; /* 変更しない */
}
/* read_all
============================== */
.read_all {
	clear:both;
}
.read_all ul {
	float:right;
	margin:0 26px 23px 0;
}
.read_all li {
	margin:0 0 0 11px;
	list-style:none;
	float:left;
}
.read_all a{
	height:35px;
	border-radius:2px;
	display:block;
	text-decoration:none;
}
.read_all .rss a {
	width:85px;
	background:url(/shared/site_police/images/icon/rss_icon_off.png) no-repeat left top;
}
.read_all .rss a:hover,
.read_all .rss a:focus {
	background:url(/shared/site_police/images/icon/rss_icon_on.png) no-repeat left top;
}
.read_all .list a {
	width:127px;
	background:url(/shared/site_police/images/icon/list_icon_off.png) no-repeat left top; 
}
.read_all .list a:hover,
.read_all .list a:focus {
	background:url(/shared/site_police/images/icon/list_icon_on.png) no-repeat left top;
}
.read_all span {
	position:relative;
	z-index:-1;
}
/* emergency
============================== */
#tmp_emergency {
	margin-bottom:10px;
	border:5px solid #FF0000;
	clear:both;
}
#tmp_emergency_ttl {
	padding:0 10px;
	color:inherit;
	background-color:#FF0000;
}
#tmp_emergency_ttl h2 {
	font-size:130%;
}
#tmp_emergency_cnt {
	padding:10px;
}
#tmp_emergency_cnt ul {
	margin-left:20px;
}
#tmp_emergency_cnt ul li {
	margin-bottom:0.3em;
}
/* emergency_s
============================== */
#tmp_emergency_s {
	margin-bottom:10px;
	border:5px solid #FF0000;
	clear:both;
}
#tmp_emergency_s_ttl {
	padding:0 10px;
	color:inherit;
	background-color:#FF0000;
}
#tmp_emergency_s_ttl h2 {
	font-size:120%;
}
#tmp_emergency_s_cnt {
	padding:10px;
}
#tmp_emergency_s_cnt ul {
	margin-left:20px;
}
#tmp_emergency_s_cnt ul li {
	margin-bottom:0.3em;
}
/* ==================================================
info
================================================== */
.top_box_border {
	box-sizing:border-box;
	border-top:solid 2px #166DAD;
	border-right:solid 2px #E1E1E1;
	border-bottom:solid 2px #E1E1E1;
	border-left:solid 2px #E1E1E1;
}
/* emergency_kenkei
============================== */
#tmp_emergency_kenkei {
	width:840px;
	clear:both;
	margin:0 0 30px;
	color:#00509F;
	background-color:#FFFFFF;
	border:solid 3px #990033;
}
#tmp_emergency_kenkei_ttl {
	padding:20px 0;
}
#tmp_emergency_kenkei_ttl h2 {
	padding:0 0 0 41px;
	margin:0 0 0 20px;
	color:#990033;
	background:url(/shared/site_police/images/main/emergency_icon.png) no-repeat left center;
}
#tmp_emergency_kenkei_cnt {
	padding:0 20px 20px;
}
#tmp_emergency_kenkei_cnt .emergency_kenkei {
	padding-left:20px;
}
#tmp_emergency_kenkei_cnt .emergency_kenkei li {
	padding:0 0 0 16px;
	margin-bottom:12px;
}
/* shinchaku
============================== */
#tmp_shinchaku {
	width:840px;
	clear:both;
	margin:0 0 30px;
	color:#00509F;
	background-color:#FFFFFF;
}
#tmp_shinchaku_ttl {
	padding:20px 0;
}
#tmp_shinchaku_ttl h2 {
	padding:0 0 0 41px;
	margin:0 0 0 20px;
	color:#353535;
	background:url(/shared/site_police/images/main/info_icon.png) no-repeat left center;
}
#tmp_shinchaku_cnt {
	padding:0 20px 61px;
}
#tmp_shinchaku_cnt table.list_table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:3px;
}
#tmp_shinchaku_cnt table.list_table .date {
	width:77px;
	padding:0;
}
#tmp_shinchaku_cnt table.list_table td {
	padding:0 0 10px;
	vertical-align:top;
	text-align:left;
}
/* chumoku
============================== */
#tmp_chumoku {
	width:840px;
	clear:both;
	margin:0 0 30px;
	color:#00509F;
	background-color:#FFFFFF;
}
#tmp_chumoku_ttl {
	padding:20px 0;
}
#tmp_chumoku_ttl h2 {
	padding:0 0 0 41px;
	margin:0 0 0 20px;
	color:#353535;
	background:url(/shared/site_police/images/main/info_icon.png) no-repeat left center;
}
#tmp_chumoku_cnt {
	padding:0 20px 59px;
}
#tmp_chumoku_cnt .chumoku {
	padding-left:20px;
}
#tmp_chumoku_cnt .chumoku li {
	padding:0 0 0 16px;
	list-style-image:url(/shared/site_police/images/icon/chumoku_icon.png);
	margin-bottom:12px;
}
/* bosyu
============================== */
#tmp_bosyu {
	width:840px;
	margin:0 0 30px;
}
.bosyu a {
	width:840px;
	height:95px;
	display:block;
	color:#FFFFFF;
	background:url(/shared/site_police/images/main/bosyu_off.png) no-repeat left center;
}
.bosyu a:hover,
.bosyu a:focus {
	color:#FFFFFF;
	background:url(/shared/site_police/images/main/bosyu_on.png) no-repeat left center;
}
.bosyu span {
	position:relative;
	z-index:-1;
}
/* jiken
============================== */
#tmp_jiken {
	width:475px;
	margin:0 30px 29px 0;
	float:left;
	color:#000000;
	background-color:#FFFFFF;
}
#tmp_jiken_ttl {
	padding:0 0 27px;
}
#tmp_jiken_ttl h2 {
	padding:0 0 0 41px;
	margin:21px 0 0 20px;
	color:#353535;
	background:url(/shared/site_police/images/main/info_icon.png) no-repeat left center;
}
#tmp_jiken_cnt {
	padding:0 17px 30px;
}
#tmp_jiken_cnt .jiken {
	list-style:none;
}
#tmp_jiken_cnt li {
	color:inherit;
 	background-color:#F0F0F0;
	background-repeat:no-repeat;
	background-position:center center;
	border:solid 1px #D2D2D2;
	border-radius:2px;
	margin-bottom:15px;
}
#tmp_jiken_cnt .jiken1 {
	background-image:url(/shared/site_police/images/main/jiken01_off.png);
}
#tmp_jiken_cnt .jiken2 {
	background-image:url(/shared/site_police/images/main/jiken02_off.png);
}
#tmp_jiken_cnt .jiken3 {
	background-image:url(/shared/site_police/images/main/jiken03_off.png);
}
#tmp_jiken_cnt .jiken4 {
	background-image:url(/shared/site_police/images/main/jiken04_off.png);
}
#tmp_jiken_cnt .jiken5 {
	background-image:url(/shared/site_police/images/main/jiken05_off.png);
}
#tmp_jiken_cnt .jiken6 {
	background-image:url(/shared/site_police/images/main/jiken06_off.png);
}
#tmp_jiken_cnt .jiken7 {
	background-image:url(/shared/site_police/images/main/jiken07_off.png);
}
#tmp_jiken_cnt .last {
	margin-bottom:0;
}
#tmp_jiken_cnt a {
	display:block;
	padding:30px 0 30px 187px;
	font-size:130%;
	font-weight:bold;
	text-decoration:none;
}
#tmp_jiken_cnt .jiken1 a:hover,
#tmp_jiken_cnt .jiken1 a:focus  {
	background-image:url(/shared/site_police/images/main/jiken01_on.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#tmp_jiken_cnt .jiken2 a:hover,
#tmp_jiken_cnt .jiken2 a:focus {
	background-image:url(/shared/site_police/images/main/jiken02_on.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#tmp_jiken_cnt .jiken3 a:hover,
#tmp_jiken_cnt .jiken3 a:focus {
	background-image:url(/shared/site_police/images/main/jiken03_on.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#tmp_jiken_cnt .jiken4 a:hover,
#tmp_jiken_cnt .jiken4 a:focus {
	background-image:url(/shared/site_police/images/main/jiken04_on.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#tmp_jiken_cnt .jiken5 a:hover,
#tmp_jiken_cnt .jiken5 a:focus {
	background-image:url(/shared/site_police/images/main/jiken05_on.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#tmp_jiken_cnt .jiken6 a:hover,
#tmp_jiken_cnt .jiken6 a:focus {
	background-image:url(/shared/site_police/images/main/jiken06_on.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#tmp_jiken_cnt .jiken7 a:hover,
#tmp_jiken_cnt .jiken7 a:focus {
	background-image:url(/shared/site_police/images/main/jiken07_on.png);
	background-repeat:no-repeat;
	background-position:center center;
}
/* office(format_top)
============================== */
.format_top #tmp_office {
	width:335px;
	margin:0 0 25px;
	float:right;
	color:#4D4D4D;
	background-color:#FFFFFF;
}
.format_top #tmp_office_ttl {
	padding:0 0 15px;
	margin:0 20px;
}
.format_top #tmp_office_ttl h2 {
	padding:20px 0 0 41px;
	color:#353535;
	background:url(/shared/site_police/images/main/info_icon.png) no-repeat left center;
}
.format_top #tmp_office_cnt {
	padding:0 19px 11px;
}
.format_top #tmp_office_cnt li {
	list-style:none;
	margin-bottom:10px;
}
.format_top #tmp_office_cnt a {
	display:block;
	padding:15px 0 15px 57px;
	color:inherit;
	background-image:url(/shared/site_police/images/main/office_icon_off.png);
 	background-color:#F0F0F0;
	background-repeat:no-repeat;
	background-position:left center;
	border:solid 1px #D2D2D2;
	border-radius:2px;
	text-decoration:none;	
}
.format_top #tmp_office_cnt a:hover,
.format_top #tmp_office_cnt a:focus {
	color:#FFFFFF;
	background-color:#B95D5D;
	background-image:url(/shared/site_police/images/main/office_icon_on.png);
	background-repeat:no-repeat;
	background-position:left center;
}
/* office(format_free)
============================== */
.format_free #tmp_office {
	width:370px;
	clear:both;
	color:#4D4D4D;
	background-color:#FFFFFF;
	box-sizing:border-box;
	border:solid 2px #E1E1E1;	
}
.format_free #tmp_office_ttl {
	padding:0 0 0 40px;
	margin:25px 20px;
	color:#353535;
	background:url(/shared/site_police/images/main/info_icon.png) no-repeat left center;
	font-size:120%;
	font-weight:bold;
}
.format_free #tmp_office_cnt {
	padding:0 20px 26px;
}
.format_free #tmp_office_cnt li {
	list-style:none;
	margin-bottom:9px;
}
.format_free #tmp_office_cnt a {
	display:block;
	padding:17px 0 18px 58px;
	background-image:url(/shared/site_police/images/main/office_icon_off.png);
 	background-color:#F0F0F0;
	background-repeat:no-repeat;
	background-position:left center;
	box-sizing:border-box;
	border:solid 1px #D2D2D2;
	border-radius:2px;
	text-decoration:none;
}
.format_free #tmp_office_cnt a:hover,
.format_free #tmp_office_cnt a:focus {
	color:#FFFFFF;
	background-color:#B95D5D;
	background-image:url(/shared/site_police/images/main/office_icon_on.png);
	background-repeat:no-repeat;
	background-position:left center;
}
/* info_list
============================== */
#tmp_info_list {
	width:335px;
	float:left;
}
#tmp_info_list li {
	list-style:none;
	color:#595959;
 	background-color:#FFFFFF;
	border:solid 2px #E1E1E1;
	margin-bottom:17px;
}
#tmp_info_list a {
	color:#000000;
	background-image:url(/shared/site_police/images/main/info_list_bg_off.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	display:block;
	padding:25px 0 26px 96px;
	text-decoration:none;
}
#tmp_info_list a:hover,
#tmp_info_list a:focus {
	background-image:url(/shared/site_police/images/main/info_list_bg_on.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:25px 0 26px 96px;
}
/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
	float:left;
}
#tmp_social_plugins .social_media_btn {
	margin:0 0 0 10px;
	float:left;
}
#tmp_custom_update .social_media_btn {
	margin:0 0 0 10px;
	padding:0 0 10px;
	float:left;
}
#tmp_social_plugins .twitter_btn {
	width:120px;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
/* update
============================== */
#tmp_wrap_custom_update {
	clear:both;
}
#tmp_custom_update {
	float:right;
}
#tmp_custom_update #tmp_update {
	margin-left:10px;
	float:right;
}
#tmp_update {
	margin:0 0 0.8em;
	text-align:right;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #CCCCCC;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
/* inquiry
============================== */
#tmp_inquiry {
	margin:0 0 40px; /* 変更しない */
	border:1px solid #a4a4a4;
	clear:both; /* 変更しない */
}
#tmp_inquiry_ttl {
	padding:15px 22px;
	color:inherit;
	background-color:#f1f1f1;
}
#tmp_inquiry_ttl p {
	font-size:128.6%;
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:12px 17px 7px;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
	text-align:center;
}
#tmp_inquiry_cnt .inquiry_btn input {
	width:200px;
	padding:9px 0 7px;
	background:#ffffff url(/shared/images/icon/btn_icon.png) no-repeat 15px center;
	color:inherit;
	border: 1px solid #a4a4a4;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
	cursor:pointer;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 40px; /* 変更しない */
	border:1px solid #a4a4a4;
	clear:both; /* 変更しない */
}
#tmp_feedback_ttl {
	padding:15px 22px;
	color:inherit;
	background-color:#f1f1f1;
}
#tmp_feedback_ttl p {
	font-size:128.6%;
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:12px 17px 18px;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
#tmp_feedback_cnt .submit input {
	width:200px;
	padding:9px 0 7px;
	background:#ffffff url(/shared/images/icon/btn_icon.png) no-repeat 70px center;
	color:inherit;
	border: 1px solid #a4a4a4;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
	cursor:pointer;
}
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	clear:both;
	width:1240px;
	margin:0 auto;
}
#tmp_model_change {
	display:block;
	margin:0 20px;
}
/* 切替ボタン
============================== */
#tmp_model_change ul {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	width:100%; /* 変更しない */
	list-style:none; /* 変更しない */
	list-style-image:none; /* 変更しない */
	margin-bottom:60px;
	clear:both; /* 変更しない */
}
.format_free #tmp_model_change ul{
	margin-top:15px;
}
#tmp_model_change li {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	width:100%; /* 変更しない */
	font-size:143%;
	font-weight:bold;
	background:url(/shared/site_police/images/main/sp/model_change_bg.png) repeat-x left top;
}
#tmp_model_change li a {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-align:center; /* 変更しない */
	-moz-box-align:center; /* 変更しない */
	box-align:center; /* 変更しない */
	-webkitbox-pack:center; /* 変更しない */
	-moz-box-pack:center; /* 変更しない */
	box-pack:center; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	text-align:center;
	text-decoration:none;
	padding:15px 0;
	color:#FFFFFF;
}
#tmp_model_change li a span {
	display:block; /* 変更しない */
	width:100%; /* 変更しない */
}
#tmp_model_change li a.active {
	color:inherit;
	background-color:inherit;
}
#tmp_model_change ul li.active {
	display:none;
}
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-width : 480px) {
#tmp_model_change {
	display:block;
}
}
/* ==================================================
footer
================================================== */
#tmp_wrap_fnavi {
	width:100%;
	min-width:1241px;
	color:#FFFFFF;
	background:url(/shared/site_police/images/footer/footer_bg.png) repeat left top;
}
#tmp_fnavi {
	width:1241px;
	margin:0 auto;
	position:relative;
	clear:both;
}
#tmp_wrap_footer {
	width:100%;
	min-width:1241px;
	color:#FFFFFF;
	background-color:#231815;
	float:left;
}
#tmp_footer {
	width:1241px;
	margin:0 auto;
	position:relative;
	clear:both;
}
/* fnavi
============================== */
#tmp_fnavi .pnavi a {
    width:30px;
    height:30px;
	color:#000000;
	background:url(/shared/site_police/images/footer/pnavi_icon_off.png) no-repeat;
    clear:both;
    position:absolute;
    top:-46px;
    right:19px;
}
#tmp_fnavi .pnavi a:hover,
#tmp_fnavi .pnavi a:focus {
	background:url(/shared/site_police/images/footer/pnavi_icon_on.png) no-repeat;
}
#tmp_fnavi .pnavi a span {
	position:absolute;
	z-index:-1;
}
#tmp_fnavi_cnt {
	padding:32px 30px 48px 10px;
	list-style:none;
}
#tmp_fnavi li {
	margin:0 30px 0 0;
	white-space:nowrap;
	float:left;
}
#tmp_fnavi li a {
	display:inline-block;
	padding:0 0 0 20px;
	color:#FFFFFF;
	background:url(/shared/site_police/images/footer/footer_icon.png) no-repeat left;
	text-decoration:none;
}
#tmp_fnavi .last {
	margin-right:0;
}
#tmp_footer_cnt {
	padding:16px 29px 13px 10px;
	clear:both;
	float:left;
	font-size:85%;
}
#tmp_footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
}
#tmp_footer_cnt address br {
	display:none;
}
#tmp_footer_cnt address span {
	margin:0 1em 0 0;
}
#tmp_footer_cnt address span.br {
	display:block; /* スマホでinline値にする場合 */
}
#tmp_footer_cnt address span.spbr {
	display:inline; /* スマホでblock値にする場合 */
}
#tmp_copyright {
	padding:16px 19px 13px;
	text-align:right;
	float:right;
	font-size:85%;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
	overflow:hidden; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#990000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#007500; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:130%; /* body 14pxのとき20px相当 */
	/* font-size:134%; body 12pxのとき16px相当 */
}
.txt_small {
	font-size:86%; /* body 14pxのとき12px相当 */
	/*font-size:84%;  body 12pxのとき10px相当 */
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
/* image ▼変更しない
============================== */
.float_lft {
	margin-right:20px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
.clear {
	clear:both;
}
/* noicon ▼変更しない
============================== */
ul.noicon {
	margin-left:3.2em !important;
	text-indent:-1.5em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon ul,
ul.noicon ol,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div {
	text-indent:0 !important;
}
ul ul.noicon,
ol ul.noicon {
	margin-left:1.5em !important;
	text-indent:-1.5em !important;
}
/* ==================================================
parts
================================================== */
/* col2 ▼変更しない
============================== */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col2 td.col2L {
	width:50%;
	border-right-width:15px;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
table.col2 td.col2R {
	width:50%;
}
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48.5%;
	float:left;
}
/* nestcol2 ▼変更しない
============================== */
table.col2 table.col2 td.col2L {
	padding:0;
}
div.col2 div.col2 div.col2L {
	width:47.5%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47.5%;
}
/* fixed_col2 ▼変更しない
   編集領域には使わない（イベントカレンダー・定型等に使う）
============================== */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48.5%;
	float:right;
}
/* col3 ▼変更しない
============================== */
table.col3 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	width:33.33%;
	border-right-width:15px;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
table.col3 td.col3R {
	width:33.33%;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	float:left;
}
/* 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;
}
/* layouttable ▼変更しない
============================== */
table.layouttable {
	border-collapse:collapse;
	border-spacing:0;
}
table.layouttable td {
	padding:0 15px 0 0;
	vertical-align:top;
	text-align:left;
}
/* box_faq
============================== */
.box_faq {
	margin:0 0 40px; /* 変更しない */
	border-top:1px solid #a4a4a4;
	border-bottom:1px solid #a4a4a4;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:10px 22px;
	color:inherit;
	background-color:#f1f1f1;
}
.box_faq .box_faq_ttl p {
	font-size:128.6%;
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
	padding:12px 17px 7px;
}
.box_faq_cnt p {
	margin-bottom:0.8em !important; /* 変更しない */
}
.box_faq_cnt ul {
	margin-bottom:0.8em !important; /* 変更しない */
	margin-left:24px !important; /* 変更しない */
	list-style-image:url(/shared/images/icon/list_icon.gif) !important; /* 変更しない */
}
.box_faq_cnt ul ul {
	margin:0.3em 0 0 24px !important; /* 変更しない */
}
.box_faq_cnt ul li {
	margin:0 0 0.5em !important; /* 変更しない */
}
/* ==================================================
XHTML 1.0 Strict
================================================== */
/* text ▼変更しない
============================== */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
/* image ▼変更しない
============================== */
img.left {
	float:left;
}
img.right {
	float:right;
}
img.center {
	vertical-align:middle;
}
img.top {
	vertical-align:text-top;
}
img.bottom {
	vertical-align:text-bottom;
}
/* table div ▼変更しない
============================== */
table.left {
	float:left;
}
table.right {
	float:right;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
th.nowrap,
td.nowrap {
	white-space:nowrap;
}
/* ==================================================
Google
================================================== */
#cse .gsc-thinWrapper {
	width:100% !important;
}
/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display:none !important;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display:block !important;
}

/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel,
#tmp_main a.icon_ppt,
#tmp_main a.icon_jtd,
#tmp_main a.icon_odf,
#tmp_main a.icon_odt,
#tmp_main a.icon_ods,
#tmp_main a.icon_xdw,
#tmp_main a.icon_mp3 {
	display:inline-block;
}
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_ppt,
a.icon_jtd,
a.icon_odf,
a.icon_odt,
a.icon_ods,
a.icon_xdw,
a.icon_mp3 {
	margin:0 3px;
	padding-left:52px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel,
li a.icon_ppt,
li a.icon_jtd,
li a.icon_odf,
li a.icon_odt,
li a.icon_ods,
li a.icon_xdw,
li a.icon_mp3 {
	background-position:0 0.2em;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.2em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.2em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.2em;
}
a.icon_ppt {
	background:url(/shared/system/images/linkicon/icon_ppt.gif) no-repeat 0 0.2em;
}
a.icon_jtd {
	background:url(/shared/system/images/linkicon/icon_jtd.gif) no-repeat 0 0.2em;
}
a.icon_odf,
a.icon_odt,
a.icon_ods {
	background:url(/shared/system/images/linkicon/icon_odf.gif) no-repeat 0 0.2em;
}
a.icon_xdw {
	background:url(/shared/system/images/linkicon/icon_xdw.gif) no-repeat 0 0.2em;
}
a.icon_mp3 {
	background:url(/shared/system/images/linkicon/icon_mp3.gif) no-repeat 0 0.2em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* デザインによって変更 */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* デザインによって変更 */
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_func_txt:after,
#tmp_func_clr:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_main:after,
#tmp_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_emergency:after,
#tmp_emergency_ttl:after,
#tmp_emergency_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_ttl:after,
#tmp_emergency_s_cnt:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt dd:after,
#tmp_publicity_cnt:after,
#tmp_fnavi:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html .col_nm,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_func_txt,
*:first-child+html #tmp_func_clr,
*:first-child+html #tmp_means_secondary,
*:first-child+html #tmp_search,
*:first-child+html #tmp_means_tertiary,
*:first-child+html #tmp_hnavi,
*:first-child+html #tmp_gnavi,
*:first-child+html #tmp_gnavi ul,
*:first-child+html #tmp_wrap_main,
*:first-child+html #tmp_main,
*:first-child+html #tmp_lnavi,
*:first-child+html #tmp_lnavi_ttl,
*:first-child+html #tmp_lnavi_cnt,
*:first-child+html #tmp_event_cal,
*:first-child+html #tmp_event_cal_ttl,
*:first-child+html #tmp_event_cal_cnt .cal_navi,
*:first-child+html #tmp_emergency,
*:first-child+html #tmp_emergency_ttl,
*:first-child+html #tmp_emergency_cnt,
*:first-child+html #tmp_emergency_s,
*:first-child+html #tmp_emergency_s_ttl,
*:first-child+html #tmp_emergency_s_cnt,
*:first-child+html #tmp_wrap_custom_update,
*:first-child+html #tmp_custom_update,
*:first-child+html #tmp_social_plugins,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*:first-child+html #tmp_inquiry,
*:first-child+html #tmp_inquiry_ttl,
*:first-child+html #tmp_inquiry_cnt,
*:first-child+html #tmp_feedback,
*:first-child+html #tmp_feedback_ttl,
*:first-child+html #tmp_feedback_cnt,
*:first-child+html #tmp_feedback_cnt dd,
*:first-child+html #tmp_publicity_cnt,
*:first-child+html #tmp_fnavi,
*:first-child+html div.col2,
*:first-child+html div.fixed_col2,
*:first-child+html div.col3,
*:first-child+html .box_faq,
*:first-child+html .box_faq_ttl,
*:first-child+html .box_faq_cnt {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html .col_nm,
* html #tmp_contents,
* html #tmp_maincontents,
* html #tmp_header,
* html #tmp_means,
* html #tmp_means_primary,
* html #tmp_func_txt,
* html #tmp_func_clr,
* html #tmp_means_secondary,
* html #tmp_search,
* html #tmp_means_tertiary,
* html #tmp_hnavi,
* html #tmp_gnavi,
* html #tmp_gnavi ul,
* html #tmp_wrap_main,
* html #tmp_main,
* html #tmp_lnavi,
* html #tmp_lnavi_ttl,
* html #tmp_lnavi_cnt,
* html #tmp_event_cal,
* html #tmp_event_cal_ttl,
* html #tmp_event_cal_cnt .cal_navi,
* html #tmp_emergency,
* html #tmp_emergency_ttl,
* html #tmp_emergency_cnt,
* html #tmp_emergency_s,
* html #tmp_emergency_s_ttl,
* html #tmp_emergency_s_cnt,
* html #tmp_wrap_custom_update,
* html #tmp_custom_update,
* html #tmp_social_plugins,
* html .plugin,
* html .pnavi,
* html #tmp_inquiry,
* html #tmp_inquiry_ttl,
* html #tmp_inquiry_cnt,
* html #tmp_feedback,
* html #tmp_feedback_ttl,
* html #tmp_feedback_cnt,
* html #tmp_feedback_cnt dd,
* html #tmp_publicity_cnt,
* html #tmp_fnavi,
* html div.col2,
* html div.fixed_col2,
* html div.col3,
* html .box_faq,
* html .box_faq_ttl,
* html .box_faq_cnt {
	display:inline-block; /* 変更しない */
}