body{
  font-family: Arial,Helvetica,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
  font-size: 16px;
  *+font-size: medium;
  font-size: 100%;
  font-weight: normal;
  color: #000;
  background-color: #eee;
}
img{
  border: none;
}


/* anchor */
a{
  font-weight: bold;
}
a:link{
  color: #06a;
  text-decoration: none;
}
a:visited{
  /*color: #909;*/
  color: #06a;
}
a:hover, a:active{
  color: #900;
  text-decoration: underline !important;
}


/* logo */
.kb-logo{
  position: absolute;
  left: 15px; top: 5px;
  font-size: 0.8rem;
  width: auto;
}


/* container */
.kb-container{
  background-color: #fff;
  padding: 40px 0;
  position: relative;
}


/* header */
.header{
  position: relative;
  width: 100%;
  text-align: left;
  background-image: url(../images/front-title.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  /*overflow: hidden;*/
}
h1.header_title{
  position: relative;
}


/* accent color */
h2{
  border-color: #800;
  /*border-style: solid;
  border-width: 0 0 0 8px;
  padding-left: 0.5em;*/
}
h3{
  border-color: #800;
  border-style: solid;
  border-width: 0 0 1px 6px;
  padding-left: 0.5em;
  padding-bottom: 0.25em;
}


/* main */
#main{
  /*margin: 25px 25px;
  min-height: 300px;*/
}
.kb-main{
}


/* list menu */
.kb-menu {
  text-align: right;
}
.kb-menu ul{
  padding: 15px 0px;
}
.kb-menu ul>li{
  margin-top: 5px;
  padding: 10px;
}
.kb-menu i{
  display: none;
}
.list-group-item{
  background-color: transparent !important;
}


/* footer */
.footer{
  position: relative;
  height: auto;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;

  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ccc;

  background-color: #fff;
  z-index: 11;
}
.footermenu{
  width: 100%;
  text-align: right;
  padding-right: 10px;
}
ul.kb-b-menu {
  /*margin-top: 5px;*/
  margin-right: 40px;
}
ul.kb-b-menu>li{
  padding: 0 10px;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 0 0 1px;
}
ul.kb-b-menu>li:first-child{
  /*border-style: none;*/
}
.copyright{
  margin: 25px 0px;
  padding: 0px 15px;
  font-size: 90%;
  font-weight: normal;
}


/* floater */
.fixed_floater{
  position: fixed;
  right: 0; bottom: 40px;
  padding: 15px 20px 15px 20px;
  background-color: rgba(255,0,0,0.6);
  opacity: 0.6;
  display: none;
  font-size: 1.5rem;
  z-index: 12;
}
.fixed_floater a:link,
.fixed_floater a:visited,
.fixed_floater a:hover,
.fixed_floater a:active{
  color: #310;
  text-decoration: none;
}


/* util */
.clearfloat{
  height: 0;
  clear: both;
}


/* responsive */
@media only screen and (max-width: 1199px){ /* xl */

}
@media only screen and (max-width: 991px){ /* lg */

}
@media only screen and (max-width: 767px){ /* md */

}
@media only screen and (max-width: 639px){
  ul.kb-g-menu>li{
    padding: 0;
    width: 50%;
  }
  ul.kb-b-menu{
    justify-content: center !important;
    margin-right: 0px;
  }
  ul.kb-b-menu>li{
    padding: 0 0;
    border-style: none;
    display: block;
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 575px) { /* xs */

}
@media only screen and (max-width: 440px) {
  .copyright{
    font-size: 0.8rem;
    line-height: 1.25em;
  }
}

@media print {
  body * { background-color: #fff; color: #000; }
}
