@charset "UTF-8";

 /* =========================================================
 Base
 ========================================================= */

html {
  height: 100%;
}
body {
  line-height: 1.3;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: left;
  font-size: 70%;
}
body, td, th, select, option, input, button, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "源ノ角ゴシック JP", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", sans-serif;
  font-weight: normal;
}
input, textarea {
  max-width: 100%;
  font-size: 100%;
}
a, a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #339900;
  text-decoration: underline;
}
img {
  margin: 0;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
img.fileIcon {
  position: relative;
  margin-right: 3px;
  vertical-align: middle;
}
.body p {
  margin: 0 0 1em;
  font-size: 100%;
}
.body ol {
  list-style-type: decimal;
  margin: 0 15px 15px 15px;
  padding: 0;
}
.body ol li {
  margin-bottom: 0.5em;
}
.body ol ul li {
  margin-bottom: 0;
}
.body ul {
  list-style-type: disc;
  margin: 0 15px 15px 15px;
}
.body ul li {
  margin: 0;
  padding: 0;
}
blockquote {
  margin: 10px 20px;
}
strong {
  font-weight: bold;
}
pre {
  font-family: -apple-system, BlinkMacSystemFont, "源ノ角ゴシック code JP", Osaka-mono, "メイリオ", monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
div.clearBlank, br.clear {
  clear: both;
  height: 1px;
  font-size: 100%;
  line-height: 1px;
}
div.submitters {
  margin: 20px 10px;
}
div.submitters input, div.submitters a {
  margin: 0 10px;
}
div.submitters input {
  width: 100px;
}
div.submitters {
  margin: 20px 10px;
}
div.submitters input, div.submitters a {
  margin: 0 10px;
}
div.submitters input {
  width: 100px;
}
.large {
  font-size: 130%;
  font-weight: bold;
}
.small {
  font-size: 85%;
}
.left {
  float: left;
  margin: 0 10px 10px 0;
}
.right {
  float: right;
  margin: 0 0 10px 10px;
}
.clear {
  clear: both;
}
.pagination {
  margin-top: 20px;
  text-align: center;
}
.article {
  margin: 0 0 10px;
  padding: 5px 10px;
  border-bottom: 1px dotted #ff6666;
}
.contentPage .text {
  padding: 0 10px 10px 10px;
}
.formError {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ee0000;
  color: #ee0000;
}
.elementError {
  margin: 3px 0 0 0;
  color: #ee0000;
}

 /* midashi
 ----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 120%;
  font-weight: bold;
}
h2 {
  margin: 0;
  padding: 0;
}
h3 {
  margin: 0;
  padding: 0;
  line-height: 105%;
  font-size: 100%;
}
h4 {
  margin: 0;
  font-weight: normal;
}

 /* clearfix
 ----------------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

 /* icon
 ----------------------------------------------- */
.iconFile, .iconDefault {
  display: inline-block;
  min-height: 16px;
  padding-left: 18px;
  background-image: url("/_common/images/icons/default.png");
  background-position: left 0.1em;
  background-repeat: no-repeat;
}
.iconBmp {
  background-image: url("/_common/images/icons/bmp.png");
}
.iconCsv, .iconTxt {
  background-image: url("/_common/images/icons/default.png");
}
.iconDoc, .iconDocx {
  background-image: url("/_common/images/icons/doc.png");
}
.iconGif {
  background-image: url("/_common/images/icons/gif.png");
}
.iconJpg, .iconJpe, .iconJpeg {
  background-image: url("/_common/images/icons/jpg.png");
}
.iconJtd {
  background-image: url("/_common/images/icons/jtd.png");
}
.iconLzh {
  background-image: url("/_common/images/icons/lzh.png");
}
.iconPdf {
  background-image: url("/_common/images/icons/pdf.png");
}
.iconPng {
  background-image: url("/_common/images/icons/png.png");
}
.iconPpt, .iconPptx {
  background-image: url("/_common/images/icons/ppt.png");
}
.iconXls, .iconXlsx {
  background-image: url("/_common/images/icons/xls.png");
}
.iconZip {
  background-image: url("/_common/images/icons/zip.png");
}

 /* pagination
 ----------------------------------------------- */
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination {
    line-height: 1;
}
.pagination a {
  color: #339900;
  text-decoration: underline;
}
.pagination a, .pagination em, .pagination span {
  display: inline-block;
  margin-left: -1px;
  margin-top: 0.25em;
  padding: 0 0.9em 0 0.7em;
  border-right: 1px solid #666;
}
.pagination .current {
  font-weight: bold;
}
.pagination .previous_page:before {
  display: inline;
  content: "<";
}
.pagination .next_page {
  border-right: none;
}
.pagination .next_page:after {
  display: inline;
  content: ">";
}
.pagination span.separator {
  display: none;
}

@media screen and (max-width:750px){
  .pagination {
    font-size: 120%;
  }
  .pagination a, .pagination em, .pagination span {
    margin-top: 1em;
  }
}

/* table
 ----------------------------------------------- */
table {
  margin-bottom: 1em;
  border: 1px solid #000;
}
th, td {
  padding: 5px;
  border: 1px solid #000;
  font-size: 100%;
}
th {
  background-color: #F5F5F4;
  text-align: center;
  font-weight: bold;
}
td {
  background-color: #fff;
}

/* month */
.calendar,
.calendar th,
.calendar td {
  border: 0px;
  text-align: center;
}
.calendar th,
.calendar td {
  padding: 1px;
}
.calendar {
  width: 100%;
  margin-top: 5px;
}
.calendar th {
  background-color: #fff;
  font-weight: bold;
}
.calendar a {
  color: #339900;
  text-decoration: underline;
}
#calendar table .prevMonth,
#calendar table .nextMonth {
  color: #fff;
}


/* template
 ----------------------------------------------- */
.temp1, .temp2, .temp3, .temp4 {
  margin-bottom: 10px;
}
.temp1 p, .temp2 p {
  margin-top: 0;
}
/* template1 */
.temp1 {
  padding: 0;
}
.temp1 .thumb {
  float: left;
}
.temp1 .thumb img {
  margin: 0 10px 10px 0;
}
.temp1 ul,
.temp1 ol {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
/* template2 */
.temp2 {
  padding: 0;
}
.temp2 .thumb {
  float: right;
}
.temp2 .thumb img {
  margin: 0 0 10px 10px;
}
/* template3・4 */
.temp3, .temp4 {
  text-align: left;
}
.temp3 dl, .temp4 dl {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: bottom;
}
.temp3 dl dt, .temp4 dl dt {
  text-align: center;
}
.temp3 dl dd, .temp4 dl dd {
  text-align: center;
}
.temp3 dl {
  max-width: 48%;
}
.temp4 dl {
  max-width: 31%;
}
/* template5 */
table.temp5 {
  width: 100%;
}
/* template7・adobeReader */
.adobeReader, .temp7 {
  clear: both;
  margin: 20px 0;
  padding: 15px 15px 15px 190px;
  border: 1px solid #ffaaaa;
  background-image: url("../top/images/get_adobe_reader.jpg");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-color: #fff3f3;
}

@media screen and (max-width:750px){
  .temp1 .thumb, .temp2 .thumb {
    float: none;
    text-align: center;
  }
  .temp1 .thumb img, .temp2 .thumb img {
    margin: 0 0 10px !important;
  }
}

/* =========================================================
   google custom search
========================================================= */
#___gcse_0 table, #___gcse_0 table th, #___gcse_0 table td {
  border: 0;
}
.gsc-cursor-box {
  text-align: center !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: transparent !important;
}
form.gsc-search-box {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
table.gsc-search-box {
  border-top: 0 !important;
  border-left: 0 !important;
}
table.gsc-search-box tr {
}
table.gsc-search-box td {
}
.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding-right: 5px !important;
}
table.gsc-search-box td.gsc-input {
  display: block !important;
  padding: 0 !important;
  border: 0px !important;
}
table.gsc-search-box td.gsc-input input#gsc-i-id1 {
  min-width: 115px;
  padding: 2px 0px !important;
}
table.gsc-search-box td.gsc-search-button {
  display: block !important;
  margin-top: 5px;
  padding: 0 !important;
  border: 0px !important;
}
table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  min-width: 40px;
  margin-left: 0;
  padding: 0 5px;
  border: 0px !important;
}
table.gsc-search-box td.gsc-clear-button {
  display: none;
}