@charset "UTF-8";

/* =========================================================
   Pieces
========================================================= */

/* header
----------------------------------------------- */
#commonHeader {
  width: 1000px;
  margin: 0 auto;
}
#commonHeader .logo {
  float: left;
}
#commonHeader .logo .about {
  margin: 4px 0;
  color: #333;
}
#commonHeader .city {
  float: right;
  margin: 15px 0;
}
#commonHeader .city a {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #bdab83;
  color: #000;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #commonHeader {
    width: 100%;
  }
  #commonHeader .logo,
  #commonHeader .city {
    float: none;
  }
  #commonHeader .city {
    margin: 10px 0;
    text-align: center;
  }
}

/* global-navi
----------------------------------------------- */
#globalNavi {
  padding-top: 44px;
  background: url("../images/side-top.png") no-repeat left top;
}
#globalNavi .pieceContainer {
  padding-bottom: 16px;
  background: url("../images/side-bottom.png") no-repeat left bottom;
}
#globalNavi .pieceBody {
  padding-bottom: 76px;
  background: url("../images/ic-sidebottom2.png") no-repeat center bottom;
}
#globalNavi .pieceBody ul {
  padding: 0 2px;
  background: url("../images/side-repeat.png") repeat-y left top;
}
#globalNavi .pieceBody ul li {
  margin: 0;
  padding: 0;
}
#globalNavi .pieceBody ul li a {
  display: block;
  padding: 0 10px;
  color: #552200;
  text-decoration: none;
}
#globalNavi .pieceBody ul li a:hover {
  background-color: #fae3d6;
}
#globalNavi .pieceBody ul li a span {
  display: block;
  padding: 15px 2px 15px 17px;
  border-bottom: 1px solid #bdab83;
  background: url("../images/ic-sidemenu.png") no-repeat left 1.3em;
}
#globalNavi .pieceBody ul li:first-child a span {
  border-top: 1px solid #bdab83;
}

/* keyvisual
----------------------------------------------- */
#keyvisual {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #keyvisual {
    margin-bottom: 10px;
  }
}

/* top message
----------------------------------------------- */
#message {
  margin-bottom: 15px;
}
#message .pieceContainer {
  background: #fff url("../images/border-message.png") no-repeat left top;
}
#message .pieceHeader {
  padding: 15px 20px 10px;
}
#message .pieceHeader h2 {
  font-size: 140%;
}
#message .pieceBody {
  padding: 0 20px 25px;
  background: #fff url("../images/border-message_bottom.gif") no-repeat left bottom;
}
#eventInfo .pieceBody p:first-child,
#message .pieceBody p:first-child {
  margin-bottom: 30px;
}
#message .pieceBody ul {
  margin-bottom: 25px;
}
#eventInfo .pieceBody ul {
  margin-bottom: 10px;
}
#eventInfo .pieceBody ul li,
#message .pieceBody ul li {
  padding-left: 12px;
  background: url("../images/ic-list.gif") no-repeat left 0.35em;
}

@media screen and (max-width: 768px) {
  #message .pieceBody {
    padding: 0 10px 10px;
  }
}

/* tengu
----------------------------------------------- */
#tengu {
  margin: 20px 0 50px;
}
#tengu .pieceContainer {
  border: 3px solid #beab83;
  border-radius: 7px;
  background-color: #beab83;
}
#tengu .pieceHeader {
  padding: 7px 10px;
  border-radius: 7px 7px 0 0;
  background-color: #95143d;
}
#tengu .pieceHeader h2 {
  color: #fff;
}
#tengu .pieceBody {
  padding: 10px;
  border-radius: 0 0 7px 7px;
  background-color: #faf7f0;
}

@media screen and (max-width: 768px) {
  #tengu {
    margin: 10px;
  }
}


/* paging
----------------------------------------------- */
.body .paging {
  margin: 20px auto;
  text-align: center;
}
.body .paging > div {
  display: inline-block;
  /display: inline;
  zoom: 1;
  padding-left: 30px;
  background: url("../images/ic-pre.png") no-repeat left center;
  vertical-align: middle;
}
.body .paging ul {
  line-height: 1;
  min-height: 25px;
  margin: 0;
  padding-right: 30px;
  background: url("../images/ic-next.png") no-repeat right center;
}
.body .paging ul li {
  display: inline-block;
  /display: inline;
  zoom: 1;
  margin-left: -1px;
  margin-top: 0.25em;
  padding: 0 0.7em; 
  border-right: 1px solid #666;
  background: none;
  vertical-align: middle;
}
.body .paging ul li:last-child {
  border: 0;
}


/* page-title
----------------------------------------------- */
#pageTitle {
  margin-bottom: 5px;
}
#pageTitle .pieceContainer {
  position: relative;
  height: 294px;
  background: url("../images/tl-page.jpg") no-repeat left top;
}
#pageTitle .pieceBody {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.4);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#55000000,EndColorStr=#55000000);
}
#pageTitle h1 {
  padding: 36px 20px 30px 20px;
  color: #fff;
  font-size: 160%;
  text-shadow: 1px 1px 3px #000;
}

@media screen and (max-width: 395px) {
  #pageTitle .pieceContainer {
    height: 147px;
    background-size: 395px 147px;
  }
  #pageTitle h1 {
    line-height: 1.2;
    padding-top: 18px;
    padding-bottom: 15px;
  }
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs {
  margin: 10px auto;
}

/* pageTop
----------------------------------------------- */
.pageTop {
  margin: 0;
}
.pageTop a {
  display: inline-block;
  /display: inline;
  zoom: 1;
  padding: 28px 0 0 41px;
  background: url("../images/ic-pagetop.png") no-repeat left top;
}

@media screen and (max-width: 768px) {
  .pageTop {
    margin: 0 10px 20px;
  }
}

/* recent-docs
----------------------------------------------- */
#recentDocs .pieceHeader,
#eventDocs .pieceHeader,
#eventInfo .pieceHeader {
  margin-bottom: 10px;
  background: url("../images/tl-h2.gif") no-repeat left bottom;
}
#recentDocs, #eventDocs {
  margin-bottom: 30px;
}
#recentDocs .pieceHeader h2,
#eventDocs .pieceHeader h2,
#eventInfo .pieceHeader h2 {
  min-height: 21px;
  padding: 8px 0 10px 47px;
  background: url("../images/ic-h2-2.png") no-repeat left top;
  font-size: 130%;
}
#recentDocs .pieceBody ul li,
#eventDocs .pieceBody ul li {
  padding-left: 12px;
  background: url("../images/ic-list.gif") no-repeat left 0.35em;
}

@media screen and (max-width: 768px) {
  #recentDocs .pieceBody, #eventDocs .pieceBody, #eventInfo .pieceBody {
    padding: 0 10px;
  }
}


/* footer
----------------------------------------------- */
#commonFooter {
  background-color: #7a5342;
  color: #fff;
}
#commonFooter .pieceContainer {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
}
#commonFooter .pieceBody:before, #commonFooter .pieceBody:after {
  content: "";
  display: table;
}
#commonFooter .pieceBody:after {
  clear: both;
}
#commonFooter .pieceBody {
  zoom: 1;
}
#commonFooter .pieceBody address {
  float: left;
}
#commonFooter .pieceBody .copyright {
  float: right;
  margin-top: 1.5em;
}

@media screen and (max-width: 768px) {
  #commonFooter .pieceContainer {
    width: 100%;
  }
  #commonFooter .pieceBody {
    padding: 0 10px;
  }
  #commonFooter .pieceBody address, #commonFooter .pieceBody .copyright {
    float: none;
  }
  #commonFooter .pieceBody .copyright {
    margin-top: 0.5em;
  }
}