@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   category
========================================================= */

/* shinchaku-ichiran
----------------------------------------------- */
.contentArticleUnit .latest h2 {
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #177050;
  /*background:#0952EB;
  background: -moz-linear-gradient(top, #0952EB, #001C66);
  background: -webkit-gradient(linear, center top, center bottom, from(#0952EB), to(#001C66));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0952EB', endColorstr='#001C69');*/
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.contentArticleUnit ul {
  padding: 0 5px 25px 0;
}
.contentArticleUnit li {
  padding: 0 0 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
}
h3 {
  background: #EDF2DF url(../category/images/ic-categorytitle.png) no-repeat 10px center;
  margin-bottom: 10px;
  padding: 5px 5px 4px 35px;
  color: #262626;
  font-weight: bold;
  font-size: 120%;
  border: 1px solid #86BA41;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.more {
  padding: 0 5px 10px 0;
  text-align: right;
}

/* 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 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 td,
.contentArticleUnit .unit td {
  padding: 5px 7px;
}
.contentArticleUnit td.outline,
.contentArticleUnit td.page,
.contentArticleUnit td.tel {
  width: 15%;
}
.contentArticleUnit td.name {
  width: 25%;
}
/* Soshiki Ichiran date
----------------------------------------------- */
.contentArticleUnit dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .contentArticleUnit dl {
  height: 1%;
}
.contentArticleUnit dl {
  clear: both;
  display: block;
  border: 1px solid #ccc;
  border-top: none;
}
.contentArticleUnit dl.cycle {
  background: #eee;
}
.contentArticleUnit dl.department {
  border: 1px solid #ccc;
  background: #E3F0FA;
}
.contentArticleUnit dt {
  float: left;
  padding: 5px 10px;
}
.contentArticleUnit dd {
  float: left;
  padding: 5px 10px;
}
.contentArticleUnit dl {
  display: block;
  width: 100%;
}
.contentArticleUnit dt.name {
  width: 15%;
}
.contentArticleUnit dd {
  margin: 0;
}
.contentArticleUnit dd.outline {
  display: table;
  width: 30%;

}
.contentArticleUnit dd.page {
  width: 15%;
}
.contentArticleUnit dd.email {
  width: 25%;
  display: none;
}
.contentArticleUnit dd.tel {
  width: 15%;
  display: none;
}

/* Tables */
table,
.table {
  margin-bottom: 16px;
}

.table {
  width: 100%;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  vertical-align: top;
  border-top: 1px solid #b9b9b9;
}

.table th {
  font-weight: bold;
  background: #ebebeb;
  text-align: left;
}

.table thead th {
  vertical-align: bottom;
  text-align: center;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #b9b9b9;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #b9b9b9;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #b9b9b9;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

table.row1of2,
.table tr.row1of2 th,
.table tr.row1of2 td, 
.table th.row1of2,
.table td.row1of2 {
	width: 50%;
}

table.row1of4,
.table tr.row1of4 th,
.table tr.row1of4 td,
.table th.row1of4,
.table td.row1of4 {
	width: 25%;
}

table.row1of5,
.table.row5 th,.table.row5 td,
.table tr.row1of5 th,
.table tr.row1of5 td,
.table th.row1of5,
.table td.row1of5 {
	width: 20%;
}

table.row2of5,
.table tr.row2of5 th,
.table tr.row2of5 td,
.table th.row2of5,
.table td.row2of5 {
	width: 40%;
}

table.row3of5,
.table tr.row3of5 th,
.table tr.row3of5 td,
.table th.row3of5,
.table td.row3of5 {
	width: 60%;
}

.table tr.row1of10 th,
.table tr.row1of10 td,
.table th.row1of10,
.table td.row1of10 {
	width: 10%;
}
