#colophon{
  font-size : 1.2rem;
  color : #9fa2ac;
  background-color : transparent;
  background-repeat : repeat-y;
  /* background-repeat : no-repeat; */
  background-position : right top;

  padding-left : 0px;
  padding-right : 0px;

}

#colophon-inner{
  background-position : right top;

  width : 1000px;
  background-color : #ffffff;

  padding-left : 0px;
  margin-right : auto;

}

#content{
  min-height : 50px;
}

#contenthead {
}

#masthead{
  font-size : 1.2rem;
  color : #ffffff;
  background-color : transparent;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#masthead-inner{
  background-image : url(img/header_bg_win.png);
  /* background-image : url(img/header_bg_aut.png); 秋バージョン */
  /* background-image : url(img/header_bg3.png); */
  background-repeat : no-repeat;
  background-position : right bottom;
  background-size : auto auto,auto auto;
  min-height : 200px;
  overflow: hidden;

  background-color : #ffffff;
}

#masthead-inner2{
  background-image : url(img/carline2.png);
  background-repeat : repeat-x;
  background-position : left top;
  background-size : auto auto,auto auto;

  background-color : #666666;

}

#page{
  font-size : 1.6rem;

  background-color : #f5deb3;

}

*{
  box-sizing : border-box;
  
}

.screen-reader-text{
  display : none;
}

.sp-block-container{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

.sp-block-container > h1{
  font-size : 2.4rem;
}

.sp-block-container > h2{
  font-size : 1.8rem;
}

.sp-block-container > h3{
  font-size : 1.5rem;
}

.sp-block-container > h4{
  font-size : 1.4rem;
}

.sp-block-container > h5{
  font-size : 1.3rem;
}

.sp-block-container > h6{
  font-size : 1.1rem;
}

.sp-block-container > hr{
  border-bottom-color : initial;
  color : #e2e2e2;
  margin-top : 25px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 30px;
  border-top-width : 1px;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #e2e2e2;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

.sp-block-container > p{
  font-size : 1.3rem;
  line-height : 1.5;
  text-align : justify;
  padding-left : 0.1em;
  padding-right : 0.1em;
  margin-bottom : 1.5em;
  text-justify : inter-ideograph;
}

.sp-block-container > p.indent{
  padding-left : 1em;
}

.sp-block-container > p.large{
  font-size : 1.2em;
}

.sp-bread-crumb div{
  padding-bottom : 10px;
  margin-top : 10px;
  margin-right : 10px;
  width : auto;
  display : inline-block;
}

.sp-button{
  width : 122px;
}

.sp-button a{
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 6px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #f0f0f0;
  border-left-color : #f0f0f0;
  border-right-color : #f0f0f0;
  border-bottom-color : #f0f0f0;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  height : 100%;
  display : block;
  box-sizing : border-box;
}

.sp-button a:hover{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-column.accordion > .column-label h3::after{
  border-top-width : 5px;
  border-left-width : 6px;
  border-right-width : 6px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-top-color : rgba(255, 255, 255, 0.45);
  border-left-color : transparent;
  border-right-color : transparent;
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  top : 0.5em;
  right : 0px;
  content : "";
}

.sp-column.toggled-on > .column-label h3::after{
  display : none;
}

.sp-column.toggled-on > .column-label h3::before{
  border-left-width : 6px;
  border-right-width : 6px;
  border-bottom-width : 5px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : transparent;
  border-right-color : transparent;
  border-bottom-color : rgba(255, 255, 255, 0.45);
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  top : 0.5em;
  right : 0px;
  content : "";
}

.sp-column > .column-body{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

.sp-definition-list > dd{
  margin-left : 94px;
  margin-bottom : 25px;
}

.sp-definition-list > dt{
  padding-top : 5px;
  padding-left : 25px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 10px;
}

.sp-form input{
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

.sp-form input[type="date"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

.sp-form input[type="radio"]{
  vertical-align : middle;
  width : 20px;
}

.sp-form input[type="submit"]{
  font-size : 1.4rem;
  color : #555555;
  background-color : #dcdada;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  margin-top : 15px;
  width : auto;
  min-width : 100px;
  float : right;
  position : relative;
  cursor : pointer;
}

.sp-form input[type="text"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

.sp-form table{
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  width : 100%;
  border-collapse : collapse;
  border-spacing : 0px 0px;
}

.sp-form td{
  color : #000000;
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
}

.sp-form textarea{
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
  height : 150px;
}

.sp-form th{
  font-weight : normal;
  color : #000000;
  background-color : #f4f4f4;
  text-align : left;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
  min-width : 50px;
}

.sp-google-map{
  max-width : 100%;
  word-wrap : normal;
}

.sp-google-map img{
  max-width : none !important;
}

.sp-item-gallery.grid > ul > li{
  overflow : hidden;
}

.sp-item-gallery.masonry > ul > li{
  height : auto !important;
}

.sp-item-gallery > ul > li > div img.item-gallery-thumbnail{
  max-width : 100%;
}

.sp-list{
  padding-right : 1em;
  margin-bottom : 1.5em;
  list-style-position : inside;
}

.sp-list > li{
  text-align : justify;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-justify : inter-ideograph;
}

.sp-page-title > h1{
  font-size : 1.8rem;
  font-weight : bold;
}

.sp-part-top{
  display : block;
  position : relative;
  box-sizing : border-box;
}

.sp-part-top::after{
  clear : both;
  display : table;
  content : "";
}

.sp-site-branding2 .site-description{
  font-size : 1rem;
  font-weight : normal;
  color : #929292;
}

.sp-site-branding2 > .extra{
  display : none;
}

.sp-site-branding2 > .site-description{
  display : none;
}

.sp-site-navigation{
  color : black;
  background-color : white;
}

.sp-site-navigation .menu-toggle{
  display : none;
  cursor : pointer;
}

.sp-site-navigation.vertical{
  font-size : 1.3rem;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #d2c9b8;
  border-bottom-color : #d2c9b8;
  width : 100%;
}

.sp-site-navigation.vertical ul{
  line-height : 30px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
  list-style-position : outside;
}

.sp-site-navigation.vertical ul li.current-menu-ancestor > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current-menu-item > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current_page_ancestor > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current_page_item > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li > a{
  text-decoration : none;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 10px;
  display : block;
}

.sp-site-navigation.vertical ul li > a:active{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li > a:hover{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul ul li > a{
  padding-top : 10px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 10px;
}

.sp-site-navigation.vertical > ul{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 100%;
}

.sp-site-navigation.vertical > ul > li{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  width : 100%;
}

.sp-site-navigation.vertical > ul > li:hover > ul{
  display : block;
}

.sp-table{
  margin-top : 5px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 5px;
  border-top-width : 0px;
  border-left-width : 0px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  width : 100%;
  display : table;
  border-collapse : collapse;
}

.sp-table > * > tr > td{
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-table > * > tr > th{
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-table > * > tr > th.col-title{
  background-color : rgba(0, 0, 0, 0.0625);
}

.sp-table > * > tr > th.row-title{
  background-color : rgba(0, 0, 0, 0.0625);
}

.sp-wp-post-list{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 2em;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 2em;
}

.sp-wp-post-list .navigation-post{
  margin-top : 0.67em;
}

.sp-wp-post-list .navigation-post .nav-next{
  margin-right : 10px;
  float : right;
}

.sp-wp-post-list .navigation-post .nav-previous{
  margin-left : 10px;
  float : left;
}

.sp-wp-post-list .navigation-post::after{
  clear : both;
  display : table;
  content : "";
}

.sp-wp-post-list .navigation-post > h1{
  display : none;
}

.sp-wp-post-list > article{
  margin-top : 0.67em;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0.67em;
}

.sp-wp-post-list > h3{
  background-color : #f4f4f4;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

a{
  color : #ff8205;
  /* color : #4283ec; */
  text-decoration : underline;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

a:active{
  color : #cc0000;
  text-decoration : none;
}

a:focus{
  color : #cc0000;
  text-decoration : none;
}

a:visited{
  color : #ff8205;
  /* color : #1765e4; */
}

a:hover{
  color : #cc0000;
  text-decoration : none;
}

#a_stats{
  color : #008000;
  /* color : #4283ec; */
  text-decoration : underline;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
  font-size : 19px;
  font-weight : bold;
  line-height : 35px;
  /* margin-top : 50%;
  margin-bottom : 50%; */
}

article{
  display : block;
}

aside{
  display : block;
}

body{
  font-size : 1.3rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height : 1.5;
  color : #333333;
  background-color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  word-wrap : break-word;
}

body.home .sp-site-branding2 > .extra{
  display : block;
}

body.home .sp-site-branding2 > .site-description{
  display : block;
}

details{
  display : block;
}

dl{
  margin-top : 0px;
  box-sizing : border-box;
}

figcaption{
  display : block;
}

figure{
  display : block;
}

footer{
  display : block;
}

h1{
  margin-top : 0px;
  box-sizing : border-box;
}

h2{
  margin-top : 0px;
  box-sizing : border-box;
}

h3{
  margin-top : 0px;
  box-sizing : border-box;
}

h4{
  margin-top : 0px;
  box-sizing : border-box;
}

h5{
  margin-top : 0px;
  box-sizing : border-box;
}

h6{
  margin-top : 0px;
  box-sizing : border-box;
}

h7{
  display : block;
  width : 100%;
  font-size : 2rem;
  color : #ffffff;
  background-color : #006400;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
  background-image : url(../img/caricon2.png);
  background-repeat : no-repeat;
  background-position : left 7px top 50%;
}

h8 {
  display : block;
  width : 300px;
  font-size : 2rem;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #3498db;
  border-bottom: 1px solid #3498db;
  margin-top:20px;
}

header{
  display : block;
}

hgroup{
  display : block;
}

html{
  font-size : 62.5%;
}

main{
  display : block;
}

nav{
  display : block;
  box-sizing : border-box;
}

ol{
  margin-top : 0px;
  box-sizing : border-box;
}

p{
  margin-top : 0px;
  box-sizing : border-box;
}

section{
  display : block;
}

summary{
  display : block;
}

table{
  margin-top : 0px;
  box-sizing : border-box;
}

ul{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  box-sizing : border-box;
}

@media not screen, screen and (min-width: 569px) {

  #colophon {
    width : 100%;
  }

  #colophon-inner{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1000px;
    box-sizing : content-box;
  }

  #content{
    background-size : auto auto,auto auto;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    min-height : 50px;
    position : relative;
  }

  #contenthead{
    position : static;
  }

  #contenthead > a{
    background-color : #343740;
    margin-left : -100%;
    margin-right : -100%;
  }

  #main{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    width : 1000px;
    box-sizing : content-box;

    /* メインコンテンツ部分の背景色 */
    background-image : url(img/bg4.jpg);
    /* background-image : linear-gradient(to right, #1c90d8, #ffffff); */
    background-position : right bottom;

    /* background-image : -webkit-gradient(linear, left top, right top, from(#1c90d8), to(#ffffff)); */
    /* background-color : #ffffff; */

  }

  #main-inner{
    float : left;
  }

  #main-inner #contenthead{
    overflow : hidden;
  }

  #main-inner #contenthead > a{
    margin-left : 0px;
    margin-right : 0px;
  }

  #masthead{
    margin-bottom : auto;
  }

  #masthead-inner{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : auto;
    width : 1000px;
    position : relative;
    box-sizing : content-box;
  }

  #masthead-inner2{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : auto;
    width : 1000px;
    position : relative;
    box-sizing : content-box;
  }

  #page{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    overflow : hidden;
  }

  #primary{
    float : right;
  }

  #sidebar1{
    background-position : left top;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    border-top-width : 0px;
    border-left-width : 0px;
    border-right-width : 0px;
    border-bottom-width : 0px;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : #000000;
    border-left-color : #000000;
    border-right-color : #000000;
    border-bottom-color : #000000;
  }

  .sp-google-map{
    width : 400px;
    min-height : 300px;
  }

  .sp-site-branding2{
    padding-top : 20px;
  }

  .sp-site-branding2 .extra{
    width : 50%;
    position : absolute;
    bottom : 0px;
    right : 0px;
  }

  .sp-site-branding2 .extra > p{
    font-size : 1.3rem;
    color : #929292;
    text-align : right;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  .sp-site-branding2 .extra > p.indent{
    padding-left : 1em;
  }

  .sp-site-branding2 .extra > p.large{
    font-size : 1.5rem;
  }

  .sp-site-branding2 .site-description{
    text-align : right;
    width : 100%;
    height : auto;
    position : absolute;
    top : 15px;
  }

  .sp-site-branding2 .site-title{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    height : 66px;
    float : left;
  }

  .sp-site-branding2 .site-title a{
    height : 100%;
    display : block;
  }

  .sp-site-navigation.horizontal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.horizontal ul li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current-menu-item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a{
    text-decoration : none;
  }

  .sp-site-navigation.horizontal ul li > a:active{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a:hover{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul ul{
    border-bottom-color : initial;
    background-color : #ffffff;
    border-top-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-bottom-width : medium;
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : none;
    border-top-color : #3c3f53;
    border-left-color : #3c3f53;
    border-right-color : #3c3f53;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : none;
    position : absolute;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

  .sp-site-navigation.horizontal ul ul li{
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #3c3f53;
    width : 100%;
    white-space : nowrap;
  }

  .sp-site-navigation.horizontal ul ul li > a{
    padding-top : 5px;
    padding-left : 1em;
    padding-right : 1em;
    padding-bottom : 5px;
    display : block;
  }

  .sp-site-navigation.horizontal > ul::after{
    clear : both;
    display : table;
    content : "";
  }

  .sp-site-navigation.horizontal > ul > li{
    float : left;
    position : relative;
  }

  .sp-site-navigation.horizontal > ul > li:hover{
    position : relative;
  }

  .sp-site-navigation.horizontal > ul > li:hover > ul{
    display : block;
  }

  .sp-site-navigation.horizontal > ul > li > a{
    padding-top : 0.5em;
    padding-left : 2em;
    padding-right : 2em;
    padding-bottom : 0.5em;
    display : block;
  }

  .sp-site-navigation.minimal{
    text-align : center;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
  }

  .sp-site-navigation.minimal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.minimal ul li:last-child{
    margin-right : 0px;
  }

  .sp-site-navigation.minimal ul li > a:active{
    text-decoration : underline;
  }

  .sp-site-navigation.minimal ul li > a:hover{
    text-decoration : underline;
  }

  .sp-site-navigation.minimal > ul li{
    margin-right : 10px;
    display : inline;
  }

  .sp-site-navigation.minimal > ul ul{
    margin-left : 10px;
    display : inline;
  }

  .sp-yahoo-map{
    width : 400px;
    min-height : 300px;
  }

  body{
    min-width : 100%;
    /* min-width : 1000px; */
  }
}

@media not screen, screen and (min-width: 569px) {

  #content{
    width : 100%;
    float : right;
  }

  #contenthead{
    width : 1000px;
  }

  #main-inner{
    margin-top : 20px;
    width : 1000px;
  }

  #main-inner2{
    margin-top : 0px;
    width : 1000px;
  }

  #primary{
    width : 645px;
  }

  #sidebar1{
    width : 305px;
    float : left;
  }

  .sp-site-branding2 > .extra{
    padding-left : 1000px;
    padding-right : 1000px;
    margin-left : -1000px;
    margin-right : -1000px;
    width : 300%;
    bottom : -661px;
    right : 0px;
  }

  .sp-site-branding2 > .site-description{
    padding-left : 1000px;
    padding-right : 1000px;
    margin-left : -1000px;
    margin-right : -1000px;
    width : 300%;
    bottom : -603px;
    right : 0px;
  }

  body.home #main-inner{
    margin-top : 0px;
  }
}

@media screen and (max-width: 568px) {

  #content{
    padding-left : 10px;
    padding-right : 10px;
    margin-top : 30px;
    min-height : 50px;
  }

  #sidebar1{
    margin-top : 10px;
  }

  #sidebar2{
    margin-top : 10px;
  }

  *{
    box-sizing : border-box;
  }

  .sp-block-container{
    padding-top : 0px;
    padding-left : 5px;
    padding-right : 5px;
    padding-bottom : 0px;
  }

  .sp-bread-crumb{
    padding-left : 10px;
    padding-right : 10px;
  }

  .sp-definition-list > dd{
    margin-left : 20px;
  }

  .sp-form input{
    width : 90%;
  }

  .sp-form input[type="submit"] {
  }

  .sp-form table{
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : #d8d8d8;
  }

  .sp-form td{
    width : auto;
    display : block;
  }

  .sp-form textarea{
    width : 90%;
  }

  .sp-form th{
    width : auto;
    display : block;
  }

  .sp-google-map{
    width : 100%;
    min-height : 300px;
  }

  .sp-image{
    max-width : 100%;
    height : auto;
  }

  .sp-sidebar{
    padding-left : 10px;
    padding-right : 10px;
    margin-top : 30px;
  }

  .sp-site-branding2 .extra{
    padding-top : 5px;
  }

  .sp-site-branding2 .extra > p{
    font-size : 1rem;
    color : #929292;
    text-align : left;
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 100%;
  }

  .sp-site-branding2 .site-description{
    text-align : center;
  }

  .sp-site-branding2 .site-title{
    text-align : center;
  }

  .sp-site-navigation .menu-toggle{
    background-color : rgba(0, 0, 0, 0.3);
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    cursor : pointer;
  }

  .sp-site-navigation ul{
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.button-menu .menu-toggle{
    display : block;
  }

  .sp-site-navigation.button-menu ul ul{
    display : block;
  }

  .sp-site-navigation.button-menu ul.toggled-on{
    display : block;
  }

  .sp-site-navigation.button-menu > ul{
    display : none;
  }

  .sp-site-navigation.horizontal{
    padding-top : 0px;
    margin-top : 10px;
    position : relative;
  }

  .sp-site-navigation.horizontal ul{
    background-color : #ffffff;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    width : auto;
    height : auto;
  }

  .sp-site-navigation.horizontal ul li{
    padding-left : 0px;
    border-left-width : 0px;
    width : auto;
    float : none;
  }

  .sp-site-navigation.horizontal ul li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current-menu-item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a{
    line-height : 24px;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 7px;
    float : none;
    display : block;
  }

  .sp-site-navigation.horizontal ul li > a:active{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a:hover{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul ul{
    border-bottom-color : initial;
    background-color : transparent;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : block;
    position : relative;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

  .sp-site-navigation.horizontal ul ul li{
    border-bottom-color : initial;
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  .sp-site-navigation.horizontal ul ul li > a{
    border-bottom-color : initial;
    padding-top : 8px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 8px;
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  .sp-site-navigation.minimal{
    text-align : center;
    margin-bottom : 20px;
  }

  .sp-site-navigation.minimal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.minimal ul li{
    display : block;
  }

  .sp-site-navigation.minimal ul li > a{
    display : block;
  }

  .sp-site-navigation.minimal ul li > a:hover{
    text-decoration : underline;
  }

  .sp-yahoo-map{
    width : 100%;
    min-height : 300px;
  }

  body.home #main-inner{
    margin-top : 155px;
  }

  embed{
    max-width : 100%;
  }
}

.page-access#content #page-content, .page-blog#content #page-content, .page-company#content #page-content, .page-concept#content #page-content, .page-contact#content #page-content, .page-law#content #page-content, .page-news#content #page-content, .page-privacy#content #page-content, .page-recruit#content #page-content, .page-service#content #page-content, .page-service1#content #page-content, .page-toppage#content #page-content, #sp-block-container-1, #sp-block-container-2, #sp-block-container-3, #sp-block-container-4{
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  margin-bottom : 1.5em;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > blockquote, .page-blog#content #page-content > blockquote, .page-company#content #page-content > blockquote, .page-concept#content #page-content > blockquote, .page-contact#content #page-content > blockquote, .page-law#content #page-content > blockquote, .page-news#content #page-content > blockquote, .page-privacy#content #page-content > blockquote, .page-recruit#content #page-content > blockquote, .page-service#content #page-content > blockquote, .page-service1#content #page-content > blockquote, .page-toppage#content #page-content > blockquote, #sp-block-container-1 > blockquote, #sp-block-container-2 > blockquote, #sp-block-container-3 > blockquote, #sp-block-container-4 > blockquote{
  background-color : #f5f5f5;
  padding-top : 1.5em;
  padding-left : 1.5em;
  padding-right : 1.5em;
  padding-bottom : 1.5em;
  margin-bottom : 1.5em;
}

.page-access#content #page-content > blockquote > *:last-child, .page-blog#content #page-content > blockquote > *:last-child, .page-company#content #page-content > blockquote > *:last-child, .page-concept#content #page-content > blockquote > *:last-child, .page-contact#content #page-content > blockquote > *:last-child, .page-law#content #page-content > blockquote > *:last-child, .page-news#content #page-content > blockquote > *:last-child, .page-privacy#content #page-content > blockquote > *:last-child, .page-recruit#content #page-content > blockquote > *:last-child, .page-service#content #page-content > blockquote > *:last-child, .page-service1#content #page-content > blockquote > *:last-child, .page-toppage#content #page-content > blockquote > *:last-child, #sp-block-container-1 > blockquote > *:last-child, #sp-block-container-2 > blockquote > *:last-child, #sp-block-container-3 > blockquote > *:last-child, #sp-block-container-4 > blockquote > *:last-child{
  margin-top : 0px;
  margin-bottom : 0px;
}

.page-access#content #page-content > h1, .page-blog#content #page-content > h1, .page-company#content #page-content > h1, .page-concept#content #page-content > h1, .page-contact#content #page-content > h1, .page-law#content #page-content > h1, .page-news#content #page-content > h1, .page-privacy#content #page-content > h1, .page-recruit#content #page-content > h1, .page-service#content #page-content > h1, .page-service1#content #page-content > h1, .page-toppage#content #page-content > h1, #sp-block-container-1 > h1, #sp-block-container-2 > h1, #sp-block-container-3 > h1, #sp-block-container-4 > h1{
  font-size : 1.8rem;
  font-weight : bold;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > h2, .page-blog#content #page-content > h2, .page-company#content #page-content > h2, .page-concept#content #page-content > h2, .page-contact#content #page-content > h2, .page-law#content #page-content > h2, .page-news#content #page-content > h2, .page-privacy#content #page-content > h2, .page-recruit#content #page-content > h2, .page-service#content #page-content > h2, .page-service1#content #page-content > h2, .page-toppage#content #page-content > h2, #sp-block-container-1 > h2, #sp-block-container-2 > h2, #sp-block-container-3 > h2, #sp-block-container-4 > h2{
  font-size : 1.8rem;
  font-weight : bold;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > h3, .page-blog#content #page-content > h3, .page-company#content #page-content > h3, .page-concept#content #page-content > h3, .page-contact#content #page-content > h3, .page-law#content #page-content > h3, .page-news#content #page-content > h3, .page-privacy#content #page-content > h3, .page-recruit#content #page-content > h3, .page-service#content #page-content > h3, .page-service1#content #page-content > h3, .page-toppage#content #page-content > h3, #sp-block-container-1 > h3, #sp-block-container-2 > h3, #sp-block-container-3 > h3, #sp-block-container-4 > h3{
  font-size : 1.6rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > h4, .page-blog#content #page-content > h4, .page-company#content #page-content > h4, .page-concept#content #page-content > h4, .page-contact#content #page-content > h4, .page-law#content #page-content > h4, .page-news#content #page-content > h4, .page-privacy#content #page-content > h4, .page-recruit#content #page-content > h4, .page-service#content #page-content > h4, .page-service1#content #page-content > h4, .page-toppage#content #page-content > h4, #sp-block-container-1 > h4, #sp-block-container-2 > h4, #sp-block-container-3 > h4, #sp-block-container-4 > h4{
  font-size : 1.5rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > h5, .page-blog#content #page-content > h5, .page-company#content #page-content > h5, .page-concept#content #page-content > h5, .page-contact#content #page-content > h5, .page-law#content #page-content > h5, .page-news#content #page-content > h5, .page-privacy#content #page-content > h5, .page-recruit#content #page-content > h5, .page-service#content #page-content > h5, .page-service1#content #page-content > h5, .page-toppage#content #page-content > h5, #sp-block-container-1 > h5, #sp-block-container-2 > h5, #sp-block-container-3 > h5, #sp-block-container-4 > h5{
  font-size : 1.4rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > h6, .page-blog#content #page-content > h6, .page-company#content #page-content > h6, .page-concept#content #page-content > h6, .page-contact#content #page-content > h6, .page-law#content #page-content > h6, .page-news#content #page-content > h6, .page-privacy#content #page-content > h6, .page-recruit#content #page-content > h6, .page-service#content #page-content > h6, .page-service1#content #page-content > h6, .page-toppage#content #page-content > h6, #sp-block-container-1 > h6, #sp-block-container-2 > h6, #sp-block-container-3 > h6, #sp-block-container-4 > h6{
  font-size : 1.3rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > hr, .page-blog#content #page-content > hr, .page-company#content #page-content > hr, .page-concept#content #page-content > hr, .page-contact#content #page-content > hr, .page-law#content #page-content > hr, .page-news#content #page-content > hr, .page-privacy#content #page-content > hr, .page-recruit#content #page-content > hr, .page-service#content #page-content > hr, .page-service1#content #page-content > hr, .page-toppage#content #page-content > hr, #sp-block-container-1 > hr, #sp-block-container-2 > hr, #sp-block-container-3 > hr, #sp-block-container-4 > hr{
  margin-bottom : 1.5em;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #d5d5d5;
}

.page-access#content #page-content > ins, .page-blog#content #page-content > ins, .page-company#content #page-content > ins, .page-concept#content #page-content > ins, .page-contact#content #page-content > ins, .page-law#content #page-content > ins, .page-news#content #page-content > ins, .page-privacy#content #page-content > ins, .page-recruit#content #page-content > ins, .page-service#content #page-content > ins, .page-service1#content #page-content > ins, .page-toppage#content #page-content > ins, #sp-block-container-1 > ins, #sp-block-container-2 > ins, #sp-block-container-3 > ins, #sp-block-container-4 > ins{
  background-color : #fff9c0;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
}

.page-access#content #page-content > ol, .page-blog#content #page-content > ol, .page-company#content #page-content > ol, .page-concept#content #page-content > ol, .page-contact#content #page-content > ol, .page-law#content #page-content > ol, .page-news#content #page-content > ol, .page-privacy#content #page-content > ol, .page-recruit#content #page-content > ol, .page-service#content #page-content > ol, .page-service1#content #page-content > ol, .page-toppage#content #page-content > ol, #sp-block-container-1 > ol, #sp-block-container-2 > ol, #sp-block-container-3 > ol, #sp-block-container-4 > ol{
  padding-top : 0px;
  padding-left : 13px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 18px;
  list-style-position : inside;
}

.page-access#content #page-content > ol ol, .page-blog#content #page-content > ol ol, .page-company#content #page-content > ol ol, .page-concept#content #page-content > ol ol, .page-contact#content #page-content > ol ol, .page-law#content #page-content > ol ol, .page-news#content #page-content > ol ol, .page-privacy#content #page-content > ol ol, .page-recruit#content #page-content > ol ol, .page-service#content #page-content > ol ol, .page-service1#content #page-content > ol ol, .page-toppage#content #page-content > ol ol, #sp-block-container-1 > ol ol, #sp-block-container-2 > ol ol, #sp-block-container-3 > ol ol, #sp-block-container-4 > ol ol{
  margin-bottom : 0px;
}

.page-access#content #page-content > p, .page-blog#content #page-content > p, .page-company#content #page-content > p, .page-concept#content #page-content > p, .page-contact#content #page-content > p, .page-law#content #page-content > p, .page-news#content #page-content > p, .page-privacy#content #page-content > p, .page-recruit#content #page-content > p, .page-service#content #page-content > p, .page-service1#content #page-content > p, .page-toppage#content #page-content > p, #sp-block-container-1 > p{
  padding-top : 1.0em;
  margin-bottom : 0.5em;
}

.page-access#content #page-content > p, .page-blog#content #page-content > p, .page-company#content #page-content > p, .page-concept#content #page-content > p, .page-contact#content #page-content > p, .page-law#content #page-content > p, .page-news#content #page-content > p, .page-privacy#content #page-content > p, .page-recruit#content #page-content > p, .page-service#content #page-content > p, .page-service1#content #page-content > p, .page-toppage#content #page-content > p, #sp-block-container-2 > p, #sp-block-container-3 > p, #sp-block-container-4 > p{
  padding-top : 0em;
  margin-bottom : 0.5em;
  font-size:14px;
}

.page-access#content #page-content > pre, .page-blog#content #page-content > pre, .page-company#content #page-content > pre, .page-concept#content #page-content > pre, .page-contact#content #page-content > pre, .page-law#content #page-content > pre, .page-news#content #page-content > pre, .page-privacy#content #page-content > pre, .page-recruit#content #page-content > pre, .page-service#content #page-content > pre, .page-service1#content #page-content > pre, .page-toppage#content #page-content > pre, #sp-block-container-1 > pre, #sp-block-container-2 > pre, #sp-block-container-3 > pre, #sp-block-container-4 > pre{
  background-color : #ffffff;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  overflow : auto;
  word-wrap : normal;
}

#post-list, #sp-wp-post-list-1, #sp-wp-post-list-10, #sp-wp-post-list-11, #sp-wp-post-list-12, #sp-wp-post-list-2, #sp-wp-post-list-3, #sp-wp-post-list-4, #sp-wp-post-list-5, #sp-wp-post-list-6, #sp-wp-post-list-7, #sp-wp-post-list-8, #sp-wp-post-list-9{
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 30px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 40px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.hpb-viewtype-content#post-list dl dd, .hpb-viewtype-content#sp-wp-post-list-1 dl dd, .hpb-viewtype-content#sp-wp-post-list-10 dl dd, .hpb-viewtype-content#sp-wp-post-list-11 dl dd, .hpb-viewtype-content#sp-wp-post-list-12 dl dd, .hpb-viewtype-content#sp-wp-post-list-2 dl dd, .hpb-viewtype-content#sp-wp-post-list-3 dl dd, .hpb-viewtype-content#sp-wp-post-list-4 dl dd, .hpb-viewtype-content#sp-wp-post-list-5 dl dd, .hpb-viewtype-content#sp-wp-post-list-6 dl dd, .hpb-viewtype-content#sp-wp-post-list-7 dl dd, .hpb-viewtype-content#sp-wp-post-list-8 dl dd, .hpb-viewtype-content#sp-wp-post-list-9 dl dd{
  margin-top : 0px;
  margin-left : 20px;
  margin-right : 0px;
  margin-bottom : 30px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.hpb-viewtype-content#post-list dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-1 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-10 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-11 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-12 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-2 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-3 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-4 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-5 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-6 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-7 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-8 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-9 dl dd .entry-content{
  margin-top : 0px;
}

.hpb-viewtype-content#post-list dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-1 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-10 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-11 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-12 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-2 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-3 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-4 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-5 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-6 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-7 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-8 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-9 dl dd:last-child{
  margin-bottom : 0px;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

.hpb-viewtype-content#post-list dl dt, .hpb-viewtype-content#sp-wp-post-list-1 dl dt, .hpb-viewtype-content#sp-wp-post-list-10 dl dt, .hpb-viewtype-content#sp-wp-post-list-11 dl dt, .hpb-viewtype-content#sp-wp-post-list-12 dl dt, .hpb-viewtype-content#sp-wp-post-list-2 dl dt, .hpb-viewtype-content#sp-wp-post-list-3 dl dt, .hpb-viewtype-content#sp-wp-post-list-4 dl dt, .hpb-viewtype-content#sp-wp-post-list-5 dl dt, .hpb-viewtype-content#sp-wp-post-list-6 dl dt, .hpb-viewtype-content#sp-wp-post-list-7 dl dt, .hpb-viewtype-content#sp-wp-post-list-8 dl dt, .hpb-viewtype-content#sp-wp-post-list-9 dl dt{
  font-weight : normal;
  background-image : url(img/icon-list.png);
  background-repeat : no-repeat;
  background-position : left 7px;
  padding-left : 20px;
  margin-bottom : 0.5em;
}

.hpb-viewtype-date#post-list dl dd, .hpb-viewtype-date#sp-wp-post-list-1 dl dd, .hpb-viewtype-date#sp-wp-post-list-10 dl dd, .hpb-viewtype-date#sp-wp-post-list-11 dl dd, .hpb-viewtype-date#sp-wp-post-list-12 dl dd, .hpb-viewtype-date#sp-wp-post-list-2 dl dd, .hpb-viewtype-date#sp-wp-post-list-3 dl dd, .hpb-viewtype-date#sp-wp-post-list-4 dl dd, .hpb-viewtype-date#sp-wp-post-list-5 dl dd, .hpb-viewtype-date#sp-wp-post-list-6 dl dd, .hpb-viewtype-date#sp-wp-post-list-7 dl dd, .hpb-viewtype-date#sp-wp-post-list-8 dl dd, .hpb-viewtype-date#sp-wp-post-list-9 dl dd{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  overflow : hidden;
}

.hpb-viewtype-date#post-list dl dt, .hpb-viewtype-date#sp-wp-post-list-1 dl dt, .hpb-viewtype-date#sp-wp-post-list-10 dl dt, .hpb-viewtype-date#sp-wp-post-list-11 dl dt, .hpb-viewtype-date#sp-wp-post-list-12 dl dt, .hpb-viewtype-date#sp-wp-post-list-2 dl dt, .hpb-viewtype-date#sp-wp-post-list-3 dl dt, .hpb-viewtype-date#sp-wp-post-list-4 dl dt, .hpb-viewtype-date#sp-wp-post-list-5 dl dt, .hpb-viewtype-date#sp-wp-post-list-6 dl dt, .hpb-viewtype-date#sp-wp-post-list-7 dl dt, .hpb-viewtype-date#sp-wp-post-list-8 dl dt, .hpb-viewtype-date#sp-wp-post-list-9 dl dt{
  font-weight : normal;
  background-image : url(img/icon-list.png);
  background-repeat : no-repeat;
  background-position : left 7px;
  padding-left : 20px;
  width : 11em;
  float : left;
  clear : left;
}

.hpb-viewtype-title#post-list ul, .hpb-viewtype-title#sp-wp-post-list-1 ul, .hpb-viewtype-title#sp-wp-post-list-10 ul, .hpb-viewtype-title#sp-wp-post-list-11 ul, .hpb-viewtype-title#sp-wp-post-list-12 ul, .hpb-viewtype-title#sp-wp-post-list-2 ul, .hpb-viewtype-title#sp-wp-post-list-3 ul, .hpb-viewtype-title#sp-wp-post-list-4 ul, .hpb-viewtype-title#sp-wp-post-list-5 ul, .hpb-viewtype-title#sp-wp-post-list-6 ul, .hpb-viewtype-title#sp-wp-post-list-7 ul, .hpb-viewtype-title#sp-wp-post-list-8 ul, .hpb-viewtype-title#sp-wp-post-list-9 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
}

.hpb-viewtype-title#post-list ul li, .hpb-viewtype-title#sp-wp-post-list-1 ul li, .hpb-viewtype-title#sp-wp-post-list-10 ul li, .hpb-viewtype-title#sp-wp-post-list-11 ul li, .hpb-viewtype-title#sp-wp-post-list-12 ul li, .hpb-viewtype-title#sp-wp-post-list-2 ul li, .hpb-viewtype-title#sp-wp-post-list-3 ul li, .hpb-viewtype-title#sp-wp-post-list-4 ul li, .hpb-viewtype-title#sp-wp-post-list-5 ul li, .hpb-viewtype-title#sp-wp-post-list-6 ul li, .hpb-viewtype-title#sp-wp-post-list-7 ul li, .hpb-viewtype-title#sp-wp-post-list-8 ul li, .hpb-viewtype-title#sp-wp-post-list-9 ul li{
  font-weight : normal;
  background-image : url(img/icon-list.png);
  background-repeat : no-repeat;
  background-position : left 7px;
  padding-left : 20px;
  padding-bottom : 30px;
  margin-bottom : 30px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.hpb-viewtype-title#post-list ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-1 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-10 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-11 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-12 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-2 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-3 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-4 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-5 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-6 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-7 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-8 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-9 ul li:last-child{
  padding-bottom : 0px;
  margin-bottom : 0px;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

#post-list > article, #sp-wp-post-list-1 > article, #sp-wp-post-list-10 > article, #sp-wp-post-list-11 > article, #sp-wp-post-list-12 > article, #sp-wp-post-list-2 > article, #sp-wp-post-list-3 > article, #sp-wp-post-list-4 > article, #sp-wp-post-list-5 > article, #sp-wp-post-list-6 > article, #sp-wp-post-list-7 > article, #sp-wp-post-list-8 > article, #sp-wp-post-list-9 > article{
  padding-bottom : 30px;
  margin-bottom : 30px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
  overflow : hidden;
}

#post-list > article a, #sp-wp-post-list-1 > article a, #sp-wp-post-list-10 > article a, #sp-wp-post-list-11 > article a, #sp-wp-post-list-12 > article a, #sp-wp-post-list-2 > article a, #sp-wp-post-list-3 > article a, #sp-wp-post-list-4 > article a, #sp-wp-post-list-5 > article a, #sp-wp-post-list-6 > article a, #sp-wp-post-list-7 > article a, #sp-wp-post-list-8 > article a, #sp-wp-post-list-9 > article a{
  color : #4283ec;
  text-decoration : underline;
}

#post-list > article a:hover, #sp-wp-post-list-1 > article a:hover, #sp-wp-post-list-10 > article a:hover, #sp-wp-post-list-11 > article a:hover, #sp-wp-post-list-12 > article a:hover, #sp-wp-post-list-2 > article a:hover, #sp-wp-post-list-3 > article a:hover, #sp-wp-post-list-4 > article a:hover, #sp-wp-post-list-5 > article a:hover, #sp-wp-post-list-6 > article a:hover, #sp-wp-post-list-7 > article a:hover, #sp-wp-post-list-8 > article a:hover, #sp-wp-post-list-9 > article a:hover{
  color : #4283ec;
  text-decoration : none;
}

#post-list > article:last-child, #sp-wp-post-list-1 > article:last-child, #sp-wp-post-list-10 > article:last-child, #sp-wp-post-list-11 > article:last-child, #sp-wp-post-list-12 > article:last-child, #sp-wp-post-list-2 > article:last-child, #sp-wp-post-list-3 > article:last-child, #sp-wp-post-list-4 > article:last-child, #sp-wp-post-list-5 > article:last-child, #sp-wp-post-list-6 > article:last-child, #sp-wp-post-list-7 > article:last-child, #sp-wp-post-list-8 > article:last-child, #sp-wp-post-list-9 > article:last-child{
  padding-bottom : 0px;
  margin-bottom : 0px;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

#post-list > article > .entry-content, #sp-wp-post-list-1 > article > .entry-content, #sp-wp-post-list-10 > article > .entry-content, #sp-wp-post-list-11 > article > .entry-content, #sp-wp-post-list-12 > article > .entry-content, #sp-wp-post-list-2 > article > .entry-content, #sp-wp-post-list-3 > article > .entry-content, #sp-wp-post-list-4 > article > .entry-content, #sp-wp-post-list-5 > article > .entry-content, #sp-wp-post-list-6 > article > .entry-content, #sp-wp-post-list-7 > article > .entry-content, #sp-wp-post-list-8 > article > .entry-content, #sp-wp-post-list-9 > article > .entry-content{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  overflow : hidden;
}

#post-list > article > footer, #sp-wp-post-list-1 > article > footer, #sp-wp-post-list-10 > article > footer, #sp-wp-post-list-11 > article > footer, #sp-wp-post-list-12 > article > footer, #sp-wp-post-list-2 > article > footer, #sp-wp-post-list-3 > article > footer, #sp-wp-post-list-4 > article > footer, #sp-wp-post-list-5 > article > footer, #sp-wp-post-list-6 > article > footer, #sp-wp-post-list-7 > article > footer, #sp-wp-post-list-8 > article > footer, #sp-wp-post-list-9 > article > footer{
  font-size : 1.2rem;
  text-align : right;
}

#post-list > article > p, #sp-wp-post-list-1 > article > p, #sp-wp-post-list-10 > article > p, #sp-wp-post-list-11 > article > p, #sp-wp-post-list-12 > article > p, #sp-wp-post-list-2 > article > p, #sp-wp-post-list-3 > article > p, #sp-wp-post-list-4 > article > p, #sp-wp-post-list-5 > article > p, #sp-wp-post-list-6 > article > p, #sp-wp-post-list-7 > article > p, #sp-wp-post-list-8 > article > p, #sp-wp-post-list-9 > article > p{
  margin-right : 20px;
  width : 150px;
  float : left;
}

#post-list > dl a, #sp-wp-post-list-1 > dl a, #sp-wp-post-list-10 > dl a, #sp-wp-post-list-11 > dl a, #sp-wp-post-list-12 > dl a, #sp-wp-post-list-2 > dl a, #sp-wp-post-list-3 > dl a, #sp-wp-post-list-4 > dl a, #sp-wp-post-list-5 > dl a, #sp-wp-post-list-6 > dl a, #sp-wp-post-list-7 > dl a, #sp-wp-post-list-8 > dl a, #sp-wp-post-list-9 > dl a{
  color : #4283ec;
  text-decoration : underline;
}

#post-list > dl a:hover, #sp-wp-post-list-1 > dl a:hover, #sp-wp-post-list-10 > dl a:hover, #sp-wp-post-list-11 > dl a:hover, #sp-wp-post-list-12 > dl a:hover, #sp-wp-post-list-2 > dl a:hover, #sp-wp-post-list-3 > dl a:hover, #sp-wp-post-list-4 > dl a:hover, #sp-wp-post-list-5 > dl a:hover, #sp-wp-post-list-6 > dl a:hover, #sp-wp-post-list-7 > dl a:hover, #sp-wp-post-list-8 > dl a:hover, #sp-wp-post-list-9 > dl a:hover{
  color : #4283ec;
  text-decoration : none;
}

#post-list > h3, #sp-wp-post-list-1 > h3, #sp-wp-post-list-10 > h3, #sp-wp-post-list-11 > h3, #sp-wp-post-list-12 > h3, #sp-wp-post-list-2 > h3, #sp-wp-post-list-3 > h3, #sp-wp-post-list-4 > h3, #sp-wp-post-list-5 > h3, #sp-wp-post-list-6 > h3, #sp-wp-post-list-7 > h3, #sp-wp-post-list-8 > h3, #sp-wp-post-list-9 > h3{
  font-size : 1.8rem;
  font-weight : bold;
  color : white;
  background-color : #343740;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : -20px;
  margin-right : -20px;
  margin-bottom : 30px;
}

#post-list > h3 > a, #sp-wp-post-list-1 > h3 > a, #sp-wp-post-list-10 > h3 > a, #sp-wp-post-list-11 > h3 > a, #sp-wp-post-list-12 > h3 > a, #sp-wp-post-list-2 > h3 > a, #sp-wp-post-list-3 > h3 > a, #sp-wp-post-list-4 > h3 > a, #sp-wp-post-list-5 > h3 > a, #sp-wp-post-list-6 > h3 > a, #sp-wp-post-list-7 > h3 > a, #sp-wp-post-list-8 > h3 > a, #sp-wp-post-list-9 > h3 > a{
  color : white !important;
  text-decoration : none;
}

#post-list > ul a, #sp-wp-post-list-1 > ul a, #sp-wp-post-list-10 > ul a, #sp-wp-post-list-11 > ul a, #sp-wp-post-list-12 > ul a, #sp-wp-post-list-2 > ul a, #sp-wp-post-list-3 > ul a, #sp-wp-post-list-4 > ul a, #sp-wp-post-list-5 > ul a, #sp-wp-post-list-6 > ul a, #sp-wp-post-list-7 > ul a, #sp-wp-post-list-8 > ul a, #sp-wp-post-list-9 > ul a{
  color : #4283ec;
  text-decoration : underline;
}

#post-list > ul a:hover, #sp-wp-post-list-1 > ul a:hover, #sp-wp-post-list-10 > ul a:hover, #sp-wp-post-list-11 > ul a:hover, #sp-wp-post-list-12 > ul a:hover, #sp-wp-post-list-2 > ul a:hover, #sp-wp-post-list-3 > ul a:hover, #sp-wp-post-list-4 > ul a:hover, #sp-wp-post-list-5 > ul a:hover, #sp-wp-post-list-6 > ul a:hover, #sp-wp-post-list-7 > ul a:hover, #sp-wp-post-list-8 > ul a:hover, #sp-wp-post-list-9 > ul a:hover{
  color : #4283ec;
  text-decoration : none;
}

#sp-page-title-1 h1, #sp-page-title-10 h1, #sp-page-title-2 h1, #sp-page-title-3 h1, #sp-page-title-4 h1, #sp-page-title-5 h1, #sp-page-title-6 h1, #sp-page-title-7 h1, #sp-page-title-8 h1, #sp-page-title-9 h1{
  font-size : 1.8rem;
  font-weight : bold;
  color : #ffffff;
  background-color : #343740;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-bottom : 0px;
}

#sp-definition-list-1, #sp-definition-list-2, #sp-definition-list-3, #sp-definition-list-4, #sp-definition-list-5, #sp-definition-list-6, #sp-definition-list-7{
  margin-bottom : 1.5em;
}

#sp-definition-list-1 > dd, #sp-definition-list-2 > dd, #sp-definition-list-3 > dd, #sp-definition-list-4 > dd, #sp-definition-list-5 > dd, #sp-definition-list-6 > dd, #sp-definition-list-7 > dd{
  margin-top : 0px;
  margin-left : 1.5em;
  margin-right : 1.5em;
  margin-bottom : 3em;
}

#sp-definition-list-1 > dt, #sp-definition-list-2 > dt, #sp-definition-list-3 > dt, #sp-definition-list-4 > dt, #sp-definition-list-5 > dt, #sp-definition-list-6 > dt, #sp-definition-list-7 > dt{
  font-weight : normal;
  padding-top : 0.2em;
  padding-left : 1em;
  margin-bottom : 0.5em;
  border-left-width : 6px;
  border-left-style : solid;
  border-left-color : #343740;
}

#sp-list-1, #sp-list-2, #sp-list-3{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1.5em;
  list-style-type : none;
  list-style-position : outside;
}

#sp-list-1 li, #sp-list-2 li, #sp-list-3 li{
  background-image : url(img/icon-list.png);
  background-repeat : no-repeat;
  background-position : left 7px;
  padding-left : 20px;
}

#sp-list-1 ul, #sp-list-2 ul, #sp-list-3 ul{
  margin-top : 0.5em;
  margin-left : 1.5em;
  margin-bottom : 0px;
}

#sp-table-1, #sp-table-2{
  color : #333333;
  background-color : white;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1.5em;
  border-collapse : collapse;
}

#sp-table-1 > tbody > tr > td, #sp-table-2 > tbody > tr > td{
  padding-top : 0.5em;
  padding-left : 0.5em;
  padding-right : 0.5em;
  padding-bottom : 0.5em;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-table-1 > tbody > tr > th.col-title, #sp-table-2 > tbody > tr > th.col-title{
  font-weight : bold;
  background-color : #fbfbfb;
  text-align : center;
  padding-top : 0.5em;
  padding-left : 0.5em;
  padding-right : 0.5em;
  padding-bottom : 0.5em;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-table-1 > tbody > tr > th.row-title, #sp-table-2 > tbody > tr > th.row-title{
  font-weight : bold;
  background-color : #fbfbfb;
  text-align : center;
  padding-top : 0.5em;
  padding-left : 0.5em;
  padding-right : 0.5em;
  padding-bottom : 0.5em;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-table-3{
  border-collapse:collapse;
  margin-left:0px;
  width:100%;
}
#sp-table-3 > tbody > tr > td{
  padding:10px;
}
#sp-table-3 > tbody > tr > th{
  color:#fff;
  background:#005ab3;
}
#sp-table-3 tr:nth-child(odd){
  background:#fdff80;
  /* background:#e6f2ff; */
}
#sp-table-3 tr:nth-child(even){
  background:#ffffff;
}
#sp-table-3 td{
  border-bottom:2px solid #80bcff;
}

#sp-table-4{
  border-collapse:collapse;
  margin-left:0px;
  width:500px;
}
#sp-table-4 > tbody > tr > td{
  padding:10px;
}
#sp-table-4 > tbody > tr > th{
  color:#fff;
  background:#005ab3;
  text-align:center;
}
#sp-table-4 tr:nth-child(odd){
  background:#fdff80;
  /* background:#e6f2ff; */
}
#sp-table-4 tr:nth-child(even){
  background:#ffffff;
}
#sp-table-4 td{
  border-bottom:2px solid #80bcff;
}

#sp-table-5{
  border-collapse:separate;
  margin-left:0px;
  width:500px;
}
#sp-table-5 > tbody > tr > td{
  padding:10px;
}
#sp-table-5 > tbody > tr > th{
  color:#fff;
  background:#005ab3;
  text-align:center;
}
#sp-table-5 tr:nth-child(odd){
  /* background:#fdff80; */
}
#sp-table-5 tr:nth-child(even){
  background:#ffffff;
}
#sp-table-5 td{
}

#sp-table-6{
  border-collapse:separate;
  margin-left:0px;
  width:600px;
}
#sp-table-6 > tbody > tr > td{
  padding:10px;
}
#sp-table-6 > tbody > tr > th{
  color:#fff;
  background:#005ab3;
  text-align:center;
}
#sp-table-6 tr:nth-child(odd){
  /* background:#fdff80; */
}
#sp-table-6 tr:nth-child(even){
  background:#ffffff;
}
#sp-table-6 td{
}

#sp-table-7{
  border-collapse:collapse;
  margin-left:0px;
  width:100%;
}
#sp-table-7 > tbody > tr > td{
  padding:5px;
}
#sp-table-7 > tbody > tr > th{
  color:#fff;
  background:#005ab3;
  text-align:center;
}
#sp-table-7 tr:nth-child(odd){
  /* background:#fdff80; */
}
#sp-table-7 tr:nth-child(even){
  background:#ffffff;
}
#sp-table-7 td{
  /* border-bottom:2px solid #80bcff; */
}

#sp-table-8{
  border-collapse:collapse;
  margin-left:0px;
  width:600px;
}
#sp-table-8 > tbody > tr > td{
  padding:10px;
}
#sp-table-8 > tbody > tr > th{
  color:#fff;
  background:#005ab3;
  text-align:center;
}
#sp-table-8 tr:nth-child(odd){
  background:#fdff80;
  /* background:#e6f2ff; */
}
#sp-table-8 tr:nth-child(even){
  background:#ffffff;
}
#sp-table-8 td{
  border-bottom:2px solid #80bcff;
}

#sp-form-1{
  margin-bottom : 1.5em;
}

#sp-form-1 > input{
  width : 100%;
}

#sp-form-1 > input[type="submit"]{
  font-size : 1.2rem;
  color : #ffffff;
  background-color : #4283ec;
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 6px;
  margin-top : 15px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
  width : 120px;
  display : block;
}

#sp-form-1 > table{
  color : #333333;
  background-color : white;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1.5em;
  width : 100%;
  border-collapse : collapse;
}

#sp-form-1 > table td{
  padding-top : 0.5em;
  padding-left : 0.5em;
  padding-right : 0.5em;
  padding-bottom : 0.5em;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-form-1 > table th{
  font-weight : bold;
  color : white;
  background-color : #b1b1b1;
  text-align : center;
  padding-top : 0.5em;
  padding-left : 0.5em;
  padding-right : 0.5em;
  padding-bottom : 0.5em;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-form-1 > textarea[name="message"]{
  width : 100%;
}

@media screen and (max-width: 568px) {

  #sp-form-1 > table td{
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    display : block;
  }

  #sp-form-1 > table th{
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    display : block;
  }
}

#sp-block-container-5{
  color : white;
  background-color : #44474f;
}

#sp-block-container-5 .copyright{
  color : #ffffff;
  text-align : center;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

/*
@media not screen, screen and (min-width: 569px) {

  #sp-block-container-5{
    padding-top : 25px;
    padding-left : 1000px;
    padding-right : 1000px;
    padding-bottom : 25px;
    margin-top : 0px;
    margin-left : -1000px;
    margin-right : -1000px;
    margin-bottom : 0px;
  }
}

@media screen and (max-width: 568px) {

  #sp-block-container-5{
    padding-top : 1em;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 1em;
  }
}
*/

#sp-image-10, #sp-image-2, #sp-image-3, #sp-image-4, #sp-image-5, #sp-image-6, #sp-image-7, #sp-image-8, #sp-image-9{
  max-width : 100%;
}

#sp-image-15{
  max-width : 100%;
  max-height : 25px;
  background-image : linear-gradient(to right, #1c90d8, #ffffff);
}

#sp-image-1{
  text-decoration : none;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #9d9d9d;
  border-left-color : #9d9d9d;
  border-right-color : #9d9d9d;
  border-bottom-color : #9d9d9d;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  max-width : 100%;
  margin-top : -20px;
  margin-left : 20px;
}

#sp-image-2{
  margin-left : auto;
}

#sp-image-11{
  /* margin-left : 50px; */
  margin-left : auto;
  margin-top : 0px;
  /* position : absolute; */
}

#sp-image-12{
  margin-left : 20px;
  margin-top : 20px;
  margin-bottom : 20px;
  position : relative;
}

#sp-image-13{
  margin-left : 20px;
  margin-top : 20px;
  position : absolute;
  left : 50px;
  bottom : 150px;
}

#sp-image-14{
  margin-left : 10px;
  margin-right : auto;
  margin-top : 0px;
}

#sp-image-15{
  /* margin-left : 50px; */
  margin-left : auto;
  margin-right : auto;
  margin-top : 0px;
  width : 1000px;
  /* position : absolute; */
}

#sp-image-16{
  /* margin-left : 50px; */
  margin-left : auto;
  margin-right : auto;
  margin-top : 0px;
  margin-bottom : auto;
  /* margin-top : 0px; */
  /* position : absolute; */
}

#sp-image-17{
  /* margin-left : 50px; */
  margin-left : auto;
  margin-right : 0px;
  margin-top : 0px;
  width : 400px;
  /* position : absolute; */
}

#sp-image-18{
  margin-top : 0px;
  margin-bottom : 10px;
  width : 300px;
}

#sp-image-19{
  margin-top : 0px;
  margin-bottom : 10px;
  width : 300px;
}

#sp-string-1{
  margin-left : 20px;
  margin-top : 20px;
  position : absolute;
  left : 50px;
  bottom : 150px;
}

#sp-site-navigation-1{
  font-size : 2.3rem;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 30px;
  width : 100%;
}

#sp-site-navigation-1 .menu-toggle{
  display : none;
}

#sp-site-navigation-1 .screen-reader-text{
  display : none;
}

#sp-site-navigation-1 a:link{
  /* メニュー項目の文字色 */
  color : #000000;
  /* color : #473930; */
  text-decoration : none;
  text-align : center;
  /* text-decoration : underline; */
}

#sp-site-navigation-1 a:visited{
  /* メニュー項目の文字色(VISITED) */
  color : #000000;
  /* color : #473930; */
  text-decoration : underline;
}

#sp-site-navigation-1 li.current_page_item > a{
  color : #ffffff;
  /* カレントページメニュー項目の背景色 */
  background-color : #cc528b;
  /* background-color : #0074bf; */
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

#sp-site-navigation-1 li.member_menu > a{
  color : #000000;
  /* color : #ffffff; */
  /* 会員専用ページメニュー項目の背景色 */
  background-color : #ffff66;
  /* background-color : #018a9a; */
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  line-height : 60px;
}

#sp-site-navigation-1 li.menu_toppage > a{
  color : #000000;
  /* color : #ffffff; */
  /* トップページメニュー項目の背景色 */
  background-color : #99ff33;
  /* background-color : #018a9a; */
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  line-height : 40px;
}

#sp-site-navigation-1 li.menu_jibai > a{
  color : #000000;
  /* color : #ffffff; */
  /* 自賠責保険についてページメニュー項目の背景色 */
  background-color : #66ff99;
  /* background-color : #018a9a; */
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  line-height : 40px;
}

#sp-site-navigation-1 li.menu_stats > a{
  color : #000000;
  /* color : #ffffff; */
  /* 統計情報ページメニュー項目の背景色 */
  background-color : #99ffcc;
  /* background-color : #018a9a; */
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  line-height : 40px;
}

#sp-site-navigation-1 li.menu_appli > a{
  color : #000000;
  /* color : #ffffff; */
  /* 軽自動車各種申請ページメニュー項目の背景色 */
  background-color : #66ffff;
  /* background-color : #018a9a; */
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  line-height : 40px;
}

#sp-site-navigation-1 li.menu_kibono > a{
  color : #000000;
  /* color : #ffffff; */
  /* 希望番号ページメニュー項目の背景色 */
  background-color : #99ccff;
  /* background-color : #018a9a; */
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  line-height : 40px;
}

#sp-site-navigation-1 li.menu_history > a{
  color : #000000;
  /* color : #ffffff; */
  /* 会社沿革ページメニュー項目の背景色 */
  background-color : #66ccff;
  /* background-color : #018a9a; */
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  line-height : 40px;
}

#sp-site-navigation-1 li.menu_links > a{
  color : #000000;
  /* color : #ffffff; */
  /* リンク集ページメニュー項目の背景色 */
  background-color : #2395db;
  /* background-color : #018a9a; */
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  line-height : 40px;
}

#sp-site-navigation-1 li.menu_privacypolicy > a{
  color : #000000;
  /* color : #ffffff; */
  /* 個人情報保護方針ページメニュー項目の背景色 */
  background-color : #cc99ff;
  /* background-color : #018a9a; */
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
  line-height : 40px;
}

#sp-site-navigation-1 ul ul{
  padding-left : 0px;
}

#sp-site-navigation-1 ul ul li a{
  font-size : 80%;
  color : #473930;
  background-color : #fcc7a4;
  text-decoration : none;
  text-align : center;
  padding-left : 30px;
  display : block;
}

#sp-site-navigation-1 ul ul li a:hover{
  color : #ffffff;
  background-color : #fc7f2b;
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

#sp-site-navigation-1 ul ul li.current-menu-ancestor > a{
  color : #ffffff;
  background-color : #fc7f2b;
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

#sp-site-navigation-1 ul ul li.current-menu-item > a{
  color : #ffffff;
  background-color : #fc7f2b;
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

#sp-site-navigation-1 ul ul li.current_page_ancestor > a{
  color : #ffffff;
  background-color : #fc7f2b;
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

#sp-site-navigation-1 ul ul li.current_page_item > a{
  color : #ffffff;
  background-color : #fc7f2b;
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

#sp-site-navigation-1 > ul{
  font-size : 1.3rem;
  line-height : 48px;
  color : #ffffff;
  /* color : #473930; */
  /* メニューバーの背景色 */
  background-color : #56a764;
  /* background-color : #fcc7a4; */
  text-align : center;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  width : 100%;
  list-style-type : none;
  list-style-position : outside;
  position : relative;
  box-sizing : border-box;
}

#sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
  color : #ffffff;
  background-color : #fc7f2b;
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

#sp-site-navigation-1 > ul > li.current-menu-item > a{
  color : #ffffff;
  background-color : #fc7f2b;
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

#sp-site-navigation-1 > ul > li.current_page_ancestor > a{
  color : #ffffff;
  background-color : #fc7f2b;
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

#sp-site-navigation-1 > ul > li > a{
  line-height : 40px;
  /* line-height : 40px; メニュー項目の高さはここ */
  color : #ffffff;
  /* color : #473930; */
  /* メニュー項目の背景色 */
  background-color : #a0c238;
  /* background-color : #fcc7a4; */
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
  text-align : center;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 15px;
  display : block;
}

#sp-site-navigation-1 > ul > li > a:hover{
  color : #ffffff;
  /* マウスが乗ったときのメニュー項目の背景色 */
  background-color : #0074bf;
  /* background-color : #fc7f2b; */
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
  margin-top : 15px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

@media screen and (max-width: 568px) {

  #sp-site-navigation-1{
    background-image : none;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    border-left-width : medium;
    border-right-width : medium;
    border-left-style : none;
    border-right-style : none;
    border-left-color : initial;
    border-right-color : initial;
    position : relative;
  }

  #sp-site-navigation-1 .menu-toggle{
    background-color : #fc7f2b;
    background-image : url(img/icon-menu.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -999em;
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    display : none;
    cursor : pointer;
  }

  #sp-site-navigation-1 .screen-reader-text{
    display : none;
  }

  #sp-site-navigation-1 ul{
    background-color : #fcc7a4;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    border-left-width : medium;
    border-right-width : medium;
    border-left-style : none;
    border-right-style : none;
    border-left-color : initial;
    border-right-color : initial;
    display : block;
    list-style-type : none;
    list-style-position : outside;
  }

  .button-menu#sp-site-navigation-1 .menu-toggle{
    display : block;
  }

  .button-menu#sp-site-navigation-1 ul.toggled-on{
    display : block;
  }

  .button-menu#sp-site-navigation-1 > ul{
    display : none;
  }

  .menu-toggle{
    display : none;
  }
}

/* ヘッダー部分の色とか */
#sp-block-container-1{

  width : 1000px;
  box-sizing : content-box;
  background-image : linear-gradient(to right, #1c90d8, #ffffff);
  background-position : right bottom;

  /* background-image : -webkit-gradient(linear, left top, right top, from(#1c90d8), to(#ffffff)); */
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-bottom : 0px;

  margin-left : auto;
  margin-right : auto;

  border-top-width : 0px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-2 > h1{
  font-size : 2rem;
  color : #ffffff;
  background-color : #51545e;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-2 > p{
  font-size : 14px;
  line-height : 100%;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0em;
}

#sp-block-container-3 > h1{
  font-size : 2rem;
  color : #ffffff;
  background-color : #51545e;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-3 > p{
  font-size : 1.6rem;
  line-height : 100%;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0em;
}

#sp-block-container-4 > h1{
  font-size : 2rem;
  color : #ffffff;
  background-color : #51545e;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-4 > p{
  font-size : 1.6rem;
  line-height : 100%;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0em;
}

#sp-image-1{
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #9d9d9d;
  border-left-color : #9d9d9d;
  border-right-color : #9d9d9d;
  border-bottom-color : #9d9d9d;
}

#sp-image-3{
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
}

#sp-site-navigation-1{
  background-position : left top;
  border-top-width : 3px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 3px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d2c9b8;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d2c9b8;
}

#sp-site-navigation-1 > ul{
  background-position : left top;
}

#sp-site-navigation-1 > ul > li > a{
  font-size : 1.8rem;
}

.sideMenu { margin-top:20px; padding:0; width:100%; }  
.sideMenu ul { margin-top:0; padding:0; }  
.sideMenu a { text-decoration:none; }  
.sideMenu li {  
  list-style:none;  
  font-size:18px;  
  line-height:50px;  
}  
.sideMenu li a {  
  display:block;  
  /* padding:0 5px; */
  color : #473930;
  background-color : #fcc7a4;
  line-height:50px;  
  border:solid 2px #fc7f2b;
  border-radius:10px;
  /* background:url('img/staff.png') right top no-repeat; */
  /* padding-left : 5px; */
}  
.sideMenu li a:hover {
  background:#fc7f2b;
  color : #ffffff;
  /* background:url('img/staff.png') right top no-repeat; */
}

.zenkei a {  
  width : 470px;
  height : 75px;
  display:block;  
  padding:0 5px;  
  color : #473930;
  background-color : #ffffff;
  line-height:60px;  
  border:solid 2px #1e90ff;
  border-radius:10px;
  padding-left : 5px;
  text-decoration : none;
}  

.zenkei a:hover {
  background:#b0e0e6;
  color : #fc7f2b;
}

.zenkei p {
  display:inline-block;
  vertical-align:middle;
}

#associationname {
  color : #191970;
  font-size : 2.8rem;
  text-decoration : none;
  margin-left : 20px;
}

@media not screen, screen and (min-width: 569px) {

  #sp-block-container-1{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    /* ヘッダータイトル部分の幅 */
    width : 640px;
    /* width : 762px; */
    min-height : 159px;
  }

  #sp-block-container-2{
    margin-top : 0px;
    width : 645px;
    min-height : 170px;
    background-color : #ffffff;

    /* position : absolute;
    left : 0px;
    top : 200px;
    bottom : 0px;
    display:block; */

  }

  #sp-block-container-3{
    margin-top : 0px;
    width : 80%;
    min-height : 170px;
    background-color : #ffffff;
  }

  #sp-block-container-4{
    margin-top : 0px;
    width : 645px;
    min-height : 170px;
  }

  #sp-google-map-1{
    width : 500px;
    min-height : 350px;
  }

  #sp-site-navigation-1{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 300px;
    /* width : 238px; */
    min-height : 405px;
  }

  #sp-site-navigation-1 > ul > li > a{
    text-align : left;
  }

  #sp-table-1{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 778px;
  }

  #sp-table-2{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 778px;
  }
}

@media screen and (max-width: 568px) {

  #sp-google-map-1{
    width : 400px;
    min-height : 350px;
  }
}

.button1 {
  display       : inline-block;
  border-radius : 3px;         /* 角丸       */
  font-size     : 11pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px 15px;   /* 余白       */
  background    : #ffffff;     /* 背景色     */
  color         : #005fff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  /* box-shadow    : 6px 6px 3px #666666; */  /* 影の設定 */
  border        : 2px solid #005fff;    /* 枠の指定 */
}
.button1:hover {
  color         : #ffffff;     /* 背景色     */
  background    : #005fff;     /* 文字色     */
}

.button2 {
  display       : inline-block;
  border-radius : 3px;         /* 角丸       */
  font-size     : 11pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px 15px;   /* 余白       */
  background    : #ffffff;     /* 背景色     */
  color         : #EC407A;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  /* box-shadow    : 6px 6px 3px #666666; */  /* 影の設定 */
  border        : 2px solid #EC407A;    /* 枠の指定 */
}
.button2:hover {
  color         : #ffffff;     /* 背景色     */
  background    : #EC407A;     /* 文字色     */
}

.button3 {
  display       : inline-block;
  border-radius : 3px;         /* 角丸       */
  font-size     : 11pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 10px 15px;   /* 余白       */
  background    : #ffffff;     /* 背景色     */
  color         : #666666;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  /* box-shadow    : 6px 6px 3px #666666; */  /* 影の設定 */
  border        : 2px solid #666666;    /* 枠の指定 */
}
.button3:hover {
  color         : #ffffff;     /* 背景色     */
  background    : #666666;     /* 文字色     */
}

#membernav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #1b2538;
}
#membernav li {
	float: left;
	border-right: 1px solid #bbbbbb;
}
#membernav li:last-child {
	border-right: none;
}
#membernav li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
#membernav li a:hover:not(.active) {
	background-color: #a9bce2;
	text-decoration: underline;
}
#membernav li a.active {
	background-color: #da3c41;
}

.cp_navi {
	background-color: #1b2538;
	border: 1px solid #dedede;
	border-radius: 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	color: #888888;
	display: block;
	margin: 0;
	overflow: hidden;
	width: 100%;
}
.cp_navi ul {
	margin: 0;
	padding: 0;
}
.cp_navi ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	        transition: all 0.2s;
}
.cp_navi > ul > li > a > .caret {
	border-top: 4px solid #aaaaaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	        transition: color 0.1s linear;
}
.cp_navi > ul > li > a {
	color: #aaaaaa;
	display: block;
	line-height: 56px;
	padding: 0 10px;
	text-decoration: none;
}
.cp_navi > ul > li:hover {
	background-color: rgb(218, 60, 65);
}
.cp_navi > ul > li:hover > a {
	color: rgb( 255, 255, 255 );
}
.cp_navi > ul > li:hover > a > .caret {
	border-top-color: rgb( 255, 255, 255 );
}
.cp_navi > ul > li > div {
	background-color: rgb(218, 60, 65);
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 165px;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	       transition: opacity 0.2s;
	z-index:100;
}
.cp_navi > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
}
.cp_navi > ul > li > div ul > li {
	display: block;
}
.cp_navi > ul > li > div ul > li > a {
	color: #ffffff;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
}
.cp_navi > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0.1);
}

.history-table {
	width:100%;
	position:relative;
	z-index:1;
	top:-20px;
	border-collapse:collapse;
}

.history-table > * > tr {
	margin-bottom:20px;
}

.history-table > * > tr > td.kcar {
	width:50%;
	vertical-align:top;
	background-color:#fff9b1;
	padding:0 0 20px 0;
}

.history-table > * > tr > td.japan {
	width:50%;
	vertical-align:top;
	background-color:#99cccc;
	padding:0 0 20px 0;
}

.year-kcar {
	color:#de6641;
	font-weight:bold;
}

.year-japan {
	color:#1b1c80;
	font-weight:bold;
}

div.secret {
	width:100%;
	padding:15px;
	background-image:url("../img/secret_bk.png");
	background-size:100% 100%;
	/* background-size:contain; */
	background-repeat:no-repeat;
	margin-top:20px;
	margin-bottom:20px;
	border-radius:20px;
}

div.imgArea {
    margin-left:45px;
    margin-top:10px;
}
div.imgArea p {
    display: table-cell;
    vertical-align: bottom;
    margin: 0;
}
* html .imgArea p {
    display: inline;
    zoom: 1;
}
*:first-child+html .imgArea p {
    display: inline;
    zoom: 1;
}

div.imgArea2 {
    margin-left:20px;
    margin-top:10px;
}
div.imgArea2 p {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
	font-size: 14px;
}
* html .imgArea2 p {
    display: inline;
    zoom: 1;
}
*:first-child+html .imgArea2 p {
    display: inline;
    zoom: 1;
}

a.links {
	line-height:35px;
	text-align:middle;
}

.notice_kind1 {
	color:#ffffff;/*文字色*/
	background-color:#364e96;
	border:solid 2px #364e96;/*線色*/
	padding:0 3px;/*文字周りの余白*/
	border-radius:0.5em;/*角丸*/
	font-size:9px;
	width : 80px;
	display:block;
	text-align:center;
}

.notice_kind2 {
	color:#ffffff;/*文字色*/
	background-color:#228b22;
	border:solid 2px #228b22;/*線色*/
	padding:0 3px;/*文字周りの余白*/
	border-radius:0.5em;/*角丸*/
	font-size:9px;
	width : 80px;
	display:block;
	text-align:center;
}

.notice_kind3 {
	color:#ffffff;/*文字色*/
	background-color:#800000;
	border:solid 2px #800000;/*線色*/
	padding:0 3px;/*文字周りの余白*/
	border-radius:0.5em;/*角丸*/
	font-size:9px;
	width : 80px;
	display:block;
	text-align:center;
}

.notice_kind4 {
	color:#ffffff;/*文字色*/
	background-color:#8b008b;
	border:solid 2px #8b008b;/*線色*/
	padding:0 3px;/*文字周りの余白*/
	border-radius:0.5em;/*角丸*/
	font-size:9px;
	width : 80px;
	display:block;
	text-align:center;
}

.notice_kind5 {
	color:#ffffff;/*文字色*/
	background-color:#556b2f;
	border:solid 2px #556b2f;/*線色*/
	padding:0 3px;/*文字周りの余白*/
	border-radius:0.5em;/*角丸*/
	font-size:9px;
	width : 80px;
	display:block;
	text-align:center;
}

.notice_kind6 {
	color:#ffffff;/*文字色*/
	background-color:#20b2aa;
	border:solid 2px #20b2aa;/*線色*/
	padding:0 3px;/*文字周りの余白*/
	border-radius:0.5em;/*角丸*/
	font-size:9px;
	width : 80px;
	display:block;
	text-align:center;
}

.notice_kind7 {
	color:#ffffff;/*文字色*/
	background-color:#ff6347;
	border:solid 2px #ff6347;/*線色*/
	padding:0 3px;/*文字周りの余白*/
	border-radius:0.5em;/*角丸*/
	font-size:9px;
	width : 80px;
	display:block;
	text-align:center;
}

.notice_kind8 {
	color:#ffffff;/*文字色*/
	background-color:#d2691e;
	border:solid 2px #d2691e;/*線色*/
	padding:0 3px;/*文字周りの余白*/
	border-radius:0.5em;/*角丸*/
	font-size:9px;
	width : 80px;
	display:block;
	text-align:center;
}

.notice_title {
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
	color: #494949;/*文字色*/
	background: #f4f4f4;/*背景色*/
	border-left: solid 5px #7db4e6;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
	width : 100%;
	display:block;
}

div.notice_body {
	margin-top:20px;
}

div#notice img {
	max-width: 400px;
	margin-top:20px;
}

div.drivespot {
	width:100%;
	/* height:1500px; */
	padding:15px 0;

	/*
	background: #C9FFBF;
	background: -webkit-linear-gradient(to right, #C9FFBF, #FFAFBD);
	background: linear-gradient(to right, #C9FFBF, #FFAFBD);
	*/

	background: #FFEEEE;
	background: -webkit-linear-gradient(to right, #DDEFBB, #FFEEEE);
	background: linear-gradient(to right, #DDEFBB, #FFEEEE);

	/* background-image:url("img/bk_cars2.png"); */
	margin-top:20px;
	margin-bottom:20px;
	border-radius:20px;
}

.drivespotimg {
	width:65px;
	height:35px;
	border-radius:10px;
}

.relative {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.absolute {
    position: absolute;
    left: -50px;
    bottom: 10px;
    animation:img-move 6s infinite;
}
.absolute2 {
    position: absolute;
    right: -50px;
    bottom: 10px;
    animation:img-move2 8s infinite;
}
.absolute3 {
    position: absolute;
    left: -50px;
    bottom: 10px;
    animation:img-move 10s infinite;
}
.absolute4 {
    position: absolute;
    left: -50px;
    bottom: 5px;
    animation:img-move3 6s infinite 1s;
}
.absolute5 {
    position: absolute;
    right: -50px;
    bottom: 5px;
    animation:img-move4 8s infinite 1s;
}
.absolute6 {
    position: absolute;
    left: -50px;
    bottom: 5px;
    animation:img-move3 10s infinite;
}
.absolute7 {
    position: absolute;
    right: -50px;
    bottom: 5px;
    animation:img-move4 12s infinite;
}
.absolute8 {
    position: absolute;
    right: -100px;
    bottom: 50px;
    animation:img-move5 10s infinite;
}

.caranimation {
    animation:img-move 6s infinite;
    /* position:relative; */
    /* z-index:0; */
}
@keyframes img-move {
  to {
    transform: translateX(700px);
  }
}
@keyframes img-move2 {
  to {
    transform: translateX(-700px);
  }
}
@keyframes img-move3 {
  to {
    transform: translateX(1100px);
  }
}
@keyframes img-move4 {
  to {
    transform: translateX(-1100px);
  }
}
@keyframes img-move5 {
  to {
    transform: translate(-800px,-150px);
  }
}

.gyousho {
	color:#000000;
	font-family:"HGP行書体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐ明朝", "MS PGothic", Arial, sans-serif;
	font-size:22pt;
}

.minchou {
	color:#000000;
	font-family:"ＭＳ 明朝","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", Arial, sans-serif;
	font-size:13pt;
}
