@charset "utf-8";

/* ==================================================
contents
================================================== */
/* emergency */
#tmp_emergency_top {
	background-color:rgba(174,21,21,0.4);
	color:inherit;
	border-radius:4px;
	width:1200px;
	margin:42px auto 25px;
	position:relative;
	padding:0 0 10px;
	z-index:21;
}
@media screen and (min-width : 641px) and (max-width : 1279px) {
	#tmp_emergency_top {
		width:960px !important;
	}
}
#tmp_emergency_top h2 {
	border-radius:4px 4px 0 0;
	background-color:#AE1515;
	color:#FFFFFF;
	font-size:142.8%;
	padding:11px 18px 6px;
}
#tmp_emergency_top #tmp_e_top_cnt {
	background-color:#FFFFFF;
	color:inherit;
	margin:12px 12px 0;
	padding:14px 0 7px 10px;
	border-radius:5px;
}
#tmp_emergency_top #tmp_e_top_cnt ul {
	margin:0 10px 0 0;
}
#tmp_emergency_top #tmp_e_top_cnt li {
	list-style:none;
	list-style-image:none;
	background:url(/shared/images/icon/red_list_icon.png) left 0.3em no-repeat;
	font-weight:bold;
	padding:3px 0 3px 26px;
}
#tmp_emergency_top #tmp_e_top_rss {
	float:right;
}
#tmp_emergency_top #tmp_e_top_rss p {
	float:left;
	margin-right:14px;
}
#tmp_emergency_top a {
	background-color:transparent;
	color:#333333;
	text-decoration:none;
}
#tmp_main_bg {
	background:#E2F2F5;
	color:inherit;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	height:458px;
	margin:0 auto;
}
#tmp_main_bg .mb_ttl {
	width:1200px;
	margin:0 0 0 -600px;
	position:absolute;
	left:50%;
	/*bottom:-228px;*/
	top:187px;
	z-index:20;
}
#tmp_main_bg .mb_img {
	height:460px;
}
#tmp_main_bg .mb_img_default {
	background:url(/shared/images/mgallery/default.jpg) center center no-repeat;
}
#tmp_main_bg .mb_ttl a {
	display:block;
	background:rgba(0,0,0,0.6) url(/shared/images/icon/img_large_icon.png) 10px center no-repeat;
	color:#FFFFFF;
	width:211px;
	border-radius:6px;
	padding:9px 10px 9px 50px;
	text-decoration:none;
	position:relative;
	bottom:0;
}
#tmp_main_bg .box_wrap_parent_gallrey,
#tmp_main_bg .box_parent_gallrey {
	height:458px !important;
}
#tmp_main_bg .gallery_ctrl {
	width:1200px;
	margin:0 auto;
	position:relative;
	bottom:270px;
}
#tmp_main_bg .box_gallrey {
	width:100%;
}
#tmp_main_bg .gallery_ctrl .stop_btn,
#tmp_main_bg .gallery_ctrl .play_btn {
	position:relative;
	z-index:15;
	left:291px;
	width:40px;	
}
#tmp_main_bg .gallery_ctrl .gallery_navi,
#tmp_main_bg .list_order {
	display:none;
}

#tmp_top_cnt {
	padding:22px 0 14px;
	width:1200px;
	margin:0 auto;
}
#tmp_cnt_bg {
	background:url(/shared/templates/top/images/top_cnt_bg.png) top center repeat-y;	
	position:relative;
	z-index:20;
}
#tmp_top_cnt_r {
	width:840px;
	float:right;
}
#tmp_top_img {
	width:1200px;
	clear:both;
	margin:0 auto 8px;
}
#tmp_img_btn {
	position:absolute;
	bottom:0;
	left:25px;
}
#tmp_pickup {
	background-color:rgba(255,255,255,0.6);
	color:inherit;
	width:455px;
	padding:11px;
	float:right;
	border-radius:4px;
	position:relative;
	z-index:21;
	margin:0 0 9px;
}
#tmp_pickup .pickup_item,
#tmp_pickup .box_gallrey {
	display:none;
}
#tmp_pickup .pickup_item:first-child,
#tmp_pickup .box_gallrey.active {
	display:block;
}
.no_javascript #tmp_pickup {
	width:475px;
}
.no_javascript #tmp_pickup_cnt {
	max-height:175px;
	overflow-y:scroll;
}
.no_javascript #tmp_pickup .pickup_item {
	margin:0 0 10px;
	display:block;
}
#tmp_pickup .pickup_contents {
	clear:both;
}
#tmp_pickup #tmp_pickup_btn {
	position:absolute;
	top:2px;
	right:2px;
	background:url(/shared/images/main/pickup_close.png) top left no-repeat;
	width:25px;
	height:25px;
}
#tmp_pickup #tmp_pickup_btn a,
#tmp_pickup #tmp_pickup_btn a span {
	display:block;
	height:100%;
}
#tmp_pickup #tmp_pickup_btn a span {
	position:relative;
	z-index:-1;
}
#tmp_pickup #tmp_pickup_cnt {
	background-color:#FFFFFF;
	color:inherit;
	position:relative;
	border:1px solid #DDDDDD;
	border-radius:4px;
	padding:6px 14px;
}
#tmp_pickup #tmp_pickup_cnt h2 {
	color:#00748C;
	background-color:transparent;
	font-size:100%;
	margin-bottom:0.6em;
}
#tmp_pickup .pickup_img {
	width:200px;
	margin:0 16px 0 0;
}
#tmp_pickup .pickup_txt {
	width:209px;
	margin:0 0 25px;
	font-weight:bold;
	line-height:1.4;
}
#tmp_pickup .pickup_img,
#tmp_pickup .pickup_txt {
	float:left;
}
#tmp_pickup #tmp_pickup_slide {
	width:140px;
	position:absolute;
	bottom:0;
	right:0;
	margin:0 14px 13px 0;
}
#tmp_pickup #tmp_pickup_slide p {
	float:left;
	overflow:hidden;
	margin:0 4px;
}
#tmp_pickup .list_order {
	display:none;
}
#tmp_pickup .gallery_ctrl {
	width:140px;
	position:absolute;
	bottom:0;
	right:0;
	margin:0 14px 13px 0;
}
#tmp_pickup .prev,
#tmp_pickup .next,
#tmp_pickup .stop_btn,
#tmp_pickup .play_btn {
	float:left;
	margin:0 4px;
}
#tmp_pickup .prev {
	background:url(/shared/images/icon/left_btn.png) top left no-repeat;
	width:20px;
	height:20px;
}
#tmp_pickup .next {
	background:url(/shared/images/icon/right_btn.png) top left no-repeat;
	width:20px;
	height:20px;
}
#tmp_pickup .prev,
#tmp_pickup .prev a,
#tmp_pickup .prev span,
#tmp_pickup .next,
#tmp_pickup .next a,
#tmp_pickup .next span {
	width:20px;
	height:20px;
	display:block;
}
#tmp_pickup .prev a span,
#tmp_pickup .next a span {
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_pickup .stop_btn {
	background:url(/shared/images/main/stop_btn.jpg) top left no-repeat;
	margin:0 0 0 20px;
}
#tmp_pickup .play_btn {
	background:url(/shared/images/main/play_btn.jpg) top left no-repeat;
	margin:0 0 0 20px;
}
#tmp_pickup .stop_btn,
#tmp_pickup .stop_btn a,
#tmp_pickup .stop_btn span,
#tmp_pickup .play_btn,
#tmp_pickup .play_btn a,
#tmp_pickup .play_btn span {
	display:block;
	width:60px;
	height:17px;
}
#tmp_pickup .stop_btn span,
#tmp_pickup .play_btn span {
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/*知事の部屋*/
/*
#tmp_top_governor {
	background-color:#C6B792;
	color:inherit;
	border-radius:6px;
	width:320px;
	float:left;
	margin:0 0 50px;
}
#tmp_top_governor #tmp_top_governor_ttl {
	background:#946A25;
	color:#FFFFFF;
	overflow:visible;
	border-radius:6px 6px 0 0;
	position:relative;
	padding:17px 81px 14px 18px;
}
#tmp_top_governor #tmp_top_governor_ttl p img {
	position:absolute;
	right:0;
	bottom:0;
}
#tmp_top_governor #tmp_top_governor_cnt {
	background-color:#FFFFFF;
	color:inherit;
	border-radius:8px;
	margin:12px;
	font-weight:bold;
}
#tmp_top_governor #tmp_top_governor_cnt a {
	background-color:transparent;
	color:#333333;
	text-decoration:none;
}
#tmp_top_governor #tmp_top_governor_cnt ul {
	padding:16px 10px;
}
#tmp_top_governor #tmp_top_governor_cnt li {
	background:url(/shared/images/icon/yellow_icon.png) left center no-repeat;
	list-style:none;
	float:left;
	margin:0 0 14px 0;
	padding:0 0 0 24px;
	min-width:110px;
}
#tmp_top_governor #tmp_top_governor_cnt li:nth-child(2n+0) {
	margin-right:0;
}
*/
/* ようこそ知事室へ */
#tmp_top_governor {
	width:320px;
	float:left;
	margin:0 0 50px;
}
#tmp_top_governor a {
	background:url(/shared/templates/top/images/chiji_img.jpg) top left no-repeat;
}
#tmp_top_governor a,
#tmp_top_governor span {
	width:320px;
	height:184px;
}
@media screen and (max-width : 640px) {
	#tmp_top_governor a {
		position:relative;
		width:100%;
		height:0;
		padding-top:57.34%;
		background:url(/shared/templates/top/images/chiji_img_sp.jpg) top left no-repeat;
		background-size:100% auto;
		overflow:hidden;
	}
	#tmp_top_governor span {
		width:100%;
		height:auto;
		position:absolute;
		top:0;
	}
}
@media screen and (min-width : 641px) and (max-width : 1279px) {
	#tmp_top_governor a {
		background:url(/shared/templates/top/images/chiji_img_tb.jpg) top left no-repeat;
		background-size:100% auto;
	}
	#tmp_top_governor a,
	#tmp_top_governor span {
		width:460px;
		height:230px;
	}
}
/* */
#tmp_top_cnt .top_cnt {
	clear:both;
	margin:0 0 2.6em;
}
#tmp_top_cnt .top_cnt a {
	text-decoration:none;
	color:#333333;
	display:block;
}
#tmp_top_cnt .top_cnt .top_cnt_l {
	float:left;
	width:584px;
	position:relative;
}
#tmp_top_cnt .top_cnt .top_cnt_r {
	float:right;
	width:584px;
	position:relative;
}
#tmp_top_search #tmp_form_search {
	background:#444444;
	color:#FFFFFF;
	border-radius:24px;
	display:block;
	width:663px;
	float:left;
	margin:0 34px 7px 0;
}
#tmp_top_search #tmp_form_search p {
	display:block;
	float:left;
}
#tmp_top_search #tmp_form_search img {
	margin:6px 12px 0 16px;
	display:block;
	float:left;
}
#tmp_top_search #tmp_form_search #tmp_query {
	border:none;
	margin:5px 6px 5px 0;
	padding:5px;
	width:462px;
	display:block;
	float:left;
}
#tmp_top_search #tmp_form_search #tmp_func_sch_btn {
	border:none;
	background-color:transparent;
	color:#FFFFFF;
	font-weight:bold;
	font-size:200%;
	height:1.2em;
	cursor:pointer;
	width:120px;
	padding-bottom:40px;
}
#tmp_top_search #tmp_top_search_item {
	text-align:center;
	min-width:143px;
	float:left;
}
#tmp_top_search #tmp_top_search_item a {
	background:#747474;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-size:114.2%;
	padding:9px 0 6px;
}
#tmp_top_search #tmp_top_search_item a:hover,
#tmp_top_search #tmp_top_search_item a:focus,
#tmp_top_search #tmp_top_search_item a:active {
	background:#545454;
	text-decoration:underline;
}
#tmp_top_search #tmp_top_search_item a span {
	background:url(/shared/images/icon/white_icon.png) left center no-repeat;
	background-size:6px;
	padding:0 0 0 12px;
}
#tmp_search_word {
	clear:both;
	margin:0 3px;
}
#tmp_word {
	float:left;
	font-size:125%;
	font-weight:bold;
}
#tmp_word_link p {
	background:url(/shared/images/main/word_bg.png) left center no-repeat;
	background-size:17px 100%;
	padding:0 0 0 17px;
	margin:0 6px 10px;
	float:left;
}
#tmp_word_link p a {
	color:inherit;
	background-color:#F3F5F8;
	display:block;
	padding:2px 8px;
}
/* タブメニュー */
#tmp_top_cnt #tmp_topics_ttl,
#tmp_top_cnt #tmp_event_ttl,
#tmp_top_cnt #tmp_top_news_ttl,
#tmp_top_cnt #tmp_report_ttl {
	text-align:center;
}
#tmp_top_cnt #tmp_topics_ttl a,
#tmp_top_cnt #tmp_event_ttl a,
#tmp_top_cnt #tmp_top_news_ttl a,
#tmp_top_cnt #tmp_report_ttl a {
	border:3px solid #00809B;
	border-radius:8px 8px 0 0;
	color:#FFFFFF;
	background-color:#00809B;
	display:block;
	padding:5px 0;
	border-radius:8px 8px 0 0;	
}
#tmp_top_cnt #tmp_topics_ttl,
#tmp_top_cnt #tmp_event_ttl,
#tmp_top_cnt #tmp_top_news_ttl,
#tmp_top_cnt #tmp_report_ttl {
	position:relative;
	background:url(/shared/images/main/news_ttl_active.png) bottom center no-repeat;
	padding-bottom:11px;
	z-index:1;
}
#tmp_top_cnt .tab_area #tmp_topics_ttl a,
#tmp_top_cnt .tab_area #tmp_event_ttl a,
#tmp_top_cnt .tab_area #tmp_top_news_ttl a,
#tmp_top_cnt .tab_area #tmp_report_ttl a {
	color:#00748C;
	background-color:#FFFFFF;
}
#tmp_top_cnt .tab_area #tmp_topics_ttl,
#tmp_top_cnt .tab_area #tmp_event_ttl,
#tmp_top_cnt .tab_area #tmp_top_news_ttl,
#tmp_top_cnt .tab_area #tmp_report_ttl {
	width:50%;
	background:none;
}
#tmp_top_cnt .tab_area #tmp_top_news_ttl,
#tmp_top_cnt .tab_area #tmp_report_ttl {
	position:absolute;
	right:0;
	top:0;
}
#tmp_top_cnt .tab_area #tmp_topics_ttl a,
#tmp_top_cnt .tab_area #tmp_event_ttl a {
	border-radius:8px 0 0 0;
}
#tmp_top_cnt .tab_area #tmp_top_news_ttl a,
#tmp_top_cnt .tab_area #tmp_report_ttl a {
	border-radius:0 8px 0 0;
}
#tmp_top_cnt .tab_area #tmp_topics_ttl:hover,
#tmp_top_cnt .tab_area #tmp_topics_ttl:focus,
#tmp_top_cnt .tab_area #tmp_topics_ttl:active,
#tmp_top_cnt .tab_area .tb_active #tmp_topics_ttl,
#tmp_top_cnt .tab_area #tmp_event_ttl:hover,
#tmp_top_cnt .tab_area #tmp_event_ttl:focus,
#tmp_top_cnt .tab_area #tmp_event_ttl:active,
#tmp_top_cnt .tab_area .tb_active #tmp_event_ttl,
#tmp_top_cnt .tab_area #tmp_top_news_ttl:hover,
#tmp_top_cnt .tab_area #tmp_top_news_ttl:focus,
#tmp_top_cnt .tab_area #tmp_top_news_ttl:active,
#tmp_top_cnt .tab_area .tb_active #tmp_top_news_ttl,
#tmp_top_cnt .tab_area #tmp_report_ttl:hover,
#tmp_top_cnt .tab_area #tmp_report_ttl:focus,
#tmp_top_cnt .tab_area #tmp_report_ttl:active,
#tmp_top_cnt .tab_area .tb_active #tmp_report_ttl {
	background:url(/shared/images/main/news_ttl_active.png) bottom center no-repeat;
	padding-bottom:11px;
}
#tmp_top_cnt .tab_area #tmp_topics_ttl:hover a,
#tmp_top_cnt .tab_area #tmp_topics_ttl:focus a,
#tmp_top_cnt .tab_area #tmp_topics_ttl a:active,
#tmp_top_cnt .tab_area .tb_active #tmp_topics_ttl a,
#tmp_top_cnt .tab_area #tmp_event_ttl:hover a,
#tmp_top_cnt .tab_area #tmp_event_ttl:focus a,
#tmp_top_cnt .tab_area .tb_active #tmp_event_ttl a,
#tmp_top_cnt .tab_area #tmp_top_news_ttl a:hover,
#tmp_top_cnt .tab_area #tmp_top_news_ttl a:focus,
#tmp_top_cnt .tab_area .tb_active #tmp_top_news_ttl a,
#tmp_top_cnt .tab_area #tmp_report_ttl a:hover,
#tmp_top_cnt .tab_area #tmp_report_ttl a:focus,
#tmp_top_cnt .tab_area .tb_active #tmp_report_ttl a {
	background:#00809B;
	color:#FFFFFF;
	text-decoration:none;
}
#tmp_top_cnt #tmp_topics_ttl h2 a span,
#tmp_top_cnt #tmp_top_news_ttl h2 a span,
#tmp_top_cnt #tmp_event_ttl h2 a span,
#tmp_top_cnt #tmp_report_ttl h2 a span {
	padding:8px 0 8px 42px;
}
#tmp_top_cnt #tmp_topics_ttl h2 a span {
	background:url(/shared/images/icon/topics_icon.jpg) left center no-repeat;
}
#tmp_top_cnt .tb_active #tmp_topics_ttl h2 a span,
#tmp_top_cnt .tb_active #tmp_topics_ttl h2 a:hover span,
#tmp_top_cnt #tmp_topics_ttl h2 a:hover span,
#tmp_top_cnt #tmp_topics_ttl:hover h2 a span,
.no_javascript #tmp_top_cnt #tmp_topics_ttl h2 a span {
	background:url(/shared/images/icon/topics_icon2.jpg) left center no-repeat;
}

#tmp_top_cnt #tmp_top_news_ttl h2 a span {
	background:url(/shared/images/icon/news_icon.jpg) left center no-repeat;
}
#tmp_top_cnt .tb_active #tmp_top_news_ttl h2 a span,
#tmp_top_cnt .tb_active #tmp_top_news_ttl h2 a:hover span,
#tmp_top_cnt #tmp_top_news_ttl h2 a:hover span,
#tmp_top_cnt #tmp_top_news_ttl:hover h2 a span,
.no_javascript #tmp_top_cnt #tmp_top_news_ttl h2 a span {
	background:url(/shared/images/icon/news_icon2.jpg) left center no-repeat;
}

#tmp_top_cnt #tmp_event_ttl h2 a span {
	background:url(/shared/images/icon/event_icon.png) left center no-repeat;
}
#tmp_top_cnt .tb_active #tmp_event_ttl h2 a span,
#tmp_top_cnt .tb_active #tmp_event_ttl h2 a:hover span,
#tmp_top_cnt #tmp_event_ttl h2 a:hover span,
#tmp_top_cnt #tmp_event_ttl:hover h2 a span,
.no_javascript #tmp_top_cnt #tmp_event_ttl h2 a span {
	background:url(/shared/images/icon/event_icon.jpg) left center no-repeat;
}

#tmp_top_cnt #tmp_report_ttl h2 a span {
	background:url(/shared/images/icon/kisha_icon.jpg) left center no-repeat;
}
#tmp_top_cnt .tb_active #tmp_report_ttl h2 a span,
#tmp_top_cnt .tb_active #tmp_report_ttl h2 a:hover span,
#tmp_top_cnt #tmp_report_ttl h2 a:hover span,
#tmp_top_cnt #tmp_report_ttl:hover h2 a span,
.no_javascript #tmp_top_cnt #tmp_report_ttl h2 a span {
	background:url(/shared/images/icon/kisha_icon2.jpg) left center no-repeat;
}
#tmp_top_cnt #tmp_topics_cnt,
#tmp_top_cnt #tmp_top_news_cnt,
#tmp_top_cnt #tmp_event_cnt,
#tmp_top_cnt #tmp_report_cnt {
	background:#F3F5F8;
	padding:20px 15px 10px;
	min-height:455px;
	margin:-11px 0 0;
}
#tmp_top_cnt #tmp_topics_cnt ul,
#tmp_top_cnt #tmp_top_news_cnt ul,
#tmp_top_cnt #tmp_event_cnt ul,
#tmp_top_cnt #tmp_report_cnt ul {
	background-color:#FFFFFF;
	color:inherit;
	padding:2px 10px 0;
	margin:0 0 13px;
	clear:both;
}
#tmp_top_cnt #tmp_topics_cnt li {
	list-style:none;
	background:url(/shared/images/main/line_dot_gray.gif) left bottom repeat-x;
	display:block;
	padding:8px 0;
	clear:both;
}
#tmp_top_cnt #tmp_topics_cnt li .topics_img {
	max-width:200px;
	display:inline-block;
	margin-right:10px;
}
#tmp_top_cnt #tmp_topics_cnt li .topics_txt {
	display:inline-block;
	vertical-align:top;
	width:300px;
}
#tmp_top_cnt #tmp_topics_cnt li img {
	display:block;
}
#tmp_top_cnt #tmp_topics_cnt li a {
	background:url(/shared/images/icon/list_icon.png) left 0.3em no-repeat;
	padding:3px 0 3px 24px;
	display:block;
}
#tmp_top_cnt #tmp_topics_cnt .list_table,
#tmp_top_cnt #tmp_top_news_cnt .list_table,
#tmp_top_cnt #tmp_event_cnt .list_table,
#tmp_top_cnt #tmp_report_cnt .list_table {
	width:100%;
	border-collapse:collapse;
	border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
	margin:0 0 10px;
}
#tmp_top_cnt #tmp_topics_cnt .list_table td,
#tmp_top_cnt #tmp_top_news_cnt .list_table td,
#tmp_top_cnt #tmp_event_cnt .list_table td,
#tmp_top_cnt #tmp_report_cnt .list_table td {
	text-align:left;
	vertical-align:top;
	padding:8px;
	background:#FFFFFF url(/shared/images/main/line_dot_gray.gif) left bottom repeat-x;
	color:inherit;
}
#tmp_top_cnt #tmp_topics_cnt .list_table td.date,
#tmp_top_cnt #tmp_top_news_cnt .list_table td.date,
#tmp_top_cnt #tmp_event_cnt .list_table td.date,
#tmp_top_cnt #tmp_report_cnt .list_table td.date {
	width:5em;
}
#tmp_top_cnt #tmp_top_news_cnt li,
#tmp_top_cnt #tmp_event_cnt li,
#tmp_top_cnt #tmp_report_cnt li {
	padding:8px;
	display:block;
	background:url(/shared/images/main/line_dot_gray.gif) left bottom repeat-x;
	list-style:none;
}
#tmp_top_cnt #tmp_top_news_cnt li a,
#tmp_top_cnt #tmp_event_cnt li a,
#tmp_top_cnt #tmp_report_cnt li a{
	background:url(/shared/images/icon/list_icon.png) left 0.3em no-repeat;
	padding:3px 0 3px 24px;
	list-style:none;
	display:block;
	width:100%;
	box-sizing:border-box;
}
#tmp_top_cnt .contents_link,
#tmp_top_cnt .contents_rss {
	float:left;
}
#tmp_top_cnt .contents_rgt_link {
	float:right;
}
#tmp_top_cnt .contents_rgt_link a {
	background:url(/shared/images/icon/list_icon.png) left center no-repeat;
	padding-left:23px;
}
#tmp_top_cnt .contents_link span,
#tmp_emergency_top #tmp_e_top_rss .contents_link a {
	background:url(/shared/images/icon/black_icon.png) left center no-repeat;
	padding-left:12px;
	margin-right:25px;
}
#tmp_top_cnt .contents_rss span,
#tmp_emergency_top #tmp_e_top_rss .contents_rss a {
	background:url(/shared/images/icon/rss_icon.png) left center no-repeat;
	padding-left:18px;
	margin-right:25px;
}
.no_javascript #tmp_top_cnt #tmp_topics,
.no_javascript #tmp_top_cnt #tmp_event {
	margin:0 0 20px;
}
#tmp_event_cnt .event_date {
	font-size:85.7%;
	line-height:1.4;
	padding:0 0 0 24px;
}
/* organ */
#tmp_top_cnt .top_organ {
	position:relative;
	margin:0 9px 9px 0;
	float:left;
}
#tmp_top_cnt .top_organ:nth-child(3n+0) {
	margin-right:0;
}
#tmp_top_cnt .top_organ_txt {
	background-color:rgba(0,0,0,0.6);
	color:inherit;
	text-align:center;
	position:absolute;
	bottom:0;
	width:100%;
	max-width:189px;
}
#tmp_top_cnt .top_organ_txt a {
	display:block;
	background-color:transparent;
	color:#FFFFFF;
	font-size:142.8%;
	font-weight:bold;
}
#tmp_top_kenmin h2 {
	background:#747474;
	color:#FFFFFF;
	padding:8px 24px;
	border-radius:8px 8px 0 0;
	font-size:142.8%;
	font-weight:bold;
}
#tmp_top_kenmin h2 span {
	background-color:transparent;
	color:#FFFFFF;
	font-weight:bold;
}
#tmp_top_kenmin h2 a {
	color:#FFFFFF !important;
	background-color:transparent !important;
}
#tmp_top_kenmin .kenmin_img {
	max-width:180px;
	float:left;
	margin:11px 0 0 18px;
}
#tmp_top_kenmin .kenmin_img img{
	width:167px;
	height:230px;
}
#tmp_top_kenmin_link {
	float:right;
	width:367px;
	margin:24px 14px 0 0;
}
.top_kenmin_list {
	float:right;
	margin:10px 14px 0 0;
}
.top_kenmin_list a {
	padding:3px 0 3px 23px;
	background:url(/shared/images/icon/list_icon.png) left center no-repeat;
	display:inline-block;
}
#tmp_top_kenmin_link p {
	background:#F3F5F8;
	color:inherit;
	width:67px;
	min-height:67px;
	padding:2px;
	text-align:center;
	float:left;
	display:block;
	margin:0 3px 3px 0;
}
#tmp_top_kenmin_link p:nth-child(5n+0) {
	margin-right:0;
}
#tmp_top_kenmin_link p a {
	display:block;
	padding:23px 0;
}
#tmp_top_kenmin_link p:nth-child(1) a {
	background:transparent url(/shared/images/main/top_kenmin_bg01.jpg) top right no-repeat;
}
#tmp_top_kenmin_link p:nth-child(2) a {
	background:transparent url(/shared/images/main/top_kenmin_bg02.jpg) top right no-repeat;
}
#tmp_top_kenmin_link p:nth-child(3) a {
	background:transparent url(/shared/images/main/top_kenmin_bg03.jpg) top right no-repeat;
}
#tmp_top_kenmin_link p:nth-child(4) a {
	background:transparent url(/shared/images/main/top_kenmin_bg04.jpg) top right no-repeat;
}
#tmp_top_kenmin_link p:nth-child(5) a {
	background:transparent url(/shared/images/main/top_kenmin_bg05.jpg) top right no-repeat;
}
#tmp_top_kenmin_link p:nth-child(6) a {
	background:transparent url(/shared/images/main/top_kenmin_bg06.jpg) top right no-repeat;
}
#tmp_top_kenmin_link p:nth-child(7) a {
	background:transparent url(/shared/images/main/top_kenmin_bg07.jpg) top right no-repeat;
}
#tmp_top_kenmin_link p:nth-child(8) a {
	background:transparent url(/shared/images/main/top_kenmin_bg08.jpg) top right no-repeat;
}
#tmp_top_kenmin_link p:nth-child(9) a {
	background:transparent url(/shared/images/main/top_kenmin_bg09.jpg) top right no-repeat;
}
#tmp_top_kenmin_link p:nth-child(10) a {
	background:transparent url(/shared/images/main/top_kenmin_bg10.jpg) top right no-repeat;
}
.top_kenmin_note {
	clear:both;
	margin-top:5px;
}
@media screen and (min-width : 641px) and (max-width : 1279px) {
	#tmp_top_kenmin {
		margin-bottom:37px;
	}
	#tmp_top_kenmin #tmp_top_kenmin_cnt .kenmin_img {
		margin-bottom:0;
	}
	.top_kenmin_note {
		margin:5px 20px 0;
	}
}
@media screen and (max-width : 640px) {
}
#tmp_top_cnt .cnt_left {
	float:left;
	margin:0 16px 0 0;
}
#tmp_top_cnt .cnt_left:last-child {
	margin-right:0;
}
#tmp_osusume,
#tmp_media {
	background-color:#F3F5F8;
	color:inherit;
	border-radius:12px;
}
#tmp_osusume_ttl,
#tmp_media_ttl {
	border-bottom:2px dotted #00809B;
	text-align:center;
	padding:8px 0 5px;
}
#tmp_osusume_ttl h2 span{
	background:transparent url(/shared/images/icon/contents_icon.jpg) left center no-repeat;
	padding:0 0 0 30px;
	color:#00748C;
}
#tmp_osusume_cnt {
	position:relative;
	overflow:hidden;
}
#tmp_osusume_cnt .prev {
	left:0;
}
#tmp_osusume_cnt .next {
	right:0;
}
#tmp_osusume_cnt .prev,
#tmp_osusume_cnt .next {
	position:absolute;
	top:0;
	bottom:0;
	padding:0;
	z-index:10;
	width:30px;
}
#tmp_osusume_cnt .prev a {
	background:#F3F5F8 url(/shared/images/main/black_prev.png) center no-repeat;
}
#tmp_osusume_cnt .next a {
	background:#F3F5F8 url(/shared/images/main/black_next.png) center no-repeat;
}
#tmp_osusume_cnt .prev a,
#tmp_osusume_cnt .next a {
	display:block;
	height:100%;
}
#tmp_osusume_cnt .prev span,
#tmp_osusume_cnt .next span {
	position:relative;
	z-index:-1;
}
#tmp_osusume_cnt .list_order {
	display:none;
}
#tmp_osusume_cnt .wrap_gallery_cntrol {
	margin:10px 0 0;
}
#tmp_osusume_slide {
	margin:18px auto 5px;
	width:95%;
	overflow:hidden;
}
#tmp_osusume_slide p {
	float:left;
	padding-right:12px;
}
.no_javascript #tmp_osusume_slide {
	padding:0 60px 0 85px;
}
.no_javascript #tmp_osusume_slide p {
	padding-bottom:10px;
}
#tmp_osusume_slide .box_wrap_parent_gallrey {
	padding:0 84px !important;
}
#tmp_osusume_slide .box_gallrey {
	width:220px !important;
}
#tmp_osusume_cnt .play_btn,
#tmp_osusume_cnt .stop_btn {
	margin:0 32px 12px;
	padding:0;
	float:right;
}
#tmp_osusume_cnt .stop_btn {
	background:url(/shared/images/main/stop_white.jpg) right top no-repeat;
}
#tmp_osusume_cnt .play_btn{
	background:url(/shared/images/main/play_white.jpg) right top no-repeat;
}
#tmp_osusume_cnt .play_btn,
#tmp_osusume_cnt .play_btn a,
#tmp_osusume_cnt .play_btn a span,
#tmp_osusume_cnt .stop_btn,
#tmp_osusume_cnt .stop_btn a,
#tmp_osusume_cnt .stop_btn a span{
	display:block;
	width:60px;
	height:17px;
}
#tmp_osusume_cnt .play_btn span,
#tmp_osusume_cnt .stop_btn span {
	position:relative;
	overflow:hidden;
	z-index:-1;
}
#tmp_media {
	margin:0 0 24px;
}
#tmp_media_ttl h2 span {
	background:transparent url(/shared/images/icon/media_icon.png) left center no-repeat;
	padding-left:36px;
	color:#00748C;
}
#tmp_media_cnt {
	margin:24px auto;
	width:1190px;
	display:table;
	border-collapse:separate;
	border-spacing:8px 0;
}
#tmp_media_cnt li {
	background:#FFFFFF;
	color:inherit;
	list-style:none;
	width:228px;
	min-height:60px;
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
}
#tmp_media_cnt li a {
	background-color:transparent;
	color:#00748C;
	display:block;
	text-decoration:none;
	padding:11px 0 11px 67px;
}
#tmp_media_cnt li a:hover,
#tmp_media_cnt li a:focus,
#tmp_media_cnt li a:active {
	text-decoration:underline;
}
#tmp_media_cnt li a {
	display:block;
	padding:21px 0 20px 67px;
}
#tmp_media_cnt li:nth-child(1) a {
	background:url(/shared/images/icon/book_icon.jpg) left 10px center no-repeat;
}
#tmp_media_cnt li:nth-child(2) a {
	background:url(/shared/images/icon/sns_icon.jpg) left 10px center no-repeat;
	padding:11px 0 11px 67px;
}
#tmp_media_cnt li:nth-child(3) a {
	background:url(/shared/images/icon/ch_icon.jpg) left 21px center no-repeat;
}
#tmp_media_cnt li:nth-child(4) a {
	background:url(/shared/images/icon/kids_icon.jpg) left 23px center no-repeat;
}
#tmp_media_cnt li:nth-child(5) a {
	background:url(/shared/images/icon/habatan_icon.jpg) left 14px center no-repeat;
}
#tmp_top_cnt .link_list {
	border:2px solid #00809B;
	border-radius:8px;
	float:left;
	width:277px;
	margin-right:25px;
}
#tmp_top_cnt .link_list:last-child {
	margin-right:0;
}
#tmp_top_cnt .link_list h2 {
	background:#F3F5F8;
	color:#00748C;
	border-radius:6px 6px 0 0;
	padding:12px 12px 9px;
	font-size:114.2%;
	cursor:auto !important;
}
#tmp_top_cnt .link_list ul {
	min-height:10em;
	padding:11px 29px 7px;
}
#tmp_top_cnt .link_list li {
	list-style:url(/shared/images/icon/green_circle.png);
	margin:0 0 0.6em;
}
#tmp_top_cnt .link_list li a {
	color:#333333;
	background-color:transparent;
}
#tmp_top_cnt .link_list li a:hover,
#tmp_top_cnt .link_list li a:focus,
#tmp_top_cnt .link_list li.active a {
	color:#00748C;
}
.format_top table.datatable {
	margin:0 0 0.8em; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
	border:1px solid #747474;
	width:100%;
}
.format_top table.datatable th {
	width:20%;
	padding:5px 8px;
	color:inherit;
	background-color:#F4F5F9;
	border:1px solid #747474;
}
.format_top table.datatable td {
	padding:5px 8px;
	border:1px solid #747474;
}
.top_h2 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:12px 13px 5px;
	font-size:142.8%; /* デザインによって相対指定で指定しなおす */
	background:#92CAE0;
	color:#333333;
	border-radius:6px;
	clear:both; /* 変更しない */
}
/* ==================================================
link hover
================================================== */
/* blue */
#tmp_top_governor #tmp_top_governor_cnt a:hover,
#tmp_top_governor #tmp_top_governor_cnt a:focus,
#tmp_top_governor #tmp_top_governor_cnt a:active,
#tmp_top_cnt .top_cnt a:hover,
#tmp_top_cnt .top_cnt a:focus,
#tmp_top_cnt .top_cnt a:active,
#tmp_word_link p a:hover,
#tmp_word_link p a:focus,
#tmp_word_link p a:active {
	color:#00748C;
	text-decoration:underline;
}
/* white */
#tmp_top_cnt .top_organ_txt a:hover,
#tmp_top_cnt .top_organ_txt a:focus,
#tmp_top_cnt .top_organ_txt a:active {
	color:#FFFFFF;
}
/* red */
#tmp_emergency_top a:hover,
#tmp_emergency_top a:focus,
#tmp_emergency_top a:active,
#tmp_emergency_top .active a {
	background-color:transparent;
	color:#AE1515;
	text-decoration:underline;
}

#tmp_word_link p a:hover {
	text-decoration:none;
}
/* 20200409 add */
/* ==================================================
parts
================================================== */
/* outline
============================== */
.outline {
	margin:0 0 2em; /* 変更しない */
	border:6px solid #D31616;
	clear:both; /* 変更しない */	
}
table.outline {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
table.outline td {
	padding:15px;
	color:inherit;
	background-color:#FFFFFF;
}
div.outline {
	padding:15px;
	color:inherit;
	background-color:#FFFFFF;
}
div.outline p:first-child {
	margin-top:0;
}
.outline ul {
	margin-left:24px; /* 変更しない */
}
.outline ol {
	margin-left:24px; /* 変更しない */
}
.outline ul ul,
.outline ul ol,
.outline ol ul,
.outline ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.clearfix:after,
#tmp_top_img:after,
#tmp_pickup #tmp_pickup_cnt:after,
#tmp_pickup #tmp_pickup_txt:after,
#tmp_pickup .pickup_item:after,
#tmp_top_cnt_r:after,
#tmp_top_kenmin_cnt:after,
#tmp_top_governor:after,
#tmp_top_cnt:after,
#tmp_top_governor #tmp_top_governor_cnt:after,
#tmp_search_word:after,
#tmp_top_cnt .top_cnt:after,
#tmp_topics_cnt:after,
#tmp_top_news_cnt:after,
#tmp_event_cnt:after,
#tmp_report_cnt:after,
#tmp_osusume:after,
#tmp_media:after,
#tmp_topics_cnt:after,
.no_javascript #tmp_osusume_slide:after,
#tmp_emergency_top #tmp_e_top_cnt:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print {
/* for IE7.0 */
*:first-child+html #tmp_gnavi ul li span {
	visibility:hidden;
}
/* for IE6.0 */
* html #tmp_gnavi ul li span {
	visibility:hidden;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
.floating_pub {
	position:relative;
	margin-bottom:24px !important;
	background:none;
	left:0;
	margin-left:auto !important;
}
#tmp_publicity {
	display:block;
}
.floating_pub #tmp_publicity_ttl {
	background:#747474 url(/shared/images/main/koukoku_bg.jpg) right top no-repeat;
}
.floating_pub #tmp_publicity_cnt {
	background-color:#F3F5F8;
	padding:24px 12px 24px 34px;
}
.floating_pub #tmp_publicity_ttl,
.floating_pub #tmp_publicity_cnt {
	margin-bottom:24px;
}
#tmp_publicity_close {
	display:none;
}
#tmp_top_cnt .link_list ul {
	display:block;
}
}
