#colophon{
  background-color : #0468bf;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#c0e0fe), color-stop(0.2,#83c2fc), color-stop(0.4,#46a5fb), color-stop(0.6,#0787fa), to(#0468bf));
  background-image : linear-gradient(to bottom, #c0e0fe, #83c2fc, #46a5fb, #0787fa, #0468bf);
}

#colophon-inner{
  background-color : #0468bf;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#c0e0fe), color-stop(0.2,#83c2fc), color-stop(0.4,#46a5fb), color-stop(0.6,#0787fa), to(#0468bf));
  background-image : linear-gradient(to bottom, #c0e0fe, #83c2fc, #46a5fb, #0787fa, #0468bf);
}

#content{
  min-height : 50px;
}

#masthead-inner{
  background-color : transparent;
  background-image : none;
}

#page{
  font-size : 1.2rem;
}

*{
  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-top : 0.5em;
  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:not(table)::after{
  clear : both;
  display : table;
  content : "";
}

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

.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 : 1px;
  border-left-width : 1px;
  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 : 1px;
  border-bottom-width : 1px;
  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 : 1px;
  border-bottom-width : 1px;
  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 : #330000;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

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

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

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 : #1d1d1d;
  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;
}

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;
}

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 {
  }

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

  #content{
    background-position : center center;
    min-height : 50px;
    position : relative;
  }

  #contenthead > a{
    margin-left : -100%;
    margin-right : -100%;
    margin-bottom : 30px;
  }

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

  #main-inner{
    float : left;
  }

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

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

  #masthead{
    margin-bottom : 0px;
  }

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

  #masthead-inner::before{
    background-color : #620505;
    padding-left : 1000px;
    padding-right : 1000px;
    margin-left : -1000px;
    margin-right : -1000px;
    width : 100%;
    height : 30px;
    position : absolute;
    bottom : 0px;
    content : '';
  }

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

  #primary{
    float : right;
  }

  .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 : 1000px;
  }
}

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

  #content{
    width : 1000px;
  }

  #contenthead{
    width : 1000px;
  }
}

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

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

  #contenthead{
    margin-bottom : 147px;
  }

  #contenthead> a {
  }

  #masthead-inner {
  }

  #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;
  }

  embed{
    max-width : 100%;
  }
}

#breadcrumb-list{
  font-size : 1rem;
  line-height : 1.8;
  box-sizing : border-box;
}

#breadcrumb-list div{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 16px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 16px;
}

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

  #breadcrumb-list{
    padding-left : 1000px;
    padding-right : 1000px;
    margin-left : -1000px;
    margin-right : -1000px;
  }
}

.page-access#content #page-content, .page-blog1#content #page-content, .page-custom#content #page-content, .page-guide#content #page-content, .page-privacy#content #page-content, .page-toppage#content #page-content, #sp-block-container-28{
  background-color : #ffffff;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 40px;
  border-top-width : medium;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : initial;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > blockquote, .page-blog1#content #page-content > blockquote, .page-custom#content #page-content > blockquote, .page-guide#content #page-content > blockquote, .page-privacy#content #page-content > blockquote, .page-toppage#content #page-content > blockquote, #sp-block-container-28 > blockquote{
  background-color : #f5f5f5;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 16px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

.page-access#content #page-content > blockquote p, .page-blog1#content #page-content > blockquote p, .page-custom#content #page-content > blockquote p, .page-guide#content #page-content > blockquote p, .page-privacy#content #page-content > blockquote p, .page-toppage#content #page-content > blockquote p, #sp-block-container-28 > blockquote p{
  margin-top : 19px;
  margin-bottom : 0px;
}

.page-access#content #page-content > blockquote p:first-child, .page-blog1#content #page-content > blockquote p:first-child, .page-custom#content #page-content > blockquote p:first-child, .page-guide#content #page-content > blockquote p:first-child, .page-privacy#content #page-content > blockquote p:first-child, .page-toppage#content #page-content > blockquote p:first-child, #sp-block-container-28 > blockquote p:first-child{
  margin-top : 0px;
}

.page-access#content #page-content > h1, .page-blog1#content #page-content > h1, .page-custom#content #page-content > h1, .page-guide#content #page-content > h1, .page-privacy#content #page-content > h1, .page-toppage#content #page-content > h1, #sp-block-container-28 > h1{
  font-size : 1.8rem;
  font-weight : bold;
  line-height : 1.12;
  color : #620505;
  padding-bottom : 10px;
  margin-bottom : 20px;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > h2, .page-blog1#content #page-content > h2, .page-custom#content #page-content > h2, .page-guide#content #page-content > h2, .page-privacy#content #page-content > h2, .page-toppage#content #page-content > h2, #sp-block-container-28 > h2{
  font-size : 1.8rem;
  font-weight : bold;
  line-height : 1.12;
  color : #333333;
  padding-bottom : 10px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > h3, .page-blog1#content #page-content > h3, .page-custom#content #page-content > h3, .page-guide#content #page-content > h3, .page-privacy#content #page-content > h3, .page-toppage#content #page-content > h3, #sp-block-container-28 > h3{
  font-size : 1.6rem;
  font-weight : normal;
  line-height : 1.25;
  color : #333333;
  padding-bottom : 8px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > h4, .page-blog1#content #page-content > h4, .page-custom#content #page-content > h4, .page-guide#content #page-content > h4, .page-privacy#content #page-content > h4, .page-toppage#content #page-content > h4, #sp-block-container-28 > h4{
  font-size : 1.5rem;
  font-weight : normal;
  line-height : 1.33;
  color : #333333;
  padding-bottom : 7px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > h5, .page-blog1#content #page-content > h5, .page-custom#content #page-content > h5, .page-guide#content #page-content > h5, .page-privacy#content #page-content > h5, .page-toppage#content #page-content > h5, #sp-block-container-28 > h5{
  font-size : 1.4rem;
  font-weight : normal;
  line-height : 1.43;
  color : #333333;
  padding-bottom : 6px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > h6, .page-blog1#content #page-content > h6, .page-custom#content #page-content > h6, .page-guide#content #page-content > h6, .page-privacy#content #page-content > h6, .page-toppage#content #page-content > h6, #sp-block-container-28 > h6{
  font-size : 1.3rem;
  font-weight : normal;
  line-height : 1.54;
  color : #333333;
  padding-bottom : 4px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #333333;
}

.page-access#content #page-content > hr, .page-blog1#content #page-content > hr, .page-custom#content #page-content > hr, .page-guide#content #page-content > hr, .page-privacy#content #page-content > hr, .page-toppage#content #page-content > hr, #sp-block-container-28 > hr{
  margin-bottom : 19px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #d5d5d5;
}

.page-access#content #page-content > img, .page-blog1#content #page-content > img, .page-custom#content #page-content > img, .page-guide#content #page-content > img, .page-privacy#content #page-content > img, .page-toppage#content #page-content > img, #sp-block-container-28 > img{
  margin-top : 0px;
  margin-bottom : 19px;
}

.page-access#content #page-content > ins, .page-blog1#content #page-content > ins, .page-custom#content #page-content > ins, .page-guide#content #page-content > ins, .page-privacy#content #page-content > ins, .page-toppage#content #page-content > ins, #sp-block-container-28 > ins{
  background-color : #fdd6d6;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
}

.page-access#content #page-content > ol, .page-blog1#content #page-content > ol, .page-custom#content #page-content > ol, .page-guide#content #page-content > ol, .page-privacy#content #page-content > ol, .page-toppage#content #page-content > ol, #sp-block-container-28 > 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-blog1#content #page-content > ol ol, .page-custom#content #page-content > ol ol, .page-guide#content #page-content > ol ol, .page-privacy#content #page-content > ol ol, .page-toppage#content #page-content > ol ol, #sp-block-container-28 > ol ol{
  margin-bottom : 0px;
}

.page-access#content #page-content > p, .page-blog1#content #page-content > p, .page-custom#content #page-content > p, .page-guide#content #page-content > p, .page-privacy#content #page-content > p, .page-toppage#content #page-content > p, #sp-block-container-28 > p{
  margin-top : 0px;
  margin-bottom : 19px;
}

.page-access#content #page-content > pre, .page-blog1#content #page-content > pre, .page-custom#content #page-content > pre, .page-guide#content #page-content > pre, .page-privacy#content #page-content > pre, .page-toppage#content #page-content > pre, #sp-block-container-28 > pre{
  background-color : #f1f1f1;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  overflow : auto;
  word-wrap : normal;
}

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

  #sp-site-navigation-1{
    background-color : #620505;
    padding-top : 10px;
    padding-left : 1000px;
    padding-right : 1000px;
    padding-bottom : 19px;
    margin-left : -1000px;
    margin-right : -1000px;
    position : relative;
  }

  #sp-site-navigation-1 ul ul{
    border-top-width : 0px;
    border-left-width : 0px;
    border-right-width : 0px;
    border-bottom-width : 0px;
  }

  #sp-site-navigation-1 ul ul li{
    border-bottom-width : 0px;
    position : relative;
  }

  #sp-site-navigation-1 ul ul li:hover > ul{
    display : block;
    top : -1px;
    left : 100%;
  }

  #sp-site-navigation-1 ul ul li > a{
    color : #333333;
    background-color : #f5f5f5;
    padding-top : 11px;
    padding-left : 17px;
    padding-right : 17px;
    padding-bottom : 10px;
  }

  #sp-site-navigation-1 ul ul li > a:hover{
    color : #ffffff;
    background-color : #660000;
  }

  #sp-site-navigation-1 ul ul li > li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : #660000;
  }

  #sp-site-navigation-1 ul ul li > li.current-menu-item > a{
    color : #ffffff;
    background-color : #660000;
  }

  #sp-site-navigation-1 ul ul li > li.current_page_ancestor > a{
    color : #ffffff;
    background-color : #660000;
  }

  #sp-site-navigation-1 ul ul li > li.current_page_item > a{
    color : #ffffff;
    background-color : #660000;
  }

  #sp-site-navigation-1 > ul{
    font-size : 1.4rem;
  }

  #sp-site-navigation-1> ul> li {
  }

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
    background-color : transparent;
    position : relative;
  }

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a::after{
    background-color : #ffffff;
    height : 1px;
    display : block;
    position : absolute;
    bottom : 0px;
    right : 18px;
    left : 18px;
    content : '';
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a{
    background-color : transparent;
    position : relative;
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a::after{
    background-color : #ffffff;
    height : 1px;
    display : block;
    position : absolute;
    bottom : 0px;
    right : 18px;
    left : 18px;
    content : '';
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a{
    background-color : transparent;
    position : relative;
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a::after{
    background-color : #ffffff;
    height : 1px;
    display : block;
    position : absolute;
    bottom : 0px;
    right : 18px;
    left : 18px;
    content : '';
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    background-color : transparent;
    position : relative;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a::after{
    background-color : #ffffff;
    height : 1px;
    display : block;
    position : absolute;
    bottom : 0px;
    right : 18px;
    left : 18px;
    content : '';
  }

  #sp-site-navigation-1 > ul > li > a{
    font-weight : bold;
    line-height : 1;
    color : #fefefe;
    padding-top : 11px;
    padding-left : 18px;
    padding-right : 18px;
    padding-bottom : 11px;
    display : block;
  }

  #sp-site-navigation-1 > ul > li > a:hover{
    background-color : transparent;
    position : relative;
  }

  #sp-site-navigation-1 > ul > li > a:hover::after{
    background-color : #ffffff;
    height : 1px;
    display : block;
    position : absolute;
    bottom : 0px;
    right : 18px;
    left : 18px;
    content : '';
  }
}

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

  #sp-site-navigation-1{
    font-size : 1.2rem;
    font-weight : bold;
    background-color : transparent;
    margin-top : 0px;
    margin-bottom : 0px;
    border-top-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-bottom-color : initial;
  }

  #sp-site-navigation-1 .menu-toggle{
    background-color : #620505;
    background-image : url(img/icon-menu-toggle.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -9999px;
    padding-top : 5px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #ffffff;
  }

  #sp-site-navigation-1 li > a:active{
    color : #620505;
    background-color : #f5f5f5;
  }

  #sp-site-navigation-1 li > a:hover{
    color : #620505;
    background-color : #f5f5f5;
  }

  #sp-site-navigation-1 ul li > a{
    font-weight : bold;
    color : #ffffff;
    background-color : #620505;
    text-decoration : none;
    text-align : center;
    padding-top : 5px;
    padding-bottom : 5px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #ffffff;
  }

  #sp-site-navigation-1 > ul li.current-menu-ancestor > a{
    color : #620505;
    background-color : #f5f5f5;
  }

  #sp-site-navigation-1 > ul li.current-menu-item > a{
    color : #620505;
    background-color : #f5f5f5;
  }

  #sp-site-navigation-1 > ul li.current_page_ancestor > a{
    color : #620505;
    background-color : #f5f5f5;
  }

  #sp-site-navigation-1 > ul li.current_page_item > a{
    color : #620505;
    background-color : #f5f5f5;
  }
}

#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 : 25px;
  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-arrow-01.png);
  background-repeat : no-repeat;
  background-position : 2px 1.2em;
  padding-top : 8px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-list-1 ul, #sp-list-2 ul, #sp-list-3 ul{
  margin-left : 12px;
  margin-bottom : 0px;
}

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

  #sp-site-navigation-2{
    background-color : #140000;
    padding-top : 10px;
    padding-left : 1000px;
    padding-right : 1000px;
    padding-bottom : 19px;
    margin-left : -1000px;
    margin-right : -1000px;
    position : relative;
  }

  #sp-site-navigation-2 ul ul{
    border-top-width : 0px;
    border-left-width : 0px;
    border-right-width : 0px;
    border-bottom-width : 0px;
  }

  #sp-site-navigation-2 ul ul li{
    border-bottom-width : 0px;
    position : relative;
  }

  #sp-site-navigation-2 ul ul li:hover > ul{
    display : block;
    top : -1px;
    left : 100%;
  }

  #sp-site-navigation-2 ul ul li > a{
    color : #333333;
    background-color : #f5f5f5;
    padding-top : 11px;
    padding-left : 17px;
    padding-right : 17px;
    padding-bottom : 10px;
  }

  #sp-site-navigation-2 ul ul li > a:hover{
    color : #ffffff;
    background-color : #660000;
  }

  #sp-site-navigation-2 ul ul li > li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : #660000;
  }

  #sp-site-navigation-2 ul ul li > li.current-menu-item > a{
    color : #ffffff;
    background-color : #660000;
  }

  #sp-site-navigation-2 ul ul li > li.current_page_ancestor > a{
    color : #ffffff;
    background-color : #660000;
  }

  #sp-site-navigation-2 ul ul li > li.current_page_item > a{
    color : #ffffff;
    background-color : #660000;
  }

  #sp-site-navigation-2 > ul{
    font-size : 1.4rem;
  }

  #sp-site-navigation-2> ul> li {
  }

  #sp-site-navigation-2 > ul > li.current-menu-ancestor > a{
    background-color : transparent;
    position : relative;
  }

  #sp-site-navigation-2 > ul > li.current-menu-ancestor > a::after{
    background-color : #ffffff;
    height : 1px;
    display : block;
    position : absolute;
    bottom : 0px;
    right : 18px;
    left : 18px;
    content : '';
  }

  #sp-site-navigation-2 > ul > li.current-menu-item > a{
    background-color : transparent;
    position : relative;
  }

  #sp-site-navigation-2 > ul > li.current-menu-item > a::after{
    background-color : #ffffff;
    height : 1px;
    display : block;
    position : absolute;
    bottom : 0px;
    right : 18px;
    left : 18px;
    content : '';
  }

  #sp-site-navigation-2 > ul > li.current_page_ancestor > a{
    background-color : transparent;
    position : relative;
  }

  #sp-site-navigation-2 > ul > li.current_page_ancestor > a::after{
    background-color : #ffffff;
    height : 1px;
    display : block;
    position : absolute;
    bottom : 0px;
    right : 18px;
    left : 18px;
    content : '';
  }

  #sp-site-navigation-2 > ul > li.current_page_item > a{
    background-color : transparent;
    position : relative;
  }

  #sp-site-navigation-2 > ul > li.current_page_item > a::after{
    background-color : #ffffff;
    height : 1px;
    display : block;
    position : absolute;
    bottom : 0px;
    right : 18px;
    left : 18px;
    content : '';
  }

  #sp-site-navigation-2 > ul > li > a{
    font-weight : bold;
    line-height : 1;
    color : #fefefe;
    padding-top : 11px;
    padding-left : 18px;
    padding-right : 18px;
    padding-bottom : 11px;
    display : block;
  }

  #sp-site-navigation-2 > ul > li > a:hover{
    background-color : transparent;
    position : relative;
  }

  #sp-site-navigation-2 > ul > li > a:hover::after{
    background-color : #ffffff;
    height : 1px;
    display : block;
    position : absolute;
    bottom : 0px;
    right : 18px;
    left : 18px;
    content : '';
  }
}

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

  #sp-site-navigation-2{
    font-size : 1.2rem;
    font-weight : bold;
    background-color : transparent;
    margin-top : 0px;
    margin-bottom : 0px;
    border-top-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-bottom-color : initial;
  }

  #sp-site-navigation-2 .menu-toggle{
    background-color : #140000;
    background-image : url(img/icon-menu-toggle.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -9999px;
    padding-top : 5px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #ffffff;
  }

  #sp-site-navigation-2 li > a:active{
    background-color : #620505;
  }

  #sp-site-navigation-2 li > a:hover{
    background-color : #620505;
  }

  #sp-site-navigation-2 ul li > a{
    font-weight : bold;
    color : #ffffff;
    background-color : #140000;
    text-decoration : none;
    text-align : center;
    padding-top : 5px;
    padding-bottom : 5px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #ffffff;
  }

  #sp-site-navigation-2 > ul li.current-menu-ancestor > a{
    background-color : #620505;
  }

  #sp-site-navigation-2 > ul li.current-menu-item > a{
    background-color : #620505;
  }

  #sp-site-navigation-2 > ul li.current_page_ancestor > a{
    background-color : #620505;
  }

  #sp-site-navigation-2 > ul li.current_page_item > a{
    background-color : #620505;
  }
}

#sp-block-container-29 > .large, #sp-block-container-30 > .large{
  font-size : 1.5em;
}

#sp-block-container-29 > .medium, #sp-block-container-30 > .medium{
  font-size : 1em;
}

#sp-block-container-29 > .x-large, #sp-block-container-30 > .x-large{
  font-size : 2em;
}

#sp-block-container-29 > .x-small, #sp-block-container-30 > .x-small{
  font-size : 0.8em;
}

#sp-block-container-29 > .xx-large, #sp-block-container-30 > .xx-large{
  font-size : 3em;
}

#sp-block-container-29 > .xx-small, #sp-block-container-30 > .xx-small{
  font-size : 0.7em;
}

#sp-block-container-29 > em, #sp-block-container-30 > em{
  font-style : oblique;
  color : #2c7af5;
}

#sp-block-container-29 > h1, #sp-block-container-30 > h1{
  color : #515151;
  border-left-width : 15px;
  border-bottom-width : 2px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #2c7af5;
  border-bottom-color : #2c7af5;
}

#sp-block-container-29 > h2, #sp-block-container-30 > h2{
  color : #515151;
  border-bottom-width : 2px;
  border-bottom-style : dashed;
  border-bottom-color : #2c7af5;
}

#sp-block-container-29 > h3, #sp-block-container-30 > h3{
  font-size : 1.3em;
  color : #515151;
  border-top-width : 1px;
  border-left-width : 10px;
  border-bottom-width : 1px;
  border-top-style : dashed;
  border-left-style : solid;
  border-bottom-style : solid;
  border-top-color : #2c7af5;
  border-left-color : #2c7af5;
  border-bottom-color : #2c7af5;
  clear : both;
}

#sp-block-container-29 > h4, #sp-block-container-30 > h4{
  font-size : 1.2em;
  color : #515151;
  border-left-width : 5px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #2c7af5;
  border-bottom-color : #2c7af5;
  clear : both;
}

#sp-block-container-29 > h5, #sp-block-container-30 > h5{
  font-size : 1em;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #2c7af5;
  clear : both;
}

#sp-block-container-29 > h6, #sp-block-container-30 > h6{
  font-size : 1em;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #2c7af5;
}

#sp-block-container-29 > p, #sp-block-container-30 > p{
  line-height : 1.4;
  color : #515151;
  text-align : left;
  text-indent : 1em;
  margin-top : 0.5em;
  margin-left : 0.5em;
  margin-right : 0.5em;
  margin-bottom : 0.5em;
}

#sp-block-container-29 > p.indent, #sp-block-container-30 > p.indent{
  padding-left : 15px;
}

#sp-block-container-29 > p.small, #sp-block-container-30 > p.small{
  font-size : 0.9em;
}

#sp-block-container-29 > strong, #sp-block-container-30 > strong{
  font-weight : bold;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #2c7af5;
}

.page-entrance#content #page-content > .large, .page-service#content #page-content > .large, #sp-block-container-19 > .large, #sp-block-container-2 > .large, #sp-block-container-20 > .large, #sp-block-container-21 > .large, #sp-block-container-3 > .large{
  font-size : 1.2em;
}

.page-entrance#content #page-content > .medium, .page-service#content #page-content > .medium, #sp-block-container-19 > .medium, #sp-block-container-2 > .medium, #sp-block-container-20 > .medium, #sp-block-container-21 > .medium, #sp-block-container-3 > .medium{
  font-size : 1em;
}

.page-entrance#content #page-content > .small, .page-service#content #page-content > .small, #sp-block-container-19 > .small, #sp-block-container-2 > .small, #sp-block-container-20 > .small, #sp-block-container-21 > .small, #sp-block-container-3 > .small{
  font-size : 0.9em;
}

.page-entrance#content #page-content > .x-large, .page-service#content #page-content > .x-large, #sp-block-container-19 > .x-large, #sp-block-container-2 > .x-large, #sp-block-container-20 > .x-large, #sp-block-container-21 > .x-large, #sp-block-container-3 > .x-large{
  font-size : 1.5em;
}

.page-entrance#content #page-content > .x-small, .page-service#content #page-content > .x-small, #sp-block-container-19 > .x-small, #sp-block-container-2 > .x-small, #sp-block-container-20 > .x-small, #sp-block-container-21 > .x-small, #sp-block-container-3 > .x-small{
  font-size : 0.8em;
}

.page-entrance#content #page-content > .xx-large, .page-service#content #page-content > .xx-large, #sp-block-container-19 > .xx-large, #sp-block-container-2 > .xx-large, #sp-block-container-20 > .xx-large, #sp-block-container-21 > .xx-large, #sp-block-container-3 > .xx-large{
  font-size : 2em;
}

.page-entrance#content #page-content > .xx-small, .page-service#content #page-content > .xx-small, #sp-block-container-19 > .xx-small, #sp-block-container-2 > .xx-small, #sp-block-container-20 > .xx-small, #sp-block-container-21 > .xx-small, #sp-block-container-3 > .xx-small{
  font-size : 0.7em;
}

.page-entrance#content #page-content > em, .page-service#content #page-content > em, #sp-block-container-19 > em, #sp-block-container-2 > em, #sp-block-container-20 > em, #sp-block-container-21 > em, #sp-block-container-3 > em{
  font-style : oblique;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #515151;
}

.page-entrance#content #page-content > h1, .page-service#content #page-content > h1, #sp-block-container-19 > h1, #sp-block-container-2 > h1, #sp-block-container-20 > h1, #sp-block-container-21 > h1, #sp-block-container-3 > h1{
  color : #000000;
}

.page-entrance#content #page-content > h2, .page-service#content #page-content > h2, #sp-block-container-19 > h2, #sp-block-container-2 > h2, #sp-block-container-20 > h2, #sp-block-container-21 > h2, #sp-block-container-3 > h2{
  color : #000000;
}

.page-entrance#content #page-content > h3, .page-service#content #page-content > h3, #sp-block-container-19 > h3, #sp-block-container-2 > h3, #sp-block-container-20 > h3, #sp-block-container-21 > h3, #sp-block-container-3 > h3{
  color : #000000;
}

.page-entrance#content #page-content > h4, .page-service#content #page-content > h4, #sp-block-container-19 > h4, #sp-block-container-2 > h4, #sp-block-container-20 > h4, #sp-block-container-21 > h4, #sp-block-container-3 > h4{
  line-height : 1.2;
  color : #000000;
  text-align : left;
  clear : both;
}

.page-entrance#content #page-content > h5, .page-service#content #page-content > h5, #sp-block-container-19 > h5, #sp-block-container-2 > h5, #sp-block-container-20 > h5, #sp-block-container-21 > h5, #sp-block-container-3 > h5{
  font-size : 1.08em;
  line-height : 1.2;
  color : #000000;
  text-align : left;
  clear : both;
}

.page-entrance#content #page-content > h6, .page-service#content #page-content > h6, #sp-block-container-19 > h6, #sp-block-container-2 > h6, #sp-block-container-20 > h6, #sp-block-container-21 > h6, #sp-block-container-3 > h6{
  font-size : 1em;
  color : #000000;
}

.page-entrance#content #page-content > p, .page-service#content #page-content > p, #sp-block-container-19 > p, #sp-block-container-2 > p, #sp-block-container-20 > p, #sp-block-container-21 > p, #sp-block-container-3 > p{
  line-height : 1.4;
  color : #515151;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 0.5em;
}

.page-entrance#content #page-content > p.indent, .page-service#content #page-content > p.indent, #sp-block-container-19 > p.indent, #sp-block-container-2 > p.indent, #sp-block-container-20 > p.indent, #sp-block-container-21 > p.indent, #sp-block-container-3 > p.indent{
  padding-left : 10px;
}

.page-entrance#content #page-content > strong, .page-service#content #page-content > strong, #sp-block-container-19 > strong, #sp-block-container-2 > strong, #sp-block-container-20 > strong, #sp-block-container-21 > strong, #sp-block-container-3 > strong{
  font-weight : bold;
  color : #515151;
}

#sp-block-container-1 .copyright, #sp-block-container-32 .copyright{
  color : #ffffff;
  background-color : #161616;
  text-align : center;
  padding-top : 15px;
  padding-bottom : 15px;
}

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

  #sp-block-container-1 .copyright, #sp-block-container-32 .copyright{
    padding-left : 100%;
    padding-right : 100%;
    margin-left : -100%;
    margin-right : -100%;
  }
}

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

  #sp-block-container-1, #sp-block-container-32{
    padding-top : 15px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 15px;
  }

  #sp-block-container-1 .copyright, #sp-block-container-32 .copyright{
    margin-left : -10px;
    margin-right : -10px;
  }
}

.page-contact1#content #page-content > .large, .page-recruit#content #page-content > .large, #sp-block-container-10 > .large, #sp-block-container-11 > .large, #sp-block-container-12 > .large, #sp-block-container-13 > .large, #sp-block-container-14 > .large, #sp-block-container-15 > .large, #sp-block-container-16 > .large, #sp-block-container-17 > .large, #sp-block-container-18 > .large, #sp-block-container-34 > .large, #sp-block-container-6 > .large, #sp-block-container-7 > .large, #sp-block-container-8 > .large, #sp-block-container-9 > .large{
  font-size : 1.2em;
}

.page-contact1#content #page-content > .medium, .page-recruit#content #page-content > .medium, #sp-block-container-10 > .medium, #sp-block-container-11 > .medium, #sp-block-container-12 > .medium, #sp-block-container-13 > .medium, #sp-block-container-14 > .medium, #sp-block-container-15 > .medium, #sp-block-container-16 > .medium, #sp-block-container-17 > .medium, #sp-block-container-18 > .medium, #sp-block-container-34 > .medium, #sp-block-container-6 > .medium, #sp-block-container-7 > .medium, #sp-block-container-8 > .medium, #sp-block-container-9 > .medium{
  font-size : 1em;
}

.page-contact1#content #page-content > .small, .page-recruit#content #page-content > .small, #sp-block-container-10 > .small, #sp-block-container-11 > .small, #sp-block-container-12 > .small, #sp-block-container-13 > .small, #sp-block-container-14 > .small, #sp-block-container-15 > .small, #sp-block-container-16 > .small, #sp-block-container-17 > .small, #sp-block-container-18 > .small, #sp-block-container-34 > .small, #sp-block-container-6 > .small, #sp-block-container-7 > .small, #sp-block-container-8 > .small, #sp-block-container-9 > .small{
  font-size : 0.9em;
}

.page-contact1#content #page-content > .x-large, .page-recruit#content #page-content > .x-large, #sp-block-container-10 > .x-large, #sp-block-container-11 > .x-large, #sp-block-container-12 > .x-large, #sp-block-container-13 > .x-large, #sp-block-container-14 > .x-large, #sp-block-container-15 > .x-large, #sp-block-container-16 > .x-large, #sp-block-container-17 > .x-large, #sp-block-container-18 > .x-large, #sp-block-container-34 > .x-large, #sp-block-container-6 > .x-large, #sp-block-container-7 > .x-large, #sp-block-container-8 > .x-large, #sp-block-container-9 > .x-large{
  font-size : 1.8em;
}

.page-contact1#content #page-content > .x-small, .page-recruit#content #page-content > .x-small, #sp-block-container-10 > .x-small, #sp-block-container-11 > .x-small, #sp-block-container-12 > .x-small, #sp-block-container-13 > .x-small, #sp-block-container-14 > .x-small, #sp-block-container-15 > .x-small, #sp-block-container-16 > .x-small, #sp-block-container-17 > .x-small, #sp-block-container-18 > .x-small, #sp-block-container-34 > .x-small, #sp-block-container-6 > .x-small, #sp-block-container-7 > .x-small, #sp-block-container-8 > .x-small, #sp-block-container-9 > .x-small{
  font-size : 0.8em;
}

.page-contact1#content #page-content > .xx-large, .page-recruit#content #page-content > .xx-large, #sp-block-container-10 > .xx-large, #sp-block-container-11 > .xx-large, #sp-block-container-12 > .xx-large, #sp-block-container-13 > .xx-large, #sp-block-container-14 > .xx-large, #sp-block-container-15 > .xx-large, #sp-block-container-16 > .xx-large, #sp-block-container-17 > .xx-large, #sp-block-container-18 > .xx-large, #sp-block-container-34 > .xx-large, #sp-block-container-6 > .xx-large, #sp-block-container-7 > .xx-large, #sp-block-container-8 > .xx-large, #sp-block-container-9 > .xx-large{
  font-size : 2em;
}

.page-contact1#content #page-content > .xx-small, .page-recruit#content #page-content > .xx-small, #sp-block-container-10 > .xx-small, #sp-block-container-11 > .xx-small, #sp-block-container-12 > .xx-small, #sp-block-container-13 > .xx-small, #sp-block-container-14 > .xx-small, #sp-block-container-15 > .xx-small, #sp-block-container-16 > .xx-small, #sp-block-container-17 > .xx-small, #sp-block-container-18 > .xx-small, #sp-block-container-34 > .xx-small, #sp-block-container-6 > .xx-small, #sp-block-container-7 > .xx-small, #sp-block-container-8 > .xx-small, #sp-block-container-9 > .xx-small{
  font-size : 0.7em;
}

.page-contact1#content #page-content > em, .page-recruit#content #page-content > em, #sp-block-container-10 > em, #sp-block-container-11 > em, #sp-block-container-12 > em, #sp-block-container-13 > em, #sp-block-container-14 > em, #sp-block-container-15 > em, #sp-block-container-16 > em, #sp-block-container-17 > em, #sp-block-container-18 > em, #sp-block-container-34 > em, #sp-block-container-6 > em, #sp-block-container-7 > em, #sp-block-container-8 > em, #sp-block-container-9 > em{
  font-style : oblique;
  color : #00a47f;
}

.page-contact1#content #page-content > h1, .page-recruit#content #page-content > h1, #sp-block-container-10 > h1, #sp-block-container-11 > h1, #sp-block-container-12 > h1, #sp-block-container-13 > h1, #sp-block-container-14 > h1, #sp-block-container-15 > h1, #sp-block-container-16 > h1, #sp-block-container-17 > h1, #sp-block-container-18 > h1, #sp-block-container-34 > h1, #sp-block-container-6 > h1, #sp-block-container-7 > h1, #sp-block-container-8 > h1, #sp-block-container-9 > h1{
  color : #ffffff;
  background-color : #00a453;
  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;
  padding-top : 13px;
  padding-left : 13px;
  padding-right : 0px;
  padding-bottom : 11px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

.page-contact1#content #page-content > h2, .page-recruit#content #page-content > h2, #sp-block-container-10 > h2, #sp-block-container-11 > h2, #sp-block-container-12 > h2, #sp-block-container-13 > h2, #sp-block-container-14 > h2, #sp-block-container-15 > h2, #sp-block-container-16 > h2, #sp-block-container-17 > h2, #sp-block-container-18 > h2, #sp-block-container-34 > h2, #sp-block-container-6 > h2, #sp-block-container-7 > h2, #sp-block-container-8 > h2, #sp-block-container-9 > h2{
  color : #ffffff;
  background-color : #00a47f;
  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;
  padding-top : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

.page-contact1#content #page-content > h3, .page-recruit#content #page-content > h3, #sp-block-container-10 > h3, #sp-block-container-11 > h3, #sp-block-container-12 > h3, #sp-block-container-13 > h3, #sp-block-container-14 > h3, #sp-block-container-15 > h3, #sp-block-container-16 > h3, #sp-block-container-17 > h3, #sp-block-container-18 > h3, #sp-block-container-34 > h3, #sp-block-container-6 > h3, #sp-block-container-7 > h3, #sp-block-container-8 > h3, #sp-block-container-9 > h3{
  font-size : 1.3em;
  color : #ffffff;
  background-color : #10bf97;
  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;
  padding-top : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  clear : both;
}

.page-contact1#content #page-content > h4, .page-recruit#content #page-content > h4, #sp-block-container-10 > h4, #sp-block-container-11 > h4, #sp-block-container-12 > h4, #sp-block-container-13 > h4, #sp-block-container-14 > h4, #sp-block-container-15 > h4, #sp-block-container-16 > h4, #sp-block-container-17 > h4, #sp-block-container-18 > h4, #sp-block-container-34 > h4, #sp-block-container-6 > h4, #sp-block-container-7 > h4, #sp-block-container-8 > h4, #sp-block-container-9 > h4{
  font-size : 1.2em;
  color : #ffffff;
  background-color : #46ccb2;
  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;
  padding-top : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  clear : both;
}

.page-contact1#content #page-content > h5, .page-recruit#content #page-content > h5, #sp-block-container-10 > h5, #sp-block-container-11 > h5, #sp-block-container-12 > h5, #sp-block-container-13 > h5, #sp-block-container-14 > h5, #sp-block-container-15 > h5, #sp-block-container-16 > h5, #sp-block-container-17 > h5, #sp-block-container-18 > h5, #sp-block-container-34 > h5, #sp-block-container-6 > h5, #sp-block-container-7 > h5, #sp-block-container-8 > h5, #sp-block-container-9 > h5{
  font-size : 1em;
  color : #ffffff;
  background-color : #6ad4bf;
  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;
  padding-top : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  clear : both;
}

.page-contact1#content #page-content > h6, .page-recruit#content #page-content > h6, #sp-block-container-10 > h6, #sp-block-container-11 > h6, #sp-block-container-12 > h6, #sp-block-container-13 > h6, #sp-block-container-14 > h6, #sp-block-container-15 > h6, #sp-block-container-16 > h6, #sp-block-container-17 > h6, #sp-block-container-18 > h6, #sp-block-container-34 > h6, #sp-block-container-6 > h6, #sp-block-container-7 > h6, #sp-block-container-8 > h6, #sp-block-container-9 > h6{
  font-size : 1em;
  color : #ffffff;
  background-color : #6ad4bf;
  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;
  padding-top : 3px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 3px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

.page-contact1#content #page-content > p, .page-recruit#content #page-content > p, #sp-block-container-10 > p, #sp-block-container-11 > p, #sp-block-container-12 > p, #sp-block-container-13 > p, #sp-block-container-14 > p, #sp-block-container-15 > p, #sp-block-container-16 > p, #sp-block-container-17 > p, #sp-block-container-18 > p, #sp-block-container-34 > p, #sp-block-container-6 > p, #sp-block-container-7 > p, #sp-block-container-8 > p, #sp-block-container-9 > p{
  line-height : 1.6;
  color : #515151;
  text-align : left;
  margin-top : 1em;
  margin-left : 3em;
  margin-right : 3em;
  margin-bottom : 1em;
}

.page-contact1#content #page-content > p.indent, .page-recruit#content #page-content > p.indent, #sp-block-container-10 > p.indent, #sp-block-container-11 > p.indent, #sp-block-container-12 > p.indent, #sp-block-container-13 > p.indent, #sp-block-container-14 > p.indent, #sp-block-container-15 > p.indent, #sp-block-container-16 > p.indent, #sp-block-container-17 > p.indent, #sp-block-container-18 > p.indent, #sp-block-container-34 > p.indent, #sp-block-container-6 > p.indent, #sp-block-container-7 > p.indent, #sp-block-container-8 > p.indent, #sp-block-container-9 > p.indent{
  padding-left : 15px;
}

.page-contact1#content #page-content > strong, .page-recruit#content #page-content > strong, #sp-block-container-10 > strong, #sp-block-container-11 > strong, #sp-block-container-12 > strong, #sp-block-container-13 > strong, #sp-block-container-14 > strong, #sp-block-container-15 > strong, #sp-block-container-16 > strong, #sp-block-container-17 > strong, #sp-block-container-18 > strong, #sp-block-container-34 > strong, #sp-block-container-6 > strong, #sp-block-container-7 > strong, #sp-block-container-8 > strong, #sp-block-container-9 > strong{
  font-weight : bold;
  color : #515151;
  background-color : #6ad4bf;
  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;
}

#sp-block-container-39 > .large{
  font-size : 1.5em;
}

#sp-block-container-39 > .medium{
  font-size : 1em;
}

#sp-block-container-39 > .x-large{
  font-size : 2em;
}

#sp-block-container-39 > .x-small{
  font-size : 0.8em;
}

#sp-block-container-39 > .xx-large{
  font-size : 3em;
}

#sp-block-container-39 > .xx-small{
  font-size : 0.7em;
}

#sp-block-container-39 > a:link{
  color : #c991e3;
}

#sp-block-container-39 > em{
  font-style : oblique;
}

#sp-block-container-39 > h1{
  color : #808080;
  background-color : #faeeff;
  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;
  padding-top : 11px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 11px;
}

#sp-block-container-39 > h2{
  color : #808080;
  background-color : #faeeff;
  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;
  padding-top : 11px;
  padding-left : 20px;
  padding-right : 10px;
  padding-bottom : 11px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #ad93c2;
}

#sp-block-container-39 > h3{
  font-size : 1.3em;
  line-height : 1.8;
  color : #808080;
  background-color : #faeeff;
  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;
  padding-top : 12px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 12px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #ad93c2;
  border-bottom-color : #ad93c2;
  clear : both;
}

#sp-block-container-39 > h4{
  font-size : 1.2em;
  color : #ffffff;
  background-color : #ad93c2;
  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;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 5px;
  clear : both;
}

#sp-block-container-39 > h5{
  font-size : 1em;
  color : #ad93c2;
  padding-top : 15px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 15px;
  clear : both;
}

#sp-block-container-39 > h6{
  font-size : 1em;
  font-weight : normal;
  color : #808080;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ad93c2;
}

#sp-block-container-39 > p{
  line-height : 1.4;
  color : #808080;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 0.1em;
  margin-right : 0.1em;
  margin-bottom : 0.5em;
}

#sp-block-container-39 > p.indent{
  padding-left : 20px;
}

#sp-block-container-39 > p.small{
  font-size : 0.9em;
}

#sp-block-container-39 > strong{
  font-weight : bold;
  color : #c991e3;
}

#sp-definition-list-2{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : none;
}

#sp-definition-list-2 dd{
  padding-top : 0px;
  padding-left : 4px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 16px;
  margin-right : 0px;
  margin-bottom : 20px;
}

#sp-definition-list-2 dt{
  background-color : #49b8ff;
  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;
  padding-top : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-definition-list-2 > dd{
  color : #565656;
}

#sp-definition-list-2 > dt{
  font-weight : bold;
  color : #333333;
}

#sp-definition-list-1{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : none;
}

#sp-definition-list-1 dd{
  color : #333333;
  padding-top : 2px;
  padding-left : 4px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 16px;
  margin-right : 0px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #5c75f6;
}

#sp-definition-list-1 dt{
  font-weight : bold;
  color : #333333;
  padding-top : 3px;
  padding-left : 5px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-left-width : 5px;
  border-bottom-width : 3px;
  border-left-style : solid;
  border-bottom-style : double;
  border-left-color : #3066ab;
  border-bottom-color : #3066ab;
}

#sp-definition-list-1 > dt{
  color : #333333;
}

#sp-image-11, #sp-image-40, #sp-image-41, #sp-image-42, #sp-image-5, #sp-image-6, #sp-image-7{
  text-decoration : none;
  border-top-left-radius : 50% 50%;
  border-top-right-radius : 50% 50%;
  border-bottom-right-radius : 50% 50%;
  border-bottom-left-radius : 50% 50%;
  max-width : 100%;
  position : relative;
}

#sp-image-1, #sp-image-10, #sp-image-12, #sp-image-14, #sp-image-16, #sp-image-17, #sp-image-18, #sp-image-19, #sp-image-2, #sp-image-20, #sp-image-21, #sp-image-22, #sp-image-23, #sp-image-24, #sp-image-25, #sp-image-26, #sp-image-27, #sp-image-28, #sp-image-29, #sp-image-3, #sp-image-30, #sp-image-31, #sp-image-32, #sp-image-33, #sp-image-34, #sp-image-35, #sp-image-36, #sp-image-37, #sp-image-38, #sp-image-39, #sp-image-4, #sp-image-8, #sp-image-9{
  max-width : 100%;
}

#sp-form-1{
  font-size : 1.6rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight : normal;
  background-color : #e1eefb;
  padding-top : 10%;
  padding-left : 10%;
  padding-right : 10%;
  padding-bottom : 10%;
  margin-top : 20px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
  width : auto;
  position : relative;
}

#sp-form-1 input{
  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;
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
  width : 100%;
  box-sizing : border-box;
}

#sp-form-1 input:focus{
  background-color : #f2f2f2;
}

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

#sp-form-1 td{
  color : #575757;
  text-align : left;
  padding-top : 15px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 15px;
  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 : #242f5b;
  border-left-color : #242f5b;
  border-right-color : #242f5b;
  border-bottom-color : #242f5b;
  width : auto;
  display : block;
}

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

#sp-form-1 textarea:focus{
  background-color : #f2f2f2;
}

#sp-form-1 textarea[name="message"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
  width : 100%;
  height : 100px;
  box-sizing : border-box;
}

#sp-form-1 th{
  font-size : 1.2rem;
  font-weight : normal;
  color : #ffffff;
  background-color : #242f5b;
  text-align : left;
  padding-top : 11px;
  padding-left : 40px;
  padding-right : 0px;
  padding-bottom : 7px;
  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 : #242f5b;
  border-left-color : #242f5b;
  border-right-color : #242f5b;
  border-bottom-color : #242f5b;
  width : auto;
  display : block;
}

#sp-form-1 tr{
  margin-bottom : 20px;
}

#sp-form-1 > input[type="submit"]{
  font-size : 1.2rem;
  color : #ffffff;
  background-color : #242f5b;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 20px;
  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;
  box-shadow : 0px 4px 0px #141f4a;
  width : 100px;
  height : 37px;
  float : right;
  position : relative;
  cursor : pointer;
}

#sp-form-1 > input[type="submit"]:active{
  background-color : #242f5b;
  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;
  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;
  box-shadow : 0px 0px 0px #141f4a;
  top : 3px;
}

#sp-form-1 > input[type="submit"]:hover{
  background-color : #242f5b;
  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;
  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;
}

#sp-form-1 > table{
  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 : 100%;
}

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

  #sp-form-1{
    padding-top : 20px;
    padding-left : 15px;
    padding-right : 15px;
    padding-bottom : 25px;
    margin-top : 5px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 5px;
    width : 100%;
    box-sizing : border-box;
  }

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

  #sp-form-1 table{
    border-top-width : medium;
    border-top-style : none;
    border-top-color : initial;
    width : 100%;
  }

  #sp-form-1 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;
    width : auto;
    display : block;
  }

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

  #sp-form-1 th{
    padding-top : 10px;
    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;
    display : block;
  }

  #sp-form-1 > input[type="submit"]{
    margin-right : 3px;
    float : right;
  }
}

#sp-item-gallery-1 > 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;
  width : 100%;
  list-style-type : none;
  list-style-position : outside;
}

#sp-item-gallery-1 > ul > li{
  font-size : 0.9em;
  color : #ffffff;
  background-color : #225e4e;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  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 : 160px;
  height : 350px;
  float : left;
  overflow : hidden;
  box-sizing : border-box;
}

#sp-item-gallery-1> ul> li a:hover.item-gallery-link img {
  opacity: 0.6;
}

#sp-item-gallery-1 > ul > li > div img.item-gallery-thumbnail{
  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 : 100%;
  display : block;
}

#sp-item-gallery-1 > ul > li > p{
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-content{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons{
  text-align : center;
  width : 100%;
  min-height : 20px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-new{
  background-color : #f06060;
  background-image : none,url(img/item-gallery-icon1.png);
  background-repeat : repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : 0% 0%, center 50%;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  width : 26px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-popular{
  background-color : #04bfbf;
  background-image : none,url(img/item-gallery-icon2.png);
  background-repeat : repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : 0% 0%, center 50%;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  width : 42px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend{
  background-color : #e6a408;
  background-image : none,url(img/item-gallery-icon3.png);
  background-repeat : repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : 0% 0%, center 50%;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  width : 38px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-sale{
  background-color : #0a7bb5;
  background-image : none,url(img/item-gallery-icon4.png);
  background-repeat : repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : 0% 0%, center 50%;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  margin-right : 0px;
  width : 29px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons span{
  line-height : 12px;
  text-align : center;
  margin-right : 3px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  height : 12px;
  display : inline-block;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons + p.item-gallery-price{
  margin-top : 0px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-price{
  color : #ffffff;
  text-align : left;
  padding-left : 5px;
  width : 100%;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-price .item-gallery-price-after{
  font-size : small;
  color : #a1b2ad;
  margin-left : 5px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-price .item-gallery-price-before{
  color : #ffd15a;
  margin-right : 5px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-title{
  font-size : 1.2em;
  line-height : 1.5em;
  color : #ffffff;
  text-align : center;
  margin-left : 10px;
  margin-right : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ffffff;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-1 > ul > li > p:last-child{
  margin-bottom : 10px;
}

#sp-wp-post-list-2{
  font-size : 13px;
  color : #cccccc;
  background-color : #242f5b;
  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;
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 25px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  width : 100%;
  position : relative;
}

#sp-wp-post-list-2 #hpb-pagenation{
  padding-top : 2px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 2px;
}

#sp-wp-post-list-2 .hpb-more-entry{
  text-align : right;
  padding-top : 8px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 0px;
}

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

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

#sp-wp-post-list-2 ::after {
}

#sp-wp-post-list-2 a{
  color : #bfdcfa;
  text-decoration : none;
}

#sp-wp-post-list-2 a:hover{
  text-decoration : underline;
}

#sp-wp-post-list-2 article{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 8px;
}

#sp-wp-post-list-2 article > div{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

#sp-wp-post-list-2 dl{
  margin-top : 10px;
}

#sp-wp-post-list-2 footer{
  color : #cccccc;
}

#sp-wp-post-list-2 h1{
  color : #333333;
  background-color : #242f5b;
  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;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 21px;
  padding-bottom : 11px;
  border-top-width : 3px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #bfdcfa;
  border-bottom-color : #bfdcfa;
}

#sp-wp-post-list-2 h4{
  font-size : 1.2em;
  color : #cccccc;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  clear : both;
}

#sp-wp-post-list-2 h4 a{
  color : #cccccc;
  text-decoration : none;
}

#sp-wp-post-list-2 h4 a:active{
  text-decoration : underline;
}

#sp-wp-post-list-2 h4 a:hover{
  text-decoration : underline;
}

#sp-wp-post-list-2 li{
  padding-bottom : 5px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-wp-post-list-2 p{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-wp-post-list-2 p > img{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

#sp-wp-post-list-2 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-wp-post-list-2 dd{
  margin-left : 16px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-wp-post-list-2 dl{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

.hpb-viewtype-content#sp-wp-post-list-2 dt{
  margin-bottom : 5px;
}

.hpb-viewtype-date#sp-wp-post-list-2 dd{
  padding-top : 0px;
  padding-left : 120px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-left : 0px;
  margin-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.hpb-viewtype-date#sp-wp-post-list-2 dl{
  padding-top : 0px;
  padding-left : 25px;
  padding-right : 25px;
  padding-bottom : 0px;
  overflow : hidden;
}

.hpb-viewtype-date#sp-wp-post-list-2 dt{
  font-weight : bold;
  color : #cccccc;
  padding-bottom : 5px;
  width : 120px;
  float : left;
  clear : both;
}

.hpb-viewtype-simple#sp-wp-post-list-2 div{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

.hpb-viewtype-simple#sp-wp-post-list-2 footer{
  padding-top : 0px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 0px;
}

#sp-wp-post-list-2 > a:active{
  text-decoration : underline;
}

#sp-wp-post-list-2 > h3{
  font-size : 1.3em;
  color : #cccccc;
  background-color : #242f5b;
  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;
  padding-top : 7px;
  padding-left : 32px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #bfdcfa;
  border-bottom-color : #bfdcfa;
  clear : both;
}

#sp-entry-content-1, #sp-entry-content-2, #sp-wp-post-list-1{
  font-size : 13px;
  color : #676767;
  background-color : #d3eaf5;
  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-align : center;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 25px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  width : 100%;
  position : relative;
}

#sp-entry-content-1 #hpb-pagenation, #sp-entry-content-2 #hpb-pagenation, #sp-wp-post-list-1 #hpb-pagenation{
  padding-top : 2px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 2px;
}

#sp-entry-content-1 .hpb-more-entry, #sp-entry-content-2 .hpb-more-entry, #sp-wp-post-list-1 .hpb-more-entry{
  text-align : right;
  padding-top : 8px;
  padding-left : 24px;
  padding-right : 24px;
  padding-bottom : 0px;
}

#sp-entry-content-1 .nav-next, #sp-entry-content-2 .nav-next, #sp-wp-post-list-1 .nav-next{
  margin-right : 24px;
  float : right;
}

#sp-entry-content-1 .nav-previous, #sp-entry-content-2 .nav-previous, #sp-wp-post-list-1 .nav-previous{
  margin-left : 24px;
  float : left;
}

#sp-entry-content-1 ::after, #sp-entry-content-2 ::after, #sp-wp-post-list-1 ::after {
}

#sp-entry-content-1 a, #sp-entry-content-2 a, #sp-wp-post-list-1 a{
  color : #0e5e83;
  text-decoration : underline;
}

#sp-entry-content-1 a:hover, #sp-entry-content-2 a:hover, #sp-wp-post-list-1 a:hover{
  text-decoration : none;
}

#sp-entry-content-1 article, #sp-entry-content-2 article, #sp-wp-post-list-1 article{
  padding-top : 0px;
  padding-left : 25px;
  padding-right : 25px;
  padding-bottom : 8px;
}

#sp-entry-content-1 article > div, #sp-entry-content-2 article > div, #sp-wp-post-list-1 article > div{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

#sp-entry-content-1 dl, #sp-entry-content-2 dl, #sp-wp-post-list-1 dl{
  margin-top : 10px;
}

#sp-entry-content-1 footer, #sp-entry-content-2 footer, #sp-wp-post-list-1 footer{
  color : #676767;
}

#sp-entry-content-1 h1, #sp-entry-content-2 h1, #sp-wp-post-list-1 h1{
  color : #676767;
  background-color : #d4edf8;
  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;
  padding-top : 11px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 11px;
}

#sp-entry-content-1 h4, #sp-entry-content-2 h4, #sp-wp-post-list-1 h4{
  font-size : 1.1em;
  color : #676767;
  background-color : #d3eaf5;
  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;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 10px;
  padding-bottom : 10px;
  clear : both;
}

#sp-entry-content-1 h4 a, #sp-entry-content-2 h4 a, #sp-wp-post-list-1 h4 a{
  color : #676767;
  text-decoration : none;
}

#sp-entry-content-1 h4 a:active, #sp-entry-content-2 h4 a:active, #sp-wp-post-list-1 h4 a:active{
  text-decoration : underline;
}

#sp-entry-content-1 h4 a:hover, #sp-entry-content-2 h4 a:hover, #sp-wp-post-list-1 h4 a:hover{
  text-decoration : underline;
}

#sp-entry-content-1 li, #sp-entry-content-2 li, #sp-wp-post-list-1 li{
  padding-bottom : 5px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-entry-content-1 p, #sp-entry-content-2 p, #sp-wp-post-list-1 p{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-entry-content-1 p > img, #sp-entry-content-2 p > img, #sp-wp-post-list-1 p > img{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

#sp-entry-content-1 ul, #sp-entry-content-2 ul, #sp-wp-post-list-1 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-entry-content-1 dd, .hpb-viewtype-content#sp-entry-content-2 dd, .hpb-viewtype-content#sp-wp-post-list-1 dd{
  margin-left : 16px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-entry-content-1 dl, .hpb-viewtype-content#sp-entry-content-2 dl, .hpb-viewtype-content#sp-wp-post-list-1 dl{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

.hpb-viewtype-content#sp-entry-content-1 dt, .hpb-viewtype-content#sp-entry-content-2 dt, .hpb-viewtype-content#sp-wp-post-list-1 dt{
  margin-bottom : 5px;
}

.hpb-viewtype-date#sp-entry-content-1 dd, .hpb-viewtype-date#sp-entry-content-2 dd, .hpb-viewtype-date#sp-wp-post-list-1 dd{
  padding-top : 0px;
  padding-left : 120px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-left : 0px;
  margin-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #7ac6e9;
}

.hpb-viewtype-date#sp-entry-content-1 dl, .hpb-viewtype-date#sp-entry-content-2 dl, .hpb-viewtype-date#sp-wp-post-list-1 dl{
  padding-top : 0px;
  padding-left : 25px;
  padding-right : 25px;
  padding-bottom : 0px;
  overflow : hidden;
}

.hpb-viewtype-date#sp-entry-content-1 dt, .hpb-viewtype-date#sp-entry-content-2 dt, .hpb-viewtype-date#sp-wp-post-list-1 dt{
  font-weight : bold;
  color : #7ac6e9;
  padding-bottom : 5px;
  width : 120px;
  float : left;
  clear : both;
}

.hpb-viewtype-simple#sp-entry-content-1 div, .hpb-viewtype-simple#sp-entry-content-2 div, .hpb-viewtype-simple#sp-wp-post-list-1 div{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

.hpb-viewtype-simple#sp-entry-content-1 footer, .hpb-viewtype-simple#sp-entry-content-2 footer, .hpb-viewtype-simple#sp-wp-post-list-1 footer{
  padding-top : 0px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 0px;
}

#sp-entry-content-1 > a:active, #sp-entry-content-2 > a:active, #sp-wp-post-list-1 > a:active{
  text-decoration : none;
}

#sp-entry-content-1 > h3, #sp-entry-content-2 > h3, #sp-wp-post-list-1 > h3{
  font-size : 1.4em;
  color : #ffffff;
  background-color : #7ac6e9;
  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;
  padding-top : 20px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 20px;
  clear : both;
}

#sp-entry-content-1 > h3 a, #sp-entry-content-2 > h3 a, #sp-wp-post-list-1 > h3 a{
  color : #ffffff;
  text-decoration : none;
}

#sp-page-title-12{
  background-color : #225e4e;
  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;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  height : auto;
  position : relative;
}

#sp-page-title-12::after{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-left-width : 13px;
  border-bottom-width : 13px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : rgba(0, 0, 0, 0.5);
  border-bottom-color : rgba(0, 0, 0, 0.35);
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  bottom : 0px;
  right : 0px;
  content : "";
}

#sp-page-title-12 > h1{
  font-size : 20px;
  color : #ffffff;
  padding-top : 20px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-page-title-10{
  background-image : url(img/sp-pagetitle-6be.png),url(img/sp-pagetitle-6af.png),url(img/sp-pagetitle-6bo.png);
  background-repeat : no-repeat,no-repeat;
  background-position : left top,right top,left bottom;
  width : 100%;
  height : 68px;
}

#sp-page-title-10 > h1{
  font-size : 20px;
  font-weight : bold;
  color : #ffffff;
  background-color : #f29c9f;
  padding-top : 20px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 29px;
  margin-right : 27px;
  margin-bottom : 14px;
  height : 54px;
  overflow : hidden;
  box-sizing : border-box;
}

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

  #sp-page-title-10{
    background-image : none;
    text-align : left;
    width : 100%;
    height : 54px;
  }

  #sp-page-title-10 > h1{
    font-size : 18px;
    font-weight : bold;
    line-height : 40px;
    color : #ffffff;
    text-indent : 20px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    border-top-left-radius : 25px 25px;
    border-top-right-radius : 25px 25px;
    border-bottom-right-radius : 25px 25px;
    border-bottom-left-radius : 25px 25px;
    height : 40px;
    box-sizing : border-box;
  }
}

#sp-page-title-5{
  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;
  width : 100%;
  position : relative;
}

#sp-page-title-5 > h1{
  font-size : 20px;
  color : #ffffff;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : 15px;
  margin-right : 15px;
  margin-bottom : 0px;
  position : relative;
}

#sp-page-title-5 > h1::before{
  border-top-width : 9px;
  border-left-width : 15px;
  border-bottom-width : 9px;
  border-top-style : solid;
  border-left-style : solid;
  border-bottom-style : solid;
  border-top-color : transparent;
  border-left-color : rgba(255, 255, 255, 0.5);
  border-bottom-color : transparent;
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  top : 0.9em;
  left : 0px;
  content : "";
}

#sp-page-title-1, #sp-page-title-2, #sp-page-title-3, #sp-page-title-4, #sp-page-title-6, #sp-page-title-7, #sp-page-title-8, #sp-page-title-9{
  background-color : #95c729;
  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;
  margin-bottom : 5px;
  width : 100%;
  box-sizing : border-box;
}

#sp-page-title-1 > h1, #sp-page-title-2 > h1, #sp-page-title-3 > h1, #sp-page-title-4 > h1, #sp-page-title-6 > h1, #sp-page-title-7 > h1, #sp-page-title-8 > h1, #sp-page-title-9 > h1{
  font-size : 20px;
  color : #ffffff;
  padding-top : 15px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-page-title-11{
  background-color : #bde4f6;
  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;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  height : auto;
  position : relative;
}

#sp-page-title-11::after{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-right-width : 13px;
  border-bottom-width : 13px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : rgba(0, 0, 0, 0.3);
  border-bottom-color : rgba(0, 0, 0, 0.15);
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  bottom : 0px;
  left : 0px;
  content : "";
}

#sp-page-title-11 > h1{
  font-size : 20px;
  color : #676767;
  padding-top : 20px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-table-1 tbody{
  width : 100%;
  height : auto;
}

#sp-table-1 td{
  font-size : 16px;
  color : #676767;
  background-color : #ffffff;
  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;
  vertical-align : middle;
  text-align : center;
  padding-top : 12px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 12px;
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
}

#sp-table-1 th{
  font-size : 16px;
  font-weight : normal;
  color : #676767;
  background-color : #f2f2f2;
  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;
  vertical-align : middle;
  text-align : center;
  padding-top : 12px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 12px;
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
}

#sp-table-1 th.col-title{
  background-color : #ffffff;
  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;
}

#sp-table-1 tr:first-child th.col-title{
  background-color : #f2f2f2;
  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;
}

#sp-block-container-35 > .large, #sp-block-container-36 > .large, #sp-block-container-37 > .large, #sp-block-container-38 > .large{
  font-size : 1.5em;
}

#sp-block-container-35 > .medium, #sp-block-container-36 > .medium, #sp-block-container-37 > .medium, #sp-block-container-38 > .medium{
  font-size : 1em;
}

#sp-block-container-35 > .x-large, #sp-block-container-36 > .x-large, #sp-block-container-37 > .x-large, #sp-block-container-38 > .x-large{
  font-size : 2em;
}

#sp-block-container-35 > .x-small, #sp-block-container-36 > .x-small, #sp-block-container-37 > .x-small, #sp-block-container-38 > .x-small{
  font-size : 0.8em;
}

#sp-block-container-35 > .xx-large, #sp-block-container-36 > .xx-large, #sp-block-container-37 > .xx-large, #sp-block-container-38 > .xx-large{
  font-size : 3em;
}

#sp-block-container-35 > .xx-small, #sp-block-container-36 > .xx-small, #sp-block-container-37 > .xx-small, #sp-block-container-38 > .xx-small{
  font-size : 0.7em;
}

#sp-block-container-35 > a:link, #sp-block-container-36 > a:link, #sp-block-container-37 > a:link, #sp-block-container-38 > a:link{
  color : #ffebeb;
  text-decoration : underline;
}

#sp-block-container-35 > em, #sp-block-container-36 > em, #sp-block-container-37 > em, #sp-block-container-38 > em{
  font-style : oblique;
  color : #eea4ad;
}

#sp-block-container-35 > h1, #sp-block-container-36 > h1, #sp-block-container-37 > h1, #sp-block-container-38 > h1{
  color : #555555;
  background-color : #ffebeb;
  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;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 21px;
  padding-bottom : 11px;
  border-top-width : 3px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #ff9e9e;
  border-bottom-color : #ff9e9e;
}

#sp-block-container-35 > h2, #sp-block-container-36 > h2, #sp-block-container-37 > h2, #sp-block-container-38 > h2{
  color : #555555;
  background-color : #ffebeb;
  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;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 10px;
  padding-bottom : 11px;
  border-top-width : 5px;
  border-bottom-width : 1px;
  border-top-style : double;
  border-bottom-style : dotted;
  border-top-color : #ff9e9e;
  border-bottom-color : #ff9e9e;
}

#sp-block-container-35 > h3, #sp-block-container-36 > h3, #sp-block-container-37 > h3, #sp-block-container-38 > h3{
  font-size : 1.3em;
  color : #555555;
  background-color : #ffebeb;
  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;
  padding-top : 7px;
  padding-left : 32px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #ff9e9e;
  border-bottom-color : #ff9e9e;
  clear : both;
}

#sp-block-container-35 > h4, #sp-block-container-36 > h4, #sp-block-container-37 > h4, #sp-block-container-38 > h4{
  font-size : 1.2em;
  color : #555555;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  border-top-width : 3px;
  border-top-style : solid;
  border-top-color : #ff9e9e;
  clear : both;
}

#sp-block-container-35 > h5, #sp-block-container-36 > h5, #sp-block-container-37 > h5, #sp-block-container-38 > h5{
  font-size : 1em;
  color : #555555;
  background-color : #ffebeb;
  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;
  padding-top : 7px;
  padding-left : 32px;
  padding-right : 0px;
  padding-bottom : 7px;
  clear : both;
}

#sp-block-container-35 > h6, #sp-block-container-36 > h6, #sp-block-container-37 > h6, #sp-block-container-38 > h6{
  font-size : 1em;
  color : #555555;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ff9e9e;
}

#sp-block-container-35 > p, #sp-block-container-36 > p, #sp-block-container-37 > p, #sp-block-container-38 > p{
  line-height : 1.6;
  color : #404040;
  text-align : left;
  margin-top : 0.8em;
  margin-left : 0.1em;
  margin-right : 0.1em;
  margin-bottom : 0.8em;
}

#sp-block-container-35 > p.indent, #sp-block-container-36 > p.indent, #sp-block-container-37 > p.indent, #sp-block-container-38 > p.indent{
  padding-left : 15px;
}

#sp-block-container-35 > p.small, #sp-block-container-36 > p.small, #sp-block-container-37 > p.small, #sp-block-container-38 > p.small{
  font-size : 0.9em;
}

#sp-block-container-35 > strong, #sp-block-container-36 > strong, #sp-block-container-37 > strong, #sp-block-container-38 > strong{
  font-weight : bold;
  color : #555555;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #ffebeb;
}

.page-recruit1#content #page-content > .large, #sp-block-container-22 > .large, #sp-block-container-23 > .large, #sp-block-container-24 > .large, #sp-block-container-25 > .large, #sp-block-container-26 > .large, #sp-block-container-27 > .large, #sp-block-container-31 > .large, #sp-block-container-33 > .large, #sp-block-container-4 > .large, #sp-block-container-5 > .large{
  font-size : 1.5em;
}

.page-recruit1#content #page-content > .medium, #sp-block-container-22 > .medium, #sp-block-container-23 > .medium, #sp-block-container-24 > .medium, #sp-block-container-25 > .medium, #sp-block-container-26 > .medium, #sp-block-container-27 > .medium, #sp-block-container-31 > .medium, #sp-block-container-33 > .medium, #sp-block-container-4 > .medium, #sp-block-container-5 > .medium{
  font-size : 1em;
}

.page-recruit1#content #page-content > .x-large, #sp-block-container-22 > .x-large, #sp-block-container-23 > .x-large, #sp-block-container-24 > .x-large, #sp-block-container-25 > .x-large, #sp-block-container-26 > .x-large, #sp-block-container-27 > .x-large, #sp-block-container-31 > .x-large, #sp-block-container-33 > .x-large, #sp-block-container-4 > .x-large, #sp-block-container-5 > .x-large{
  font-size : 2em;
}

.page-recruit1#content #page-content > .x-small, #sp-block-container-22 > .x-small, #sp-block-container-23 > .x-small, #sp-block-container-24 > .x-small, #sp-block-container-25 > .x-small, #sp-block-container-26 > .x-small, #sp-block-container-27 > .x-small, #sp-block-container-31 > .x-small, #sp-block-container-33 > .x-small, #sp-block-container-4 > .x-small, #sp-block-container-5 > .x-small{
  font-size : 0.8em;
}

.page-recruit1#content #page-content > .xx-large, #sp-block-container-22 > .xx-large, #sp-block-container-23 > .xx-large, #sp-block-container-24 > .xx-large, #sp-block-container-25 > .xx-large, #sp-block-container-26 > .xx-large, #sp-block-container-27 > .xx-large, #sp-block-container-31 > .xx-large, #sp-block-container-33 > .xx-large, #sp-block-container-4 > .xx-large, #sp-block-container-5 > .xx-large{
  font-size : 3em;
}

.page-recruit1#content #page-content > .xx-small, #sp-block-container-22 > .xx-small, #sp-block-container-23 > .xx-small, #sp-block-container-24 > .xx-small, #sp-block-container-25 > .xx-small, #sp-block-container-26 > .xx-small, #sp-block-container-27 > .xx-small, #sp-block-container-31 > .xx-small, #sp-block-container-33 > .xx-small, #sp-block-container-4 > .xx-small, #sp-block-container-5 > .xx-small{
  font-size : 0.7em;
}

.page-recruit1#content #page-content > a:link, #sp-block-container-22 > a:link, #sp-block-container-23 > a:link, #sp-block-container-24 > a:link, #sp-block-container-25 > a:link, #sp-block-container-26 > a:link, #sp-block-container-27 > a:link, #sp-block-container-31 > a:link, #sp-block-container-33 > a:link, #sp-block-container-4 > a:link, #sp-block-container-5 > a:link{
  color : #555555;
  text-decoration : underline;
}

.page-recruit1#content #page-content > em, #sp-block-container-22 > em, #sp-block-container-23 > em, #sp-block-container-24 > em, #sp-block-container-25 > em, #sp-block-container-26 > em, #sp-block-container-27 > em, #sp-block-container-31 > em, #sp-block-container-33 > em, #sp-block-container-4 > em, #sp-block-container-5 > em{
  font-style : oblique;
  color : #555555;
}

.page-recruit1#content #page-content > h1, #sp-block-container-22 > h1, #sp-block-container-23 > h1, #sp-block-container-24 > h1, #sp-block-container-25 > h1, #sp-block-container-26 > h1, #sp-block-container-27 > h1, #sp-block-container-31 > h1, #sp-block-container-33 > h1, #sp-block-container-4 > h1, #sp-block-container-5 > h1{
  color : #333333;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 21px;
  padding-bottom : 11px;
}

.page-recruit1#content #page-content > h2, #sp-block-container-22 > h2, #sp-block-container-23 > h2, #sp-block-container-24 > h2, #sp-block-container-25 > h2, #sp-block-container-26 > h2, #sp-block-container-27 > h2, #sp-block-container-31 > h2, #sp-block-container-33 > h2, #sp-block-container-4 > h2, #sp-block-container-5 > h2{
  color : #333333;
  padding-top : 11px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 11px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #333333;
}

.page-recruit1#content #page-content > h3, #sp-block-container-22 > h3, #sp-block-container-23 > h3, #sp-block-container-24 > h3, #sp-block-container-25 > h3, #sp-block-container-26 > h3, #sp-block-container-27 > h3, #sp-block-container-31 > h3, #sp-block-container-33 > h3, #sp-block-container-4 > h3, #sp-block-container-5 > h3{
  font-size : 1.2em;
  font-weight : normal;
  color : #333333;
  padding-top : 7px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #333333;
  clear : both;
}

.page-recruit1#content #page-content > h4, #sp-block-container-22 > h4, #sp-block-container-23 > h4, #sp-block-container-24 > h4, #sp-block-container-25 > h4, #sp-block-container-26 > h4, #sp-block-container-27 > h4, #sp-block-container-31 > h4, #sp-block-container-33 > h4, #sp-block-container-4 > h4, #sp-block-container-5 > h4{
  font-size : 1.1em;
  color : #333333;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  clear : both;
}

.page-recruit1#content #page-content > h5, #sp-block-container-22 > h5, #sp-block-container-23 > h5, #sp-block-container-24 > h5, #sp-block-container-25 > h5, #sp-block-container-26 > h5, #sp-block-container-27 > h5, #sp-block-container-31 > h5, #sp-block-container-33 > h5, #sp-block-container-4 > h5, #sp-block-container-5 > h5{
  font-size : 1em;
  font-weight : normal;
  color : #333333;
  background-color : #f2f2f2;
  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;
  padding-top : 15px;
  padding-left : 32px;
  padding-right : 0px;
  padding-bottom : 15px;
  clear : both;
}

.page-recruit1#content #page-content > h6, #sp-block-container-22 > h6, #sp-block-container-23 > h6, #sp-block-container-24 > h6, #sp-block-container-25 > h6, #sp-block-container-26 > h6, #sp-block-container-27 > h6, #sp-block-container-31 > h6, #sp-block-container-33 > h6, #sp-block-container-4 > h6, #sp-block-container-5 > h6{
  font-size : 0.8em;
  color : #666666;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #666666;
}

.page-recruit1#content #page-content > p, #sp-block-container-22 > p, #sp-block-container-23 > p, #sp-block-container-24 > p, #sp-block-container-25 > p, #sp-block-container-26 > p, #sp-block-container-27 > p, #sp-block-container-31 > p, #sp-block-container-33 > p, #sp-block-container-4 > p, #sp-block-container-5 > p{
  line-height : 2;
  color : #333333;
  text-align : left;
  margin-top : 1em;
  margin-left : 0.1em;
  margin-right : 0.1em;
  margin-bottom : 1em;
}

.page-recruit1#content #page-content > p.indent, #sp-block-container-22 > p.indent, #sp-block-container-23 > p.indent, #sp-block-container-24 > p.indent, #sp-block-container-25 > p.indent, #sp-block-container-26 > p.indent, #sp-block-container-27 > p.indent, #sp-block-container-31 > p.indent, #sp-block-container-33 > p.indent, #sp-block-container-4 > p.indent, #sp-block-container-5 > p.indent{
  padding-left : 20px;
}

.page-recruit1#content #page-content > p.small, #sp-block-container-22 > p.small, #sp-block-container-23 > p.small, #sp-block-container-24 > p.small, #sp-block-container-25 > p.small, #sp-block-container-26 > p.small, #sp-block-container-27 > p.small, #sp-block-container-31 > p.small, #sp-block-container-33 > p.small, #sp-block-container-4 > p.small, #sp-block-container-5 > p.small{
  font-size : 0.9em;
}

.page-recruit1#content #page-content > strong, #sp-block-container-22 > strong, #sp-block-container-23 > strong, #sp-block-container-24 > strong, #sp-block-container-25 > strong, #sp-block-container-26 > strong, #sp-block-container-27 > strong, #sp-block-container-31 > strong, #sp-block-container-33 > strong, #sp-block-container-4 > strong, #sp-block-container-5 > strong{
  font-weight : bold;
  color : #333333;
}

.page-contact1#content #page-content > h3{
  background-image : -webkit-gradient(linear, left top, left bottom, from(#f5fafc), to(#ebf5fa));
  background-image : linear-gradient(to bottom, #f5fafc, #ebf5fa);
}

.page-entrance#content #page-content{
  background-color : transparent;
}

.page-entrance#content #page-content > h1{
  background-image : -webkit-gradient(linear, left top, left bottom, from(#f5fafc), to(#d0eaf9));
  background-image : linear-gradient(to bottom, #f5fafc, #d0eaf9);
}

.page-recruit#content #page-content{
  background-color : transparent;
}

.page-recruit#content #page-content > h1{
  background-image : -webkit-gradient(linear, left top, left bottom, from(#f5fafc), to(#d0eaf9));
  background-image : linear-gradient(to bottom, #f5fafc, #d0eaf9);
}

.page-recruit1#content #page-content > h1{
  background-color : transparent;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#f5fafc), to(#d0eaf9));
  background-image : linear-gradient(to bottom, #f5fafc, #d0eaf9);
}

.page-service#content #page-content{
  background-position : right top;
}

#sp-block-container-11{
  background-color : transparent;
  background-image : none;
}

#sp-block-container-11 > h1{
  background-color : transparent;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#f5fafc), to(#d0eaf9));
  background-image : linear-gradient(to bottom, #f5fafc, #d0eaf9);
}

#sp-block-container-13{
  background-color : transparent;
}

#sp-block-container-13 > h1{
  background-color : transparent;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#f5fafc), to(#d0eaf9));
  background-image : linear-gradient(to bottom, #f5fafc, #d0eaf9);
}

#sp-block-container-16{
  background-color : transparent;
}

#sp-block-container-16 > h1{
  background-color : transparent;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#f5fafc), to(#d0eaf9));
  background-image : linear-gradient(to bottom, #f5fafc, #d0eaf9);
}

#sp-block-container-2{
  font-size : 3rem;
}

#sp-block-container-20{
  background-color : transparent;
}

#sp-block-container-20 > h1{
  background-image : -webkit-gradient(linear, left top, left bottom, from(#f5fafc), to(#d0eaf9));
  background-image : linear-gradient(to bottom, #f5fafc, #d0eaf9);
}

#sp-block-container-21{
  background-color : transparent;
}

#sp-block-container-21 > h1{
  background-color : transparent;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#f5fafc), to(#d0eaf9));
  background-image : linear-gradient(to bottom, #f5fafc, #d0eaf9);
}

#sp-block-container-32{
  background-color : transparent;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#f5fafc), color-stop(0.33333,#46a5fb), to(#f5fafc));
  background-image : linear-gradient(to bottom, #f5fafc, #46a5fb, #f5fafc);
}

#sp-block-container-32 > h3{
  background-color : transparent;
}

#sp-block-container-35{
  font-size : 1.2rem;
}

#sp-block-container-35 > h1{
  font-size : 1.2rem;
}

#sp-block-container-36{
  font-size : 2.4rem;
  color : #e8651d;
}

#sp-block-container-39{
  font-size : 1.8rem;
  font-family : "AR PなごみＰＯＰ体B";
  color : #852a71;
}

#sp-block-container-6 > h1{
  background-color : transparent;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#f5fafc), to(#d0eaf9));
  background-image : linear-gradient(to bottom, #f5fafc, #d0eaf9);
}

#sp-block-container-7{
  background-color : transparent;
  background-image : none;
}

#sp-block-container-7 > h1{
  background-color : transparent;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#f5fafc), to(#d0eaf9));
  background-image : linear-gradient(to bottom, #f5fafc, #d0eaf9);
}

#sp-block-container-9 > h1{
  background-color : transparent;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#f5fafc), to(#d0eaf9));
  background-image : linear-gradient(to bottom, #f5fafc, #d0eaf9);
}

#sp-form-1{
  font-size : 2rem;
}

#sp-form-1 > table{
  font-size : 2rem;
}

#sp-form-1 > table td{
  font-size : 2rem;
}

#sp-form-1 > table th{
  font-size : 2rem;
}

#sp-image-23{
  background-color : transparent;
}

#sp-item-gallery-1{
  color : #000000;
  background-position : center center;
}

#sp-item-gallery-1 > ul > li{
  background-color : #e1f1f7;
}

#sp-item-gallery-1 > ul > li p.item-gallery-content{
  font-size : 2rem;
  color : #000000;
}

#sp-item-gallery-1 > ul > li p.item-gallery-icons{
  background-position : center center;
}

#sp-page-title-1{
  background-color : transparent;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#c0e0fe), color-stop(0.2,#83c2fc), color-stop(0.4,#46a5fb), color-stop(0.6,#0787fa), to(#0468bf));
  background-image : linear-gradient(to bottom, #c0e0fe, #83c2fc, #46a5fb, #0787fa, #0468bf);
}

#sp-page-title-11 h1{
  font-size : 5rem;
}

#sp-page-title-12 h1{
  font-size : 3rem;
  font-weight : normal;
  font-style : italic;
  color : #ffffff;
  text-align : center;
  border-top-left-radius : 100px 100px;
  border-top-right-radius : 100px 100px;
  border-bottom-right-radius : 100px 100px;
  border-bottom-left-radius : 100px 100px;
}

#sp-page-title-2{
  background-color : transparent;
}

#sp-page-title-2 h1{
  background-image : -webkit-gradient(linear, left top, left bottom, from(#c0e0fe), color-stop(0.2,#83c2fc), color-stop(0.4,#46a5fb), color-stop(0.6,#0787fa), to(#0468bf));
  background-image : linear-gradient(to bottom, #c0e0fe, #83c2fc, #46a5fb, #0787fa, #0468bf);
}

#sp-page-title-3{
  background-color : transparent;
}

#sp-page-title-3 h1{
  background-image : -webkit-gradient(linear, left top, left bottom, from(#c0e0fe), color-stop(0.2,#83c2fc), color-stop(0.4,#83c2fc), color-stop(0.6,#0787fa), to(#0468bf));
  background-image : linear-gradient(to bottom, #c0e0fe, #83c2fc, #83c2fc, #0787fa, #0468bf);
}

#sp-page-title-4{
  background-color : transparent;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#c0e0fe), color-stop(0.2,#83c2fc), color-stop(0.4,#46a5fb), color-stop(0.6,#0787fa), to(#0468bf));
  background-image : linear-gradient(to bottom, #c0e0fe, #83c2fc, #46a5fb, #0787fa, #0468bf);
}

#sp-page-title-5 h1{
  font-size : 3rem;
}

#sp-page-title-6{
  background-color : transparent;
}

#sp-page-title-6 h1{
  background-color : transparent;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#c0e0fe), color-stop(0.2,#83c2fc), color-stop(0.4,#46a5fb), color-stop(0.6,#0787fa), to(#0468bf));
  background-image : linear-gradient(to bottom, #c0e0fe, #83c2fc, #46a5fb, #0787fa, #0468bf);
}

#sp-page-title-7{
  background-image : -webkit-gradient(linear, left top, left bottom, from(#c0e0fe), color-stop(0.2,#83c2fc), color-stop(0.4,#46a5fb), color-stop(0.6,#0787fa), to(#0468bf));
  background-image : linear-gradient(to bottom, #c0e0fe, #83c2fc, #46a5fb, #0787fa, #0468bf);
}

#sp-page-title-8{
  background-color : transparent;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#c0e0fe), color-stop(0.2,#83c2fc), color-stop(0.4,#46a5fb), color-stop(0.6,#0787fa), to(#0468bf));
  background-image : linear-gradient(to bottom, #c0e0fe, #83c2fc, #46a5fb, #0787fa, #0468bf);
}

#sp-page-title-8 h1{
  background-color : transparent;
}

#sp-page-title-9{
  background-color : transparent;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#c0e0fe), color-stop(0.2,#83c2fc), color-stop(0.4,#46a5fb), color-stop(0.6,#0787fa), to(#0468bf));
  background-image : linear-gradient(to bottom, #c0e0fe, #83c2fc, #46a5fb, #0787fa, #0468bf);
}

#sp-site-navigation-1{
  background-color : #0468bf;
}

#sp-site-navigation-1 > ul{
  background-color : #0468bf;
}

#sp-site-navigation-1 > ul > li li > a:visited{
  background-color : #0468bf;
}

#sp-site-navigation-1 > ul > li > a{
  color : #ffffff;
  background-color : transparent;
  background-image : none;
}

#sp-site-navigation-2{
  color : #0468bf;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#c0e0fe), color-stop(0.2,#83c2fc), color-stop(0.4,#46a5fb), color-stop(0.6,#0787fa), to(#0468bf));
  background-image : linear-gradient(to bottom, #c0e0fe, #83c2fc, #46a5fb, #0787fa, #0468bf);
}

#sp-table-1 > tbody > tr > th.row-title{
  background-color : transparent;
  background-image : -webkit-gradient(linear, left top, left bottom, from(#cee8f2), color-stop(0.33333,#ffffff), to(#cee8f2));
  background-image : linear-gradient(to bottom, #cee8f2, #ffffff, #cee8f2);
}

.sp-wp-post-list#sp-wp-post-list-2{
  background-image : none;
}

.sp-wp-post-list#sp-wp-post-list-2 > article > header{
  background-image : none;
}

.sp-wp-post-list#sp-wp-post-list-2 > article > header > h4{
  background-color : transparent;
}

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

  #sp-block-container-1{
    margin-right : 707px;
    margin-bottom : 667px;
    width : 974px;
    min-height : 740px;
  }

  #sp-block-container-10{
    margin-bottom : -84px;
    width : 610px;
    min-height : 100px;
  }

  #sp-block-container-12{
    margin-top : -23px;
    margin-left : -1px;
    margin-bottom : -11px;
    width : 675px;
    float : right;
    position : relative;
  }

  #sp-block-container-14{
    margin-top : -51px;
    margin-bottom : -29px;
    width : 593px;
    min-height : 69px;
    float : none;
    position : absolute;
    top : 1657px;
    bottom : auto;
    right : 135px;
    left : auto;
  }

  #sp-block-container-15{
    width : 689px;
    min-height : 200px;
    float : none;
    clear : both;
    position : absolute;
    top : 1699px;
    bottom : auto;
    right : 41px;
    left : auto;
  }

  #sp-block-container-17{
    width : 997px;
  }

  #sp-block-container-18{
    margin-top : 302px;
    margin-bottom : -18px;
    min-height : 183px;
  }

  #sp-block-container-2{
    margin-right : 1px;
    margin-bottom : -92px;
    width : 1045px;
    min-height : 160px;
    float : none;
    position : absolute;
    top : 120px;
    bottom : auto;
    right : auto;
    left : 3px;
  }

  #sp-block-container-20{
    margin-top : -13px;
    margin-bottom : -18px;
    min-height : 56px;
  }

  #sp-block-container-25{
    width : 99px;
    float : none;
    position : absolute;
    top : 1110px;
    bottom : auto;
    right : auto;
    left : 260px;
  }

  #sp-block-container-26{
    width : 141px;
    float : none;
    position : absolute;
    top : 1116px;
    bottom : auto;
    right : auto;
    left : 610px;
  }

  #sp-block-container-28{
    margin-top : -24px;
    margin-bottom : -40px;
    min-height : 112px;
  }

  #sp-block-container-3{
    margin-top : -400px;
    margin-right : -1px;
    margin-bottom : 0px;
    width : 858px;
    min-height : 889px;
    top : auto;
    bottom : auto;
    right : auto;
    left : auto;
  }

  #sp-block-container-32{
    margin-left : 170px;
    margin-right : -12px;
    width : 697px;
    min-height : 109px;
    float : none;
    position : relative;
  }

  #sp-block-container-33{
    margin-top : -36px;
    margin-bottom : 0px;
    min-height : 3px;
    float : none;
    position : relative;
  }

  #sp-block-container-35{
    margin-top : 64px;
    margin-bottom : 44px;
    width : 918px;
    min-height : 142px;
  }

  #sp-block-container-36{
    width : 279px;
    min-height : 27px;
  }

  #sp-block-container-37{
    margin-top : 33px;
    width : 290px;
    min-height : 29px;
  }

  #sp-block-container-38{
    margin-top : 16px;
    width : 492px;
    min-height : 49px;
  }

  #sp-block-container-4{
    margin-bottom : -58px;
  }

  #sp-block-container-5{
    margin-top : 72px;
    margin-left : -26px;
    margin-bottom : 40px;
    min-height : 195px;
  }

  #sp-block-container-7{
    clear : right;
  }

  #sp-block-container-8{
    margin-left : -52px;
    margin-bottom : -21px;
    width : 635px;
    min-height : 176px;
    float : right;
    position : relative;
  }

  #sp-form-1{
    margin-top : 5px;
    margin-bottom : -96px;
  }

  #sp-image-10{
    width : 416px;
    height : 77px;
    float : none;
    position : absolute;
    top : 1780px;
    bottom : auto;
    right : auto;
    left : 581px;
  }

  #sp-image-11{
    width : 301px;
    height : 295px;
    float : none;
    position : absolute;
    top : 245px;
    bottom : auto;
    right : auto;
    left : 451px;
  }

  #sp-image-12{
    margin-bottom : -230px;
    width : 391px;
    height : 264px;
    clear : both;
  }

  #sp-image-13{
    margin-bottom : -62px;
    width : 391px;
    height : 267px;
    float : right;
    clear : both;
    position : relative;
  }

  #sp-image-14{
    margin-top : -60px;
    margin-bottom : 71px;
    width : 303px;
    height : 225px;
  }

  #sp-image-15{
    margin-bottom : -34px;
    width : 253px;
    height : 362px;
  }

  #sp-image-16{
    width : 397px;
    height : 268px;
    float : right;
    position : relative;
  }

  #sp-image-17{
    width : 389px;
    height : 264px;
    float : left;
    position : relative;
  }

  #sp-image-18{
    height : 150px;
    float : none;
    position : absolute;
    top : 981px;
    bottom : auto;
    right : auto;
    left : 205px;
  }

  #sp-image-19{
    height : 150px;
    float : none;
    position : absolute;
    top : 983px;
    bottom : auto;
    right : auto;
    left : 584px;
  }

  #sp-image-21{
    margin-right : auto;
    margin-bottom : auto;
    width : 249px;
    height : 249px;
  }

  #sp-image-22{
    height : 73px;
    float : none;
    position : absolute;
    top : 159px;
    bottom : auto;
    right : auto;
    left : 454px;
  }

  #sp-image-23{
    width : 100px;
    height : 73px;
    float : none;
    position : absolute;
    top : 357px;
    bottom : auto;
    right : auto;
    left : 258px;
  }

  #sp-image-24{
    height : 73px;
    float : none;
    position : absolute;
    top : 358px;
    bottom : auto;
    right : auto;
    left : 847px;
  }

  #sp-image-25{
    height : 73px;
    float : none;
    position : absolute;
    top : 355px;
    bottom : auto;
    right : auto;
    left : 628px;
  }

  #sp-image-26{
    width : 96px;
    height : 73px;
    float : none;
    position : absolute;
    top : 353px;
    bottom : auto;
    right : auto;
    left : 439px;
    z-index : 1;
  }

  #sp-image-27{
    margin-top : 0px;
    width : 100px;
    height : 73px;
    float : none;
    position : absolute;
    top : 357px;
    bottom : auto;
    right : auto;
    left : 74px;
  }

  #sp-image-28{
    height : 73px;
    float : none;
    position : absolute;
    top : 584px;
    bottom : auto;
    right : auto;
    left : 453px;
  }

  #sp-image-29{
    height : 73px;
    float : none;
    position : absolute;
    top : 1341px;
    bottom : auto;
    right : auto;
    left : 525px;
  }

  #sp-image-3{
    margin-top : 35px;
    margin-right : -403px;
    margin-bottom : 163px;
    width : 399px;
    height : 70px;
    float : left;
    position : relative;
    top : auto;
    bottom : auto;
    right : auto;
    left : auto;
  }

  #sp-image-30{
    width : 96px;
    height : 73px;
    float : none;
    position : absolute;
    top : 1045px;
    bottom : auto;
    right : auto;
    left : 508px;
  }

  #sp-image-31{
    width : 96px;
    height : 70px;
    float : none;
    position : absolute;
    top : 1045px;
    bottom : auto;
    right : auto;
    left : 383px;
  }

  #sp-image-32{
    width : 99px;
    height : 73px;
    float : none;
    position : absolute;
    top : 1206px;
    bottom : auto;
    right : auto;
    left : 392px;
  }

  #sp-image-33{
    width : 99px;
    height : 73px;
    float : none;
    position : absolute;
    top : 1201px;
    bottom : auto;
    right : auto;
    left : 513px;
  }

  #sp-image-34{
    height : 73px;
    float : none;
    position : absolute;
    top : 1342px;
    bottom : auto;
    right : auto;
    left : 383px;
  }

  #sp-image-35{
    height : 73px;
    float : none;
    position : absolute;
    top : auto;
    bottom : 6px;
    right : auto;
    left : 635px;
  }

  #sp-image-36{
    height : 73px;
    float : none;
    position : absolute;
    top : auto;
    bottom : 6px;
    right : auto;
    left : 331px;
  }

  #sp-image-37{
    height : 73px;
    float : none;
    position : absolute;
    top : 939px;
    bottom : auto;
    right : auto;
    left : 464px;
  }

  #sp-image-38{
    width : 259px;
    height : 197px;
  }

  #sp-image-39{
    width : 264px;
    height : 184px;
  }

  #sp-image-4{
    width : 399px;
    height : 68px;
    float : none;
    position : absolute;
    top : 35px;
    bottom : auto;
    right : auto;
    left : -1px;
  }

  #sp-image-40{
    margin-top : -20px;
    margin-left : 42px;
    width : 138px;
    height : 186px;
  }

  #sp-image-41{
    margin-top : -19px;
    margin-left : 58px;
    width : 131px;
    height : 174px;
  }

  #sp-image-42{
    margin-top : -22px;
    margin-left : 126px;
    width : 162px;
    height : 163px;
  }

  #sp-image-5{
    width : 308px;
    height : 295px;
    float : none;
    clear : both;
    position : absolute;
    top : 265px;
    bottom : auto;
    right : auto;
    left : 12px;
  }

  #sp-image-6{
    width : 299px;
    height : 290px;
    float : none;
    position : absolute;
    top : 463px;
    bottom : auto;
    right : auto;
    left : 243px;
  }

  #sp-image-7{
    width : 293px;
    height : 292px;
    float : none;
    position : absolute;
    top : 434px;
    bottom : auto;
    right : auto;
    left : 684px;
    z-index : 1;
  }

  #sp-image-8{
    margin-top : -500px;
    margin-left : 4px;
    margin-bottom : -195px;
    width : 355px;
    height : 68px;
    float : left;
    position : relative;
    top : auto;
    bottom : auto;
    right : auto;
    left : auto;
  }

  #sp-image-9{
    width : 392px;
    height : 74px;
    float : none;
    position : absolute;
    top : 1784px;
    bottom : auto;
    right : auto;
    left : 0px;
  }

  #sp-item-gallery-1{
    margin-left : 214px;
    width : 515px;
    min-height : 311px;
  }

  #sp-object-1{
    margin-top : -59px;
    width : 990px;
    height : 552px;
  }

  #sp-page-title-10{
    margin-top : 146px;
    margin-bottom : 44px;
    width : auto;
  }

  #sp-page-title-11{
    width : 748px;
    min-height : 107px;
  }

  #sp-page-title-12{
    margin-top : 58px;
    width : 562px;
  }

  #sp-page-title-2{
    margin-top : 3px;
    margin-bottom : -24px;
    min-height : 86px;
  }

  #sp-page-title-3{
    margin-bottom : -11px;
    min-height : 65px;
  }

  #sp-page-title-5{
    margin-top : 0px;
  }

  #sp-photo-motion-1{
    margin-left : 206px;
    width : 657px;
    height : 585px;
  }

  #sp-site-navigation-1{
    margin-left : -976px;
    margin-right : -1256px;
    margin-bottom : -30px;
    min-height : 73px;
    clear : both;
  }

  #sp-site-navigation-2{
    margin-top : 5px;
    margin-left : -893px;
    margin-right : -1060px;
    margin-bottom : -327px;
    min-height : 324px;
    float : left;
    position : relative;
    top : auto;
    bottom : auto;
    right : auto;
    left : auto;
  }
}