@charset "UTF-8";

/* =========================================================
   Pieces for city
========================================================= */

/* common menu style
----------------------------------------------- */
#menu .piece, #links .piece {
  margin-bottom: 15px;
}
#menu .piece:last-child, #links .piece:last-child {
  margin: 0;
}
#menu .pieceBody ul li, #links .pieceBody ul li {
  margin-bottom: 10px;
}
#menu .pieceBody ul li:last-child, #links .pieceBody ul li:last-child {
  margin-bottom: 0;
}
#main .pieceHeader, #main .smartTitle a {
  position: relative;
  padding: 10px 5px 13px 64px;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background-color: #7AB3ED;
}
#main .smartTitle {
  display: none;
}
#main .pieceHeader img, #main .smartTitle img {
  position: absolute;
  top: -5px;
  left: 5px;
}
#menu .piece, #links .piece {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}
#menu .pieceHeader, #links .pieceHeader {
  padding: 10px 5px 13px 10px;
  border: none;
  background-color: #7AB3ED;
}
#menu .pieceBody ul {
  padding: 10px;
}
#menu .pieceBody ul li {
  margin-bottom: 3px;
  padding-left: 10px;
  background: url("../images/ic-list_blue.png") no-repeat left 0.35em;
}
#menu .pieceBody li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #menu .piece:last-child, #links .piece:last-child {
    margin-bottom: 15px;
  }
  #menu .smartTitle a, #links .smartTitle a {
    padding: 10px 5px 13px 10px;
    border: none;
    background-color: #7AB3ED;
  }
  #menu #about .pieceHeader, #menu #online .pieceHeader, #menu #relations .pieceHeader, #menu #counter .pieceHeader,
  #menu #about .pieceBody, #menu #online .pieceBody, #menu #relations .pieceBody, #menu #counter .pieceBody,
  #links #lifeeventList .pieceHeader, #links #guideList .pieceHeader,
  #links #lifeeventList .pieceBody, #links #guideList .pieceBody {
    display: none;
  }
  #main .piece {
    margin-bottom: 20px;
  }
  #main .smartTitle {
    display: block;
  }
}

/* common header
----------------------------------------------- */
#commonHeader {
  border-top: 3px solid #BFD736;
}
#commonHeader .pieceContainer {
  width: 1000px;
  margin: 0 auto;
}
#commonHeader h1 {
  float: left;
}
#commonHeader h1 a {
  display: block;
}
#commonHeader .menu {
  float: right;
  max-width: 550px;
  margin: 0;
  font-size: 90%;
  text-align: right;
}
#commonHeader .lowerMenu {
  padding: 17px 5px 0 0;
}
#commonHeader .lowerMenu li {
  float: right;
  margin-left: 15px;
  padding-left: 10px;
  background: url("../images/ic-list_blue.png") no-repeat left 0.35em;
}  
#commonHeader .lowerMenu li a {
  color: #000;
}
#google_translate_element {
  display: inline-block;
  position: relative;
  top: -4px;
}

@media screen and (max-width: 768px) {
  #commonHeader .pieceContainer {
    width: 100%;
  }
  #commonHeader .pieceBody {
    min-height: 70px;
    padding-right: 64px;
  }
  #commonHeader h1 {
    width: 100%;
    max-width: 440px;
  /*
    min-width: 320px;
  */
  }
  #commonHeader h1 img {
    max-width: 100%;
    width: 100%;
  }
  #commonHeader .menu {
    display: none;
  }
}

/* global navi
----------------------------------------------- */
#globalNavi {
  margin-bottom: 15px;
  padding-top: 5px;
  background-color: #7AB3ED;
}
#globalNavi .pieceContainer {
  width: 1000px;
  margin: 0 auto;
}
#globalNavi .smartTitle {
  display: none;
}
#globalNavi .pieceBody li {
  float: left;
  width: 242px;
  margin-right: 10px;
}
#globalNavi .pieceBody li:last-child {
  width: 243px;
  margin-right: 0;
}
#globalNavi .pieceBody li a {
  display: block;
  padding: 10px 0;
  background-color: #C9E0F7;
  border-radius: 10px 10px 0 0;
  color: #000;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#globalNavi .pieceBody li a:hover,
#globalNavi .pieceBody li.current a {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #globalNavi {
    margin: 0;
    padding: 0;
  }
  #globalNavi .pieceContainer {
    width: 100%;
  }
  #globalNavi .smartTitle {
    display: block;
  }
  #globalNavi .smartTitle a {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 44px;
    height: 0;
    margin: 0;
    padding: 44px 0 0;
    border-radius: 6px;
    background: url(../images/ic-menu.png) center center no-repeat #7ab3ed;
    color: #000;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  }
  #globalNavi .pieceBody {
    display: none;
  }
  #globalNavi .pieceBody li,
  #globalNavi .pieceBody li:last-child {
    float: none;
    width: 100%;
    border-bottom: 1px solid #7ab3ed;
  }
  #globalNavi .pieceBody li a {
    border-radius: 0;
  }
}

/* search-navi box
----------------------------------------------- */
#searchNavi .pieceContainer {
  width: 1000px;
  margin: 0 auto 15px;
  background: #F5CA3D;
}
#searchNavi .pieceBody {
  width: 980px;
  margin: 0 auto;
  padding: 10px;
}
#page-index #searchNavi .pieceBody {
  width: auto;
}
#___gcse_0 {
  float: left;
  padding-top: 2px;
}
table.gsc-search-box {
  width: 250px !important;
  max-width: 250px !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  width: 135px !important\9;
  /width: 135px !important;
}

@media screen and (max-width: 768px) {
  #___gcse_0 {
    float: none;
  }
  table.gsc-search-box {
    width: auto !important;
    max-width: none !important;
  }
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 100% !important;
  }
}

/* search navi menu
----------------------------------------------- */
#searchNavi ul {
  float: right;
  border-left: 1px solid #fff;
}
#searchNavi ul li:first-child {
  margin-left: 16px;
}
#searchNavi ul li {
  float: left;
  width: 221px;
  height: 1.8em;
  line-height: 2.1em;
  min-height: 30px;
  margin: 0 0 0 10px;
  padding: 0;
  border: 2px solid #DE8F00;
  border-radius: 15px;
  background: url("../images/ic-bunya.gif") 8px center no-repeat #fff;
}
#searchNavi ul li a {
  display: block;
  padding: 0;
  color: #000;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #searchNavi {
    margin-bottom: 15px;
  }
  #searchNavi .pieceContainer {
    width: auto;
    margin: 0;
    background: none;
  }
  #searchNavi .pieceBody {
    width: auto;
    margin: 0 10px;
    background-color: #f5ca3d;
  }
  #searchNavi ul {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
  }
  #searchNavi p.search,
  #searchNavi ul li,
  #searchNavi ul li:first-child {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  #searchNavi ul li:last-child {
    margin: 0;
  }
  #___gcse_0 {
    float: none;
  }
}

/* common-footer
----------------------------------------------- */
#commonFooter {
  background: url("../images/re-footer.png") left bottom repeat-x;
}
#commonFooter .pieceContainer {
  width: 1000px;
  min-height: 293px;
  margin: 0 auto;
  background: url("../images/bg-footer.png") left bottom no-repeat;
}
#commonFooter .pieceBody .footerNavi {
  padding: 50px 0 65px;
  line-height: 1;
  text-align: right;
}
#commonFooter .pieceBody .footerNavi li {
  display: inline-block;
  /display: inline;
  zoom: 1;
  margin-left: -1px;
  margin-top: 0.25em;
  padding: 0 0.7em; 
  border-right: 1px solid #333;
}
#commonFooter .pieceBody .footerNavi li:last-child {
  border: 0;
}
#commonFooter .pieceBody address {
  float: left;
  width: 695px;
}
#commonFooter .pieceBody address .img {
  float: left;
  margin-right: 15px;
}
#commonFooter .pieceBody address .text {
  overflow: hidden;
}
#commonFooter .pieceBody address .text strong {
  display: block;
  font-size: 110%;
}
#commonFooter .pieceBody .qr-code {
  float: right;
  width: 280px;
  padding: 5px 10px 5px 15px;
  border-radius: 8px;
  background-color: #fff;
}
#commonFooter .pieceBody .qr-code .img {
  float: right;
}
#commonFooter .pieceBody .qr-code .text {
  padding-top: 15px;
  font-size: 90%;
  overflow: hidden;
}
#commonFooter .pieceBody .qr-code .text span {
  display: block;
  margin-bottom: 5px;
  font-size: 120%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #commonFooter {
    background: none;
  }
  #commonFooter .pieceContainer {
    width: 100%;
    min-height: auto;
    background: none;
  }
  #commonFooter .pieceBody .footerNavi {
    padding: 0;
    border-top: 1px solid #ccc;
    text-align: left;
  }
  #commonFooter .pieceBody .footerNavi li {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  #commonFooter .pieceBody .footerNavi li a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    background: url(../images/ic-list.png) 98% center no-repeat;
    color: #000;
    text-decoration: none;
  }
  #commonFooter .pieceBody address {
    float: none;
    width: auto;
    padding: 95px 10px 10px;
    background: url("../images/bg-footer.png") no-repeat scroll left top;
  }
  #commonFooter .pieceBody address .img,
  #commonFooter .pieceBody .qr-code {
    display: none;
  }
  #commonFooter .pieceBody .text strong {
    font-weight: normal;
  }
}

/* copyright
----------------------------------------------- */
#copyright {
  background-color: #7AB3ED;
}
#copyright .pieceBody {
  padding: 15px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #copyright .pieceBody {
    padding: 5px 10px;
  }
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs {
  clear: both;
  width: 1000px;
  margin: 0 auto 15px;
}

/* page-title
----------------------------------------------- */
#pageTitle {
  margin-bottom: 15px;
}
#pageTitle .pieceBody {
  padding: 10px 15px;
  border-bottom: 5px solid #F5CA3D;
  border-radius: 10px 10px 0 0;
  background: url("../images/tl-page.gif") right top repeat-y #7AB3ED;
}
body[class^="dir-docs"] #pageTitle .pieceBody,
body[class^="dir-faq"] #pageTitle .pieceBody {
  background: url("../images/tl-kiji.gif") right top repeat-y #BFD736;
} 
#pageTitle .pieceBody h1 {
  font-size: 180%;
}

/* keyvisual
----------------------------------------------- */
#top-photo {
  width: 1000px;
  margin: 0 auto 15px;
}
#calendar {
  float: right;
  width: 210px;
}
#top-photo #keyvisual {
  float: left;
  width: 100%;
  max-width: 770px;
}

@media screen and (max-width: 768px) {
  #top-photo {
    width: 100%;
    margin: 0;
  }
  #top-photo #keyvisual {
    float: none;
    margin-bottom: 15px;
    padding: 0;
  }
  #top-photo #keyvisual li img {
    width: 100%;
    margin: 0;
  }
  #calendar {
    float: none;
    width: auto;
    margin: 0 10px 15px;
  }
}

/* top menu
----------------------------------------------- */
/* バナー */
#menu .bn-btn li, #links .bn-btn li {
  margin-bottom: 8px;
}
#menu .bn-btn li:last-child, #links .bn-btn li:last-child {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .bn-btn ul:before, .bn-btn ul:after {
    content: "";
    display: table;
  }
  .bn-btn ul:after {
    clear: both;
  }
  .bn-btn ul {
    padding: 0 10px 5px;
    zoom: 1;
    text-align: center;
  }
  .bn-btn ul li {
    display: inline-block;
    /display: inline;
    zoom: 1;
    max-width: 49%;
    vertical-align: bottom:
  }
  .bn-btn ul li.photo {
    display: block;
    max-width: none;
    text-align: center;
  }
  .bn-btn ul li a {
    display: block;
  }
}

/* ボタン */
#menu .bn-menu li:last-child {
  margin-bottom: 15px;
}
#menu .bn-menu li {
  margin-bottom: 5px;
  border-radius: 10px;
  background: url("../images/ic-sidemenu.gif") 8px center no-repeat #F5CA3D;
}
#menu .bn-menu li a {
  display: block;
  padding: 8px 10px 8px 35px;
  color: #000;
  text-decoration: none;
}

/* recent-docs-tab
----------------------------------------------- */
#recentDocsTab .pieceBody {
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
}
#recentDocsTab .pieceBody .tabs:before, #recentDocsTab .pieceBody .tabs:after {
  content: "";
  display: table;
}
#recentDocsTab .pieceBody .tabs:after {
  clear: both;
}
#recentDocsTab .pieceBody .tabs {
  zoom: 1;
  padding: 7px 10px 0;
  background-color: #7AB3ED;
}
#recentDocsTab .pieceBody .tabs li {
  float: left;
  width: 100px;
  margin: 0 10px 0 0;
}
#recentDocsTab .pieceBody .tabs li.sonota {
  width: 160px;
}
#recentDocsTab .pieceBody .tabs a {
  display: block;
  padding: 5px 0 3px;
  border-radius: 10px 10px 0 0;
  background: #C7E3F7;
  color: #000;
  font-size: 110%;
  text-align: center;
  text-decoration: none;
}
#recentDocsTab .pieceBody .tabs li.current a {
  background: #fff;
}
#recentDocsTab .pieceBody .wrapper {
  padding: 15px 10px;
}
#recentDocsTab .pieceBody .wrapper .content li {
  margin-bottom: 3px;
  padding-left: 10px;
  background: url("../images/ic-list_blue.png") no-repeat left 0.35em;
}
#recentDocsTab .pieceBody .wrapper .links { 
  position: relative;
  width: 100%;
  margin-top: 10px;
}
#recentDocsTab .pieceBody .wrapper .links .feed { 
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #recentDocsTab {
    margin-bottom: 15px;
  }
  #recentDocsTab .pieceBody .tabs li {
    width: 22%;
    margin-right: 2%;
  }
  #recentDocsTab .pieceBody .tabs li.sonota {
    width: 28%;
    margin-right: 0;
  }
  #recentDocsTab .pieceBody .wrapper {
    padding: 0;
  }
  #recentDocsTab .pieceBody .wrapper .content li {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    background: none;
  }
  #recentDocsTab .pieceBody .wrapper .links {
    margin: 15px 0;
  }
  #recentDocsTab .pieceBody .wrapper .links .more {
    text-align: center;
  }
}

/* attentionInformation
----------------------------------------------- */
#attentionInformation {
  margin-bottom: 20px;
}
#attentionInformation .pieceHeader {
  background-color: #F7931E;
}
#attentionInformation .pieceBody {
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius:0 0 10px 10px;
}
#attentionInformation .pieceBody .docs li {
  margin-bottom: 3px;
  padding-left: 10px;
  background: url("../images/ic-list_orange.png") no-repeat left 0.35em;
}

/* bnAdvertisement
----------------------------------------------- */
#bnAdvertisement .pieceHeader {
  background-color: #E6E6E6;
}
#bnAdvertisement .pieceBody {
  padding: 10px;
}
#bnAdvertisement .pieceBody ul {
  margin-bottom: 10px;
  text-align: center;
}
#bnAdvertisement .pieceBody .lower_text {
  display: block;
  padding: 2px 10px 5px;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  text-align: center;
}
#bnAdvertisement .pieceBody .lower_text a {
  padding-left: 10px;
  background: url("../images/ic-list_blue.png") no-repeat left 0.35em;
}

@media screen and (max-width: 768px) {
  #bnAdvertisement .pieceBody {
    text-align: center;
  }
  #bnAdvertisement .pieceBody ul li {
    display: inline-block;
    /display: inline;
    zoom: 1;
    margin: 0 7px 13px;
  }
  #bnAdvertisement .pieceBody .lower_text {
    display: inline-block;
    padding: 2px 30px 5px;
  }
}

/* lifeevent
----------------------------------------------- */
#lifeEvent.piece {
  margin-bottom: 10px;
}
#lifeEvent .pieceBody {
  padding-top: 10px;
}
#lifeEvent .pieceBody ul {
  width: 100%;
  text-align: center;
}
#lifeEvent .pieceBody li {
  float: left;
  width: 18.7%;
  margin: 0 1.6% 10px 0;
}
#lifeEvent .pieceBody li:nth-child(5n) {
  margin-right: 0;
}
#lifeEvent .pieceBody li a {
  display: block;
  padding: 5px 0;
  border-radius: 10px;
  background-color: #BFD736;
  text-align: center;
  color: #000;
  font-size: 95%;
  text-decoration: none;
}
#lifeEvent .pieceBody li a span {
  display: block;
}

@media screen and (max-width: 768px) {
  #lifeEvent.piece {
    margin: 0;
  }
  #lifeEvent .pieceHeader {
    display: none;
  }
  #lifeEvent .pieceBody {
    padding: 10px 10px 0;
  }
  #lifeEvent .pieceBody li {
    display: inline-block;
    /display: inline;
    zoom: 1;
    float: none;
    width: 110px;
    margin: 0 5px 10px 0;
    /margin-right: 10px;
    vertical-align: top;
  }
  #lifeEvent .pieceBody li:nth-child(5n) {
    margin-right: 5px;
    /margin-right: 10px;
  }
}

/* guide
----------------------------------------------- */
#guide.piece {
  margin-bottom: 10px;
}
#guide .pieceBody {
  padding-top: 10px;
}
#guide .pieceBody ul:before, #guide .pieceBody ul:after {
  content: "";
  display: table;
}
#guide .pieceBody ul:after {
  clear: both;
}
#guide .pieceBody ul {
  text-align: center;
  zoom: 1;
}
#guide .pieceBody li {
  float: left; 
  width: 18.7%;
  margin: 0 1.6% 10px 0;
}
#guide .pieceBody li:nth-child(5n) {
  margin: 0 0 10px 0;
}
#guide .pieceBody ul li a {
  display: block;
  padding: 17px 0 20px;
  border: 3px solid #BFD736;
  border-radius: 10px;
  background-color: #EEF7CF;
  color: #000;
  font-size: 95%;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #guide .pieceHeader {
    display: none;
  }
  #guide .pieceBody {
    padding: 10px 10px 0;
  }
  #guide .pieceBody li {
    display: inline-block;
    /display: inline;
    zoom: 1;
    float: none;
    width: 110px;
    margin: 0 5px 10px 0;
    /margin-right: 10px;
    vertical-align: top;
  }
  #guide .pieceBody li:nth-child(5n) {
    margin-right: 5px;
    /margin-right: 10px;
  }
/*
  #guide {
    border-radius: 0 0 10px 10px;
  }
  #guide .pieceBody {
    display: none;
    padding: 10px 10px 0;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }
  #guide .pieceBody li {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
  #guide .pieceBody ul li a {
  padding: 17px 10px 20px;
    text-align: left;
  }
*/
}

/* menu piece list
----------------------------------------------- */
#sideMenu .pieceBody ul,
#lifeeventList .pieceBody > div,
#guideList .pieceBody > div {
  padding: 10px;
}
#sideMenu .pieceBody ul li,
#lifeeventList .pieceBody section h3,
#guideList .pieceBody section h3 {
  margin-bottom: 3px;
  padding-left: 10px;
  background: url("../images/ic-list_blue.png") no-repeat left 0.35em;
  font-size: 100%;
  font-weight: normal;
}
#sideMenu .pieceBody ul li:last-child,
#lifeeventList .pieceBody section:last-child h3,
#guideList .pieceBody section:last-child h3 {
  margin-bottom: 0;
}
#lifeeventList .pieceBody ul.level2 {
  padding: 0 0 0 20px;
}
#lifeeventList .pieceBody ul.level2 li {
  margin: 0 0 5px;
}


/* tag list
----------------------------------------------- */
#tagList .pieceHeader {
  padding: 10px 5px 13px 10px;
}
#tagList .pieceBody {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
}
#tagList .pieceBody ul li {
  display: inline-block;
  /display: inline;
  zoom: 1;
  margin: 0;
  padding: 0;
  background: none;
}
#tagList .pieceBody ul li:after {
  content: "/";
  margin: 0 5px 0 10px;
}
#tagList .pieceBody ul li:last-child:after {
  display: none;
}
#tagList .pieceBody ul li a {
  display: inline;
}

/* calendar
----------------------------------------------- */
#calendar .smartTitle {
  display: none;
}
#calendar .pieceContainer {
  border-radius: 10px;
  background: url("../images/ic-calendar.gif") 5% 5px no-repeat #BFD736;
  overflow: hidden;
}
#calendar .pieceHeader {
  padding: 10px 0 0;
  border: none;
  border-radius: 0;
  background: url("../images/ic-calendar.gif") 95% 5px no-repeat transparent;
  text-align: center;
}
#calendar .pieceBody {
  margin: 5px 10px 10px;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
#calendar .pieceBody h3 {
  padding: 5px 0;
  border-top: 3px solid #5C9C05;
  font-weight: bold;
  _font-size: 100%;
  text-align: center;
}
#calendar .pieceBody table {
  width: 90%;
  margin: 0 auto;
  font-size: 90%;
}
#calendar .pieceBody th, #calendar .pieceBody td {
  height: 24px;
  line-height: 24px;
  padding: 0;
  text-align: center;
}
#calendar .pieceBody table a {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #008a0d;
}
#calendar .pieceBody .sat {
  background-color: #dff6fe;
  color: #3366ff;
}
#calendar .pieceBody .sat a {
  color: #3366ff;
}
#calendar .pieceBody .sun {
  background-color: #ffe6f1;
  color: #ee0000;
}
#calendar .pieceBody table .sun a {
  color: #ee0000;
}
#calendar .pieceBody table .prevMonth,
#calendar .pieceBody table .nextMonth {
  color: #ccc;
}
#calendar .pieceBody .pagination {
  margin: 0;
  padding: 10px 0;
  border-bottom: 3px solid #85962A;
  color: #333;
}
#calendar .pieceBody .pagination a {
  padding: 0;
}

/* PC表示時カレンダー表示 */
@media screen and (min-width: 769px) {
  #calendar .pieceContainer {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  #calendar {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
  }
  #calendar .smartTitle {
    display: block;
  }
  #calendar .smartTitle a {
    padding: 10px 5px 13px 10px;
    background-color: #7AB3ED;
  }
  #calendar .pieceContainer {
    display: none;
    margin: 10px;
    background-position: 3% 5px;
  }
  #calendar .pieceHeader {
    background-position: 97% 5px;
  }
}

/* event list
----------------------------------------------- */
#eventType {
  margin-bottom: 10px;
}
#eventType .pieceBody {
  padding: 7px 10px 0;
  background-color: #7ab3ed
}
#eventType .pieceBody li {
  float: left;
  width: 25%;
  margin-right: 10px;
  text-align: center;
}
#eventType .pieceBody li a {
  display: block;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  background-color: #c7e3f7;
  color: #000;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
}
body[class^="dir-eventList"] #eventType .pieceBody li.type01 a,
body[class^="dir-calendar"] #eventType .pieceBody li.type02 a,
.dir-todaysEvent #eventType .pieceBody li.type03 a,
#eventType .pieceBody li a:hover {
  background-color: #fff;
}

/* soshiki list
----------------------------------------------- */
#soshikiList ul:before, #soshikiList ul:after {
  content: "";
  display: table;
}
#soshikiList ul:after {
  clear: both;
}
#soshikiList ul {
  zoom: 1;
  margin-bottom: 20px;
}
#soshikiList ul.level1 {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
#soshikiList ul.level1 > li {
  margin-bottom: 15px;
}
#soshikiList ul.level1 > li > a,
#soshikiList ul.level1 > li > span {
  font-size: 115%;
  font-weight: bold;
}
#soshikiList ul.level2 {
  padding: 10px 0 10px 15px;
}
#soshikiList ul.level2 li {
  float: left;
  margin: 0 1em 3px 0;
  padding-left: 10px;
  background: url("../images/ic-list_blue.png") no-repeat left 0.35em;
}