@charset "UTF-8";

/* =========================================================
   category
========================================================= */

/* shinchaku-ichiran
----------------------------------------------- */

.more {
  padding: 0px 5px 10px 0px;
  text-align: right;
}

/* RSS Atom
----------------------------------------------- */
.feed {
  float: right;
  position: relative;
  top: -32px;
  right:10px;
  height: 13px;
  background-color: transparent;
}
.feed a.feedRss {
  display: inline-block;
  width: 40px;
  height: 13px;
  background-image:url(./images/bt-rss.gif);
  background-repeat:no-repeat;
  text-indent: 50px;
  overflow: hidden;
}
.feed a.feedAtom {
  display: inline-block;
  width: 40px;
  height: 13px;
  background-image:url(./images/bt-atom.gif);
  background-repeat:no-repeat;
  text-indent: 50px;
  overflow: hidden;
}

/* For firefox2 */
.feed a.feedAtom,y:-moz-any-link,
.feed a.feedRss,x:-moz-any-link {
  display: -moz-inline-box;
  padding-top: 13px;
}

/* Soshiki Ichiran
----------------------------------------------- */
#unitNavi {
  margin: 0 0 20px;
}
#unitNavi .pieceBody {
  padding: 10px 0 0;
}
#unitNavi .list {
  text-align: left;
}
#unitNavi .list a {
  padding: 0 0 0 7px;
  background-image: url(./images/ic-list.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
#unitNavi .pdfList {
  text-align: right;
}
.contentArticleUnit > h1 {
  font-size: 172%;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #414A9D;
  color: #414A9D;
  padding-left: 15px;
  line-height: 120%;
  margin-bottom: 25px;
}
.contentArticleUnit table {
  width: 100%;
}
.contentArticleUnit .pageTop {
  margin:5px 0 30px;
  text-align: right;
}
.contentArticleUnit .pageTop a {
  padding: 0 0 0 15px;
  background-image: url(./images/ic-top.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
table.department {
  background-color: #232f92;
  color: #ffffff;
}
table.department a {
  margin: 0 10px 0 0;
  padding: 0 0 0 7px;
  background-image: url(./images/ic-link.gif);
  background-repeat: no-repeat;
  background-position: left center;
  color: #ffffff;
}
table.department a:visited,
table.department a:hover {
  color: #ffffff;
}
table.unit a {
  margin: 0 10px 0 0;
  padding: 0 0 0 7px;
  background-image: url(./images/ic-list.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
table.unit tr.cycle {
  background-color: #e3f0fa;
}
.contentArticleUnit .department th,
.contentArticleUnit .unit td {
  padding: 5px 7px;
}
.contentArticleUnit th.outline,
.contentArticleUnit th.page,
.contentArticleUnit th.tel {
  width: 15%;
}
.contentArticleUnit th.name {
  width: 25%;
}
/* Soshiki Ichiran date
----------------------------------------------- */

.contentArticleUnit tr {
  border: 1px solid #ccc;
  border-top: none;
  text-align: left;
}
.contentArticleUnit tr.cycle {
  background: #eee;
}
.contentArticleUnit tr.department {
  border: 1px solid #ccc;
  background: #E3F0FA;
}
.contentArticleUnit th,
.contentArticleUnit td {
  padding: 5px 10px;
}
.contentArticleUnit tr {
  width: 100%;
}
.contentArticleUnit th.name {
  width: 20%;
}
.contentArticleUnit th {
  margin: 0;
}
.contentArticleUnit th.outline {
  width: 30%;
}
.contentArticleUnit th.page {
  width: 15%;
}
.contentArticleUnit th.email {
  width: 34%;
}
.contentArticleUnit th.tel {
  width: 18%;
}
.contentArticleUnit .outline:empty {
  display: none;
}


/* pagination
----------------------------------------------- */
.pagination {
  text-align: center;
}
.pagination a {
  padding: 0px 6px;
}
.pagination span.current {
  padding: 0px 3px;
  font-size: 150%;
  font-weight: bold;
}
