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

/* =========================================================
   Doc
========================================================= */

/* docs
----------------------------------------------- */
.contentArticleDoc .header {
  clear: both;
  margin-bottom: 30px;
  padding: 2px;
  border: 1px solid #3EAFCF;
  background-color: #EEFFE9;
}
.contentArticleDoc .header h1 {
  font-weight: bold;
  font-size: 150%;
  color: #3EAFCF;
  border-top: 2px solid #3EAFCF;
  padding: 8px 18px;
}
.contentArticleDoc .header .publishedAt {
  text-align: right;
}
.contentArticleDoc .body,
.contentArticleDoc .maps,
.contentArticleDoc .rels,
.contentArticleDoc .tags {
  margin-bottom: 50px;
  padding: 0 20px;
}
.contentArticleDoc .maps h2,
.contentArticleDoc .rels h2,
.contentArticleDoc .tags h2 {
  margin-bottom: 5px;
  padding: 3px 0 3px 8px;
  border-left: 2px solid #3EAFCF;
  background-color: #f1f1f1;
  font-weight: bold;
}
.contentArticleDoc .rels li {
  margin: 0;
  padding-left: 8px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: left 7px;
}
.contentArticleDoc ul,
.contentArticleDoc ol {
  margin: 0.5em 0 0.7em 40px;
}
.contentArticleDoc .tags div a {
  padding-right: 8px;
}
.contentArticleDoc .back {
  clear: both;
  text-align: center;
}
.contentArticleDoc .back a {
  display: block;
  width: 95px;
  margin: 0 auto;
  padding: 3px 0;
  border: 1px solid #999999;
  background-color: #ececec;
}
#snsShare {
  float: right;
  height: 20px;
  margin-top: -30px;
}
.twitter-share-button, .fbLike, .fb-share-button, .gpShare {
  float: left;
  width: 127px !important;
}
.fb-share-button {
  margin-top: 1px;
  _margin-top: -12px;
}

/* docs ichiran
----------------------------------------------- */
.contentPortalCategory .entries,
.contentPortalEntries .entries,
.contentArticleDocs .docs {
  margin-left: 10px;
}
.contentPortalCategory h2.date,
.contentPortalEntries h2.date,
.contentArticleDocs .docs h2 {
  margin: 0 0 5px;
  padding: 5px 0 5px 10px;
  background-color: #e3f0fa;
  font-weight: bold;
}
.contentPortalCategory .entries ul,
.contentPortalEntries .entries ul,
.contentArticleDocs .docs ul {
  margin: 0 0 25px 7px;
}
.contentPortalCategory .entries li,
.contentPortalEntries .entries li,
.contentArticleDocs .docs li {
  margin: 0;
  padding: 0 0 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
}
#page-docs-index #snsShare {
  display: none;
}
/* group-portal
----------------------------------------------- */
.contentPortalCategory .category h2 {
  margin: 0 0 0 10px;
  padding: 0 0 5px 8px;
  background-image: url(./images/ic-list.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
}
.contentPortalCategory .category .children {
  margin: 0 0 15px;
}
.contentPortalCategory .category .children a {
  margin: 0 0 0 20px;
  padding: 0 0 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: 0px 7px;
}

/* address
----------------------------------------------- */
.inquiry {
  clear: both;
  margin: 0 0 20px;
  padding: 5px 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #333333;
}
.inquiry h2 {
  margin-bottom: 5px;
  background-image: none;
  font-weight: bold;
  font-size: 110%;
}
.tel, .fax, .email {
  display: inline;
}
.department, .section {
  font-weight: bold;
}
.top,.middle {
  margin-bottom: 0;
}
.department, .section, .tel, .fax {
  margin-right: 10px;
}

/* =========================================================
    recent Docs
========================================================= */
.contentArticleRecentDocs .docs {
  margin-left: 10px;
}
.contentArticleRecentDocs .docs h2 {
  margin: 0 0 5px;
  padding: 5px 0 5px 10px;
  background-color: #e3f0fa;
  font-weight: bold;
}
.contentArticleRecentDocs .docs ul {
  margin: 0 0 25px 7px;
}
.contentArticleRecentDocs .docs li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .contentArticleRecentDocs .docs li {
  height: 1%;
}
.contentArticleRecentDocs .docs li {
  display: block;
  clear: both;
  padding: 0 0 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
}
.contentArticleRecentDocs .docs li .title {
  margin: 0;
  padding-bottom: 5px;
}
.contentArticleRecentDocs li img {
  float: left;
  margin-right: 10px;
}

/* recent Docs Title
----------------------------------------------- */
#recentDocsTitle .pieceHeader {
}
#recentDocsTitle h2 {
  margin-bottom: 10px;
  padding: 5px 10px;
  background:#3EAFCF;
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* SideMenu
----------------------------------------------- */
#menu .pieceBody li {
  margin: 0;
}

/* =========================================================
    tag search
========================================================= */
.contentArticleTags .search {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #dddddd;
  background-color: #e3f0fa;
}
.contentArticleTags .search td {
  padding: 0 15px 0 5px;
}
.contentArticleTags .search td input {
  width: 140px;
}
.contentArticleTags .search td.submitters input {
  width: 70px;
  font-size: 100%;
}
.contentArticleTags .hit {
  padding: 5px 0 5px 10px;
  background-image: url(./images/bg-shinchaku-repeat.gif);
  background-repeat: repeat-x;
  background-position: left top;
  color: #ffffff;
  font-weight: bold;
  font-size: 110%;
}
.contentArticleTags li {
  margin: 0;
  padding: 0 0 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
}
.contentArticleTags ul {
  padding: 10px 5px 25px;
}


/* =========================================================
    template
========================================================= */
/* Typography */
.contentArticleDoc .body h2,
.contentArticleDoc .body h2.midashi,
.contentPage .body h2.midashi {
	margin: 1em 0 0.8em 0;
	padding: 5px 5px 3px 10px;
	border-radius: 18px;
	background: #6DBB4E;
	font-weight: bold;
	font-size: 138.5%;	/* 138.5% = 18px */
    clear:both;
	color: #fff;
}

.contentArticleDoc .body h3,
.contentArticleDoc .body h3.midashi,
.contentPage .body h3.midashi {
	margin: 1em 0 0.5em 0;
/*	padding: 3px 0 3px 20px;*/
	padding: 5px 0 5px 7px;
	border-left: 5px solid #1dbb43;
	border-bottom: 1px solid #1dbb43;
	font-weight:bold;
	font-size: 123.1%;	/* 123.1% = 16px */
}

.contentArticleDoc .body h4 {
/*	clear: both; */
	margin: 0.8em 0 0.3em 0;
/*	padding: 0 0 0 0px;*/
	font-weight:bold;
	font-size: 108%;
/*	color: #6DBB4E;*/
	padding: 5px 0 5px 15px;
	background: url(images/bg-h3.png) left top no-repeat;
}

.contentArticleDoc .body h5 {
	margin-top: 0.6em;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
	font-weight:bold;
	font-size: 100%;
}

.contentArticleDoc .body p {
	margin: 0 10px 10px;
  line-height: 1.6;
}

.contentArticleDoc .body .note {
	padding-left: 1em;
	text-indent: -1em;
}

.contentArticleDoc .body ul {
  list-style-type: disc;
  line-height: 1.6;
}

.contentArticleDoc .body ul ul,
.contentArticleDoc .body ul ol,
.contentArticleDoc .body ol ol,
.contentArticleDoc .body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


.clear,
.clearfix:after {
  clear: both;
}

 /* IE6+IE7 */
* html .clearfix,
*:first-child+html .clearfix {
  zoom: 1;
}


/* 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.row3of4 {
	width: 75%;
}

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.row4of5 {
	width: 80%;
}

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

/* Float image */
.contentArticleDoc img.imgright {
	float: right;
	margin: 0 0 1em 1em;
}

.contentArticleDoc img.imgleft {
	float: left;
	margin: 0 1em 1em 0;
}

.contentArticleDoc img.imgcenter {
	margin: 0 auto;
	margin-bottom: 1em;
	display: block;
}

/* textAlign */
.contentArticleDoc .txtleft {
	text-align: left;
}

.contentArticleDoc .txtcenter {
	text-align: center;
}

.contentArticleDoc .txtright {
	text-align: right;
}

/* Link Module */
.contentArticleDoc a[href^="http"]{background:url(./images/ic-blank.gif) no-repeat 100% 50%; padding-right:20px;}	/*モダンブラウザ向け*/
.contentArticleDoc * html a.external{background:url(./images/ic-blank.gif) no-repeat 100% 50%; padding-right:20px;}	/*IE向け*/
