/************************************************************
 Reset Tag
************************************************************/
html {
  overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,textarea,select,blockquote,table,th,td,caption {
  margin: 0;
  padding: 0;

  font-size: 15px;
  line-height: 100%;

  text-align: left;
}
  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,b,span,pre,form,input,fieldset,textarea,select,button,blockquote,table,th,td,address,caption,em,strong,th {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS ゴシック',MS Gothic;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.25px;
  }
b, strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
q:before,q:after {
  content: '';
}
object,
embed {
  vertical-align: top;
}
img,abbr,acronym {
  border: 0;
}
li {
  list-style-type: none;
}
i {
  font-style: oblique;
}

input {
  font-size: 100%;
}
input[type='checkbox'], input[type='radio'] {
  margin: 0;
  vertical-align: middle;
}
select {
  padding: 3px;
}
button {
}

.cf:after, .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cf, .clearfix {
  min-height: 1px;
}
* html .cf, * html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/************************************************************
 Base Tag
************************************************************/
body {
  background-color: #F0F7FB;
}

a:link {
  color: #527620;
}
a:hover {
  color: #7EB830;
}
a:visited {
  color: #527620;
}
a:active {
  color: #7EB830;
}


/************************************************************
 Template Tag
************************************************************/

.bg {
  width: 980px;
  margin: 0 auto;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  text-align: center;
}

/********** header **********/
.header {
  background: url(../images/template/imgHeaderBg01.gif) repeat-x;
}
  .header .inner {
    height: 85px;
    padding: 0 30px;
  }

  .header .univ {
    margin: 18px 25px 0 0;
    overflow: hidden;
    float: left;
  }
    .header .univ a {
      width: 158px;
      height: 50px;
      text-indent: -9999px;
      background: url(../images/template/imgLogo02.png) no-repeat;
      display: block;
    }
  .header .logo {
    margin-top: 18px;
    overflow: hidden;
    float: left;
  }
    .header .logo a {
      width: 177px;
      height: 51px;
      text-indent: -9999px;
      background: url(../images/template/imgLogo01.png) no-repeat;
      display: block;
    }

  .header .navi {
    position: relative;
    float: right;
  }
    .header .navi .home {
      position: absolute;
      top: 3px;
      right: 0;
      overflow: hidden;
    }
      .header .navi .home a {
        width: 101px;
        height: 20px;
        text-indent: -9999px;
        background: url(../images/template/imgHeaderMenu04.gif) no-repeat;
        display: block;
      }

      .header .navi ul {
        margin-top: 53px;
      }
        .header .navi li {
          float: right;
          overflow: hidden;
        }
          .header .navi li a {
            height: 11px;
            text-indent: -9999px;
            display: block;
          }
        .header .navi .n01 a {
          width: 111px;
          background: url(../images/template/imgHeaderMenu01.png) no-repeat;
        }
        .header .navi .n02 a {
          width: 100px;
          background: url(../images/template/imgHeaderMenu02.png) no-repeat;
        }
        .header .navi .n03 a {
          width: 78px;
          background: url(../images/template/imgHeaderMenu03.png) no-repeat;
        }
          .header .navi .n01 a:hover, .header .navi .n02 a:hover, .header .navi .n03 a:hover {
            background-position: 0 -11px;
          }


/********** breadcrumb **********/
.breadcrumb {
  background-color: #FAFAFA;
  border-top: 1px solid #EDEDED;
}
  .breadcrumb .inner {
    border-top: 1px solid #F5F5F5;
  }

 .breadcrumb ul {
    padding: 9px 30px 10px 30px;
  }
    .breadcrumb li {
      padding: 0 10px;
      font-size: 11px;
      float: left;
    }
      .breadcrumb .iconHome {
      }
      .breadcrumb .iconCrumb {
        padding-left: 10px;
        background: url(../images/icon/iconArrow03.png) no-repeat;
      }


/********** content **********/
.content {
  padding: 30px 30px 100px 30px;
  background-color: #FFFFFF;
}

  .content .conts {
    width: 660px;
    float: left;
  }
  .content .menu {
    width: 210px;
    padding: 15px 10px;
    background-color: #E9ECEF;
    border-radius: 5px;
    float: right;
  }
    .content .menu h2 {
      margin-bottom: 10px;
      overflow: hidden;
    }
      .content .menu h2 a {
        width: 209px;
        height: 18px;
        text-indent: -9999px;
        background: url(../images/template/imgMenuTitle01.png) no-repeat;
        display: block;
      }
    .content .menu .des {
      margin-bottom: 15px;
      font-size: 13px;
      white-space: nowrap;
      text-align: center;
    }

  .content .menu .category {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 130%;
    background: linear-gradient(to bottom, #FFFFFF 0%, #EFEFEF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #CCCCCC;
    overflow: hidden;
  }
    .content .menu .category a {
      padding: 10px 15px 9px 10px;
      color: #333333;
      text-decoration: none;
      background: url(../images/icon/iconCircle_blue01.png) no-repeat 190px center;
      display: block;
    }
    .content .menu .category a:hover {
      color: #FFFFFF;
      background: url(../images/icon/iconCircle_blue01.png) no-repeat 190px center #003E78;
    }

  .content .menu ul {
    margin: -5px 0 5px 0;
    padding: 5px 0;
    background-color: #FFFFFF;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
  }
    .content .menu li {
      margin: 0 10px;
      padding: 7px 10px 7px 12px;
      line-height: 130%;
      background: url(../images/icon/iconArrow01.png) no-repeat 0 7px;
    }

  .content .menu .blog {
    margin: 15px 0 0 0;
    overflow: hidden;
  }
    .content .menu .blog a {
      width: 210px;
      height: 60px;
      text-indent: -9999px;
      background: url(../images/template/imgBlogBanner01.gif) no-repeat;
      display: block;
    }

.footer {
  background-color: #FFFFFF;
}

  .footer .inner {
    margin: 0 30px;
    padding: 20px 0;
    border-top: 3px solid #003E78;
  }

  .footer address {
    margin-bottom: 15px;
  }
  .footer .copyright {
    padding-top: 15px;
    font-size: 12px;
    color: #666666;
    border-top: 1px dotted #CCCCCC;
  }


/************************************************************
 Page Tag
************************************************************/

.back {
  text-align: center;
}

/********** index **********/
.main {
  margin: -25px 0 30px 0;
  text-align: center;
}

.index {
}
  .index .topics {
    margin-bottom: 30px;
  }
    .index .topics h2 {
      margin-bottom: 20px;
      overflow: hidden;
    }
      .index .topics h2 a {
        width: 660px;
        height: 43px;
        text-indent: -9999px;
        display: block;
        overflow: hidden;
      }
      .index .topics h2 a:hover {
        background-position: 0 -43px;
      }

      .index .topics .t01t {
        background: url(../images/page/imgH1topicsBar01.gif) no-repeat;
      }
      .index .topics .t02t {
        background: url(../images/page/imgH1topicsBar02.gif) no-repeat;
      }

    .index .topics p {
      margin: 0 20px 15px 20px;
    }
    .index .topics table {
      margin: 0 20px 15px 20px;
    }
      .index .topics th {
        width: 120px;
        padding: 5px 15px;
        font-size: 14px;
        line-height: 140%;
        color: #555555;
        background: url(../images/icon/iconCircle_black01.png) no-repeat 0 8px;
      }
      .index .topics td {
        padding: 5px 0;
      }

    .index .topics .link {
      margin: 0 20px;
      padding-top: 15px;
      border-top: 1px dotted #CCCCCC;
      text-align: right;
    }
      .index .topics .link a {
        font-size: 13px;
      }


/********** blogs **********/
.blogs {
}

  .blogs .box {
    margin: 0 10px 30px 10px;
    background: url(../images/page/imgBlogsBg01.png) no-repeat center 25px #FCFAE4;
    border: 1px solid #F9F5C8;
    border-radius: 6px;
  }
    .blogs .title {
      padding: 20px;
      font-size: 16px;
      font-weight: bold;
      color: #AF3532;
    }
    .blogs .date {
      padding: 0 20px 10px 20px;
      font-size: 14px;
      color: #666666;
      text-align: right;
    }
    .blogs .body {
      padding: 0 5px;
    }


/********** sitemap **********/
.sitemap {
}

  .sitemap .category {
    margin: 0 20px 20px 20px;
    padding-left: 15px;
    font-size: 16px;
    background: url(../images/icon/iconCircle_black01.png) no-repeat 0 1px;
  }
  .sitemap .page {
    margin: 0 20px 20px 50px;
    padding-left: 15px;
    background: url(../images/icon/iconArrow01.png) no-repeat 0 1px;
  }


/********** boards **********/
.boards {
}

  .boards .link {
    padding-left: 15px;
    background: url(../images/icon/iconArrow01.png) no-repeat;
  }


  .boards .chat {
  }
    .boards .title {
      margin-bottom: 10px;
      padding: 4px 0 4px 40px;
      font-size: 16px;
      font-weight: bold;
      color: #003E78;
      background: url(../images/icon/iconBoards01.png) no-repeat;
      float: left;
    }
    .boards .reply {
      margin-top: -2px;
      float: right;
    }
      .boards .reply a {
        padding: 7px 15px 4px 15px;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        color: #FFFFFF;
        background-color: #003E78;
        border-bottom: 2px solid #000C45;
        border-radius: 6px;
        display: block;
      }
        .boards .reply a:hover {
          margin-top: 1px;
          border-bottom: 1px solid #000C45;
        }

    .boards .body {
      margin-bottom: 10px;
      padding: 10px;
      line-height: 160%;
      background-color: #EDEDED;
    }
    .boards .date {
      margin-bottom: 15px;
      padding-bottom: 15px;
      font-size: 10pt;
      text-align: right;
      border-bottom: 1px solid #DDDDDD;
    }
    .boards .wait {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #DDDDDD;
    }

  .submitCheck {
    margin: 0 auto 20px auto;
    text-align: center;
  }

  .submitButton {
    margin: 0 auto;
    text-align: center;
  }
    .submitButton .submit {
      padding: 5px 20px;
      margin-right: 30px;
    }
    .submitButton .reset {
    }


/*----- preview -----*/
.preview {
}
  .preview img {
    max-width: 640px;
  }


/************************************************************
 General Tag
************************************************************/

/********** word **********/
.h1t {
  margin-bottom: 20px;
  padding: 15px 15px 12px 15px;
  font-size: 18px;
  font-weight: normal;
  line-height: 130%;
  border-top: 3px solid #003E78;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.h2t {
  margin: 10px 0 20px 0;
  padding: 10px 10px 8px 29px;
  font-size: 16.5px;
  font-weight: normal;
  color: #FFFFFF;
  background: url(../images/template/imgH2titleBar01.gif) no-repeat;
}
  .h2t a {
    color: #FFFFFF;
  }

.text {
  line-height: 160%;
}

.frame {
  margin: 0 20px 30px 20px;
}

.mt {
  margin-top: 25px;
}
.mr {
  margin-right: 25px;
}
.mb {
  margin-bottom: 25px;
}
.ml {
  margin-left: 25px;
}

.require_mark {
  color: #AF3532;
}


/********** table **********/
.f_t {
  width: 100%;
}
  .f_t th {
    padding: 10px;
    font-weight: bold;
    background-color: #DADEDE;
    border: 1px solid #C9CDCD;
  }
  .f_t td {
    padding: 10px;
    border: 1px solid #C9CDCD;
  }

.t_i {
  width: 100%;
  padding: 5px 7px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.t_i_m {
  width: 50%;
  padding: 5px 7px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.t_t {
  width: 100%;
  height: 250px;
  padding: 5px 7px;
  line-height: 150%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/********** hiki **********/
.hiki {
}

.hiki h1 {
  margin-bottom: 20px;
  padding: 15px 15px 12px 15px;
  font-size: 18px;
  font-weight: normal;
  line-height: 130%;
  border-top: 3px solid #003E78;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.hiki h2 {
  margin: 10px 0 20px 0;
  padding: 10px 10px 8px 29px;
  font-size: 16.5px;
  font-weight: normal;
  color: #FFFFFF;
  background: url(../images/template/imgH2titleBar01.gif) no-repeat;
}
  .hiki h2 a {
    color: #FFFFFF;
  }
.hiki h3 {
  margin: 10px 10px 15px 10px;
  padding: 10px 0 7px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  background-color: #E9ECEF;
  border-top: 1px solid #BEC7CF;
  border-bottom: 1px dotted #BEC7CF;
}
.hiki h4 {
  margin: 5px 20px 15px 20px;
  padding: 6px 0 5px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  color: #003E78;
  border-bottom: 1px dotted #BEC7CF;
  border-left: 4px solid #003E78;
}

.hiki p {
  margin: 0 15px 20px 15px;
  line-height: 170%;
}
.hiki strong {
  font-weight: normal;
  display: block;
}
.hiki em {
  color: #003E78;
}
.hiki b {
  color: #35491D;
}


.hiki ul {
  padding: 0 0 20px 0;
}
  .hiki ul li {
    margin: 0 20px 7px 20px;
    padding-left: 15px;
    line-height: 140%;
    background: url(../images/icon/iconArrow04.png) no-repeat 0 5px;
  }
    .hiki ul li ul {
      margin-top: 5px;
    }

.hiki ol {
  margin-bottom: 15px;
}
  .hiki ol li {
    margin: 0 20px 0 45px;
    padding-bottom: 7px;
    line-height: 140%;
    list-style: decimal outside;
  }
    .hiki ol li ol {
      margin-top: 5px;
    }

.hiki table {
  width: 630px;
  margin: 0 15px 20px 15px;
}
  .hiki th {
    padding: 6px 8px;
    font-weight: bold;
    line-height: 140%;
    white-space: nowrap;
    background-color: #DEDEDE;
    border: 1px solid #C9CDCD;
    text-align: center;
  }
  .hiki td {
    padding: 6px 8px;
    line-height: 140%;
    border: 1px solid #C9CDCD;
    text-align: center;
  }

.hiki img {
  max-width: 100%;
}
.hiki img.left {
  margin: 10px 20px 20px 0;
  text-align: left;
  float: left;
}
.hiki img.right {
  margin: 10px 0 20px 20px;
  text-align: right;
  float: right;
}
.hiki img.center {
  margin: 10px auto 20px auto;
  text-align: center;
  display: inherit;
}


/********** error **********/
.formError {
  margin-top: 5px;
  font-size: 13px;
  color: #AF3532;
  display: inline-block;
}
.fieldWithErrors {
  display: inline-block;
}
.fieldWithErrors label {
  font-weight: bold;
  color: #AF3532;
}
.fieldWithErrors input {
  border: 1px solid #AF3532;
}

.errorExplanation {
  margin: 0 20px 20px 20px;
}
  .errorExplanation h2, .errorExplanation p {
    margin-bottom: 10px;
    color: #AF3532;
  }
  .errorExplanation ul {
    margin: 0 40px;
  }
    .errorExplanation li {
      color: #AF3532;
      line-height: 160%;
      list-style: disc outside;
    }
