@charset "UTF-8";

/* =========================================================
   Pieces for Matsuzaki Town
========================================================= */

/* common-header
----------------------------------------------- */
#commonHeader .pieceContainer {
  width: 1024px;
  margin: 0 auto;
}
#commonHeader h1 {
  float: left;
  margin: 3px 0 10px;
}
#commonHeader ul {
  float: right;
  padding: 15px 0 25px;
}
#commonHeader ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#commonHeader ul li.search {
  width: 14.5em;
}
#commonHeader ul li.sitemap {
  margin-left: 12px;
}
#commonHeader ul li.sitemap a {
  display: inline-block;
  padding: 7px 22px 7px 42px;
  background: #86b070 url("../../images/ic-sitemap.svgz") no-repeat 8px center;
  color: #fff;
  font-size: 115%;
}/*
.hikaribox #commonHeader ul li.search {
  width: 205px;
}*/
.hikaribox #commonHeader ul li.sitemap {
  margin-left: 60px;
}
.menu-trigger,
.searchBtn {
  display: none;
  position: absolute;
}
.menu-trigger {
  top: 10px;
  right: 10px;
}
.searchBtn {
  top: 7px;
  right: 50px;
}
.ie8 #commonHeader ul li.sitemap a {
  background-image: url("../../images/ic-sitemap.png");
}

@media only screen and (max-width: 640px) {
  #accessibilityTool {
    display: none;
  }
  #commonHeader .pieceContainer {
    width: auto;
  }
  #commonHeader h1 {
    float: none;
    margin: 0;
    padding: 10px;
  }
  #commonHeader h1 img {
    width: 207px;
    height: 36px;
  }
  #commonHeader ul {
    display: none;
    float: none;
    padding: 0 0 10px;
  }
  .searchBtn {
    display: block;
  }
  #commonHeader ul li,
  #commonHeader ul li.search,
  #commonHeader ul li.sitemap {
    display: block;
    width: auto;
    margin: 10px 10px 0;
  }
}

/* global-navi
----------------------------------------------- */
#globalNavi {
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 65%,#ebebeb 100%);
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.top #globalNavi {
  margin-bottom: 25px;
}
#globalNavi .pieceContainer {
  width: 1024px;
  margin: 0 auto;
}
#globalNavi li {
  float: left;
}
#globalNavi li:first-child,
#globalNavi li:nth-child(3) {
  width: 16%;
}
#globalNavi li:nth-child(2),
#globalNavi li:last-child {
  width: 13%;
}
#globalNavi li:nth-child(4),
#globalNavi li:nth-child(5) {
  width: 21%;
}
#globalNavi li a {
  display: block;
  padding-right: 1px;
  border-right: 1px solid #fff;
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 30%,#b1b1b1 100%);
  color: #000;
  font-size: 115%;
  text-align: center;
  text-decoration: none;
}
#globalNavi li:first-child a {
  padding-left: 1px;
  border-left: 1px solid #fff;
}
#globalNavi li a span {
  display: block;
  position: relative;
  padding: 6px 0;
  border-bottom: 3px solid #86b070;
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 65%,#ebebeb 100%);
}
#globalNavi li a.cur span:after,
#globalNavi li a:hover span:after,
#globalNavi li a:focus span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #86b070 transparent;
}

/* IE8 */
.ie8 #globalNavi {
  border-bottom: 1px solid #ccc;
}
.legacy_android #globalNavi,
.legacy_android #globalNavi li a span,
.hikaribox #globalNavi,
.hikaribox #globalNavi li a span,
.ie8 #globalNavi,
.ie8 #globalNavi li a span,
.ie9 #globalNavi,
.ie9 #globalNavi li a span {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(65%,#ffffff), color-stop(100%,#ebebeb));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 65%,#ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
  *zoom: 1;
}
.legacy_android #globalNavi li a,
.hikaribox #globalNavi li a,
.ie8 #globalNavi li a,
.ie9 #globalNavi li a, {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(30%,#ffffff), color-stop(100%,#b1b1b1));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 30%,#b1b1b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b1b1b1',GradientType=0 );
  *zoom: 1;
}

@media only screen and (max-width: 640px) {
  #globalNavi {
    margin-bottom: 10px;
  }
  .top #globalNavi {
    margin-bottom: 10px;
  }
  #globalNavi .pieceContainer {
    width: auto;
  }
  #globalNavi .pieceBody {
    display: none;
  }
  #globalNavi li,
  #globalNavi li:first-child,
  #globalNavi li:nth-child(2),
  #globalNavi li:nth-child(3),
  #globalNavi li:nth-child(4),
  #globalNavi li:nth-child(5),
  #globalNavi li:last-child {
    float: none;
    width: 100%;
  }
  #globalNavi li:first-child {
    border-top: 3px solid #86b070;
  }
  #globalNavi li a,
  #globalNavi li:first-child a {
    padding: 0;
    border: 0;
    background: none;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    width: 32px;
    height: 30px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 4px;
    background-color: #86b070;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
}

/* bread-crumbs
----------------------------------------------- */
#breadCrumbs .pieceContainer {
  width: 1024px;
  margin: 0 auto;
}
#breadCrumbs .pieceBody {
  padding: 15px;
}
#breadCrumbs a {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  #breadCrumbs {
    display: none;
  }
}

/* page-title
----------------------------------------------- */
#pageTitle {
  margin-bottom: 20px;
}
#pageTitle .pieceContainer {
  min-height: 60px;
  background: url("../../images/title.svgz") no-repeat left top;
}
.col1 #pageTitle .pieceContainer {
  background: url("../../images/title-long.svgz") no-repeat left top;
}
#pageTitle h1 {
  padding: 10px 22px;
  color: #fff;
  font-size: 180%;
}
/* legacy */
.ie8 #pageTitle .pieceContainer {
  background: url("../../images/title.png") no-repeat left top;
}
.col1.ie8 #pageTitle .pieceContainer {
  background: url("../../images/title-long.png") no-repeat left top;
}

@media only screen and (max-width: 640px) {
  #pageTitle {
    margin-bottom: 10px;
  }
  #pageTitle .pieceContainer,
  .col1 #pageTitle .pieceContainer {
    min-height: 0;
    background-color: #665e51;
    background-size: 100% auto;
  }
}

/* category-list
----------------------------------------------- */
#categoryList,
#mapCategory {
  margin-bottom: 20px;
}
#categoryList .pieceHeader,
#mapCategory .pieceHeader {
  border-radius: 10px 10px 0 0;
  background: #665e51 url("../../images/ic-bunya.svgz") no-repeat 7px center;
}
#categoryList h2,
#mapCategory h2 {
  padding: 16px 16px 16px 40px;
  color: #fff;
  font-size: 125%;
}
#categoryList .pieceBody,
#mapCategory .pieceBody {
  border: 1px solid #b1b1b1;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
#categoryList .pieceBody .level1 .level2,
#mapCategory .pieceBody ul.level1 > li > a {
  display: none;
}
#categoryList .pieceBody li,
#categoryList .pieceBody section,
#mapCategory .pieceBody .level2 li {
  padding: 10px 12px 10px 25px;
  border-top: 1px dashed #b1b1b1;
  background: url("../../images/ic-bunyalist2.svgz") no-repeat 10px 1.25em;
}
#categoryList .pieceBody li:first-child,
#categoryList .pieceBody section:first-child,
#mapCategory .pieceBody .level2 li:first-child {
  border: 0;
}
#categoryList .pieceBody li a,
#categoryList .pieceBody h3,
#mapCategory .pieceBody .level2 li a {
  font-size: 105%;
  font-weight: normal;
}
#categoryList .pieceBody li a,
#categoryList .pieceBody h3 a,
#mapCategory .pieceBody .level2 li a {
  color: #000;
}
/* legacy */
.ie8 #categoryList .pieceHeader,
.ie8 #mapCategory .pieceHeader {
  background: #665e51 url("../../images/ic-bunya.png") no-repeat 7px center;
}
.ie8 #categoryList .pieceBody li,
.ie8 #categoryList .pieceBody section,
.ie8 #mapCategory .pieceBody .level2 li {
  background: url("../../images/ic-bunyalist2.png") no-repeat 10px 1.25em;
}
@media only screen and (max-width: 640px) {
  #categoryList .pieceHeader,
  #categoryList .pieceBody,
  #mapCategory .pieceHeader,
  #mapCategory .pieceBody {
    border-radius: 0;
  }
}

/* disaster-information
----------------------------------------------- */
#disasterInformation {
  margin-bottom: 25px;
}
#disasterInformation .pieceContainer {
  width: 1024px;
  margin: 0 auto;
  border: 1px solid #bf545e;
  	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;  
}
#disasterInformation .pieceHeader,
#disasterInformation .pieceBody {
  float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	text-align:center;
}
#disasterInformation .pieceHeader {
  width: 20%;
  padding:4px 0;
  background-color: #bf545e;
  color: #fff;
  text-align: center;
}
#disasterInformation h2 {
  font-size: 160%;
  font-weight: normal;
  text-align:center;
  margin:0 auto;
}
#disasterInformation .pieceBody {
  width:80%;
  padding: 8px 0;
  background-color: #fff;
  position:relative;
}
#disasterInformation .pieceBody .docs {
  float: left;
  margin-left: 18px;
 	text-align:left;
}
#disasterInformation .pieceBody .docs li{
	text-align:left;
	}
#disasterInformation .pieceBody .more {
  float: right;
  margin-right: 8px;
 	position:absolute;
	right:0;
}
#disasterInformation .pieceBody .more a {
  display: block;
  padding: 2px 5px;
  border: 0;
  border-radius: 0;
  background: #665e51;
  color: #fff;
  font-weight: normal;
}
#disasterInformation .pieceContainer:after,
#disasterInformation .pieceBody:after {
  content: "";
  clear: both;
  display: block;
}
/* IE7 */
.ie7 #disasterInformation .pieceContainer,
.ie7 #disasterInformation .pieceBody {
  *zoom: 1;
}

@media only screen and (max-width: 640px) {
  #disasterInformation {
    margin: 0 10px 10px;
  }
  #disasterInformation .pieceContainer {
    width: auto;
	display:block;
  }
  #disasterInformation .pieceHeader,
  #disasterInformation .pieceBody {
    float: none;
    width: auto;
	display:block;
  }
  #disasterInformation .pieceHeader{
  width:100%;
	  }
  #disasterInformation .pieceBody .docs,
  #disasterInformation .pieceBody .more {
    float: none;
  }
  #disasterInformation .pieceBody .docs {
    margin: 0 8px 8px;
  }
  #disasterInformation .pieceBody .more {
    margin: 0 8px;
    text-align: center;
	position:static;
  }
  #disasterInformation .pieceBody .more a {
    border-radius: 6px;
  }
}

/*2018.12.10*/
/* emergency-information
----------------------------------------------- */
#emergencyInformation {
  margin-bottom: 25px;
}
#emergencyInformation .pieceContainer {
  width: 1024px;
  margin: 0 auto;
  border: 1px solid #bf545e;
  	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;  
}
#emergencyInformation .pieceHeader,
#emergencyInformation .pieceBody {
  float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	text-align:center;
}
#emergencyInformation .pieceHeader {
  width: 20%;
  padding:4px 0;
  background-color: #bf545e;
  color: #fff;
  text-align: center;
}
#emergencyInformation h2 {
  font-size: 160%;
  font-weight: normal;
  text-align:center;
  margin:0 auto;
}
#emergencyInformation .pieceBody {
  width:80%;
  padding: 8px 0;
  background-color: #fff;
  position:relative;
}
#emergencyInformation .pieceBody .docs {
  float: left;
  margin-left: 18px;
 	text-align:left;
}
#emergencyInformation .pieceBody .docs li{
	text-align:left;
	}
#emergencyInformation .pieceBody .more {
  float: right;
  margin-right: 8px;
 	position:absolute;
	right:0;
}
#emergencyInformation .pieceBody .more a {
  display: block;
  padding: 2px 5px;
  border: 0;
  border-radius: 0;
  background: #665e51;
  color: #fff;
  font-weight: normal;
}
#emergencyInformation .pieceContainer:after,
#emergencyInformation .pieceBody:after {
  content: "";
  clear: both;
  display: block;
}
/* IE7 */
.ie7 #emergencyInformation .pieceContainer,
.ie7 #emergencyInformation .pieceBody {
  *zoom: 1;
}

@media only screen and (max-width: 640px) {
  #emergencyInformation {
    margin: 0 10px 10px;
  }
  #emergencyInformation .pieceContainer {
    width: auto;
	display:block;
  }
  #emergencyInformation .pieceHeader,
  #emergencyInformation .pieceBody {
    float: none;
    width: auto;
	display:block;
  }
  #emergencyInformation .pieceHeader{
  width:100%;
	  }
  #emergencyInformation .pieceBody .docs,
  #emergencyInformation .pieceBody .more {
    float: none;
  }
  #emergencyInformation .pieceBody .docs {
    margin: 0 8px 8px;
  }
  #emergencyInformation .pieceBody .more {
    margin: 0 8px;
    text-align: center;
	position:static;
  }
  #emergencyInformation .pieceBody .more a {
    border-radius: 6px;
  }
}
/*2018.12.10*/

/* index-tab
----------------------------------------------- */
/* tabs */
#categoryTab .tabs ul:after {
  content: "";
  clear: both;
  display: block;
}
#categoryTab .tabs ul {
  width: 1024px;
  margin: 0 auto;
  text-align: center;
}
.ie9 #categoryTab .tabs ul,
.ie10_11 #categoryTab .tabs ul {
  margin-bottom: -1px;
}
.ie7 #categoryTab .tabs ul {
  *zoom: 1;
}
#categoryTab .tabs li {
  float: left;
  width: 50%;
}
#categoryTab .tabs li a {
  display: block;
  margin: 0 0 0 12px;
  padding: 2px 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 200%;
  text-align: center;
  text-decoration: none;
}
#categoryTab .tabs li:first-child a {
  margin: 0 12px 0 0;
}
#categoryTab .wrapper,
#categoryTab .tabs li.index a,
#categoryTab .wrapper.index {
  background-color: #86b070;
}
#categoryTab .tabs li.living a,
#categoryTab .wrapper.living {
  background-color: #665e51;
}
/* content */
#categoryTab .wrapper {
  padding: 10px 0;
}
#categoryTab .content {
  width: 1024px;
  margin: 0 auto;
}
#categoryTab .content ul .level1:after {
  content: "";
  clear: both;
  display: block;
}
.ie7 #categoryTab .content ul .level1 {
  *zoom: 1;
}
#categoryTab .content ul section {
  float: left;
}
#categoryTab .content ul section a {
  display: block;
  text-decoration: none;
}
/* index */
#quicksearch .pieceHeader {
  border-radius: 10px 10px 0 0;
  background-color: #86b070;
  text-align: center;
}
.top #quicksearch .pieceHeader {
  display: none;
}
#quicksearch .pieceHeader h2 {
  padding: 8px 0;
  color: #fff;
}
#quicksearch .pieceBody {
  padding: 0 8px 8px;
  border-radius: 0 0 10px 10px;
  background-color: #86b070;
  text-align: center;
}
.top #quicksearch .pieceBody {
  padding: 0;
}
#quicksearch .pieceBody h3 {
  font-size: 100%;
}
.top #quicksearch .pieceBody h3 {
  font-size: 115%;
}
.top #quicksearch .pieceBody section {
  width: 9.64%;
  margin-left: 0.4%;
}
.top #quicksearch .pieceBody section:first-child {
  margin-left: 0;
}
#quicksearch .pieceBody section a {
  line-height: 1.3;
  padding: 75px 5px 3px;
  border-radius: 6px;
  background-color: #fff;
  background-position: center 5px;
  background-repeat: no-repeat;
  color: #3f3f3f;
  text-decoration: none;
}
.top #quicksearch .pieceBody section a {
  padding: 90px 5px 10px;
  background-position: center 15px;
}
#quicksearch .pieceBody:after {
  content: "";
  clear: both;
  display: block;
}
.ie7 #quicksearch .pieceBody {
  *zoom: 1;
}
#quicksearch .pieceBody section {
  float: left;
  width: 50%;
}
#quicksearch .pieceBody section a {
  display: block;
  margin: 0 2px 4px;
}
#quicksearch .pieceBody section a:hover,
#quicksearch .pieceBody section a:focus {
  background-color: rgba(255,255,255,0.9);
}
.ie8 #quicksearch .pieceBody section a:hover,
.ie8 #quicksearch .pieceBody section a:focus {
  text-decoration: underline;
}
#quicksearch .pieceBody .syussan a {
  background-image: url("../../images/ic-shusan.svgz");
}
#quicksearch .pieceBody .kekkonrikon a {
  background-image: url("../../images/ic-kekon.svgz");
}
#quicksearch .pieceBody .hikkoshi a {
  background-image: url("../../images/ic-hikkoshi.svgz");
}
#quicksearch .pieceBody .gomirisaikuru a {
  background-image: url("../../images/ic-gomi.svgz");
}
#quicksearch .pieceBody .shomeinenkin a {
  background-image: url("../../images/ic-shomei.svgz");
}
#quicksearch .pieceBody .nayami a {
  background-image: url("../../images/ic-nayami.svgz");
}
#quicksearch .pieceBody .yoka a {
  background-image: url("../../images/ic-yoka.svgz");
}
#quicksearch .pieceBody .joseiteate a {
  background-image: url("../../images/ic-josei.svgz");
}
#quicksearch .pieceBody .koreikaigo a {
  background-image: url("../../images/ic-kaigo.svgz");
}
#quicksearch .pieceBody .gofuko a {
  background-image: url("../../images/ic-gofukou.svgz");
}
/* IE8 */
.ie8 #quicksearch .pieceBody .syussan a {
  background-image: url("../../images/ic-shusan.png");
}
.ie8 #quicksearch .pieceBody .kekkonrikon a {
  background-image: url("../../images/ic-kekon.png");
}
.ie8 #quicksearch .pieceBody .hikkoshi a {
  background-image: url("../../images/ic-hikkoshi.png");
}
.ie8 #quicksearch .pieceBody .gomirisaikuru a {
  background-image: url("../../images/ic-gomi.png");
}
.ie8 #quicksearch .pieceBody .shomeinenkin a {
  background-image: url("../../images/ic-shomei.png");
}
.ie8 #quicksearch .pieceBody .nayami a {
  background-image: url("../../images/ic-nayami.png");
}
.ie8 #quicksearch .pieceBody .yoka a {
  background-image: url("../../images/ic-yoka.png");
}
.ie8 #quicksearch .pieceBody .joseiteate a {
  background-image: url("../../images/ic-josei.png");
}
.ie8 #quicksearch .pieceBody .koreikaigo a {
  background-image: url("../../images/ic-kaigo.png");
}
.ie8 #quicksearch .pieceBody .gofuko a {
  background-image: url("../../images/ic-gofukou.png");
}

/* guide */
#categoryTab .content ul.living {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
#categoryTab .content ul.living .level1:after {
  content: "";
  clear: both;
  display: block;
}
.ie7 #categoryTab .content ul.living .level1 {
  *zoom: 1;
}
#categoryTab .content ul.living h3 {
  font-weight: normal;
}
#categoryTab .content ul.living section {
  float: left;
  width: 19.5%;
}
#categoryTab .content ul.living section:nth-child(4n+1){
  width: 28%;
}
#categoryTab .content ul.living section:nth-child(4n+2){
  width: 33%;
}
#categoryTab .content ul.living section a {
  display: block;
  padding-left: 18px;
  background: url("../../images/ic-bunyalist.svgz") no-repeat left center;
  text-decoration: underline;
  vertical-align: middle;
}
.ie8 #categoryTab .content ul.living section a {
  background-image: url("../../images/ic-bunyalist.png");
}

@media only screen and (max-width: 640px) {
  #categoryTab .tabs ul,
  #categoryTab .content {
    width: auto;
  }
  #categoryTab .tabs li {
    float: none;
    width: auto;
  }
  #categoryTab .tabs li a,
  #categoryTab .tabs li:first-child a {
    margin: 0;
    border-radius: 0;
    font-size: 180%;
  }
  #quicksearch .pieceHeader,
  #quicksearch .pieceBody {
    border-radius: 0;
  }
  #categoryTab .content ul section,
  #quicksearch .pieceBody section,
  .top #quicksearch .pieceBody section {
    float: none;
    width: auto;
    margin: 0;
  }
  #quicksearch .pieceBody section,
  #quicksearch .pieceBody section:first-child,
  .top #quicksearch .pieceBody section,
  .top #quicksearch .pieceBody section:first-child {
    margin: 0 10px 10px;
  }
  #quicksearch .pieceBody section:last-child,
  .top #quicksearch .pieceBody section:last-child {
    margin-bottom: 0;
  }
  #categoryTab .content ul.living {
    margin: 0 10px;
  }
  #categoryTab .content ul.living section,
  #categoryTab .content ul.living section:nth-child(4n+1),
  #categoryTab .content ul.living section:nth-child(4n+2) {
    float: none;
    width: auto;
  }
}

/* mayor
----------------------------------------------- */
#mayor .pieceContainer {
  padding: 10px 0;
  background-color: #b59a4d;
  text-align: center;
}
#mayor ul {
  width: 1024px;
  margin: 0 auto;
}
#mayor li {
  float: left;
  width: 19%;
  margin-left: 1.25%;
}
#mayor li:first-child {
  margin-left: 0;
}
#mayor li a {
  display: block;
  padding: 10px 10px 5px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 105%;
  text-align: center;
  text-decoration: none;
}
#mayor li a span {
  display: block;
  border-bottom: 3px solid transparent;
}
#mayor li:first-child a span {
  border-color: #86b070;
}
#mayor li:nth-child(2) a span {
  border-color: #E1B765;
}
#mayor li:nth-child(3) a span {
  border-color: #3CA0C4;
}
#mayor li:nth-child(4) a span {
  border-color: #F59BBA;
}
#mayor li:last-child a span {
  border-color: #927594;
}
#mayor li a img {
  margin-bottom: 8px;
}

@media only screen and (max-width: 640px) {
  #mayor ul {
    width: auto;
  }
  #mayor li,
  #mayor li:first-child {
    float: none;
    width: auto;
    margin: 0 10px 10px;
  }
  #mayor li:last-child {
    margin-bottom: 0;
  }
}

/* information
----------------------------------------------- */
#information, #rankingList {
  margin-bottom: 10px;
}
#information .pieceHeader, #rankingList .pieceHeader {
  padding: 3px 0;
  border-radius: 10px 10px 0 0;
  background-color: #86b070;
  color: #fff;
  text-align: center;
}
#information h2, #rankingList h2 {
  font-size: 160%;
  font-weight: normal;
}
#information .pieceBody, #rankingList .pieceBody {
  border: 1px solid #b1b1b1;
  border-radius: 0 0 10px 10px;
}
#information li {
  padding: 12px 10px 12px 28px;
  border-top: 1px dashed #b1b1b1;
  background: url("../../images/ic-list.svgz") no-repeat 10px center;
}
#information li:first-child {
  border-top: 0;
}
#information li a {
  color: #000;
}
.ie8 #information li {
  background: url("../../images/ic-list.png") no-repeat 10px center;
}

@media only screen and (max-width: 640px) {
  #information, #rankingList {
    margin: 0 10px 10px;
  }
  #information li {
    padding: 0;
    background: none;
  }
  #information li a {
    display: block;
    padding: 12px 10px 12px 28px;
    background: url("../../images/ic-list.svgz") no-repeat 10px center;
  }
}

/* emergency-infoここから
----------------------------------------------- */
#emergency-info {
  margin-bottom: 10px;
}
#emergency-info .pieceHeader {
  padding: 3px 0;
  border-radius: 10px 10px 0 0;
  background-color: #BF545E;
  color: #fff;
  text-align: center;
}
#emergency-info h2 {
  font-size: 160%;
  font-weight: normal;
}
#emergency-info .pieceBody {
  border: 1px solid #b1b1b1;
  border-radius: 0 0 10px 10px;
}
#emergency-info li {
  padding: 12px 10px 12px 28px;
  border-top: 1px dashed #b1b1b1;
  background: url("../../images/ic-emergencylist.svgz") no-repeat 10px center;
}
#emergency-info li:first-child {
  border-top: 0;
}
#emergency-info li a {
  color: #000;
}
.ie8 #emergency-info li {
  background: url("../../images/ic-emergencylist.png") no-repeat 10px center;
}

@media only screen and (max-width: 640px) {
  #emergency-info {
    margin: 0 10px 10px;
  }
  #emergency-info li {
    padding: 0;
    background: none;
  }
  #emergency-info li a {
    display: block;
    padding: 12px 10px 12px 28px;
    background: url("../../images/ic-emergencylist.svgz") no-repeat 10px center;
  }
}

/*ここまで追加*/

/* about
----------------------------------------------- */
#about {
  margin-bottom: 15px;
}
#about .pieceContainer {
  border: 1px solid #dadada;
}
#about .pieceHeader {
  margin: 0 5px;
  padding: 10px 5px;
  border-bottom: 1px dashed #b1b1b1;
}
#about .pieceBody {
  padding: 12px 0;
  text-align: center;
}
#about .pieceBody p {
  padding: 0 12px;
  text-align: left;
}
#about .pieceBody p:first-child {
  margin-bottom: 10px;
}
#about .pieceBody img {
  margin-bottom: 15px;
}
#about .pieceBody .population {
  padding: 0 22px;
}
#about .pieceBody table {
  width: 100%;
}
#about .pieceBody table td {
  text-align: center;
}
#about .pieceBody table + p {
  padding: 0;
  text-align: right;
}
.hikaribox #about {
  width: 220px;
}

/* doc-tab
----------------------------------------------- */
#docTab {
  margin-bottom: 25px;
}
/* tabs */
#docTab .tabs ul:after {
  content: "";
  clear: both;
  display: block;
}
#docTab .tabs ul {
  *zoom: 1;
  margin-bottom: -3px;
}
#docTab .tabs li {
  float: left;
  width: 25%;
}
#docTab .tabs a {
  display: block;
  margin-left: 5px;
  padding: 5px 0;
  border: 3px solid transparent;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background-color: #665e51;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#docTab .tabs li:first-child a {
  margin-left: 0;
}
#docTab .tabs .current a,
#docTab .tabs a:hover,
#docTab .tabs a:focus {
  position: relative;
  border-color: #86b070;
  background-color: #fff;
  color: #000;
  z-index: 10;
}
/* wrapper */
#docTab .wrapper {
  display: block;
  position: relative;
  padding: 20px 25px 15px 25px;
  border: 1px solid #dadada;
  border-top: 3px solid #86b070;
  z-index: 5;
}
/* content */
#docTab .content {
  padding-bottom: 35px;
}
#docTab .content li {
  padding: 4px 0 4px 20px;
  background: url("../../images/ic-list.svgz") no-repeat left 0.65em;
}
#docTab .content li a {
  text-decoration: underline;
}
/* links */
.links:after {
  content: "";
  clear: both;
  display: block;
}
.ie7 .links {
  *zoom: 1;
}
.links .feed {
  float: left;
}
/* IE8 */
.ie8 #docTab .content li {
  background: url("../../images/ic-list.png") no-repeat left 0.65em;
}

@media only screen and (max-width: 640px) {
  #docTab {
    margin-bottom: 10px;
  }
  #docTab .tabs ul {
    margin-bottom: 0;
  }
  #docTab .tabs li {
    float: none;
    width: auto;
  }
  #docTab .tabs li a,
  #docTab .tabs li:first-child a {
    margin: 0;
    border: 3px solid #86b070;
    border-bottom: 0;
    border-radius: 0;
  }
  #docTab .wrapper {
    padding: 10px;
  }
  #docTab .content {
    padding-bottom: 10px;
  }
  #docTab .links .feed {
    display: none;
  }
  #docTab .links .more {
    float: none;
    text-align: center;
  }
  #docTab .links .more a {
    display: block;
  }
}

/* sns-tab
----------------------------------------------- */
/* tabs */
#snsTab .tabs ul:after {
  content: "";
  clear: both;
  display: block;
}
#eventType ul,
#snsTab .tabs ul {
  *zoom: 1;
  margin-bottom: -3px;
}
#snsTab .tabs li {
  float: left;
  width: 50%;
}
#eventType li {
  float: left;
  width: 33.33%;
}
#eventType li a,
#snsTab .tabs a {
  display: block;
  margin-right: 15px;
  padding: 5px 0;
  border: 3px solid transparent;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background-color: #665e51;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#eventType li a.cur,
#eventType li a:hover,
#eventType li a:focus,
#snsTab .tabs .current a,
#snsTab .tabs a:hover,
#snsTab .tabs a:focus {
  position: relative;
  border-color: #86b070;
  background-color: #fff;
  color: #000;
  z-index: 10;
}
/* wrapper */
#snsTab .wrapper {
  display: block;
  position: relative;
  padding: 15px;
  border: 1px solid #dadada;
  border-top: 3px solid #86b070;
  z-index: 5;
text-align:center;
}
#eventType {
  margin-bottom: 1.5em;
}
#eventType .pieceBody {
  position: relative;
  border-bottom: 3px solid #86b070;
  z-index: 5;
}
#snsTab .wrapper iframe {
  height: 600px !important;
}

@media only screen and (max-width: 640px) {
  #snsTab {
    margin-bottom: 10px;
  }
  #snsTab .tabs li {
    float: none;
    width: auto;
  }
  #snsTab .tabs .current a,
  #snsTab .tabs a:hover,
  #snsTab .tabs a:focus {
    margin: 0;
    border-radius: 0;
  }
}

/* boshu
----------------------------------------------- */
/* footer */
#boshuFooter {
  background-color: #eee;
}
.hikaribox #boshuFooter {
  background-color: #e5e5e5;
}
#boshuFooter .pieceContainer {
  width: 1024px;
  min-height: 118px;
  margin: 0 auto;
  padding: 10px 0 0;
  background: url("../../images/bg-footer.png") no-repeat right center;
}
#boshuFooter h2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 6px;
  background-color: #3f3f3f;
  color: #fff;
  font-size: 100%;
  font-weight: normal;
}
#boshuFooter .pieceBody {
  padding: 10px 425px 35px 100px;
}
.hikaribox #boshuFooter .pieceBody {
  padding: 10px 10px 35px 10px;
}
#boshuFooter .pieceBody ul:after {
  content: "";
  clear: both;
  display: block;
}
.ie7 #boshuFooter .pieceBody {
  *zoom: 1;
}
#boshuFooter .pieceBody li {
  float: left;
  margin: 0 15px 10px 0;
}
/* side */
#bnRight {
  margin-bottom: 10px;
}
#bnLeft .pieceBody li,#bnRight .pieceBody li ,#boshuSide .pieceBody li {
  margin-top: 10px;
}
#boshuSide .pieceBody img {
/*width:100%;*/　
max-width:100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  #about .pieceHeader,
  #bnLeft, #bnRight, #boshuSide {
    text-align: center;
  }
  #bnLeft, #bnRight, #boshuSide {
    margin-bottom: 10px;
  }
  #bnLeft, #bnRight,#boshuFooter .pieceContainer {
    width: auto;
  }
  #bnLeft, #bnRight,#boshuFooter .pieceBody {
    padding: 10px;
    text-align: center;
  }
  #bnLeft, #bnRight,#boshuSide .pieceBody img {
    width: auto;
  }
  #bnLeft, #bnRight,#boshuFooter .pieceContainer {
    padding: 10px;
    background-size: 100% auto;
  }
}

/* footer-navi
----------------------------------------------- */
#footerNavi .pieceContainer {
  background-color: #665e51;
}
#footerNavi .pieceBody {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}
#footerNavi ul {
  padding: 8px 0;
  text-align: center;
}
#footerNavi li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px;
  text-align: left;
  vertical-align: middle;
}
#footerNavi a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#footerNavi a:hover,
#footerNavi a:focus {
  text-decoration: underline;
}
#footerNavi li a {
  padding-left: 12px;
  background: url("../../images/ic-footer.svgz") no-repeat left center;
}
#footerNavi #pageTop {
  position: absolute;
  right: 0;
  top: -26px;
}
#footerNavi #pageTop a {
  padding: 4px 8px 4px 24px;
  border-radius: 10px 10px 0 0;
  background: #665e51 url("../../images/ic-pagetop.svgz") no-repeat 6px center;
}
/* IE8 */
.ie8 #footerNavi li a {
  background-image: url("../../images/ic-footer.png");
}
.ie8 #footerNavi #pageTop a {
  background-image: url("../../images/ic-pagetop.png");
}

@media only screen and (max-width: 640px) {
  #footerNavi .pieceBody {
    width: auto;
  }
  #footerNavi ul {
    text-align: left;
  }
}

/* common-footer
----------------------------------------------- */
#commonFooter .pieceContainer {
  background-color: #86b070;
}
#commonFooter .pieceBody {
  width: 1024px;
  margin: 0 auto;
  padding: 25px 0;
  color: #fff;
  text-align: center;
}
#commonFooter .pieceBody > div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 10px;
  vertical-align: top;
}
#commonFooter .pieceBody > div > img,
#commonFooter .pieceBody > div > address {
  float: left;
  text-align: left;
}
#commonFooter .pieceBody img {
  margin-right: 20px;
}
#commonFooter .pieceBody > div > address p:first-child {
  font-size: 115%;
  font-weight: bold;
}
#commonFooter .pieceBody address span {
  margin-right: 1em;
}
#commonFooter .pieceBody address span:nth-child(2) {
  margin-right: 2em;
}
#commonFooter .pieceBody address span:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  #commonFooter .pieceBody {
    width: auto;
    padding: 10px;
  }
  #commonFooter .pieceBody > div {
    display: block;
  }
  #commonFooter .pieceBody > div > img,
  #commonFooter .pieceBody > div > address {
    float: none;
    margin: 0;
  }
  #commonFooter .pieceBody address span:first-child,
  #commonFooter .pieceBody address span:nth-child(2),
  #commonFooter .pieceBody address span:nth-child(3),
  #commonFooter .pieceBody address span:last-child {
    display: inline-block;
    margin-right: 1em;
  }
}

/* back-btn
----------------------------------------------- */
#backBtn {
  margin: 13px 0 20px;
  text-align: center;
}
#backBtn a {
  display: block;
  position: relative;
  width: 100px;
  margin: 0 auto;
  padding: 8px 0;
  border: 1px solid #ccc;
  background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
  color: #000;
  text-decoration: none;
}
.legacy_android #backBtn a,
.hikaribox #backBtn a,
.ie8 #backBtn a,
.ie9 #backBtn a {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0);
  *zoom: 1;
}

/* ranking-list
----------------------------------------------- */
#rankingList h2 {
  font-size: 130%;
}
#rankingList .pieceBody {
  padding: 10px;
}
#rankingList .pieceBody ul {
  padding: 0px;
}
#rankingList .pieceBody ul li {
  margin-bottom: 10px;
  padding-left: 0;
  background-image: none;
}
#rankingList .pieceBody ul li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 16px;
  height: 21px;
  margin-right: 5px;
  *margin-right: 10px;
  background-image: url("../../images/bg-ranking4.gif");
  background-position: left top;
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: middle;
}
#rankingList .pieceBody ul li.ranking1 span {
  background-image: url("../../images/bg-ranking1.gif");
}
#rankingList .pieceBody ul li.ranking2 span {
  background-image: url("../../images/bg-ranking2.gif");
}
#rankingList .pieceBody ul li.ranking3 span {
  background-image: url("../../images/bg-ranking3.gif");
}
#rankingList .more {
  float: none;
}