@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body,html {width: 100%;height: 100%;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.6;
  font-size: 0.9em;
  font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#444;
}

a{
	color:#2d2c2c;
	text-decoration:none;
}
#main .body a,
#main .inquiry-html a,
#main .related-pages a{
	color:#0060a7;
	text-decoration:none;
}
a:hover,
a:focus,
#main .body a:hover,
#main .body a:focus,
#main .related-pages a:hover,
#main .related-pages a:focus{
	color:#F75000;
	text-decoration:underline;
}
#main .related-pages .pages{
	padding-left:15px;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
.float-left img{
	margin:0 20px 20px 0;
}
.float-right img{
	margin:0 0 20px 20px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  /*content: '';*/
  /*content: none;*/
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  vertical-align: bottom;
  border: none;
}

.container {
  width: 1000px;
  margin: 0 auto;
  position:relative;
}

#header-block,
#footer-block,
#mainblock {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/**/
#main .body b,
#main .body strong{
	font-weight:bold;
	
}
#main .body table caption{
	text-align:left;
}
/**/

/* background-color */
.back-color-blue {
  background-color: #0e60a5;
}
.back-color-gray {
  background-color: #333;
}
.back-color-bnr {
  background-color: #eaeae7;
}
.back-color-green{
  background-color: #0d8200;
}
.back-color-bordeaux{
  background-color: #630022;
}
.back-color-black{
	background-color:#000;
}
.back-color-footer {
  border-top: 1px solid #fff;
  background: url(../img/kurashi/footer_bkimg.png) repeat-x center bottom #f4f4f2;
}

/* text_align */
.text-align-center{
	text-align:center;
}
.text-align-left{
	text-align:left;
}
.text-align-right{
	text-align:right;
}
/* text-color */
.text-color-white{
	color:#FFF;
}

/* box */
.box-half{
	width:490px;
}
/**/
.float-left{
	float:left;
}
.float-right{
	float: right;
}

/***/
.table_box {
  display: table;
  padding: 0;
  margin: 0;
}
*:first-child+html .block_function .table_cell{
	float:left;
}
.table_cell {
  display: table-cell;
}
*+html .table_cell {
	float:left;
}
.body .table_box{
	width:100%;
	display: table;
	border-collapse: separate;
	border-spacing: 20px 0;
	}
#iju_cotents .table_box {
	margin: 0;
	padding: 0;
	width: 100%;
}
.box_half{
	width:50%;
}
.body .table_box_mayor{
	margin-top:20px;
	width:90%;
	margin:20px auto 0;
	border:1px solid #CCC;
	padding:20px 5px;
	border-radius:0.5em;
	
	}
.body .table_box_mayor .mayor_name{
	font-size:1.7em;
	border-bottom:2px solid #0e60a5;
	margin-bottom:0.5em;
}
.body .table_box_mayor .mayor_name span{
	font-size:0.8em;
}
.body .table_box .table_cell{
	vertical-align:top;
	}
.body .table_box_mayor .table_cell{
	vertical-align:middle;
}
/***/
.position-right {
  /*position: absolute;
  right: 0;
  top: 0.2em;*/
  float:right;
}

/***/
.margin-bottom-ss{
	margin-bottom:15px;
}
.margin-top-m{
	margin-top:15px;
}
.margin-top-mm{
	margin-top:30px;
}
/**/
.title-life-search {
	background: url(../img/kurashi/ico_search.svg) no-repeat 0 0;
	background: url(../img/kurashi/ico_search.png) no-repeat 0 0\9;
	padding-left: 35px;
	font-size:1.3em;
	margin-bottom:10px;
	min-height:30px;
  	background-size:30px 30px;
}
.title-life-search span a{
	background:#0e60a5;
	color:#FFF;
	display:block;
	float:right;
	margin-right:10px;
	border-radius:0.5em;
	padding:0.4em 2em;
	font-size:0.7em;
}

/* header-block */
#global_function .block_function {
  position: relative;
  padding: 0.5em 0;
  font-size: 0.85em;
}
#global_function .block_function a {
  color: #fff;
  background-color: #0e60a5;
  text-decoration: none;
}
#global_function .block_function a:hover,
#global_function .block_function a:focus{
	color:#F75000;
	text-decoration:underline;
}
#global_function #search {
  float: right;
  margin: 0;
  padding: 0;
  vertical-align:middle;
}

*:first-child+html #global_function .cell_1{
	width:13em;
	display:block;
}
*:first-child+html #global_function .cell_2{
	width:260px;
	display:block;
}

#search #search-box {
  float: left;
  min-height: 16px;
  margin: 0.1em 0 0;
  padding: 3px;
  border: none;
  width:160px;
}
#search #search-button {
  float: left;
  min-height: 24px;
  margin: 0.05em 0 0;
  padding: 3px 10px;
  border: none;
  background: #000;
  color: #fff;
}
#global_function .block_function .link_content {
  padding-left: 16px;
}
#global_function .block_function .btn_font-change {
  display: table;
  border-collapse: separate;
  vertical-align:top;
  border-spacing: 5px 0;
  margin: 0;
  padding: 0;
}
#global_function .block_function .btn_font-change li {
  display: table-cell;
  vertical-align:middle;
  margin: 0 0 0 0.5em;
  padding: 0;
  color: #fff;
  background-color: #0e60a5;
}
*+html #global_function .block_function .btn_font-change li {
	float:left;
}

#global_function .btn_font-change .btn_font a{
  border: 1px solid #FFF;
  border-radius: 0.3em;
  width:3em;
  display:block;
  text-align: center;
  color:#FFF;
}

#global_function .btn_font-change .btn_font a:hover,
#global_function .btn_font-change .btn_font a:focus{
	background-color:#F60;
	color:#FFF;
}

#global_function .btn_font-change .is_font_active a{
  background: #fff;
  color: #0E60A5;
}
#global_function .btn_font-change .is_font_active a {
  color: #0E60A5;
}
/*
.btn_font-change .btn_font:hover a,
.btn_font-change .is_font_active a:hover,
.btn_font-change .is_font_active:hover a{
  color:#FFF;
}

.btn_font-change .is_font_active:hover {
	background-color:#F60;
}
.btn_font-change .is_font_active a:focus{
	
}
*/
/***/
#header-block {
  /*position: absolute;*/
  /*background: url(../img/kurashi/gloval_nav_bkimg.png) no-repeat center 70px;*/
  margin-top:21px;
  position:static;
  border-bottom:4px solid #0e60a5;
}

#header-block .global_header {
  padding: 0;
  position: relative;
  z-index: 20;
}
#header-block .global_header .global_logo {
  margin: 10px auto 20px;
  text-indent: -9999px;
}
*+html .pagelayout #header-block .global_header .global_logo {
	margin: 0px auto 20px;

}

#header-block .global_header .global_logo a {
  margin: 0 auto;
  padding: 0;
  width: 256px;
  height: 50px;
  display: block;
  background: url(../img/kurashi/logo.svg) no-repeat center;
  background: url(../img/kurashi/logo.jpg) no-repeat center\9;
}

#header-block .global_header .global_logo a:hover,
#header-block .global_header .global_logo a:focus {
  filter: alpha(opacity=70);opacity:0.7;
}

#header-block .global_header .sub_navigation {
  position: absolute;
  right: 0px;
  top: 14px;
}
#header-block .global_header .sub_navigation ul {
  list-style-type: none;
  margin: 0 0 10px;
}
#header-block .global_header .sub_navigation li {
  float: left;
}
#header-block .global_header .sub_navigation li a {
  margin: 0;
  padding: 0 1em 0 18px;
  display: block;
  background: url(../img/kurashi/icon_circle_blue.png) no-repeat center left;
  color: black;
  text-decoration: none;
  font-size: 0.85em;
}
#header-block .global_header .sub_navigation li a:hover,
#header-block .global_header .sub_navigation li a:focus{
	color:#F75000;
	text-decoration:underline;
}

#header-block .global_header .global_navigation {
  display: block;
  z-index:20;
  margin-bottom:-4px;
}
#header-block .global_header .global_navigation ul {
  list-style-type: none;
  padding:4px 0 0;
}
.pagelayout #header-block .global_header .global_navigation ul {
	padding:4px 0 0;
}
#header-block .global_header .global_navigation li{
  float: left;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}
#header-block .global_header .global_navigation li a {
  display: block;
  width: 157px;
  height: 53px;
  margin: 0;
  padding: 0;
  background: url(../img/kurashi/gloval_nav_2.png) no-repeat center;
}
.pagelayout #header-block .global_header .global_navigation li a {
  background: url(../img/kurashi/gloval_nav_2.png) no-repeat center;
  height: 53px;
}
#header-block .global_header .global_navigation li:first-child a {
  width: 58px;
}
#header-block .global_header .global_navigation li a {
  margin: 0;
  padding: 0;
  display: block;
}
#header-block .global_header .global_navigation .nav1 a,
.pagelayout #header-block .global_header .global_navigation .nav1 a{
  background-position: 0 0;
}
#header-block .global_header .global_navigation .nav1 a:hover,
#header-block .global_header .global_navigation .nav1 a:focus{
  background-position: 0 -53px;
}
.pagelayout #header-block .global_header .global_navigation .nav1 a:hover,
.pagelayout #header-block .global_header .global_navigation .nav1 a:focus{
  background-position: 0 -53px;
}
#header-block .global_header .global_navigation .nav2 a,
.pagelayout #header-block .global_header .global_navigation .nav2 a{
  background-position: -58px 0;
}
#header-block .global_header .global_navigation .nav2 a:hover,
#header-block .global_header .global_navigation .nav2 a:focus{
  background-position: -58px -53px;
}
.pagelayout #header-block .global_header .global_navigation .nav2 a:hover,
.pagelayout #header-block .global_header .global_navigation .nav2 a:focus{
  background-position: -58px -53px;
}
#header-block .global_header .global_navigation .nav3 a,
.pagelayout #header-block .global_header .global_navigation .nav3 a{
  background-position: -215px 0;
}
#header-block .global_header .global_navigation .nav3 a:hover,
#header-block .global_header .global_navigation .nav3 a:focus{
  background-position: -215px -53px;
}
.pagelayout #header-block .global_header .global_navigation .nav3 a:hover,
.pagelayout #header-block .global_header .global_navigation .nav3 a:focus{
  background-position: -215px -53px;
}
#header-block .global_header .global_navigation .nav4 a,
.pagelayout #header-block .global_header .global_navigation .nav4 a{
  background-position: -372px 0;
}
#header-block .global_header .global_navigation .nav4 a:hover,
#header-block .global_header .global_navigation .nav4 a:focus{
  background-position: -372px -53px;
}
.pagelayout #header-block .global_header .global_navigation .nav4 a:hover,
.pagelayout #header-block .global_header .global_navigation .nav4 a:focus{
  background-position: -372px -53px;
}

#header-block .global_header .global_navigation .nav5 a,
.pagelayout #header-block .global_header .global_navigation .nav5 a{
  background-position: -529px 0;
}
#header-block .global_header .global_navigation .nav5 a:hover,
#header-block .global_header .global_navigation .nav5 a:focus{
  background-position: -529px -53px;
}
.pagelayout #header-block .global_header .global_navigation .nav5 a:hover,
.pagelayout #header-block .global_header .global_navigation .nav5 a:focus{
   background-position: -529px -53px;
}

#header-block .global_header .global_navigation .nav6 a,
.pagelayout #header-block .global_header .global_navigation .nav6 a {
  background-position: -686px 0;
}
#header-block .global_header .global_navigation .nav6 a:hover,
#header-block .global_header .global_navigation .nav6 a:focus{
  background-position: -686px -53px;
}
.pagelayout #header-block .global_header .global_navigation .nav6 a:hover,
.pagelayout #header-block .global_header .global_navigation .nav6 a:focus{
   background-position: -686px -53px;
}

#header-block .global_header .global_navigation .nav7 a,
.pagelayout #header-block .global_header .global_navigation .nav7 a{
  background-position: -843px 0;
}
#header-block .global_header .global_navigation .nav7 a:hover,
#header-block .global_header .global_navigation .nav7 a:focus{
  background-position: -843px -53px;
}
.pagelayout #header-block .global_header .global_navigation .nav7 a:hover,
.pagelayout #header-block .global_header .global_navigation .nav7 a:focus{
   background-position: -843px -53px;
}
.fade-img {
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
}
#slider {overflow:hidden;position:relative;width:100%;}
.fade-img .slide_all {width: 1000px; margin: 0 auto; height: 350px; position: relative;}
.slide_wrap {position:relative;left:50%;width:3000px;margin-left:-1500px;}
.slide_body {width: 100%;}
.slide {width: 1000px;}
.fade-img .slide img {width: 100%; vertical-align: bottom;}

/* 装飾 */
.bx-controls-direction a,.bx-pager-item {display: inline-block;}
.bx-pager-item a{display: block; height: 10px; width: 10px; text-indent: -9999px; color:#fff; background: #FFF; border-radius: 10px; margin:0 3px;}
.bx-pager-item a.active {opacity: 0.3;}
.bx-wrapper{
	position:relative;
}
/*.bx-wrapper .bx-pager{
	position:absolute;
  height:10px;
  top: -5px;
  left:-430px;
}*/
.bx-wrapper .bx-pager{
  height:10px;
  top: -5px;
}
.bx-default-pager{
	left:34%;
}
.bx-controls-auto{
	z-index:20;
	top: 10px;
	right:10px;
	width:50px;
}
.bx-wrapper .bx-prev {
	/* position:absolute; */
    left:960px;
    background:url(../img/kurashi/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	/* position:absolute; */
    right:960px;
    background:url(../img/kurashi/controls.png) no-repeat -43px -32px;
}
*:first-child+html .bx-wrapper .bx-prev,
*:first-child+html .bx-wrapper .bx-next{
	display:none;
}
.slide_body .slide span{
	position:absolute;
	background:#FFF;
	text-align:right;
	bottom:10px;
	padding:0 1.5em;
	border-radius:2em;
	right:20px;
	z-index:999;
}
.bx-controls-direction .bx-pager-link{
	color: #000;
	background:#000;
}
.fade-img .bx-controls {
  margin: 0;
}
.recommended_block{
	margin-top:20px;
}

.recommended_block .bnr_box{
	padding:0.3em 0;
}
.recommended_block .bnr_box{
	margin:0 0 20px 20px;
	padding:0;
	width:230px;
	float:left;
}
.recommended_block .bnr_box a{
	display:block;
	color:#FFF;
}
.recommended_block .bnr_area div:first-child {
	margin-left:0;
}
.recommended_block .bnr_area .clear-left{
	margin-left:0;
	clear:left;
}
.bnr_furusato a{
	background: url(../img/kurashi/bnr_furusato.png) no-repeat;
	background: url(../img/kurashi/bnr_furusato_s.jpg) no-repeat\9;
	background-size:contain;
	padding:127px 0 0;
}
*:first-child+html .recommended_block .bnr_jhonman{
	margin-left:0;
}

.bnr_shimizusaba a{
	background: url(../img/kurashi/bnr_shimizusaba.png) no-repeat;
	background: url(../img/kurashi/bnr_shimizusaba_s.jpg) no-repeat\9;
	background-size:contain;
	padding:127px 0 0;
}
.bnr_jhonman a{
	background: url(../img/kurashi/bnr_jhonman.png) no-repeat;
	background: url(../img/kurashi/bnr_jhonman_s.jpg) no-repeat\9;
	background-size:contain;
	padding:127px 0 0;
}
.bnr_download a{
	background: url(../img/kurashi/bnr_download.png) no-repeat;
	background: url(../img/kurashi/bnr_download_s.jpg) no-repeat\9;
	background-size:contain;
	padding:127px 0 0;
}

#sidebar .news-block li{
	display:table;
}
#sidebar .news-img img{
	height:65px;
	width:65px;
	vertical-align:bottom;
}
#sidebar .news-img,
#sidebar .news-inner{
	display:table-cell;
	vertical-align:top;
	line-height:1.5;
}
#sidebar .news-img{
	width:75px;
}
#sidebar .news-inner .date,
#sidebar .news-inner .note{
	margin:0;
	padding:0;
	}
#sidebar .news-inner .note {

}
.bnr_furusato a:hover,
.bnr_furusato a:focus,
.bnr_shimizusaba a:hover,
.bnr_shimizusaba a:focus,
.bnr_jhonman a:hover,
.bnr_jhonman a:focus,
.bnr_download a:hover,
.bnr_download a:focus{
filter: alpha(opacity=70);opacity:0.7;
}
.ul_info_btn{
	display:table;
}
.ul_info_btn li{
	width:130px;
	display: table-cell;
	padding:0.6em 0;
	margin-right:5px;
	border:1px solid #c5c1ba;
	border-bottom:none;
	float:left;
}
.ul_info_btn .is_tab_active{
	background-color:#0E60A5;
	border:1px solid #0E60A5;
	border-bottom:none;
	color:#FFFFFF;
}

.info-box{
	border:1px solid #c5c1ba;
	border-top:5px solid #0E60A5;
	padding:10px;
}
.ul_life_btn li{
	width:150px;
	display: block;
	margin-left:15px;
	margin-bottom:15px;
	float:left;
}
.ul_life_btn li a{
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:5px 0;
}
.ul_life_btn li i {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url(../img/kurashi/icon_top_all.png) 0 0 no-repeat;
  vertical-align: middle;
}
.ul_life_btn li a:hover,
.ul_life_btn li a:focus{
	background:#2b7fc6;
}
.ul_life_btn .clear-left{
	clear:left;
	margin-left:0px;
}
li.life-icon2 i{
	background-position: -60px 0px;
}
li.life-icon3 i{
	background-position: -120px 0px;
}
li.life-icon4 i{
	background-position: -180px 0px;
}
li.life-icon5 i{
	background-position: -240px 0px;
}
li.life-icon6 i{
	background-position: -300px 0px;
}
li.life-icon7 i{
	background-position: -360px 0px;
}
li.life-icon8 i{
	background-position: -420px 0px;
}
li.life-icon9 i{
	background-position: -540px 0px;
}
.ul_life_btn li:first-child {
	margin-left:0;
}
.fade-box{
	position:absolute;
	background:rgba(255,255,255,0.8);
	background: #fff\9;
	border-radius:5px;
	left:10px;
	width:190px;
	padding:15px;
	margin:35px 0 0;
	z-index:100;
}
.ul_topbtn li{
	vertical-align: bottom;
	margin:10px 0 0;
	line-height:1;
}
.ul_topbtn li a{
	display:block;
	padding:0.9em 5px;
}
.ul_topbtn li:first-child {
  margin: 0;
}
.btn_disaster{
	background:#bc0029;
	border-color:#e9718b;
	color:#fff;
}
.btn_medical{
	background:#0d8200;
	color:#fff;
	border-color:#67ac5f;
}
.btn_public{
	background:#fff;
	border-color:#0e60a5;
	color:#0e60a5;
}
.btn_disaster span{
	background:url(../img/kurashi/ico_disaster.svg) no-repeat center left;
	background-size:22px 22px;
	padding: 0.9em 0 0.9em 30px;
}
.btn_disaster a{
	color:#FFF;
	background:#bc0029;
}
.btn_medical a{
	color:#FFF;
	background:#0d8200;
}
.btn_disaster a:hover,
.btn_disaster a:focus{
	background:#ed2e58;
}
.btn_medical a:hover,
.btn_medical a:focus{
	background:#4bb242;
}
.btn_public a{
	color:#292929;
}
.btn_public a:hover,
.btn_public a:focus{
	background:#b7dcfa;
}
.btn_medical span{
	background:url(../img/kurashi/ico_hospital.svg) no-repeat center left;
	background-size:22px 22px;
	padding-left:30px;
}
.btn_public span{
	background:url(../img/kurashi/ico_circle.svg) no-repeat 0 0.15em;
	background-size:18px 18px;
	padding-left:25px;
}
.btn_topbtn{
	border-style:solid;
	border-width:3px;
	border-radius:0.4em;
	font-size:1em;
}

.bnr_footer {
  padding: 20px 0;
}
.bnr_footer li {
  float: left;
  margin: 0 0 0 20px;
}
.bnr_footer li:first-child {
  float: left;
  margin: 0;
}
.bnr_footer li:nth-child(6) {
  margin-left:0;
}
.bnr_footer li:nth-child(n + 6) {
  margin-top:10px;
}
.recommended_block img:hover,
.recommended_block img:focus,
.bnr_footer a:hover,
.bnr_footer a:focus {
	filter: alpha(opacity=70);opacity:0.7;
}

.footer_block {
  background: url(../img/kurashi/footer_img.png) no-repeat center bottom;
  padding: 15px 0 130px;
}
.footer_block .col-footer-4 {
  width: 300px;
  padding: 0 15px;
  border-right: 1px solid #ccc;
}
.footer_block .col-footer-5 {
  width: 240px;
  padding: 0 15px;
  border-right: 1px solid #ccc;
}
*+html .footer_block .col-footer-4 {
	width: 245px;
}
*+html .footer_block .col-footer-5 {
	width: 210px;
}

.footer_block .col-footer-4:nth-child(1) {
  border-left: 1px solid #ccc;
}
.footer_block .col-footer-4:nth-child(1) ul {
  padding: 0 30px 0 0;
}
.footer_block .footer_logo {
  margin: 15px auto 0;
  width: 44em;
  min-height: 50px;
}
.footer_block .footer_logo dt {
  background: url(../img/kurashi/logo.png) no-repeat center;
  background: url(../img/kurashi/logo_footer.jpg) no-repeat center\9;
  width: 200px;
  height: 50px;
  display: block;
  float: left;
  text-indent: -9999px;
  background-size: contain;
}
.footer_block .footer_logo dd {
  padding: 0.5em 0 0 220px;
  line-height: 1.3;
  font-size:0.85em;
}

.copy_right {
  margin: 0;
  padding: 0.5em 0;
  font-size: 85%;
  text-align: center;
  color: #fff;
}
.cms-tabs .names{
	display:block;
}

.cms-tabs .names a{
	width:158px;
	display: inline-block;
	text-align:center;
	padding:0.6em 0;
	margin-right:3px;
	border:1px solid #c5c1ba;
	border-bottom:none;
	text-decoration:none;
	color:#333;
}

.cms-tabs .names .current:hover,
.cms-tabs .names .current:focus{
	background-color:#2b7fc6;
}
.cms-tabs .names a:hover,
.cms-tabs .names a:focus{
	background-color:#b7dcfa;
}
.cms-tabs .names .current{
	background-color:#0E60A5;
	border:1px solid #0E60A5;
	border-bottom:none;
	color:#FFFFFF;
}
.cms-tabs .pages{
	border:1px solid #c5c1ba;
	border-top:5px solid #0E60A5;
	padding:0 10px;
}
.cms-tabs .pages article{
	border-top:1px dotted #999;
	padding:0.6em 0;
}
.cms-tabs .pages article:first-child{
	border-top:none;
}
.cms-tabs .pages header{
	display:table;
}
.cms-tabs article nav{
	padding:0.3em 0.6em;
	text-align:center;
	background-color: #eaeaea;
}
.cms-tabs article nav .rss{
	display:none;
}
.cms-tabs .pages header time,
.cms-tabs .pages header h2{
	display:table-cell;
}
.cms-tabs .pages header time{
	width:8em;
}

.cms-tabs .pages .new header h3 a:after{
	/*content:"NEW";*/
	background:#F00;
	padding:0 0.5em;
	margin:0 0 0 0.5em;
	border-radius:0.3em;
	color:#FFF;
	font-size:0.7em;
}
.cms-tabs .pages header time{
	white-space:pre;
	padding:0 0.5em 0 0;
}
/* pankuzu */
.crumbs{
	font-size:0.8em;
}
.crumbs .separator {
	background:#1b5ba9;
	width:1em;
	border-radius:1em;
	padding: 0 0.55em;
	margin:0 0.5em 0 0.5em;
	color:#FFF;
	font-size:0.7em;
}
.pagelayout .cotents_cell{
	display:table-cell;
	vertical-align:top;
}
.pagelayout #main{
	padding:0.5em 30px 20px 0;
	width:740px;
}
#main #ss-page-name{
	background-color: #0e60a5;
	border-radius:0.2em;
	margin:0;
	padding:0.7em;
	font-size:1.3em;
	font-weight:bold;
	color:#FFF;
}
.released{
	text-align:right;
	padding:0.6em 0;
}
#main .body,
#main .map-page,
#main .articles,
#main .inquiry-html{
	padding:0 0 0 20px;
	word-break: break-all;
}
#main .body h2,
.map-page header h2,
.related-pages header h2,
.h2_titles{
	border:none;
	border:1px solid #CCC;
	border-bottom:4px solid #0e60a5;
	border-left:4px solid #0e60a5;
	padding:0.7em 0.8em;
	margin: 1.2em 0 0.8em -15px;
	font-weight:bold;
	font-size:1.2em;
}
.related-pages header h2{
	margin-left:0;
}

#main .body .recruit_midashi {
	padding:0.9em 0.9em 0.6em;
	margin:0;
	font-size:1.3em;
	line-height:1;

}
#main .body .recruit_midashi span {
	border-top:1px dotted #ccc;
	padding:0.9em 0 0;
	margin:0.5em 0 0;
	display:block;
	font-size:0.7em;
	font-weight:normal;
	font-weight:0.5em;
}
#body--kurashi-section-tourism-recruit #main .body table{
	margin-top:20px;
}
#body--kurashi-section-tourism-recruit #main .body table caption{
	background:#0e60a5;
	color: #fff;
	padding:0.5em 0.8em;
}
#body--kurashi-section-tourism-recruit #main .body table th{
	border-right:2px solid #0e60a5;
	width:20%;
}
#body--kurashi-section-tourism-recruit #main > h2:first-child{
	margin-top:20px;
}

#main .body > h2:first-child{
	margin-top:0.8em;
}
/*#main .body h3{
	border-bottom:3px solid #0e60a5;
	padding:0.6em 0;
	margin: 1.2em 0 0.8em 0;
	font-weight:bold;
	font-size:1.1em;
}*/
#main .body h3{
border:none;
	background:url(../img/kurashi/icons_midashi3.png) no-repeat 5px center;
	border-bottom:2px dotted #0e60a5;
	padding:0.6em 0.6em 0.6em 30px;
	margin: 1.2em 0 0.8em 0px;
	font-weight:bold;
	font-size:1.2em;
}
#main .body hr{
	border:none;
	border-top:1px dotted #ccc;
	margin:1.2em 0;
}

#main .body li,
#main .related-pages li{
	list-style-type:disc;
	margin:0 0 0 1.5em;
}
.categories {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  text-align: right;
}
.categories header {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 5px 0;
}

	
.categories .nodes {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 5px 0;
}
.categories .nodes ul{
	font-size:0.1;
	display:table;
}
.categories .nodes li{
	font-size: 1em;
	display:table-cell;
}

.categories .nodes li:before {
	/*content:"、";*/
}
.categories .nodes li:first-child:before {
	content:"：";/**/
}

.categories article {
  display: inline-block;
}


.pagelayout #main p{
	margin:0.7em 0;
}

.pagelayout #side{
	width:230px;
	padding:0.5em 0 0;
}

*+html .pagelayout #main,
*+html .pagelayout #side{
	float:left;
}
#main .body table {border-collapse:collapse; margin:0.5em 0; width:100%;}
#main .body table th,#main .body table td{padding: 0.5em;}
#main .body table th,#main .body table td{border-style: solid;border-width: 1px; border-color:#8d8d8d;}
#main table thead th,
#main table tbody th{vertical-align: middle; background-color: #e0e8ee;}
.body--kurashi-iju #main table tbody th{
	width:10em;
}
#main .body .no-border th,
#main .body .no-border td{border:none;}
.body--kurashi-iju #main .house_cation{
	display:block;
	border:5px double #F00;
	padding:15px;
	margin:20px 0 0 5px;
}
.body--kurashi-iju #main .house_cation h3{
	color:#E50000;
}
.body--kurashi-iju #main .house_cation li{
	list-style-type:disc;
	margin:0 0 0 1.5em;
}
.body--kurashi-iju #main .white-space-pre{
	white-space: pre;
}

/* ----------- 暮らし手続きトップ ---------- */

.pagelayout #recent-oshirase article,
.list_days article{
	border-bottom:1px dotted #999;
	padding:0.6em 0;
}
.pagelayout #recent-oshirase article:first-child,
.list_days article:first-child{
	border-top:none;
}
.pagelayout #recent-oshirase header,
.list_days article header{
	display:table;
}
.pagelayout #recent-oshirase header time,
.pagelayout #recent-oshirase header h2,
.list_days article header time,
.list_days article header h2{
	display:table-cell;
}
.pagelayout #recent-oshirase header time,
.list_days article header time{
	width:9em;
}
.pagelayout #recent-oshirase header h2 a,
.list_days article header h2 a{
	font-size:1em;
}
.pagelayout #recent-oshirase .new header h2 a:after{
	/*content:"NEW";*/
	background:#F00;
	padding:0 0.5em;
	margin:0 0 0 0.5em;
	border-radius:0.3em;
	color:#FFF;
	font-size:0.7em;
}

.pagelayout #recent-oshirase .title_h2{
	border:1px solid #CCC;
	border-left:5px solid #0e60a5;
	padding:0.6em 0.5em;
	margin: 0.8em 0 0.8em -15px;
	font-weight:bold;
	font-size:1.1em;
}
.feed {
	text-align:right;
	margin:0.5em 0 0;
}

.feed a{
  background: url(../img/kurashi/icon_circle_blue.png) no-repeat center left;
  padding:0 0 0 18px;
}

.article-pages,.cms-pages{
	padding:0 0 0 20px;
}
#body--kurashi-iju-house-index .article-pages{
	padding:0;
}

.two_rows > article{
	width:330px;
	margin:20px 0 0 20px;
	padding:8px 8px 0;
	border:1px solid #cccccc;
	display:inline-block;
	border-radius:0.3em;
}
.two_rows > article > div{
	display:block;
	padding:0;
}

#main .body .two_rows article h2{
	border:none;
	padding:0;
	margin: 0;
	font-weight: normal;
	font-size:1em;
}


.two_rows article h2 a{
	font-size:1.1em;
	color:#fff;
	background: url(../img/kurashi/icon_circle_blue_b.png) no-repeat 8px center #0e60a5;
	display:block;
	padding:0.5em 0.7em 0.3em 30px;
	border-radius:0.3em 0.3em 0 0;
	margin:-8px -8px 0 -8px;
	border-bottom:3px solid #0e60a5;
}
.two_rows > article h2 a:focus{
background: url(../img/kurashi/icon_circle_blue_b.png) no-repeat 8px center #3682c2;
}
.two_rows > .list_block{
	width:335px;
	margin:20px 0 0 20px;
	padding:0;
	border:1px solid #cccccc;
	display:inline-block;
	border-radius:0;
}


.two_rows > .list_block h2 a{

	font-size:1.1em;
	color:#3B3A3A;
	background: url(../img/kurashi/icon_circle_blue_b.png) no-repeat 8px center #fff;
	display:block;
	padding:0.6em 0.7em 0.4em 30px;
	border-radius:0.3em 0.3em 0 0;
	margin:0;
	border-bottom:3px solid #0e60a5;
}
.two_rows > article p{
	margin-bottom:0;
	padding-bottom:0;
}
.category-nodes article:hover{
	background-color:#e9eed7;
	cursor:pointer;
}

a[href$=".xls"], a[href$=".xlsx"] {
	display: inline-block;
	padding-left: 25px;
	background: url(../img/kurashi/icon_excel.png) no-repeat left center;
}

a[href$=".doc"], a[href$=".docx"] {
	display: inline-block;
	padding-left: 25px;
	background: url(../img/kurashi/icon_word.png) no-repeat left center;
}

a[href$=".pdf"] {
	display: inline-block;
	padding-left: 25px;
	background: url(../img/kurashi/icon_pdf.png) no-repeat left center;
}
a[href^="http"],
a[href^="https"]{
	display: inline-block;
	padding-left: 25px;
	background: url(../img/kurashi/icon_hp.png) no-repeat left center;
}
*:first-child+html a[href^="http"],
*:first-child+html a[href^="https"]{
	display: inline-block;
	padding-left: 0;
	background:none;
}

a[href^="https://www.city.tosashimizu.kochi.jp/"],
a[href^="http://www.city.tosashimizu.kochi.jp/"],
a[href^="http://mng.city.tosashimizu.kochi.jp/"]{  
    padding-left: 0;
    display:block;
    background: transparent;  
}  
a[href$=".xls"] img,
a[href$=".xlsx"] img,
a[href$=".doc"] img,
a[href$=".docx"] img,
a[href$=".pdf"] img,
a[href^="http"] img,
a[href^="https"] img{
	margin-left:-25px;
	display:block;
	background: transparent;
}
.side-titles{
	margin:2px 0 0;
	padding:0.6em 0.8em;
	background: #0e60a5;
	color:#FFF;
	position:relative;
}
.side_list li{
	padding:0.4em 0;
	border-bottom:1px dotted #CCC;
	background: url(../img/kurashi/icon_circle_blue.png) no-repeat center left;
	padding-left:18px;
}
.side-titles > i{
	position:absolute;
	top:30%;
	right:10px;
	width:17px;
	height:17px;
}
.side-titles a{
	color:#FFF;
	background: #0e60a5;
}
.side-titles > i{
	background: url(../img/kurashi/icon_kaku1.png) no-repeat;
}
.navhit > i{
	background: url(../img/kurashi/icon_kaku2.png) no-repeat;
}

.bkcolor_green{
	background:#2e8435;
}
.bkcolor_cya{
	background:#916721;
}
.side-nodes{
	margin-bottom:20px;
}
.list-page{
	margin-top:20px;
}
.category-pages .list-page{
	padding-left:20px;
}

.list-page article{
	border-bottom:1px dotted #999;
	padding:0.6em 0;
}
.list-page article:first-child{
	border-top:none;
}
.list-page header{
	display:table;
}
.list-page header time,
.list-page header h2{
	display:table-cell;
}
.list-page header time{
	width:9.5em;
}
.list-page header h2 a{
	font-size:1em;
}
#house .housebox{
	vertical-align:top;
}
.body--kurashi-iju-house .housebox{
	width:190px;
	border:1px solid #C7C7C7;
	display:inline-block;
	margin-left:20px;
	margin-top:20px;
	padding:0px 15px 0;
}
.body--kurashi-iju-house .housebox img{
	margin-left:-15px;
	width:220px;
	height:150px;
}
.body--kurashi-iju-house .housebox h2{
	background-color: #0e60a5;
	margin-left:-15px;
	margin-right:-15px;
	padding:0.5em;
	text-align:center;
}
.body--kurashi-iju-house .housebox h2{
	color:#FFFFFF;
}

.body--kurashi-iju-house .housebox .white-space-pre{
	font-size:0.8em;
	padding-bottom:0;
	margin-bottom:0;
}

.event-date {
    position: relative;
}
.event-date ul {
    position: absolute;
    top: 20px;
    right: 0;
}
.event-date ul .prev {
    display: inline-block;
    padding-left: 15px;
    background: url(../img/l-arrow.png) no-repeat 2px 7px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 0 15px;
    border-right: 1px solid #ccc;
}
.event-date ul .next {
    display: inline-block;
    vertical-align: middle;
    padding-right: 13px;
    background: url(../img/r-arrow.png) no-repeat right 7px;
}
.event-date h1 {
    margin-bottom: 10px;
	margin-left:20px;
    padding: 20px 0 4px 0;
    border-bottom: 2px solid #f08300;
    font-size: 120%;
	font-weight:bold;
}
#event-list{
	padding:0 0 0 15px;
}

#event-list dl {
    margin: 0;
    padding: 0.7em 0 0.7em;
    border-bottom: 1px solid #ccc;
    zoom: 1;
	display:table;
	width:100%;
}
#event-list dl.sat {
    background: #e1ebf1;
    color: #039;
}
#event-list dl.sun, #event-list dl.holiday {
    background: #ffeeee;
    color: #d90000;
}
#event-list dt {
	display:table-cell;
    width: 10em;
	padding-left:10px;
}
#event-list dd {
	display:table-cell;
}
.photo_list li{
	display:inline-block;
	/*display:block;*/
    letter-spacing: normal;
	padding-top:15px;
	text-align:center;
	width:150px;
	vertical-align:top;
    /*float:left;*/
}
.ul_koho li a{
  background:none;
}
.ul_koho li{
	list-style-type:none;
	display:inline-block;
	width:200px;
	text-align:center;
	padding-top:15px;
	font-size:0.85em;
}
.ul_koho li img{
	margin-bottom:0.5em;
}
.ul_koho li strong{
	font-weight:bold;
	font-size:1.2em;
}
.ul_float li{
	list-style-type:none;
	display:inline-block;
	width:200px;
	text-align:center;
	padding-top:15px;
}
.pagination {
  margin-top: 20px;
  text-align: center;

}
.pagination a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 4px 10px;
  background: #ededed;
  color: #666666;
  text-decoration: none;
}
.pagination a:hover {
  background: #cceeee;
}
.pagination .current {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 4px 10px;
  background: #cceeee;
}
#main .body .address_titles{
	margin:20px 0 0;
	padding:0.5em;
	background:#0e60a5;
	color:#FFF;
}
#main .body .address_titles a{
	color:#FFF;
	background:url(../img/kurashi/icons_midashi_white.png)  no-repeat center left #0e60a5;
	padding-left:20px;
} 
.section_list{
	padding:0.5em;
	margin:0;
	border:2px solid #ccc;
	border-top:none;
}
.section_list li{
	list-style-type:none;
	display:inline-block;
}
.section_list li:before{
	/*content:"、";*/
}
.section_list li:first-child:before{
	content:"";
}
.section_list dt{
	float:left;
	padding:0.4em 0.7em 0.4em 0.5em;
	margin:0;
}
.section_list dd{
	margin:0;
	padding:0.4em 0 0.4em 9em;
	text-indent:-0.5em;
}
.section_list dd:before{
	/*content:"：";*/
}
.address_block{
	border:2px solid #ccc;
	padding:0.5em;
}
.body--kurashi-iju-house .housebox,
#body--kurashi-iju-open-house-index .housebox,
#body--kurashi-iju-closing-house-index .housebox{
	width:190px;
	border:1px solid #C7C7C7;
	display:inline-block;
	margin-left:20px;
	margin-top:20px;
	padding:0px 15px 0;
}
.body--kurashi-iju-house .housebox img,
#body--kurashi-iju-open-house-index .housebox img,
#body--kurashi-iju-closing-house-index .housebox img{
	margin-left:-15px;
	width:220px;
	height:150px;
}
.body--kurashi-iju-house .housebox h2,
#body--kurashi-iju-open-house-index .housebox h2,
#body--kurashi-iju-closing-house-index .housebox h2{
	background-color: #0e60a5;
	margin-left:-15px;
	margin-right:-15px;
	padding:0.5em;
	text-align:center;
}
.body--kurashi-iju-house .housebox h2,
#body--kurashi-iju-open-house-index .housebox h2,
#body--kurashi-iju-closing-house-index .housebox h2{
	color:#FFFFFF;
}
.housebox .dl_house{
	font-size:0.9em;
	padding:0.5em 0;
}

.housebox .dl_house dt{
	float:left;
}
.housebox .dl_house dd{
	padding:0 0 0 4.5em; 
}

.article-pages #emergency{
margin-left:-20px;
}
.emergency-box{
  margin:20px auto 0;
  border:3px solid #dd0000;
}
.caution-box{
  margin:20px auto 0;
  border:3px solid #ffa800;
}
.emergency-box header h1{
  color: #fff;
  background-color: #dd0000;
	font-size:1.2em;
  padding:0.3em;
}
.caution-box header h1{
  color: #000;
  background-color: #ffa800;
	font-size:1.2em;
  padding:0.3em;
}
.emergency-box article,
.caution-box article{
  padding:10px;
}
.emergency-box article header h2,
.caution-box article header h2{
	border-bottom:1px dotted #CCC;
	padding:0 0 0.5em;
	margin-bottom:0.5em;
	font-size:1.1em;
	font-weight:bold;
}
#global_function #google_translate_element span a{
  background-color: #fff;
  color: #000;
}
#global_function .translate_elements{
	position:relative;
	width:10em;
}
#global_function #google_translate_element{
 padding:0px;
  margin:0 0 0 5px;
  vertical-align:top;
  position:absolute;
  top:0em;
}
.body--kurashi-residents-resident #pulldown1 li:nth-child(1),
.body--kurashi-residents-tax #pulldown1 li:nth-child(2),
.body--kurashi-residents-pension #pulldown1 li:nth-child(3),
.body--kurashi-residents-senkyo #pulldown1 li:nth-child(4),
.body--kurashi-residents-sangyo #pulldown1 li:nth-child(5),
.body--kurashi-residents-kankyo #pulldown1 li:nth-child(6),
.body--kurashi-residents-bunka #pulldown1 li:nth-child(7),
.body--kurashi-residents-bosai #pulldown1 li:nth-child(8),
.body--kurashi-life-ninshin #pulldown2 li:nth-child(1),
.body--kurashi-life-kosodate #pulldown2 li:nth-child(2),
.body--kurashi-life-kyoiku #pulldown2 li:nth-child(3),
.body--kurashi-life-kekkon #pulldown2 li:nth-child(4),
.body--kurashi-life-hikkoshi #pulldown2 li:nth-child(5),
.body--kurashi-life-work #pulldown2 li:nth-child(6),
.body--kurashi-life-kaigo #pulldown2 li:nth-child(7),
.body--kurashi-life-okuyami #pulldown2 li:nth-child(8),
#body--kurashi-section-soumu-gas #pulldown2 li:nth-child(9),
.body--kurashi-section-sityou #pulldown3 li:nth-child(1),
.body--kurashi-section-kikaku #pulldown3 li:nth-child(2),
.body--kurashi-iju #pulldown3 li:nth-child(2),
.body--kurashi-section-soumu #pulldown3 li:nth-child(3),
.body--kurashi-section-kikikanri #pulldown3 li:nth-child(4),
.body--kurashi-section-tourism #pulldown3 li:nth-child(5),
.body--kurashi-section-nourin #pulldown3 li:nth-child(6),
.body--kurashi-section-kankyo #pulldown3 li:nth-child(7),
.body--kurashi-section-jinken #pulldown3 li:nth-child(8),
.body--kurashi-section-gakkou #pulldown3 li:nth-child(9),
.body--kurashi-section-study #pulldown3 li:nth-child(10),
.body--kurashi-section-civil #pulldown3 li:nth-child(11),
.body--kurashi-section-tax #pulldown3 li:nth-child(12),
.body--kurashi-section-shunou #pulldown3 li:nth-child(13),
.body--kurashi-section-suidou #pulldown3 li:nth-child(14),
.body--kurashi-section-machidukuri #pulldown3 li:nth-child(15),
.body--kurashi-section-fukushi #pulldown3 li:nth-child(16),
.body--kurashi-section-kenko #pulldown3 li:nth-child(17),
.body--kurashi-section-kaikei #pulldown3 li:nth-child(18),
.body--kurashi-section-kansa #pulldown3 li:nth-child(19),
.body--kurashi-section-gikai #pulldown3 li:nth-child(20),
.body--kurashi-section-senkyo #pulldown3 li:nth-child(21),
.body--kurashi-section-nogyo #pulldown3 li:nth-child(22),
.body--kurashi-section-kosodate #pulldown3 li:nth-child(23),
.body--kurashi-section-shiosai #pulldown3 li:nth-child(24),
.body--kurashi-section-shimin #pulldown3 li:nth-child(25),
.body--kurashi-section-syoubou #pulldown3 li:nth-child(26),
.body--kurashi-section-education #pulldown3 li:nth-child(27),
.body--kurashi-section-kouminkan #pulldown3 li:nth-child(28){
	background: url(../img/kurashi/icon_circle_blue.png) no-repeat center left #C4E9FF;
}
.two_rows > .list_block h2 a:hover{
	color:#F75000;
}
#inquiry-section{
    margin-top:20px;
	border:1px solid #c1ea8b;
	border-radius:0.3em;
	background: #F7F7F7;
}
#inquiry-section .inquiry-section-title{
	background:#c1ea8b;
	border-bottom:1px solid #FFF;
	padding:0.6em;
	font-weight:bold;
}
#inquiry-section .ask_section{
	margin:15px;
	padding:0;
	font-size:0.9em;
}
#inquiry-section .ask_section p{
	padding:0;
	margin:0;
}
#inquiry-section .ask_section .section_name{
	margin-bottom:0.5em;
}
#inquiry-section .ask_section .section_name a{
	font-size:1.3em;
	font-weight:bold;
}
#inquiry-section .ask_section .address_block,
#inquiry-section .ask_section .section_list{
	border:1px solid #ccc;
}
#inquiry-section .ask_section .section_list{
	border-top:none;
}
#inquiry-section .ask_section .section_list dt{
	padding:0.2em 0.7em 0.2em 0.5em;
}
#inquiry-section .ask_section .section_list dd{
	padding:0.2em 0 0.2em 10em;
}


.recruit_midashi {
	color:#FFF;
	padding:0;
	margin:0;
	font-size:1.3em;
	line-height:1;
	background:#0e60a5;
}
.recruit_sub {
	color:#FFF;
	padding:0;
	margin:0;
	line-height:1;
	background:#0e60a5;
}

#skipblock li {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
}
#skipblock a {
	display: inline;
	font-size: 1.1em;
	font-weight: bold;
	left: -1000em;
	padding: 5px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 11em;
	z-index: 99;
}
#global_function  #skipblock{
	float:left;
}

#global_function  #skipblock a {
	color:#FFF;
	background: #ff6c00;
	text-decoration:none;
}
#skipblock a:focus, #skipblock a:active {
	background: #ff6c00;
	border-radius:0 0 0.3em 0.3em;
	left: 0px;
	position: absolute;
	top: -0.5em;
}
/* ページのトップへ */
.to_top a{
	background:url(../img/kurashi/to_top.png) no-repeat;
	width:83px;
	height:83px;
	display:block;
	text-indent:-9999px;
}
.to_top a:hover,
.to_top a:focus{
	opacity: 0.6;
}
.to_top{
	margin:0;
	padding:0;
	zoom:1;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:200;
}
.body .table_dl_2cell{
	display:table;
}
.body .table_dl_2cell dt,
.body .table_dl_2cell dd{
	display:table-cell;
}
.body .table_dl_2cell dt{
	white-space:nowrap;
	padding-right:0.6em;
}
.body .event_table .holiday{
	background: #ffcccc;
}
.body .event_table .sat{
	background: #e1e4e6;
}
.ul_lists_recent{
	padding-left:20px;
}
.ul_lists_recent li{
	list-style-type: disc;
}
#main .body ol li{
	list-style-type:decimal;
}
#slideFilterL, #slideFilterR {
    position:absolute;
    top:0;
    width:1000px;
    height:321px;
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
    background:#fff;
}
#slideFilterL {
    left:0;
}
#slideFilterR {
    right:0;
}
.body--kurashi-iju-house #light_box ul,
.body--kurashi-iju-house #light_box p{
	text-align:center;
}
.body--kurashi-iju-house #light_box li{
	list-style-type:none;
	margin:5px 0 0;
	padding:0;
	display:inline-block;
}
.body--kurashi-iju-house #light_box li img{
	width:95px;
}
#mapList {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:0.9em;
	height:600px;
	width:230px;
	border:1px solid #CCC;
	overflow-y: scroll;
}
.body #mapList li{
	border-top:1px dotted #CCC;
	cursor:pointer;
	list-style-type:none;
	padding:0.5em 10px;
	margin:0;
	}
#mapList li:first-child{
	border-top:none;
	}
#map_canvas{
  width:420px;
  height:600px;
}
#body--kurashi-download-index article-pages header {
	margin:0;
	padding:0;
	display:table;
	border:1px dotted #CCC;
}
#body--kurashi-download-index article-pages header time,
#body--kurashi-download-index article-pages header h2 {
	margin:0;
	padding:0.6em 0;
	display:table-cell;
}
/* 移住ページCSS */

/* トップ画像 */
#iju_cotents .iju_background_img{
	background: url(../img/kurashi/top_iju.jpg) no-repeat center top;
	height: 494px;
	vertical-align: bottom;
	width: 100%;
	position:relative;
}
#iju_cotents .menu_iju_top{
	position:absolute;
	bottom:0px;
}
/* メニューサイズ・装飾 */
#iju_cotents .menu_iju_top li {
	margin: 0;
	padding: 1.5em 0;
	width:25%;
	text-align:center;
	background-color:rgba(196,233,255,0.4);
	border:3px solid #0e60a5;
}
/* display:tableのレイアウト */
#iju_cotents .tb_lay {
	vertical-align: top;
	padding: 12px 6px 0px;
}
#body--kurashi-iju-open-house-index .housebox,
#body--kurashi-iju-closing-house-index .housebox{
	position:relative;
}
#body--kurashi-iju-open-house-index .house_commnt,
#body--kurashi-iju-closing-house-index .house_commnt{
	position:absolute;
	top:10px;
	left:10px;
}
.btn_closing-house{
	width:18em;
	text-align:center;
	padding:0.5em 0;
	margin:20px auto 0;
	background:#060;
	border-radius:0.5em;
	font-size:1.2em;
}
.btn_closing-house a{
	color:#FFF;
}

/**/
.inquiry-form{
	border:1px solid #999;
	margin-left:20px;
	margin-top:20px;
	background:url(../img/kurashi/bk_forms.png) repeat-y left;
}

.inquiry-html dl, .inquiry-form dl,
.inquiry-nodes dl{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
}
.inquiry-form dl:before, .inquiry-form dl:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.inquiry-form dl:after{
  clear: both;
}
.inquiry-form dl dt {
  clear: both;
  float: left;
  width: 200px;
  padding: 6px 15px;
}
.inquiry-form dl dd dd{
	margin-top:-20px;
}
.inquiry-form dl dt .required{
  display: block;
  color: #d90000;
  font-weight: normal;
  font-size:0.8em;
}
.inquiry-form dl dd{
  float: left;
  width: 350px;
  padding: 15px 0 15px 15px;
  margin:0;
}
.inquiry-form dl dd p {
  margin: 0;
  padding:0;
  font-size:0.8em;
}
.inquiry-form dl dd input[type="text"] {
  width: 250px;
}
.inquiry-form dl dd input[type="email"] {
  width: 350px;
}
.inquiry-form dl dd textarea{
  width: 350px;
  min-height: 200px;
}
.inquiry-form .send{
	background-color:#FFF;
	padding: 15px;
	text-align:center;
}
.inquiry-form .send:after {
  visibility: hidden;
  display: block;
  font-size: 0em;
  content: '.';
  clear: both;
  height: 0;
}
* html .inquiry-form .send {
  zoom: 1;
}
*:first-child + html .inquiry-form .send {
  zoom: 1;
}
.inquiry-form .send input[name="cancel"],
.inquiry-form .send input[name="submit"] {
	display:block;
	width:10em;
	margin:0 auto;
  padding: 6px 12px;
  border: 1px solid #f08300;
  background: #f4d89a;
  float:left;
}
.inquiry-form #errorExplanation,
.inquiry-form .inquiry-confirm-message,
.inquiry-form .simple-captcha{
	padding:15px;
	background:#FFF;
	border-bottom:1px solid #CCC;
}

.inquiry-form #errorExplanation p{
	background:#f1cccc;
	padding:10px 15px;
	margin-top:0;
	border-radius:0.3em;
}
.inquiry-form #errorExplanation li{
	list-style-type: disc;
	margin-left:20px;
	color:#F00;
	font-weight:bold;
}
.housebox .new{
	background:url(../img/kurashi/btn_house1.png) no-repeat;
	width:75px;
	height:36px;
}
.housebox .nego{
	background:url(../img/kurashi/btn_house2.png) no-repeat;
	width:75px;
	height:36px;
}
.housebox .new.nego{
	background:url(../img/kurashi/btn_house3.png) no-repeat;
	width:150px;
	height:36px;
}
.housebox .house_closing{
	width:75px;
	height:36px;
	background:url(../img/kurashi/btn_house4.png) no-repeat;
}
/**/
#main .body .gsc-resultsHeader,
#main .body .gsc-above-wrapper-area-container,
#main .body .gsc-above-wrapper-area-container th,
#main .body .gsc-above-wrapper-area-container td,
#main .body .gsc-resultsHeader td,
#main .body .gsc-resultsHeader th,
#main .body .gsc-orderby-container,
#main .body .gsc-control-cse gsc-control-cse-ja table,
#main .body .gsc-control-cse gsc-control-cse-ja table th,
#main .body .gsc-control-cse gsc-control-cse-ja table td,
#main .body .gcsc-branding table,
#main .body .gcsc-branding table th,
#main .body .gcsc-branding table td,
#main .body .gsc-table-result,
#main .body .gsc-table-result th,
#main .body .gsc-table-result td{
	border:none;
	margin:0;
	padding:0;
}
#main .body .gsc-table-result td{
  padding-bottom:0.8em;
}
#main .body .gsc-table-result{
	border-bottom:1px dotted #999;
}
#main .body .gs-title{
	padding:0 0 0.4em;
}
.emergency-box .emergency_links,
.caution-box .emergency_links{
	background-color:#f4f4f2;
	padding:10px 15px;
}
.emergency-box .emergency_links li,
.caution-box .emergency_links li{
	display:inline-block;
}
.ul-caution-btn{
	margin:20px 0 0;
}
.ul-caution-btn li{
	width:22%;
	float:left;
	margin-left:20px;
}
.ul-caution-btn li a{
	display:block;
	padding:1em 0;
}
#main .body .dl-list-5em,
#main .body .dl-list-10em{
	padding:0.5em 0;
}
#main .body .dl-list-5em dt{
	float: left;
}
#main .body .dl-list-5em dd{
	padding-left:6em;
}
#main .body .dl-list-10em dt{
	float: left;
}
#main .body .dl-list-10em dd{
	padding-left:11em;
}
/* ie7 ----------------------------------------------------*/

*:first-child+html .height_ie{
	height:321px;
}
*:first-child+html .position_ie{
	margin-top:-321px;
	z-index:-1;
}
*:first-child+html .btn_disaster span{
	background:url(../img/kurashi/ico_disaster.png) no-repeat center left;
}
*:first-child+html .btn_medical span{
	background:url(../img/kurashi/ico_hospital.png) no-repeat center left;
}
*:first-child+html .btn_public span{
	background:url(../img/kurashi/ico_circle.png) no-repeat 0 0.15em;
}
*:first-child+html .title-life-search span a{
	margin-top:-1.5em;
}
#main .body .indent_1em{
	text-indent: 1em;
}
.photo_list{
    letter-spacing: -.40em;
}


/* clear ----------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0em;
  content: '.';
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}