@charset "UTF-8";

/* elements
----------------------------------------------- */
html {
  height: 100%;
}
body {
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 90%;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
h1, h2, h3, h4, h5 {
  font-size: 120%;
  font-weight: bold;
}
img {
  border-style: none;
  vertical-align: bottom;
}
strong {
  font-weight: bold;
}
pre {
  font-family: SimHei, "ＭＳ ゴシック", monospace;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
}
ul {
  list-style-type: none;
  list-style-position: outside;
}
li {
  list-style-position: outside;
}
blockquote:before {
  content: "”";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 150%;
  font-weight: bold;
}
blockquote {
  position: relative;
  margin-bottom: 20px;
  padding: 25px 20px 20px;
  border: 1px solid #ccc;
  box-shadow: 0 5px 5px #f2f2f2;
}
em {
  font-style: italic;
  font-weight: bold;
}
sup {
  font-size: 70%;
  vertical-align: super;
}
sub {
  font-size: 70%;
  vertical-align: sub;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
a {
  color: #0066ff;
  background-color: transparent;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}
a img[src$=".gif"]:hover, a img[src$=".gif"]:focus,
a img[src$=".jpg"]:hover, a img[src$=".jpg"]:focus,
a img[src$=".png"]:hover, a img[src$=".png"]:focus {
  opacity: 0.9;
  filter: alpha(style=0, opacity=90);
}

/* midashi
----------------------------------------------- */
.body h2, .body h3, .body h4, .body h5 {
  margin: 0 0 15px;
  font-weight: bold;
}
.body h2 {
  padding: 15px 10px;
  background-color: #e0f2c0;
  font-size: 135%;
  font-weight: normal;
  line-height: 1.1;
}
.body h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100px;
  height: 4px;
  background-color: #4aa830;
}
.body h3 {
  position: relative;
  padding: 2px 10px;
  border-bottom: 1px solid #000;
  font-size: 125%;
}
.body h4 {
  margin-left: 5px;
  padding: 5px 10px;
  border-left: 4px solid #4aa830;
  font-size: 115%;
  line-height: 1.1;
}
.body h5 {
  font-size: 110%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .body h2 {
    padding: 10px;
    font-size: 120%;
  }
  .body h3 {
    font-size: 110%;
  }
  .body h4 {
    font-size: 105%;
  }
  .body h5 {
    font-size: 105%;
  }
}

.body p {
  margin-bottom: 1em;
}
.body p.indent {
  text-indent: 1em;
}
.body p.hanging-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.body p img {
  margin-bottom: 0;
}
.body img {
  margin-bottom: 10px;
}
.body img.external {
  margin: 0 0 0.25em 0.25em !important;
  vertical-align: bottom;
}
.body hr {
  height: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}
.body ul {
  margin: 0 15px 15px 2em;
  list-style-type: disc;
}
.body ul ul {
  list-style-type: circle;
}
.body ol {
  margin: 0 15px 15px 2.5em;
}
.body li {
  margin-bottom: 5px;
}
.body dl {
  margin: 5px 1em 15px;
}
.body dl dt {
  margin-top: 10px;
  font-weight: bold;
}
.body table {
  width: auto;
  max-width: 100%;
  margin: 0 0 15px;
  border: 1px solid #ccc;
}
.body table th, .body table td {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.body table th {
  background-color: #f7f7f5;
  text-align: center;
}
.body strong {
  color: #000;
}
/* 表のプロパティの行揃え */
.body table[align="center"] { 
  margin-left: auto;
  margin-right: auto;
}
.body table[align="right"] {
  margin-left: auto;
  margin-right: 0;
}
.body table[align="left"] {
  margin-left: 0;
  margin-right: auto;
}
.body table caption {
  font-weight: bold;
  text-align: center;
}
.body th, .body td {
  padding: 5px 20px 5px 0;
  vertical-align: middle;
  word-wrap: break-word;
}
.body th {
  text-align: left;
}
.body table p {
  margin-left: 0;
  padding: 0;
  text-indent: 0;
}
.body table ul,
.body table ol {
  margin: 0 0 5px 20px;
}
.pagination {
  text-align: center;
}

/* RSS Atom
---------------------- */
.feed {
  text-align: right;
}
.feed a {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: 0px 4px;
  background-color: #BF4500;
  color: #fff;
  font-size: 95%;
  text-decoration: none;
}

/* mecTmpl
----------------------------------------------- */
.mecTmpl:before, .mecTmpl:after {
  content: "";
  display: table;
}
.mecTmpl:after {
  clear: both;
}
.mecTmpl {
  zoom: 1;
}

/* clearfix
----------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/* pdf
-------------------------------------- */
h2 a.iconFile {
  padding: 6px 0 5px 22px;
  color: #fff;
}
h3 a.iconFile {
  padding: 6px 0 5px 22px;
background-position:left 12px;
}
h4 a.iconFile {
  
}
a.iconFile {
background-image:url(../images/default/ic-hanyo.gif);
background-position:left 8px;
background-repeat:no-repeat;
display:inline-block;
padding:6px 0 5px 18px;
}
a.iconPdf {
background-image:url(../images/default/ic-pdf.gif);
}
a.iconDoc, a.iconDocx {
background-image:url(../images/default/ic-word.gif);
}
a.iconJtd {
background-image:url(../images/default/ic-ichitarou.gif);
}
a.iconXls {
background-image:url(../images/default/ic-excel.gif);
}

/* =========================================================
  piece
========================================================= */

/* accessibility-tool
----------------------------------------------- */
#accessibilityTool {
  height: 26px;
  font-size: 14px;
}
#accessibilityTool .pieceBody {
  width: 900px;
  margin: 0 auto;
  text-align: right;
}
#accessibilityTool rp, #accessibilityTool rt {
  display: none;
}

/* block-skip
---------------------- */
#nocssread a {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align: middle;
  width: 0;
  height: 0;
  overflow: hidden;
}
#nocssread a:focus,
#nocssread a.show {
  width: auto;
  height: auto;
  padding: 0 10px;
}

/* tools
---------------------- */
#accessibilityTool a,
#accessibilityTool span,
#accessibilityTool ul {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  color: #000;
  vertical-align: middle;
}
#accessibilityTool ul {
  display: inline-block;
  /display: inline;
  /zoom: 1;
}
#accessibilityTool ul li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-left: .1em;
  *margin-right: 3px;
  margin-bottom: 2px;
  padding: 0;
  vertical-align: middle;
} 
#accessibilityTool img {
  margin: 0 2px;
  vertical-align: middle;
}

/* font-size, theme-color */
#accessibilityTool .fontSize li a,
#accessibilityTool .themeColor li a {
  display: block;
  padding: 4px 4px 2px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  line-height: 1;
}
#accessibilityTool .fontSize li a:hover {
  background-color: #4aa830;
}
#accessibilityTool .themeColor li a#themeBlack {
  background-color: #000;
  color: #fff;
}
#accessibilityTool .themeColor li a#themeBlue {
  background-color: #00b;
  color: #fff;
}

/* navigationNotice
---------------------- */
#navigationNotice {
  font-weight: bold;
  text-align: right;
}
#accessibilityTool + #navigationNotice {
  display: none;
}

/* yomiage
---------------------- */
#navigationTalkPlayer {
  position: absolute;
}
#navigationTalkPlayer audio {
  position: relative;
  top: 30px;
  left: -55px;
}

@media screen and (max-width: 768px) {
  #accessibilityTool {
    display: none;
  }
}

/* common-header
----------------------------------------------- */
#commonHeader {
  margin-bottom: 10px;
}
#commonHeader h1 {
  float: left;
  margin-top: 22px;
  margin-bottom: 5px;
}
#commonHeader h1 a {
  display: block;
  width: 274px;
  height: 40px;
}
#commonHeader h1 a ruby {
  display: none;
}
#commonHeader .menu {
  float: right;
  text-align: right;
}
#commonHeader .lowerMenu {
  margin-top: 25px;
}
#commonHeader .lowerMenu ul,
#commonHeader .lowerMenu p {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-left: 15px;
  font-size: 90%;
}
#commonHeader .lowerMenu ul li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-left: 10px;
  padding-left: 18px;
  background: url(../images/ic-header.png) left 0.3em no-repeat;
  vertical-align: middle;
}
#commonHeader .lowerMenu ul li a {
  color: #000;
  text-decoration: none;
}
#commonHeader .lowerMenu ul li a:hover {
  text-decoration: underline;
}
#commonHeader .lowerMenu p a {
  display: block;
  padding: 4px 10px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
#commonHeader .lowerMenu p a:hover {
  text-decoration: underline;
}
#commonHeader .lowerMenu p a img {
  margin-left: 3px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #commonHeader {
    margin-bottom: 15px;
    padding: 15px 10px 0;
  }
  #commonHeader h1 {
    float: none;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  #commonHeader h1 a {
    display: inline-block;
    max-width: 220px;
    height: auto;
  }
  #commonHeader h1 a img {
    width: 100%;
    height: auto;
  }
  #commonHeader .menu {
    float: none;
    text-align: center;
  }
  #commonHeader .lowerMenu {
    margin-top: 0;
  }
  #commonHeader .lowerMenu ul,
  #commonHeader .lowerMenu p {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    margin: 0 5px;
  }
  #commonHeader .lowerMenu ul li {
    padding-left: 14px;
    background-size: 10px 10px;
    background-position: left 0.4em;
  }
}

/* global-navi
----------------------------------------------- */
#globalNavi {
  margin-bottom: 15px;
}
#page-gakuentoshika-index #globalNavi {
  margin-bottom: 25px;
}
#globalNavi ul li:before,
#globalNavi ul li:last-child:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  bottom: 7px;
  display: block;
  width: 1px;
  background: #000;
}
#globalNavi ul li:last-child:after {
  left: auto;
  right: 0 !important;
}
#globalNavi ul li {
  position: relative;
  float: left;
  width: 20%;
}
#globalNavi ul li a {
  display: block;
  margin: 0 10px;
  padding: 8px 0 7px;
  border-radius: 7px;
  color: #000;
  font-size: 110%;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.35s ease 0s, color 0.35s ease 0s;
}
#globalNavi ul li a:hover,
#globalNavi ul li.current a {
  background-color: #1d4197;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #globalNavi,
  #page-gakuentoshika-index #globalNavi {
    margin-bottom: 15px;
  }
  #globalNavi ul li:before,
  #globalNavi ul li:last-child:after {
    background: none;
  }
  #globalNavi ul {
    border-bottom: 1px solid #aaa;
  }
  #globalNavi ul li {
    position: relative;
    float: left;
    width: 50%;
    border-top: 1px solid #aaa;
    box-sizing: border-box;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
  }
  #globalNavi ul li.nav1 {
    display: none;
  }
  #globalNavi ul li.nav2,
  #globalNavi ul li.nav4 {
    clear: left;
    border-right: 1px solid #aaa;
  }
  #globalNavi ul li a {
    margin: 0;
    padding: 8px 5px;
    border-radius: 0;
    font-size: 90%;
  }
  #globalNavi ul li a:hover,
  #globalNavi ul li.current a {
    background-color: #1d4197;
    color: #fff;
  }
}

/* copyright
----------------------------------------------- */
#copyright {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #copyright {
    font-size: 90%;
  }
}

/* bread-crumbs
----------------------------------------------- */
#breadCrumbs {
  margin-bottom: 20px;
}
#breadCrumbs ol,
#breadCrumbs li {
 list-style: none;
}
#breadCrumbs li {
 display: inline-block;
 margin: 0;
}
#breadCrumbs li:not(:first-child):before {
 content: ">";
 margin: 0 4px 0 3px;
} 

@media screen and (max-width: 768px) {
  #breadCrumbs {
    display: none;
  }
}

/* page-title
----------------------------------------------- */
#pageTitle {
  margin: -20px -20px 20px;
  border-top: 3px solid #193e97;
  border-bottom: 1px dotted #193e97;
}
#pageTitle h1 {
  padding: 18px 15px 15px;
  font-size: 160%;
  font-weight: normal;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  #pageTitle {
    margin: -10px -10px 15px;
  }
  #pageTitle h1 {
    padding: 10px;
    font-size: 140%;
  }
}

/* keyvisual
----------------------------------------------- */
#keyvisual {
  margin-bottom: 25px;
  border: 6px solid #fff;
  box-shadow: 0 3px 9px #c3c3c3;
}
#keyvisual img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #keyvisual {
    margin: 0 10px 15px;
  }
}

/* ad-banner
----------------------------------------------- */
#adBanner .pieceHeader h2 {
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #4aa830;
  font-size: 160%;
  font-weight: normal;
}
#adBanner li {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #adBanner .pieceHeader h2 {
    font-size: 120%;
  }
  #adBanner li {
    float: left;
    margin: 0 3% 15px 0;
    width: 48.5%;
  }
  #adBanner li:nth-child(odd) {
    clear: left;
  }
  #adBanner li:nth-child(even) {
    margin-right: 0;
  }
  #adBanner li img {
    width: 100%;
    height: auto;
  }
}

/* recent-docs
----------------------------------------------- */
#recentDocs {
  position: relative;
}
#recentDocs .pieceHeader h2 {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 160%;
  font-weight: normal;
}
#recentDocs .pieceHeader h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100px;
  height: 4px;
  background-color: #4aa830;
}
#recentDocs .pieceBody .feed {
  position: absolute;
  top: 5px;
  right: 10px;
}
#recentDocs .pieceBody li {
  padding: 10px;
  border-bottom: 1px dotted #000;
}
#recentDocs .pieceBody .links {
  padding: 10px 0;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #recentDocs .pieceHeader h2 {
    padding-bottom: 5px;
    font-size: 120%;
  }
  #recentDocs .pieceHeader h2:before {
    width: 80px;
  }
  #recentDocs .pieceBody .feed {
    display: none;
  }
  #recentDocs .pieceBody .links {
    text-align: center;
  }
}

/* =========================================================
  content
========================================================= */
#contentBody ul li span.separator, #contentBody ul li span.unit {
  display: none;
}

/* contentArticleRecentDocs, contentArticleDocs
----------------------------------------------- */
.contentArticleRecentDocs {
  position: relative;
}
.contentArticleRecentDocs .feed {
  display: none;
  position: absolute;
  top: -60px;
  right: -5px;
}
.contentArticleRecentDocs .docs h2.date,
.contentArticleDocs .docs h2.date {
  margin-bottom: 5px;
  padding: 15px 10px;
  background-color: #e0f2c0;
  font-size: 135%;
  font-weight: normal;
  line-height: 1.1;
}
.contentArticleRecentDocs .docs ul,
.contentArticleDocs .docs ul {
  margin-bottom: 20px;
}
.contentArticleRecentDocs .docs li,
.contentArticleDocs .docs li {
  padding: 10px;
  border-bottom: 1px dotted #000;
}
.contentArticleRecentDocs .docs li span.attributes,
.contentArticleDocs .docs li span.attributes {
  display: none;
}

@media screen and (max-width: 768px) {
  .contentArticleRecentDocs .feed {
    display: none;
  }
  .contentArticleRecentDocs .docs h2.date,
  .contentArticleDocs .docs h2.date {
    padding: 10px;
    font-size: 120%;
  }
}

/* contentArticleDoc
----------------------------------------------- */
.contentArticleDoc .header {
  margin: -20px -20px 25px;
  padding: 18px 15px 15px;
  border-top: 3px solid #193e97;
  border-bottom: 1px dotted #193e97;
  text-align: center;
}
.contentArticleDoc .header h1 {
  margin-bottom: 5px;
  font-size: 160%;
  font-weight: normal;
  line-height: 1.1;
}
.contentArticleDoc .body,
.contentArticleDoc .maps,
.contentArticleDoc .rels,
.contentArticleDoc .tags {
  margin-bottom: 40px;
}
.contentArticleDoc .maps h2,
.contentArticleDoc .rels h2,
.contentArticleDoc .tags h2 {
  margin-bottom: 15px;
  padding: 15px 10px;
  background-color: #e0f2c0;
  font-size: 135%;
  font-weight: normal;
  line-height: 1.1;
}
.contentArticleDoc .maps h3 {
  margin: -5px 0 5px;
  font-weight: normal;
}
.contentArticleDoc .rels ul {
  margin-left: 30px;
}
.contentArticleDoc .rels li {
  margin: 0 15px 10px 0;
  list-style-type: disc;
}
.contentArticleDoc .tags div {
  padding: 0 15px;
}
.contentArticleDoc .tags div a {
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .contentArticleDoc .header {
    margin: -10px -10px 15px;
    padding: 10px;
  }
  .contentArticleDoc .header h1 {
    font-size: 140%;
  }
  .contentArticleDoc .body,
  .contentArticleDoc .maps,
  .contentArticleDoc .rels,
  .contentArticleDoc .tags {
    margin-bottom: 20px;
  }
  .contentArticleDoc .maps h2,
  .contentArticleDoc .rels h2,
  .contentArticleDoc .tags h2 {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 120%;
  }
}

/* address
----------------------------------------------- */
.inquiry {
  padding-bottom: 15px;
  border: 1px solid #4aa830;
  background-color: #fff;
}
.inquiry h2 {
  margin-bottom: 15px;
  padding: 10px;
  background-color: #4aa830;
  color: #fff;
  font-size: 135%;
  font-weight: normal;
  line-height: 1.1;
}
.inquiry > div {
  margin-left: 15px;
}
.tel, .fax, .email {
  display: inline;
}
.department, .section {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .inquiry {
    padding-bottom: 10px;
  }
  .inquiry h2 {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 120%;
  }
}

/* back
----------------------------------------------- */
.back {
  clear: both;
  margin: 40px auto 0;
  text-align: center;
}
.back a {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: 8px 70px;
  border: 1px solid #ccc;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

@media screen and (max-width: 768px) {
  .back {
    margin: 20px auto 0;
  }
  .back a {
    padding: 4px 35px;
  }
}

/* contentArticleTags
----------------------------------------------- */
.contentArticleTags .search {
  margin: 0 0 20px;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
}
.contentArticleTags .search th {
  padding: 0 15px 0;
}
.contentArticleTags .search th,
.contentArticleTags .search td {
  padding: 15px;
}
.contentArticleTags .search .submitters input {
  padding: 2px 10px;
  cursor: pointer;
}
.contentArticleTags .hit {
  margin-bottom: 5px;
  padding: 15px 10px;
  background-color: #e0f2c0;
  font-size: 135%;
  font-weight: normal;
  line-height: 1.1;
}
.contentArticleTags li {
  padding: 10px;
  border-bottom: 1px dotted #000;
}

@media screen and (max-width: 768px) {
  .contentArticleTags .search {
    display: none;
  }
  .contentArticleTags .hit {
    padding: 10px;
    font-size: 120%;
  }
}

/* CKEditor templates
----------------------------------------------- */
.temp1, .temp2, .temp3, .temp4 {
  clear: both;
  margin-bottom: 20px;
}
.temp1 .thumb {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}
.temp1 ul,
.temp1 ol {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.temp2 .thumb {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}
.temp3, .temp4 {
  text-align: center;
}
.temp3 dl, .temp4 dl {
  display: inline-block;
  margin: 0 5px;
  vertical-align: bottom;
}
.temp3 dl {
  max-width: 48%;
}
.temp4 dl {
  max-width: 31%;
}
.temp3 dl dt, .temp4 dl dt {
  margin-bottom: 10px;
  text-align: center;
}
.temp3 dl dd, .temp4 dl dd {
  text-align: center;
}
table.temp5 {
  width: 100%;
}
.temp7 {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ffaaaa;
  background-color: #fff3f3;
}
.temp7 p {
  margin: 0 0 10px;
}