@charset "UTF-8";
@import "../emergency/style.css";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   TOP
========================================================= */

/* mayor
----------------------------------------------- */
#mayor {
  margin: 0 0 5px;
　border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
}
#mayor .pieceHeader {
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
}
#mayor .pieceBody {
  padding: 5px 5px;
  border: 1px solid #4169e1;
}
#mayor .pieceBody img {
  float: right;
  margin: 0 5px;
}
#mayor ul {
  padding: 0;
  background-color: transparent;
}
#mayor ul:after {
  display: block;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0.1;
  content: ".";
  visibility: hidden;
}

/* erea
----------------------------------------------- */
#ereaMap {
  border: 1px solid #006058;
}
#menu #ereaMap .pieceHeader {
  padding: 0;
  background-image: none;
}
#ereaMap .pieceBody {
  padding: 5px;
  background-color: #fffae8;
}
#ereaMap .pieceBody a {
  padding: 0 7px 0 6px;
  background-image: url(./images/ic-chiiki.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

/* footer-navi
----------------------------------------------- */
#footerNavi {
  width: 100%;
  background-color: #fff;
}
#footerNavi .pieceBody {
  padding: 10px 0;
  color: #333333;
}
#footerNavi a {
  color: #003399;
}
#footerNavi a:visited {
  color: #660099;
}
#footerNavi a:hover {
  color: #ff0000;
}

/* qr-code
----------------------------------------------- */
#qrCode {
  margin-top: 5px;
}
#qrCode img {
  float: left;
  margin-right: 4px;
}

/* slideshow
----------------------------------------------- */
#slideshow {
  position: relative;
  width:  100%;
  height: 330px;
  overflow: hidden;
}

#slideshow p {
  position: absolute;
  top:  0;
  left: 0;
  z-index: 8;
  opacity: 0.0;
  background-color: white;
  margin: 0;
  height: 330px;
}

#slideshow p.active {
  z-index: 10;
  opacity: 1.0;
}

#slideshow p.last-active {
  z-index: 9;
}

#slideshow p img {
  width: 840px;
  height: 330px;
  display: block;
  border: 0;
  margin-bottom: 10px;
}

/* top-photo
----------------------------------------------- */
#topPhoto {
  margin-bottom: 7px;
}

#topPhoto .pieceBody {
  width: 100%;
  overflow: hidden;
}

/* category Ichiran
----------------------------------------------- */
#ArticleCategory {
  clear: both;
}
#ArticleCategory .pieceHeader {
  margin-bottom: 10px;
  background-image: url(./images/bg-shinchaku-repeat.gif);
  background-repeat: repeat-x;
  background-position: left top;
}
#ArticleCategory .pieceHeader h2 {
  margin-bottom: 10px;
  padding: 3px 10px;
  background:#0952EB;
  background: -moz-linear-gradient(top, #1e90ff, #4169e1);
  background: -webkit-gradient(linear, center top, center bottom, from(#1e90ff), to(#4169e1));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1e90ff', endColorstr='#4169e1');
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
}
.categoryKurashi,
.categoryFukushi,
.categoryKyoikubunka,
.categoryKanko,
.categorySangyoshigoto,
.categoryGyoseimachizukuri,
.categoryBosaigai {
  float: left;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 5px;
  padding: 10px 0;
  background-color: #e3f5ff;
}
.categoryBosaigai {
  background-color: #fbe7eb;
}
#ArticleCategory .category h2 {
  float: left;
  line-height: 50px;
  padding: 0 20px 0 60px;
}
#ArticleCategory .categoryKurashi h2 {
  background-image: url(./images/ic-kurashi.gif);
  background-repeat: no-repeat;
  background-position: 7px center;
}
#ArticleCategory .categoryFukushi h2 {
  background-image: url(./images/ic-fukushi.gif);
  background-repeat: no-repeat;
  background-position: 7px center;
}
#ArticleCategory .categoryKyoikubunka h2 {
  background-image: url(./images/ic-kyoiku.gif);
  background-repeat: no-repeat;
  background-position: 7px center;
}
#ArticleCategory .categoryKanko h2 {
  background-image: url(./images/ic-kanko.gif);
  background-repeat: no-repeat;
  background-position: 7px center;
}
#ArticleCategory .categorySangyoshigoto h2 {
  background-image: url(./images/ic-sangyou.gif);
  background-repeat: no-repeat;
  background-position: 7px center;
}
#ArticleCategory .categoryGyoseimachizukuri h2 {
  background-image: url(./images/ic-gyosei.gif);
  background-repeat: no-repeat;
  background-position: 7px center;
}
#ArticleCategory .categoryBosaigai h2 {
  background-image: url(./images/ic-bosai.gif);
  background-repeat: no-repeat;
  background-position: 7px center;
}
#ArticleCategory .category .children {
  margin: 0 15px 0 210px;
}
#ArticleCategory .category .children div {
  display: inline; 
  padding-right: 10px;
}
#ArticleCategory .categoryFukushi,
#ArticleCategory .categoryKyoikubunka,
#ArticleCategory .categoryKanko,
#ArticleCategory .categorySangyoshigoto,
#ArticleCategory .categoryGyoseimachizukuri,
#ArticleCategory .categoryBosaigai {
  clear: both;
}

/* life event
------------------------------------- */
#lifeEvent {
  clear: both;
}
#lifeEvent .pieceHeader {
  margin-bottom: 10px;
  background-image: url(./images/bg-shinchaku-repeat.gif);
  background-repeat: repeat-x;
  background-position: left top;
}
#lifeEvent .pieceHeader h2 {
  margin-bottom: 10px;
  padding: 3px 10px;
  background:#0952EB;
  background: -moz-linear-gradient(top, #1e90ff, #4169e1);
  background: -webkit-gradient(linear, center top, center bottom, from(#1e90ff), to(#4169e1));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1e90ff', endColorstr='#4169e1');
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
}
#lifeEvent ul {
  width: 100%;
  clear: both;
}
#lifeEvent li {
  float: left;
  width: 25%;
  vertical-align: middle;
  text-align: center;
}
#lifeEvent li a {
  line-height: 1.5;
  padding: 65px 0 10px 0;
}
#lifeEvent li.marriage a {
  display: block;
  margin: 0 6px 8px 0px;
  background-color: #ffd8d8;
  background-image: url(./images/ic-kekkon.gif);
  background-repeat: no-repeat;
  background-position: center 10px;
}
#lifeEvent li.pregnant a {
  display: block;
  margin: 0 4px 8px 2px;
  background-color: #ffe8ec;
  background-image: url(./images/ic-ninshin.gif);
  background-repeat: no-repeat;
  background-position: center 10px;
}
#lifeEvent li.child a {
  display: block;
  margin: 0 2px 8px 4px;
  background-color: #ffffb2;
  background-image: url(./images/ic-kosodate.gif);
  background-repeat: no-repeat;
  background-position: center 10px;
}
#lifeEvent li.work a {
  display: block;
  margin: 0 0px 8px 6px;
  background-color: #fde9c8;
  background-image: url(./images/ic-shuushoku.gif);
  background-repeat: no-repeat;
  background-position: center 10px;
}
#lifeEvent li.moving {
  clear: both;
}
#lifeEvent li.moving a {
  display: block;
  margin: 0 6px 8px 0;
  background-color: #cef0cb;
  background-image: url(./images/ic-hikkoshi.gif);
  background-repeat: no-repeat;
  background-position: center 10px;
}
#lifeEvent li.welfare a {
  display: block;
  margin: 0 4px 8px 2px;
  background-color: #dafafa;
  background-image: url(./images/ic-fukushi2.gif);
  background-repeat: no-repeat;
  background-position: center 10px;
}
#lifeEvent li.adult a {
  display: block;
  margin: 0 2px 8px 4px;
  background-color: #cce5f9;
  background-image: url(./images/ic-seijin.gif);
  background-repeat: no-repeat;
  background-position: center 10px;
}
#lifeEvent li.death a {
  display: block;
  margin: 0 0px 8px 6px;
  background-color: #f0dfef;
  background-image: url(./images/ic-shibou.gif);
  background-repeat: no-repeat;
  background-position: center 10px;
}

/* sigikai
----------------------------------------------- */
#kouhou.piece {
  margin: 0 0 10px;
}
#menu #sigikai caption {
  line-height: 1.4;
  padding: 4px 7px;
  border: 1px solid #002f9f;
  background-color: #002f9f;
  color: #ffffff;
}
#menu #sigikai .pieceHeader h2{
  font-size: 100%;
  font-weight: normal;
}
*html #menu #sigikai .pieceHeader h2{
  font-size: 90%;
}
#sigikai table {
  width: 100%;
}
#sigikai th {
  padding: 1px 1px;
  border-left: #002f9f 1px solid;
  border-right: #002f9f 1px solid;
  border-bottom: #002f9f 1px solid;
  background-color: #dafafa;
  font-weight: normal;
  text-align: center;
}
#sigikai td {
  padding: 1px 1px;
  border-left: #002f9f 1px solid;
  border-right: #002f9f 1px solid;
  border-bottom: #999999 1px solid;
  background-color: #f5f5f5;
  text-align: center;
}
#sigikai th.noBorder {
  border-right: #002f9f 1px solid;
  border-bottom: #002f9f 1px solid;
  border-left: #002f9f 1px solid;
}
#sigikai td.noBorder {
  border-right: #002f9f 1px solid;
  border-bottom: #002f9f 1px solid;
}

/* kouhou
----------------------------------------------- */
#kouhou.piece {
  margin: 0 0 10px;
}
#menu #kouhou caption {
  line-height: 1.4;
  padding: 4px 7px;
  border: 1px solid #6495ed;
  background:#0952EB;
  background: -moz-linear-gradient(top, #1e90ff, #4169e1);
  background: -webkit-gradient(linear, center top, center bottom, from(#1e90ff), to(#4169e1));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1e90ff', endColorstr='#4169e1');
  color: #ffffff;

}
#menu #kouhou .pieceHeader h2{
  font-size: 100%;
  font-weight: bold;
}
*html #menu #kouhou .pieceHeader h2{
  font-size: 90%;
}
#kouhou table {
  width: 100%;
}
#kouhou th {
  padding: 5px 7px;
  border-left: #6495ed 1px solid;
  border-right: #6495ed 1px solid;
  border-bottom: #6495ed 1px solid;
  background-color: #ffffff;
  font-weight: normal;
  text-align: center;
}
#kouhou td {
  padding: 5px 7px;
  border-left: #6495ed 1px solid;
  border-right: #6495ed 1px solid;
  border-bottom: #999999 0px solid;
  background-color: #f5f5f5;
  text-align: center;
}
#kouhou th.noBorder {
  border-right: #6495ed 1px solid;
  border-bottom: #6495ed 1px solid;
  border-left: #6495ed 1px solid;
}
#kouhou td.noBorder {
  border-right: #6495ed 1px solid;
  border-bottom: #6495ed 1px solid;
}

/* population
----------------------------------------------- */
#population.piece {
  margin: 0 0 10px;
}
#menu #population caption {
  line-height: 1.4;
  padding: 4px 7px;
  border: 1px solid #4169e1;
  background:#0952EB;
  background: -moz-linear-gradient(top, #1e90ff, #4169e1);
  background: -webkit-gradient(linear, center top, center bottom, from(#1e90ff), to(#4169e1));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1e90ff', endColorstr='#4169e1');
  color: #ffffff;
}
#menu #population .pieceHeader h2{
  font-size: 90%;
  font-weight: bold;
}
*html #menu #population .pieceHeader h2{
  font-size: 90%;
}
#population table {
  width: 100%;
}
#population th {
  padding: 5px 7px;
  border-left: #6495ed 1px solid;
  border-right: #999999 1px solid;
  border-bottom: #999999 1px solid;
  background-color: #f5f5f5;
  font-weight: normal;
  text-align: left;
}
#population td {
  padding: 5px 7px;
  border-right: #6495ed 1px solid;
  border-bottom: #999999 1px solid;
}
#population th.noBorder {
  border-right: #999999 1px solid;
  border-bottom: #6495ed 1px solid;
  border-left: #6495ed 1px solid;
}
#population td.noBorder {
  border-right: #6495ed 1px solid;
  border-bottom: #6495ed 1px solid;
}

/* topic
----------------------------------------------- */
#topic {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
#topic .pieceHeader h2 {
  margin-bottom: 10px;
  padding: 3px 10px;
  background:#0952EB;
  background: -moz-linear-gradient(top, #1e90ff, #4169e1);
  background: -webkit-gradient(linear, center top, center bottom, from(#1e90ff), to(#4169e1));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1e90ff', endColorstr='#4169e1');
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
}
#topic img {
  float: left;
}
#topic h3 {
  margin-bottom: 5px;
  padding-left: 180px;
  color: #dc173c;
  font-weight: bold;
}
#topic p {
  padding-left: 180px;
}
#topic .next {
  margin-top: 20px;
  text-align: right;
}

/* instagram
----------------------------------------------- */
#instagram {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
#instagram .pieceHeader h2 {
  margin-bottom: 10px;
  padding: 3px 10px;
  background:#0952EB;
  background: -moz-linear-gradient(top, #1e90ff, #4169e1);
  background: -webkit-gradient(linear, center top, center bottom, from(#1e90ff), to(#4169e1));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1e90ff', endColorstr='#4169e1');
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
}
#instagram img {
  float: left;
}
#instagram h3 {
  margin-bottom: 5px;
  padding-left: 180px;
  color: #dc173c;
  font-weight: bold;
}
#instagram p {
  padding-left: 180px;
}
#instagram .next {
  margin-top: 20px;
  text-align: right;
}


/* recent-docs
------------------------------------- */
#recentDocs {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
#recentDocs .pieceBody {
  padding: 5px 15px 0 15px;
}
#recentDocs .pieceHeader {
  margin-bottom: 10px;
  padding: 3px 10px;
  background:#0a53ed;
  background: -moz-linear-gradient(top, #1e90ff, #0a53ed);
  background: -webkit-gradient(linear, center top, center bottom, from(#1e90ff), to(#0a53ed));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1e90ff', endColorstr='#0a53ed');
  color: #ffffff;
  font-weight: bold;
}
#recentDocs li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html #recentDocs li {
  height: 1%;
}
#recentDocs li {
  display: block;
  clear: both;
  min-height: 90px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
#recentDocs li .title {
  margin-bottom: 5px;
  padding-left: 10px;
  background-image: url("../piece/images/ic-list-shinchaku.gif");
  background-repeat: no-repeat;
  background-position: left 7px;
}
#recentDocs li img {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
#recentDocs .feed {
  position: absolute;
  float: left;
  top: 3px;
}
#recentDocs .links {
  text-align: right;
}
#recentDocs .links .more {
  padding: 0;
}

/* adBanner
------------------------------------- */
#float_banner{
	background: #fff8dc;
	width: 100%;
	position: static;
}

#float_banner.float_bnr_fixed{
	position: fixed;
	left:0px;
	bottom:0px;
	z-index:10;
}

#float_banner_box {
	width: 100%;
	max-width: 1120px;
	margin: 0px auto;
	padding: 10px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	position: relative;
}
#float_banner_box > div {
	display: table-cell;
	vertical-align: top;
}

#float_banner_title {
	width: 100px;
}
#float_banner_title h2 {
	margin: 0px;
}

#float_banner_list ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
}
#float_banner_list ul li {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 70px;
	overflow: hidden;
	margin: 5px;
}

#float_banner_close {
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
.float_banner_text{
	width:170;
	height:70;
	background:#f90;
	text-align:center;
	color:#fff;
	font-size:1.5em;
}

