html {
  color: #333;
  transition: 0.3s;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* -----------------------------------
standard setting
----------------------------------- */
body, html {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  text-align: center;
}

/* -----------------------------------
link color
----------------------------------- */
a {
  color: #0e1bbb;
  text-decoration: none;
}
a:visited {
  color: #660066;
}
a:hover {
  color: #CC0000;
  text-decoration: underline;
}
a img {
  border: none;
  vertical-align: top;
}

/* -----------------------------------
Header
----------------------------------- */
#header {
  display: block;
  width: 100%;
  border-color: #9fd0ff;
  border-width: 5px 0 0 0;
  border-style: solid;
  min-width: 980px;
}
@media (max-width: 376px) {
  #header {
    min-width: auto;
  }
}

#head-wrap {
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 376px) {
  #head-wrap {
    width: 90vw;
  }
}

#spnavbtn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #555;
  width: 20vw;
  padding: 10px 0;
  float: right;
  display: none;
  text-align: center;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
}
@media (max-width: 376px) {
  #spnavbtn {
    display: block;
    font-family: "source-han-sans-japanese",sans-serif;
    font-style: normal;
    font-weight: 700;
  }
  #spnavbtn a {
    color: #0E3864;
  }
}

#self-header {
  display: block;
  width: 100%;
  border-color: #9fd0ff;
  border-width: 5px 0 0 0;
  border-style: solid;
  min-width: 980px;
  background-image: url(../image/self-bg.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 0 0 25px 0;
}
@media (max-width: 376px) {
  #self-header {
    min-width: auto;
    background-image: none;
  }
}

#self-head-wrap {
  width: 730px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 376px) {
  #self-head-wrap {
    width: auto;
  }
}

.head-left {
  float: left;
  width: 555px;
  padding: 7px 0 0 0;
  display: block;
  background-image: url(../image/head-image.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 376px) {
  .head-left {
    width: auto;
    height: 7px;
    float: none;
    background-image: none;
  }
}

.self-head-left {
  float: left;
  width: 730px;
  padding: 7px 0 0 0;
  display: block;
  background-image: url(../image/head-image.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 376px) {
  .self-head-left {
    width: auto;
    float: none;
    background-image: none;
  }
}

.head-left a {
  font-size: 24px;
  color: #000;
}

.head-right {
  float: right;
  padding: 13px 0 0 0;
  font-size: 12px;
}
@media (max-width: 376px) {
  .head-right {
    display: none;
  }
}

ul.menu1 {
  clear: both;
  height: 24px;
  background-image: url(../image/menu1-bg.gif);
  background-repeat: no-repeat;
  background-position: 5px -24px;
  padding-bottom: 10px;
}

.menu1 li {
  display: block;
  list-style: none;
  float: left;
}
.menu1 li a {
  display: block;
  padding: 0;
  margin-left: 5px;
  text-decoration: none;
  background-image: url(../image/menu1-bg.gif);
  background-repeat: no-repeat;
}
.menu1 .menu-a a {
  background-position: 0 0;
}
.menu1 .menu-b a {
  background-position: -97px 0;
}
.menu1 .menu-c a {
  background-position: -194px 0;
}
.menu1 .menu-d a {
  background-position: -291px 0;
}
.menu1 li a:hover {
  background-image: none;
}

ul.menu2 {
  clear: both;
}

.menu2 li {
  display: block;
  list-style: none;
  float: left;
  margin-left: 10px;
  font-size: 11px;
}
.menu2 li a {
  color: #6c6c6c;
  display: block;
  padding: 0 0 0 14px;
  text-decoration: none;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.menu2 .menu-a a {
  background-image: url(../image/menu2-a.gif);
}
.menu2 .menu-b a {
  background-image: url(../image/menu2-b.gif);
}
.menu2 .menu-c a {
  background-image: url(../image/menu2-c.gif);
}
.menu2 .menu-d a {
  background-image: url(../image/menu2-d.gif);
}
.menu2 li a:hover {
  color: #50bc00;
  background-position: 0 -13px;
}

/* -----------------------------------
Skip
----------------------------------- */
.skip {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 0.1;
}
.skip img {
  border: none;
  vertical-align: top;
}

/* -----------------------------------
Main menu
----------------------------------- */
nav#menu {
  display: block;
  width: 100%;
  min-width: 980px;
}
@media (max-width: 376px) {
  nav#menu {
    min-width: auto;
  }
}

.menu-top {
  background-image: url(../image/mainimage-bg2.gif);
  background-position: center bottom;
  background-repeat: repeat-x;
}
@media (max-width: 376px) {
  .menu-top {
    background: none;
  }
}

@media (max-width: 376px) {
  #menu {
    position: relative;
  }
}
#menu ul {
  display: block;
  width: 960px;
  height: 47px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
  background-image: url(../image/menu-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#menu ul.forsp {
  display: none;
}
@media (max-width: 376px) {
  #menu ul {
    display: none;
    width: auto;
  }
  #menu ul.forsp {
    transition: 0.3s;
    width: 100vw;
    display: inherit;
    background: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
    height: auto;
    padding: 0;
    display: none;
  }
  #menu ul.forsp li {
    border-bottom: 1px solid #eee;
  }
  #menu ul.forsp li a {
    padding: 15px;
  }
  #menu ul.forsp li a:hover {
    background: rgba(1, 168, 255, 0.1);
  }
}
#menu li {
  display: block;
  list-style: none;
  float: left;
}
@media (max-width: 376px) {
  #menu li {
    float: none;
  }
}
#menu li a {
  display: block;
  padding: 0;
  text-decoration: none;
  background-repeat: no-repeat;
}
#menu .menu-a a {
  background-image: url(../image/menu-bg01.png);
  width: 60px;
}
@media (max-width: 376px) {
  #menu .menu-a a {
    background: none;
    width: auto;
  }
}
#menu .menu-b a {
  background-image: url(../image/menu-bg02.png);
  width: 180px;
}
@media (max-width: 376px) {
  #menu .menu-b a {
    background: none;
    width: auto;
  }
}
#menu .menu-c a {
  background-image: url(../image/menu-bg03.png);
  width: 180px;
}
@media (max-width: 376px) {
  #menu .menu-c a {
    background: none;
    width: auto;
  }
}
#menu ul li a:hover {
  background-image: none;
}

/* -----------------------------------
Main Image
----------------------------------- */
#mainimage {
  clear: both;
  display: block;
  width: 100%;
  min-width: 980px;
  background-image: url(../image/mainimage-bg.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  text-align: center;
}
@media (max-width: 376px) {
  #mainimage {
    min-width: auto;
    background-image: none;
  }
}

#main-wrap {
  width: 960px;
  padding: 18px 10px 25px 10px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 376px) {
  #main-wrap {
    position: inherit;
    width: auto;
    padding: 1vw;
  }
}

ul#slider {
  display: block;
  padding: 0;
  height: 300px;
  overflow: hidden;
}
@media (max-width: 376px) {
  ul#slider {
    height: auto;
  }
}

#slider li {
  list-style: none;
  display: block;
  padding: 5px;
  background-image: url(../image/main-white.gif);
  background-repeat: no-repeat;
}
@media (max-width: 376px) {
  #slider li {
    background-image: none;
    position: inherit;
  }
}
#slider a {
  outline: none;
}
@media (max-width: 376px) {
  #slider img {
    width: 100%;
    height: auto;
  }
}

div.bx-pager {
  padding: 0;
  width: 960px;
  left: 0;
  top: 305px;
  text-align: center;
  position: absolute;
  z-index: 999999;
}
@media (max-width: 376px) {
  div.bx-pager {
    width: auto;
  }
}

a.pager-link {
  display: inline-block;
  background-color: #eee;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  margin: 5px;
  width: 8px;
  height: 8px;
  color: #999;
  text-indent: 999999px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  behavior: url("/PIE.htc");
}
a.pager-active {
  background-color: #aaa;
}
a.bx-prev {
  position: absolute;
  top: 260px;
  left: 10px;
  z-index: 999999;
}
@media (max-width: 376px) {
  a.bx-prev {
    display: none;
  }
}
a.bx-next {
  position: absolute;
  top: 260px;
  right: 10px;
  z-index: 999999;
}
@media (max-width: 376px) {
  a.bx-next {
    display: none;
  }
}

/* -----------------------------------
Content
----------------------------------- */
#content {
  display: block;
  width: 100%;
  clear: both;
  min-width: 980px;
  padding: 15px 0 15px 0;
}
@media (max-width: 376px) {
  #content {
    min-width: auto;
    padding-top: 0;
  }
}

#conte-wrap {
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 376px) {
  #conte-wrap {
    width: 95vw;
    padding: 0 2.5vw;
  }
}

#self-conte-wrap {
  width: 730px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 376px) {
  #self-conte-wrap {
    width: auto;
  }
}

.conte-left {
  float: left;
  width: 198px;
}
@media (max-width: 376px) {
  .conte-left {
    float: none;
    width: 95vw;
  }
  .conte-left div {
    text-align: center;
  }
}

.conte-right {
  float: right;
  width: 730px;
  padding: 1px 0 0 0;
  font-size: 80%;
}
@media (max-width: 376px) {
  .conte-right {
    width: 95vw;
    float: none;
  }
}

/* -----------------------------------
Top Page Left
----------------------------------- */
ul.exam-sp {
  display: none;
  width: 95vw;
  margin-bottom: 15px;
}
ul.exam-sp img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 376px) {
  ul.exam-sp {
    display: inherit;
  }
}

ul.sidemenu-top {
  margin: 0 0 15px 0;
  padding: 0;
}

.sidemenu-top li {
  list-style: none;
  display: block;
  padding: 0 0 7px 0;
  margin: 0;
  border-top: 1px solid #fff;
}
.sidemenu-top li a {
  display: block;
  padding: 10px 27px;
  line-height: 1.3;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  behavior: url("/PIE.htc");
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  border-left: solid 12px #4eb800;
  font-family: "source-han-sans-japanese",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #3F3F3F;
}
.sidemenu-top li a span {
  display: block;
  font-size: 12px;
  color: #278303;
}
.sidemenu-top li a:hover {
  border-color: #96d900;
  text-decoration: none;
  background: #ecffb2;
  background: -moz-linear-gradient(top, #ecffb2 0%, #e2f4aa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ecffb2), color-stop(100%, #e2f4aa));
  background: -webkit-linear-gradient(top, #ecffb2 0%, #e2f4aa 100%);
  background: -o-linear-gradient(top, #ecffb2 0%, #e2f4aa 100%);
  background: -ms-linear-gradient(top, #ecffb2 0%, #e2f4aa 100%);
  background: linear-gradient(to bottom, #ecffb2 0%, #e2f4aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
}
.sidemenu-top li a img {
  display: none;
  /*border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  behavior:url("/PIE.htc");*/
}

/* -----------------------------------
Top Page Main
----------------------------------- */
/* Top Page News */
#sp-info {
  margin-top: 10px;
}

.news {
  float: left;
  width: 405px;
  display: block;
}
@media (max-width: 376px) {
  .news {
    width: auto;
    float: none;
  }
}
.news h2 {
  height: 58px;
  background-image: url(../image/news-bg.gif);
  background-repeat: no-repeat;
  padding: 0 0 0 10px;
  margin: 0;
  vertical-align: top;
  display: block;
}
@media (max-width: 376px) {
  .news h2 {
    background-image: none;
    padding: 0;
  }
}

.news-title {
  float: left;
}

.news h2 a {
  background-image: url(../image/link-newslist.gif);
  background-repeat: no-repeat;
  width: 65px;
  display: block;
  float: right;
}
.news h2 a:hover {
  background-position: left bottom;
}
@media (max-width: 376px) {
  .news h2 a {
    margin-left: 5px;
    width: 42px;
    overflow: hidden;
  }
}
.news ul {
  clear: both;
}
.news ul li {
  display: block;
  list-style: none;
  font-size: 100%;
  color: #333;
  margin: 5px 0 5px 0;
  padding: 6px 0 8px 10px;
  border-bottom: 1px dotted #ccc;
  line-height: 1;
}
.news ul li span {
  display: block;
  padding-bottom: 2px;
  color: #888;
}
.news ul li a {
  display: block;
}
@media (max-width: 376px) {
  .news ul li {
    font-size: 120%;
    line-height: 1.3;
  }
}

/* Top Page Topics */
.topics {
  display: block;
  float: right;
  width: 310px;
}
@media (max-width: 376px) {
  .topics {
    float: none;
    margin: 0 auto;
    width: 295px;
  }
}

.box-topics {
  display: block;
  padding: 0 0 12px 15px;
  float: left;
  width: 140px;
  font-size: 100%;
}
@media (max-width: 376px) {
  .box-topics {
    padding-left: 0;
    padding-right: 15px;
  }
  .box-topics:nth-child(odd) {
    padding-right: 0;
  }
}
.box-topics a {
  color: #333;
}
.box-topics a h3 {
  border-color: #CCC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  display: block;
  behavior: url("/PIE.htc");
}
.box-topics a img {
  width: 138px;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  behavior: url("/PIE.htc");
}
.box-topics p {
  margin: 0;
  padding: 0;
  display: block;
  background-image: url(../image/link-topics.gif);
  background-repeat: no-repeat;
  height: 21px;
  /*overflow: hidden;*/
  padding: 4px 0 0 15px;
  line-height: 1.2;
  letter-spacing: 0px;
  font-size: 12px;
}
.box-topics a:hover {
  color: #50bc00;
}
.box-topics a:hover h3 {
  border-color: #96d900;
}
.box-topics a:hover p {
  background-position: 0 -25px;
}

.box-topics-full {
  display: block;
  width: 293px;
  font-size: 100%;
}
.box-topics-full a {
  color: #333;
}
.box-topics-full a h3 {
  border-color: #CCC;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  display: block;
  behavior: url("/PIE.htc");
}

.box-topic-fulls a img {
  width: 293px;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  behavior: url("/PIE.htc");
}

.box-topics-full p {
  margin: 0;
  padding: 0;
  display: block;
  background-image: url(../image/link-topics.gif);
  background-repeat: no-repeat;
  height: 21px;
  overflow: hidden;
  padding: 4px 0 0 15px;
  line-height: 1.2;
  letter-spacing: 0px;
  font-size: 12px;
}
.box-topics-full a:hover {
  color: #50bc00;
}
.box-topics-full a:hover h3 {
  border-color: #96d900;
}
.box-topics-full a:hover p {
  background-position: 0 -25px;
}

.box-bana {
  display: block;
  padding: 0 0 12px 15px;
  float: left;
  width: 140px;
}
@media (max-width: 376px) {
  .box-bana {
    padding-left: 0;
    padding-right: 15px;
  }
  .box-bana:nth-child(odd) {
    padding-right: 0;
  }
}

.box-bana-r {
  display: block;
  padding: 0 0 12px 15px;
  float: right;
  width: 140px;
}
@media (max-width: 376px) {
  .box-bana-r {
    padding-left: 0;
  }
}

.box-banalong {
  display: block;
  padding: 0 0 12px 15px;
  width: 310px;
}
@media (max-width: 376px) {
  .box-banalong {
    padding-left: 0;
  }
}

.space {
  padding: 36px 0 37px 15px;
}

/* -----------------------------------
Side Menu Category
----------------------------------- */
@media (max-width: 768px) {
  .page-category {
    margin-top: 15px;
  }
}
.page-category img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  behavior: url("/PIE.htc");
}
@media (max-width: 376px) {
  .page-category img {
    width: 100%;
    height: auto;
  }
}
.page-category a {
  display: block;
  padding: 12px 5px 11px 27px;
  margin: 0;
  font-size: 90%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-image: url(../image/icon00.gif);
  background-position: 6px center;
  background-repeat: no-repeat;
  background-color: #71b900;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  text-align: left;
}
.page-category a:hover {
  background-color: #a5e300;
  background-image: url(../image/icon00_on.gif);
}

/* -----------------------------------
Side Menu List
----------------------------------- */
ul.sidemenu-page {
  margin: 0 0 12px 0;
  padding: 0;
}

.sidemenu-page li {
  list-style: none;
  padding: 0;
  margin: 0;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}
.sidemenu-page li a {
  display: block;
  padding: 12px 5px 11px 27px;
  margin: 0;
  font-size: 80%;
  color: #333;
  text-decoration: none;
  background-image: url(../image/icon01.gif);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-color: #fff;
  line-height: 1.2;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
}
.sidemenu-page li a:hover {
  color: #388400;
  background-image: url(../image/icon01_on.gif);
  background-color: #ecffb2;
  border-color: #C1F32C;
}
.sidemenu-page li ol li {
  border-width: 0 0 1px 0;
  border-color: #def6ac;
}
.sidemenu-page li ol li a {
  background-image: url(../image/icon03.gif);
  background-color: #f5ffe5;
  background-position: 5px 9px;
  padding: 9px 5px 7px 27px;
  border-color: #f5ffe5;
}
.sidemenu-page li ol li a:hover {
  background-image: url(../image/icon03.gif);
}
.sidemenu-page li ol li a.sidemenu-icon {
  background-image: url(../image/icon05.gif);
}
.sidemenu-page li ol li ol li {
  border-width: 0;
}
.sidemenu-page li ol li ol li a {
  color: #666;
  background-image: url(../image/icon04.gif);
  background-color: #def6ac;
  background-position: 5px 8px;
  padding: 7px 5px 5px 27px;
  border-color: #def6ac;
}
.sidemenu-page li ol li ol li a:hover {
  background-image: url(../image/icon04.gif);
}

/* -----------------------------------
Side Menu Other
----------------------------------- */
ul.sidemenu-gray {
  display: block;
  margin: 0 0 12px 0;
  padding: 5px 5px 2px 5px;
  background-color: #ededed;
}

.sidemenu-gray li {
  list-style: none;
  padding: 0;
  margin: 0 0 5px 0;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
}
.sidemenu-gray li a {
  color: #666;
  display: block;
  padding: 12px 25px 11px 17px;
  margin: 0;
  font-size: 80%;
  text-decoration: none;
  background-image: url(../image/icon02.gif);
  background-position: 165px center;
  background-repeat: no-repeat;
  background-color: #fff;
  line-height: 1.2;
  vertical-align: text-top;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
}
@media (max-width: 376px) {
  .sidemenu-gray li a {
    background-position: 80vw center;
  }
}
.sidemenu-gray li a:hover {
  color: #388400;
  background-image: url(../image/icon02_on.gif);
  background-color: #ecffb2;
  border-color: #C1F32C;
}

/* -----------------------------------
Page Main
----------------------------------- */
#page-content {
  color: #333;
  line-height: 1.6;
}

/* -----------------------------------
Footer
----------------------------------- */
#foot-line {
  clear: both;
  display: block;
  width: 100%;
  min-width: 980px;
  background-image: url(../image/foot-bgline.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #FFF;
}
@media (max-width: 376px) {
  #foot-line {
    min-width: auto;
  }
}

#footer {
  clear: both;
  display: block;
  width: 100%;
  min-width: 980px;
  background-image: url(../image/foot-bg.gif);
  box-shadow: 0 3px 3px #ccc;
  -moz-box-shadow: 0 3px 3px #ccc;
  -webkit-box-shadow: 0 3px 3px #ccc;
}
@media (max-width: 376px) {
  #footer {
    min-width: auto;
  }
}

#foot-wrap {
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
  clear: both;
}
@media (max-width: 376px) {
  #foot-wrap {
    width: auto;
  }
}

#self-foot-wrap {
  width: 730px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
  clear: both;
}
@media (max-width: 376px) {
  #self-foot-wrap {
    width: auto;
  }
}

.foot-sitemap {
  font-size: 80%;
}
@media (max-width: 376px) {
  .foot-sitemap {
    padding: 15px 0;
  }
}
.foot-sitemap div {
  float: left;
  width: 168px;
  padding: 20px 12px 15px 12px;
  color: #666;
}
@media (max-width: 376px) {
  .foot-sitemap div {
    width: 90vw;
    padding: 0;
  }
  .foot-sitemap div ul {
    margin-left: 1vw;
  }
}
.foot-sitemap div a {
  color: #666;
}
.foot-sitemap div a:hover {
  color: #50bc00;
  text-decoration: underline;
}
.foot-sitemap h4 {
  padding: 5px 0 8px 0;
  margin-bottom: 0.8em;
  background-image: url(../image/foot-sitemaph3.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}
.foot-sitemap ul {
  padding-bottom: 10px;
}
.foot-sitemap ul li {
  list-style: none;
  display: block;
  margin-bottom: 0.7em;
}
@media (max-width: 376px) {
  .foot-sitemap ul li {
    margin: 1.7em 0;
  }
}
.foot-sitemap ul li ol li a {
  background-image: url(../image/icon-list1.gif);
  background-repeat: no-repeat;
  background-position: 0.3em 0.5em;
  padding-left: 0.9em;
  display: block;
  margin: 0.7em 0;
}

.foot-img {
  display: block;
  text-align: center;
}
@media (max-width: 376px) {
  .foot-img {
    padding-bottom: 15px;
  }
}
.foot-img img {
  margin-bottom: 5px;
}

#foot-info {
  clear: both;
  width: 100%;
  background-image: url(../image/foot-bg-copy.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

#foot-wrap2 {
  width: 940px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: left;
  display: block;
}
@media (max-width: 376px) {
  #foot-wrap2 {
    width: auto;
  }
}
#foot-wrap2 h5 {
  background-image: url(../image/foot-image.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}

#self-foot-wrap {
  width: 710px;
  padding: 10px 20px 0 20px;
  margin: 0 auto;
  text-align: left;
  display: block;
}
@media (max-width: 376px) {
  #self-foot-wrap {
    width: auto;
  }
}

#foot-wrap2 h5 {
  background-image: url(../image/foot-image.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 376px) {
  #foot-wrap2 h5 img {
    display: none;
  }
}

.copy {
  clear: both;
  text-align: center;
  font-size: 80%;
  color: #FFF;
  height: 25px;
  padding: 4px 0 0 0;
}
@media (max-width: 376px) {
  .copy {
    height: auto;
    font-size: 80%;
    line-height: 1;
  }
}

/* -----------------------------------
pankuzu-list
----------------------------------- */
.pan_list {
  font-size: 80%;
  text-align: left;
  margin-bottom: 15px;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
}

/* -----------------------------------
subheading
----------------------------------- */
#page-content h1 {
  font-size: 140%;
  line-height: 1.2;
  margin: 0 0 0.8em 0;
  padding: 0 0 10px 0;
  background-image: url(../image/h14.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.h1-blue {
  background-image: url(../image/h11.gif) !important;
}

.h1-pink {
  background-image: url(../image/h12.gif) !important;
}

.h1-green {
  background-image: url(../image/h13.gif) !important;
}

#page-content h2 {
  font-size: 140%;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 0.8em;
  padding: 0 0 0 23px;
  background-image: url(../image/h24.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
  clear: both;
}

.h2-blue {
  background-image: url(../image/h21.gif) !important;
}

.h2-pink {
  background-image: url(../image/h22.gif) !important;
}

.h2-green {
  background-image: url(../image/h23.gif) !important;
}

#page-content h3 {
  font-size: 130%;
  margin: 1.6em 0 0.8em 20px;
  padding: 0 0 0.2em;
  line-height: 1.2;
  border-bottom: 1px dotted #ccc;
}
#page-content h4 {
  font-size: 120%;
  margin: 1.2em 0 0.5em 20px;
  padding: 0.5em 0.5em 0.2em 0;
  color: #009300;
  line-height: 1.2;
}
#page-content h5 {
  font-size: 110%;
  margin: 1.2em 0 0.4em 20px;
  padding: 0.5em 0.5em 0.1em 0;
  color: #219E9B;
  line-height: 1.2;
}
#page-content p {
  margin-left: 20px;
  margin-bottom: 1em;
}

/* -----------------------------------
text
----------------------------------- */
p.text-a {
  text-indent: 0.5em;
}

#page-content ul {
  margin: 0.5em 0 1.5em 40px;
  margin-bottom: 1em;
}
#page-content ul li {
  margin-bottom: 0.6em;
}
#page-content ol {
  margin: 1em 0 1.5em 43px;
  margin-bottom: 1em;
}
#page-content ol li {
  margin-bottom: 0.5em;
}

/* -----------------------------------
Style
----------------------------------- */
/* -----------------------------------
float
----------------------------------- */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  float: none;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

/* -----------------------------------
point-top
----------------------------------- */
.point-top {
  text-align: right;
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 376px) {
  .point-top {
    width: auto;
    padding-right: 5vw;
  }
}
.point-top a {
  float: right;
  display: block;
  background-image: url(../image/link-top.gif);
  background-repeat: no-repeat;
}
.point-top a:hover {
  background-position: left bottom;
}

/* -----------------------------------
decoration
----------------------------------- */
.sp-a {
  font-weight: bold;
  color: #CD2571;
}

.sp-a-a {
  font-weight: bold;
  color: #CA5628;
  padding-left: 10px;
  padding-top: 5px;
  display: block;
}

.sp-a-b {
  font-weight: bold;
  color: #802ADF;
}

.sp-ma {
  color: #E9BF52;
}

.sp-b {
  font-weight: bold;
  color: #8A6F00;
  font-size: 120%;
  line-height: 160%;
}

.sp-c {
  font-weight: bold;
  color: #C03;
  font-size: 120%;
  line-height: 160%;
}

.sp-d {
  font-weight: bold;
  color: #24773F;
}

.sp-e {
  font-size: 130%;
  font-weight: bold;
  color: #666;
  display: block;
  margin-top: 1em;
}

.at-a {
  color: #ff0000;
}

/* -----------------------------------
font size
----------------------------------- */
.fs-m {
  font-size: 12px;
}

/* -----------------------------------
font size and space between the lines
----------------------------------- */
/* -----------------------------------
button
----------------------------------- */
table.btn-a {
  margin-left: 20px;
}
table.btn-a a {
  margin-right: 20px;
}
table.btn-a td {
  vertical-align: top;
  padding: 3px 1px 3px 0;
}

.btn-b {
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
.btn-b a {
  display: block;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  border-width: 1px;
  border-style: solid;
  border-top-color: #CCC;
  border-right-color: #CCC;
  border-bottom-color: #aaa;
  border-left-color: #CCC;
  background-image: url(../image/bg-button.gif);
  background-repeat: repeat-x;
  background-color: #e3e3e3;
}
.btn-b a:hover {
  border-top-color: #F2B7B7;
  border-right-color: #F2B7B7;
  border-bottom-color: #E6A6A6;
  border-left-color: #F2B7B7;
  background-image: url(../image/bg-button-on.gif);
  background-repeat: repeat-x;
  background-color: #ffe3e3;
}

.btn-c {
  text-align: left;
  padding-right: 20px;
  padding-left: 20px;
}
.btn-c a {
  line-height: 3.0;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  border-width: 1px;
  border-style: solid;
  border-top-color: #CCC;
  border-right-color: #CCC;
  border-bottom-color: #aaa;
  border-left-color: #CCC;
  background-image: url(../image/bg-button.gif);
  background-repeat: repeat-x;
  background-color: #e3e3e3;
}
.btn-c a:hover {
  border-top-color: #F2B7B7;
  border-right-color: #F2B7B7;
  border-bottom-color: #E6A6A6;
  border-left-color: #F2B7B7;
  background-image: url(../image/bg-button-on.gif);
  background-repeat: repeat-x;
  background-color: #ffe3e3;
}

@media (max-width: 376px) {
  .btn-d {
    margin-top: 15px;
    display: block;
  }
}

.btn-d a {
  line-height: 3.0;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  border-width: 3px;
  border-style: double;
  border-top-color: #CCC;
  border-right-color: #CCC;
  border-bottom-color: #aaa;
  border-left-color: #CCC;
  background-image: url(../image/bg-button.gif);
  background-repeat: repeat-x;
  background-color: #e3e3e3;
}
@media (max-width: 376px) {
  .btn-d a {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 15px;
    line-height: 1.3;
  }
}
.btn-d a:hover {
  border-top-color: #F2B7B7;
  border-right-color: #F2B7B7;
  border-bottom-color: #E6A6A6;
  border-left-color: #F2B7B7;
  background-image: url(../image/bg-button-on.gif);
  background-repeat: repeat-x;
  background-color: #ffe3e3;
}

/* -----------------------------------
list
----------------------------------- */
ul.list-a {
  line-height: 140%;
  margin: 1em 0 1.5em 20px;
  margin-bottom: 1em;
}
ul.list-a li {
  margin-bottom: 0.5em;
}
ul.list-a li strong {
  color: #007084;
}
ul.list-a li ol {
  margin-top: 10px;
  margin-left: 10px;
}

ol.list-a {
  line-height: 140%;
  margin-top: 5px;
  margin-left: 25px;
  padding-left: 0px;
  margin-bottom: 0px;
}
ol.list-b {
  line-height: 140%;
  margin-top: 5px;
  margin-left: 25px;
  padding-left: 0px;
  margin-bottom: 0px;
}
ol.list-b li {
  margin-bottom: 10px;
}
ol.list-c {
  list-style-type: upper-roman;
  line-height: 140%;
  margin-top: 5px;
  margin-left: 25px;
  padding-left: 0px;
  margin-bottom: 0px;
}
ol.list-c li {
  margin-bottom: 10px;
}

ul.sitemap {
  list-style-type: none;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
}
ul.sitemap li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}
ul.sitemap li.title {
  font-weight: bold;
  background-color: #E7F2FE;
  font-size: 120%;
  color: #003366;
}
ul.sitemap li ol li {
  border: none;
  list-style-type: square;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
}
ul.sitemap li.title ol li {
  font-weight: normal;
}
ul.page-index {
  padding: 0px;
  margin-top: 0px !important;
}
@media (max-width: 376px) {
  ul.page-index {
    font-size: 120%;
  }
}
ul.page-index li {
  list-style-image: url(../image/icon06.gif);
  padding: 3px 0 3px 0;
  margin: 0;
}
ul.page-index li ol {
  padding: 0;
  margin: 0.5em 0 0 1.5em !important;
}
ul.page-index li ol li {
  list-style-image: url(../image/icon03.gif);
  padding: 0;
  margin: 0;
}
ul.page-index-sub {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
}
ul.page-index-sub li {
  list-style-image: url(../image/icon07.gif);
  padding: 3px 0 3px 0;
  margin: 0;
}

/* -----------------------------------
align
----------------------------------- */
.a_right {
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.a_center {
  text-align: center;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.a_left {
  text-align: left;
  width: 545px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 376px) {
  .a_left {
    width: auto;
  }
}

img.left, table.left {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
img.right, table.right {
  margin-bottom: 10px;
  float: right;
  margin-left: 10px;
}

div.left {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
div.right {
  margin-bottom: 10px;
  float: right;
  margin-left: 10px;
  margin-right: 20px;
}
div.left-img {
  margin-bottom: 10px;
  float: left;
  margin-left: 20px;
}
div.right-img {
  margin-bottom: 10px;
  float: right;
  margin-left: 10px;
  margin-right: 20px;
}
div.left-kyo {
  margin-bottom: 10px;
  float: left;
  margin-left: 0px;
  margin-top: 15px;
  margin-right: 15px;
}

/* -----------------------------------
link icon
----------------------------------- */
.point-a {
  background-image: url(../image/point01.gif);
  padding-left: 20px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: bottom;
}

.point-next {
  background-image: url(../image/point-next.gif);
  padding-left: 16px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: bottom;
  font-size: 90%;
}

div.f-left {
  clear: both;
  padding: 1.5em 5px 0 5px;
}

.point-back {
  background-image: url(../image/point-back.gif);
  padding-left: 16px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: bottom;
  font-size: 90%;
}

/* -----------------------------------
attach
----------------------------------- */
.attach-pdf {
  background-image: url(../image/pdficon_small.gif);
  background-repeat: no-repeat;
  background-position: left 3px;
  height: 21px;
  padding: 5px 0px 5px 22px;
  margin-left: 1em;
}

/* -----------------------------------
line
----------------------------------- */
hr.line-a {
  margin: 0;
  padding: 0;
  height: 1px;
  border-width: 1px 0 0 0;
  border-color: #999999;
  border-style: solid;
}
hr.line-s {
  clear: both;
  margin: 1em auto 0 auto;
  height: 15px;
  border: 0;
  background-image: url(../image/line-s.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

/* -----------------------------------
button
----------------------------------- */
a.link-a {
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  background-color: #FFE0C4;
  color: #0000FF;
  margin-left: 15px;
  border-top: 1px solid #D76C6C;
  border-right: 10px solid #D76C6C;
  border-bottom: 1px solid #D76C6C;
  border-left: 10px solid #D76C6C;
}
a.link-a:hover {
  background-color: #FFEDDD;
  border-color: #E27C79;
  color: #0066FF;
}

/* -----------------------------------
img
----------------------------------- */
img.left {
  margin: 0 15px 15px 0;
}
img.right {
  margin: 0 0 15px 15px;
}

/* -----------------------------------
box
----------------------------------- */
.box-a {
  margin-left: 20px;
  margin-bottom: 1em;
}

.box-a-a {
  line-height: 150%;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.box-sp-a {
  background-color: #F9E8EF;
  margin-right: 10px;
  margin-left: 20px;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  line-height: 160%;
  margin-bottom: 30px;
  margin-top: 15px;
}

.box-sp-a-b {
  background-color: #6AA7E7;
  margin: 15px 10px 15px 20px;
  padding: 10px 15px 10px 20px;
  line-height: 160%;
  color: #FFFFFF;
  font-size: 15px;
}

.box-sp-b-a {
  background-color: #FFE6F1;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 140%;
  margin-bottom: 10px;
  margin-top: 3px;
}
@media (max-width: 376px) {
  .box-sp-b-a {
    padding-left: 0;
  }
}

.box-sp-b-b {
  background-color: #FFE5DE;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 140%;
  margin-bottom: 10px;
  margin-top: 15px;
}

.box-sp-c-a {
  background-color: #FFFAD7;
  margin-right: 10px;
  margin-left: 10px;
  width: 505px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 140%;
  margin-bottom: 10px;
  margin-top: 15px;
}
@media (max-width: 376px) {
  .box-sp-c-a {
    width: auto;
  }
}

.box-sp-c-b {
  background-color: #FFFAD7;
  margin-right: 10px;
  margin-left: 20px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  line-height: 140%;
  margin-bottom: 15px;
  margin-top: 5px;
}

.box-self-a {
  line-height: 140%;
  width: 320px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: left;
  font-size: 80%;
}

/* -----------------------------------
pdf area
----------------------------------- */
.pdf {
  background-color: #EFEEE7;
  padding: 10px 1em 8px 1em;
  margin-left: 20px;
  margin-right: 25px;
  color: #666;
}

/* -----------------------------------
table
----------------------------------- */
table td, table th {
  padding: 5px 5px 3px 5px;
}
table.cell-a {
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #999;
  border-left-color: #999;
  margin-left: 20px;
  margin-bottom: 1.2em;
  margin-top: 0.5em;
  margin-right: 15px;
  line-height: 1.6;
}
@media (max-width: 376px) {
  table.cell-a {
    width: 100%;
  }
}
table.cell-a th {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #999;
  border-bottom-color: #999;
  font-weight: normal;
  vertical-align: top;
  background-color: #E9F3FC;
  white-space: nowrap;
  text-align: center;
}
table.cell-a th.middle {
  vertical-align: middle;
}
table.cell-a td {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #999;
  border-bottom-color: #999;
}
table.cell-a ul {
  line-height: 140%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 25px;
}
table.cell-a ul li {
  margin-bottom: 5px;
}
table.cell-a-a {
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #666666;
  border-left-color: #666666;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-right: 15px;
  width: 500px;
}
@media (max-width: 376px) {
  table.cell-a-a {
    width: auto;
  }
}
table.cell-a-a th {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #666666;
  border-bottom-color: #666666;
  font-weight: normal;
  vertical-align: top;
  background-color: #CEDDFF;
  white-space: nowrap;
  width: 80px;
  text-align: left;
}
table.cell-a-a td {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #666666;
  border-bottom-color: #666666;
}
table.cell-a-b {
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #666666;
  border-left-color: #666666;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-right: 15px;
}
table.cell-a-b th {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #666666;
  border-bottom-color: #666666;
  font-weight: normal;
  vertical-align: top;
  background-color: #CEDDFF;
  text-align: left;
  white-space: nowrap;
}
table.cell-a-b td {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #666666;
  border-bottom-color: #666666;
}
table.cell-c {
  margin: 10px 20px 20px 20px;
}
table.cell-cal {
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #666666;
  border-left-color: #666666;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-right: 15px;
}
table.cell-cal th {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #666666;
  border-bottom-color: #666666;
  font-weight: normal;
  vertical-align: top;
  background-color: #CEDDFF;
  text-align: center;
  padding: 8px;
}
table.cell-cal td {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #666666;
  border-bottom-color: #666666;
  text-align: center;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
table.cell-cal td.hol {
  background-color: #E6E6E6;
}
table.cell-a td table td {
  border: none;
  padding: 0 0.3em 0 0;
}
table.cell-a td table td img {
  vertical-align: text-bottom;
}
table.form_t {
  width: 100%;
  font-size: 90%;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
}
table.form_t th {
  text-align: center;
  background-color: #D0EBB8;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  font-weight: normal;
  padding: 5px;
}
table.form_t td {
  text-align: left;
  background-color: #FFF8E9;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 5px;
}

.v-mid td{
  vertical-align: middle;
}

.form_t_top {
  background: #838383 !important;
  color: #FFFFFF;
}

@media (max-width: 376px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }

  .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
/* -----------------------------------
qa list
----------------------------------- */
ul.faq {
  padding: 0px;
  margin-top: 14px;
  margin-right: 20px;
  margin-bottom: 24px;
  margin-left: 10px;
}

li.que {
  list-style: none;
  background: url(../image/mark_q.gif) no-repeat;
  padding-left: 20px;
  font-weight: bold;
  color: #CF3427;
  border-bottom: 1px solid #CC836A;
  margin-bottom: 6px;
  padding-bottom: 5px;
  margin-top: 1.8em;
}
li.ans {
  list-style: none;
  background: url(../image/mark_a.gif) no-repeat;
  padding-left: 20px;
  margin-bottom: 20px;
}

/* -----------------------------------
img
----------------------------------- */
img.top {
  margin-top: 5px;
  margin-bottom: 5px;
  clear: both;
}
img.bana {
  margin-bottom: 10px;
}

/* --------------------------------
system
----------------------------------- */
.cms-b {
  line-height: 120%;
}

/* -----------------------------------
image
----------------------------------- */
.img-l {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.img-r {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.img-c {
  margin-bottom: 1em;
  text-align: center;
  clear: both;
}

/* -----------------------------------
bana
----------------------------------- */
#bana {
  width: 550px;
}
@media (max-width: 376px) {
  #bana {
    width: auto;
  }
}
#bana .bana-left {
  width: 275px;
  float: left;
  text-align: center;
}
#bana .bana-right {
  float: right;
  width: 275px;
  text-align: center;
}

/* -----------------------------------
calender
----------------------------------- */
.style1 {
  color: #DD0000;
}

.style2 {
  color: #009F50;
}

.style3 {
  color: #0087EA;
}

/* -----------------------------------
flexslider OLD
----------------------------------- */
.flexslider {
  z-index: 0;
}
.flexslider ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 180px;
  overflow: hidden;
}
.flexslider ul li {
  margin: 0;
  padding: 0;
}

/* -----------------------------------
CMS
----------------------------------- */
.LH-M_FS-M {
  font-size: 120%;
}

/*------------------------------------
form
------------------------------------*/
.form {
  width: 730px;
}
.form li {
  padding: 20px 0 10px 0;
  border-top: 1px #4E4E4E dashed;
  list-style: none;
  line-height: 200%;
}
@media (max-width: 376px) {
  .form {
    width: auto;
  }
}

.lavel {
  width: 300px;
  padding: 20px 0;
  float: left;
}

.ipt {
  width: 420px;
  padding: 20px 0;
  float: right;
}
@media (max-width: 376px) {
  .ipt {
    width: auto;
  }
}

.req {
  color: #FFFFFF;
  width: 35px;
  height: 20px;
  border: #FF7334 1px solid;
  background-color: #FF7334;
  border-radius: 5px;
  padding-top: 0;
  padding-right: 2px;
  padding-left: 2px;
  margin: 0 10px 20px 0;
  text-align: center;
  font-weight: bold;
  display: block;
  float: left;
}

.bl {
  background: none;
  border: none;
  border-radius: none;
}

.first {
  margin: -5px 5px 0 0;
  padding: 2px;
  padding-left: 0;
}

.form .clear {
  border-bottom: 1px dotted #4B4B4B;
  display: block;
  height: 1px;
  width: inherit;
  visibility: inherit;
}

th.th-p {
  background: #FCE9E9 !important;
  width: 80px;
}

.txt-r {
  text-align: right;
}

a.btn {
  font-size: 120%;
  display: block;
  padding: 10px;
  margin-left: 20px;
  text-align: center;
  background-image: -webkit-linear-gradient(270deg, #ffd00e 0%, #ffe433 100%);
  background-image: -moz-linear-gradient(270deg, #ffd00e 0%, #ffe433 100%);
  background-image: -o-linear-gradient(270deg, #ffd00e 0%, #ffe433 100%);
  background-image: linear-gradient(180deg, #ffd00e 0%, #ffe433 100%);
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px #d5b83c;
  box-shadow: 1px 1px #d5b83c;
}
a.btn:hover {
  background-image: -webkit-linear-gradient(90deg, #ffd00e 0%, #ffe433 100%);
  background-image: -moz-linear-gradient(90deg, #ffd00e 0%, #ffe433 100%);
  background-image: -o-linear-gradient(90deg, #ffd00e 0%, #ffe433 100%);
  background-image: linear-gradient(0deg, #ffd00e 0%, #ffe433 100%);
}


#modal    {
display:none
}
#confirm_modal   {
width:600px;
height: 100vh;
	text-align: center;
}
#confirm_modal ul {
	text-align:center;
	margin:10px auto;
}
#confirm_modal ul li  {
display:inline-block;
/display:inline;
/zoom:1;
	margin-bottom: 10px;
padding:0 10px;
}
#confirm_modal ul li a  {
display:block;
-webkit-border-radius:4px;
-mozborder-radius:4px;
border-radius:4px;
padding:5px 10px;
text-align:center;
cursor:pointer;
text-decoration:none
}
#confirm_modal ul li a.yes  {
background:#dd0000;
color:#fff;
}
#confirm_modal ul li a.close {
background:#000;
color:#fff;
}
@media (max-width: 376px) {
	#confirm_modal{
		width:100%;
		height: auto;
		max-width: 300px;
		height: auto;
		background-color: inherit;
	}
	#confirm_modal img{
		width:100%;
	}
}
.th-left th{text-align:left!important;}

@media (max-width: 376px) {
  .spimg {
    width: 90vw;
  }
}