#colophon{
  font-size : 1.2rem;
  color : #9fa2ac;
  background-color : #000000;
  background-image : url(img/bg-site-footer.png);
}

#content{
  min-height : 50px;
}

#contenthead {
}

#masthead{
  font-size : 1.2rem;
  color : #ffffff;
  background-color : #4a5f75;
}

#page{
  font-size : 1.6rem;
}

*{
  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-branding2 > .extra{
  display : none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-table{
  margin-top : 5px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 5px;
  border-top-width : 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 : #4a5f75;
  text-decoration : underline;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

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

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

a:visited{
  color : #0c1c2e;
}

a:hover{
  color : #84d4ee;
  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 : #333333;
  background-color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  word-wrap : break-word;
}

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

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

details{
  display : block;
}

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

figcaption{
  display : block;
}

figure{
  display : block;
}

footer{
  display : block;
}

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

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

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

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

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

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

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{
    min-height : 50px;
    position : relative;
  }

  #contenthead{
    position : static;
  }

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

  #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{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1000px;
    position : relative;
    box-sizing : content-box;
  }

  #masthead-inner .sp-site-navigation{
    margin-left : 278px;
  }

  #masthead-inner .sp-site-navigation ul ul{
    margin-left : 0px;
  }

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

  #primary{
    float : right;
  }

  #sidebar2 {
  }

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

  #main-inner{
    margin-top : 40px;
  }

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

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

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

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

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

  #sidebar1{
    margin-top : 10px;
  }

  #sidebar2{
    margin-top : 10px;
  }

  *{
    box-sizing : border-box;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sp-table{
    display : block;
    overflow-x : auto;
  }

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

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

  embed{
    max-width : 100%;
  }
}

#sp-site-branding2-1{
  padding-top : 0px;
  position : static;
}

#sp-site-branding2-1 .extra{
  background-image : url(img/bg-site-branding.png);
  text-align : center;
  padding-top : 0px;
  position : static;
}

#sp-site-branding2-1 .extra > p{
  font-size : 1.2rem;
  color : #333333;
  text-align : center;
}

#sp-site-branding2-1 .site-description{
  font-weight : normal;
  color : #333333;
  background-image : url(img/bg-site-branding.png);
  text-align : center;
  margin-bottom : 0px;
  position : static;
}

#sp-site-branding2-1 .site-title{
  background-image : url(img/site-title.png);
  background-repeat : no-repeat;
  margin-bottom : 0px;
  width : 258px;
  height : 16px;
}

#sp-site-branding2-1 .site-title a{
  line-height : 1;
  background-color : transparent;
  text-indent : -9999px;
  display : block;
}

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

  #sp-site-branding2-1 {
  }

  #sp-site-branding2-1 .extra{
    padding-bottom : 20px;
    position : absolute;
    z-index : 10;
  }

  #sp-site-branding2-1 .extra > p{
    padding-top : 20px;
    display : inline-block;
  }

  #sp-site-branding2-1 .site-description{
    font-size : 1.6rem;
    padding-top : 40px;
    padding-bottom : 20px;
    position : absolute;
    top : auto;
    z-index : 10;
  }

  #sp-site-branding2-1 .site-title{
    position : absolute;
    top : 30px;
    z-index : 10;
  }
}

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

  #sp-site-branding2-1{
    background-color : transparent;
    padding-top : 20px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
  }

  #sp-site-branding2-1 .extra{
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 20px;
    width : 100%;
    position : absolute;
    top : 295px;
    right : 0px;
    left : 0px;
  }

  #sp-site-branding2-1 .extra > p{
    padding-left : 0px;
    padding-right : 0px;
  }

  #sp-site-branding2-1 .site-description{
    font-size : 1.4rem;
    padding-top : 20px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    position : absolute;
    top : 211px;
    right : 0px;
    left : 0px;
  }

  #sp-site-branding2-1 .site-title{
    margin-left : auto;
    margin-right : auto;
  }
}

#sp-site-navigation-1{
  font-size : 1.3rem;
  color : #ffffff;
  background-color : #000000;
  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-navigation-1 .menu-toggle{
  display : none;
}

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

#sp-site-navigation-1 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : none;
  list-style-position : outside;
}

#sp-site-navigation-1 ul a{
  text-decoration : none;
}

#sp-site-navigation-1 ul ul{
  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-1 ul ul li{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #3c3f53;
  width : 100%;
  white-space : nowrap;
}

#sp-site-navigation-1 ul ul li a{
  color : #333333;
  padding-top : 1rem;
  padding-left : 2rem;
  padding-right : 2rem;
  padding-bottom : 1rem;
  display : block;
}

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

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

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

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

#sp-site-navigation-1 > ul > li{
  width : auto;
  float : left;
  position : relative;
}

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

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

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

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

#sp-site-navigation-1 > ul > li:hover > ul{
  display : block;
}

#sp-site-navigation-1 > ul > li > a{
  color : #ffffff;
  padding-top : 1.5rem;
  padding-left : 2rem;
  padding-right : 2rem;
  padding-bottom : 1.5rem;
  display : block;
}

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

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

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

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

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

  #sp-site-navigation-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 : auto;
    height : auto;
    display : block;
    list-style-type : none;
    list-style-position : outside;
  }

  #sp-site-navigation-1 ul li{
    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 : auto;
    float : none;
  }

  #sp-site-navigation-1 ul li a{
    line-height : 24px;
    padding-top : 5px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 5px;
    height : auto;
    float : none;
  }

  #sp-site-navigation-1 ul ul{
    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-1 ul ul li{
    border-top-color : transparent;
    border-left-color : transparent;
    border-right-color : transparent;
    border-bottom-color : transparent;
  }

  #sp-site-navigation-1 ul ul li a{
    color : #ffffff;
    padding-top : 8px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 8px;
  }

  #sp-site-navigation-1 ul ul li a:hover{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 ul ul li.current-menu-ancestor > a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 ul ul li.current-menu-item > a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 ul ul li.current_page_ancestor > a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 ul ul li.current_page_item > a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

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

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

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

  #sp-site-navigation-1 > ul{
    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 > ul > li{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 > ul > li > a{
    text-decoration : none;
    padding-top : 1em;
    padding-left : 1em;
    padding-right : 1em;
    padding-bottom : 1em;
    display : block;
  }

  #sp-site-navigation-1 > ul > li > a:hover{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }
}

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

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

  #sp-site-navigation-2{
    background-color : transparent;
    text-align : left;
    margin-bottom : 0px;
  }

  #sp-site-navigation-2 ul ul{
    display : none;
  }

  #sp-site-navigation-2 > ul{
    font-size : 1.2rem;
    padding-top : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-bottom : 0px;
  }

  #sp-site-navigation-2 > ul > li{
    margin-right : 0px;
    display : inline-block;
  }

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

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

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

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

  #sp-site-navigation-2 > ul > li::after{
    color : #939393;
    margin-left : 16px;
    margin-right : 20px;
    content : "/";
  }

  #sp-site-navigation-2 > ul > li > a{
    font-weight : bold;
    line-height : 1;
    color : #ffffff;
    vertical-align : middle;
    padding-top : 29px;
    padding-bottom : 29px;
    display : inline-block;
  }

  #sp-site-navigation-2 > ul > li > a:hover{
    color : #84d4ee;
  }
}

@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 : transparent;
    background-image : url(img/icon-menu-toggle.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -9999px;
  }

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

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

  #sp-site-navigation-2 ul li > a{
    font-weight : bold;
    color : #ffffff;
    background-color : transparent;
    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 : transparent;
  }

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

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

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

.page-access#content #page-content, .page-access1#content #page-content, .page-blog#content #page-content, .page-blog1#content #page-content, .page-company#content #page-content, .page-company1#content #page-content, .page-company10#content #page-content, .page-company11#content #page-content, .page-company2#content #page-content, .page-company3#content #page-content, .page-company4#content #page-content, .page-company5#content #page-content, .page-company6#content #page-content, .page-company7#content #page-content, .page-company8#content #page-content, .page-company9#content #page-content, .page-custom1#content #page-content, .page-custom2#content #page-content, .page-custom3#content #page-content, .page-custom4#content #page-content, .page-doctor#content #page-content, .page-doctor1#content #page-content, .page-qanda#content #page-content, .page-toppage#content #page-content{
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  margin-bottom : 1.5em;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > blockquote, .page-access1#content #page-content > blockquote, .page-blog#content #page-content > blockquote, .page-blog1#content #page-content > blockquote, .page-company#content #page-content > blockquote, .page-company1#content #page-content > blockquote, .page-company10#content #page-content > blockquote, .page-company11#content #page-content > blockquote, .page-company2#content #page-content > blockquote, .page-company3#content #page-content > blockquote, .page-company4#content #page-content > blockquote, .page-company5#content #page-content > blockquote, .page-company6#content #page-content > blockquote, .page-company7#content #page-content > blockquote, .page-company8#content #page-content > blockquote, .page-company9#content #page-content > blockquote, .page-custom1#content #page-content > blockquote, .page-custom2#content #page-content > blockquote, .page-custom3#content #page-content > blockquote, .page-custom4#content #page-content > blockquote, .page-doctor#content #page-content > blockquote, .page-doctor1#content #page-content > blockquote, .page-qanda#content #page-content > blockquote, .page-toppage#content #page-content > blockquote{
  background-color : #f5f5f5;
  padding-top : 1.5em;
  padding-left : 1.5em;
  padding-right : 1.5em;
  padding-bottom : 1.5em;
  margin-bottom : 1.5em;
}

.page-access#content #page-content > blockquote > *:last-child, .page-access1#content #page-content > blockquote > *:last-child, .page-blog#content #page-content > blockquote > *:last-child, .page-blog1#content #page-content > blockquote > *:last-child, .page-company#content #page-content > blockquote > *:last-child, .page-company1#content #page-content > blockquote > *:last-child, .page-company10#content #page-content > blockquote > *:last-child, .page-company11#content #page-content > blockquote > *:last-child, .page-company2#content #page-content > blockquote > *:last-child, .page-company3#content #page-content > blockquote > *:last-child, .page-company4#content #page-content > blockquote > *:last-child, .page-company5#content #page-content > blockquote > *:last-child, .page-company6#content #page-content > blockquote > *:last-child, .page-company7#content #page-content > blockquote > *:last-child, .page-company8#content #page-content > blockquote > *:last-child, .page-company9#content #page-content > blockquote > *:last-child, .page-custom1#content #page-content > blockquote > *:last-child, .page-custom2#content #page-content > blockquote > *:last-child, .page-custom3#content #page-content > blockquote > *:last-child, .page-custom4#content #page-content > blockquote > *:last-child, .page-doctor#content #page-content > blockquote > *:last-child, .page-doctor1#content #page-content > blockquote > *:last-child, .page-qanda#content #page-content > blockquote > *:last-child, .page-toppage#content #page-content > blockquote > *:last-child{
  margin-bottom : 0px;
}

.page-access#content #page-content > h1, .page-access1#content #page-content > h1, .page-blog#content #page-content > h1, .page-blog1#content #page-content > h1, .page-company#content #page-content > h1, .page-company1#content #page-content > h1, .page-company10#content #page-content > h1, .page-company11#content #page-content > h1, .page-company2#content #page-content > h1, .page-company3#content #page-content > h1, .page-company4#content #page-content > h1, .page-company5#content #page-content > h1, .page-company6#content #page-content > h1, .page-company7#content #page-content > h1, .page-company8#content #page-content > h1, .page-company9#content #page-content > h1, .page-custom1#content #page-content > h1, .page-custom2#content #page-content > h1, .page-custom3#content #page-content > h1, .page-custom4#content #page-content > h1, .page-doctor#content #page-content > h1, .page-doctor1#content #page-content > h1, .page-qanda#content #page-content > h1, .page-toppage#content #page-content > h1{
  font-size : 1.8rem;
  font-weight : bold;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > h2, .page-access1#content #page-content > h2, .page-blog#content #page-content > h2, .page-blog1#content #page-content > h2, .page-company#content #page-content > h2, .page-company1#content #page-content > h2, .page-company10#content #page-content > h2, .page-company11#content #page-content > h2, .page-company2#content #page-content > h2, .page-company3#content #page-content > h2, .page-company4#content #page-content > h2, .page-company5#content #page-content > h2, .page-company6#content #page-content > h2, .page-company7#content #page-content > h2, .page-company8#content #page-content > h2, .page-company9#content #page-content > h2, .page-custom1#content #page-content > h2, .page-custom2#content #page-content > h2, .page-custom3#content #page-content > h2, .page-custom4#content #page-content > h2, .page-doctor#content #page-content > h2, .page-doctor1#content #page-content > h2, .page-qanda#content #page-content > h2, .page-toppage#content #page-content > h2{
  font-size : 1.8rem;
  font-weight : bold;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > h3, .page-access1#content #page-content > h3, .page-blog#content #page-content > h3, .page-blog1#content #page-content > h3, .page-company#content #page-content > h3, .page-company1#content #page-content > h3, .page-company10#content #page-content > h3, .page-company11#content #page-content > h3, .page-company2#content #page-content > h3, .page-company3#content #page-content > h3, .page-company4#content #page-content > h3, .page-company5#content #page-content > h3, .page-company6#content #page-content > h3, .page-company7#content #page-content > h3, .page-company8#content #page-content > h3, .page-company9#content #page-content > h3, .page-custom1#content #page-content > h3, .page-custom2#content #page-content > h3, .page-custom3#content #page-content > h3, .page-custom4#content #page-content > h3, .page-doctor#content #page-content > h3, .page-doctor1#content #page-content > h3, .page-qanda#content #page-content > h3, .page-toppage#content #page-content > h3{
  font-size : 1.6rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > h4, .page-access1#content #page-content > h4, .page-blog#content #page-content > h4, .page-blog1#content #page-content > h4, .page-company#content #page-content > h4, .page-company1#content #page-content > h4, .page-company10#content #page-content > h4, .page-company11#content #page-content > h4, .page-company2#content #page-content > h4, .page-company3#content #page-content > h4, .page-company4#content #page-content > h4, .page-company5#content #page-content > h4, .page-company6#content #page-content > h4, .page-company7#content #page-content > h4, .page-company8#content #page-content > h4, .page-company9#content #page-content > h4, .page-custom1#content #page-content > h4, .page-custom2#content #page-content > h4, .page-custom3#content #page-content > h4, .page-custom4#content #page-content > h4, .page-doctor#content #page-content > h4, .page-doctor1#content #page-content > h4, .page-qanda#content #page-content > h4, .page-toppage#content #page-content > h4{
  font-size : 1.5rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > h5, .page-access1#content #page-content > h5, .page-blog#content #page-content > h5, .page-blog1#content #page-content > h5, .page-company#content #page-content > h5, .page-company1#content #page-content > h5, .page-company10#content #page-content > h5, .page-company11#content #page-content > h5, .page-company2#content #page-content > h5, .page-company3#content #page-content > h5, .page-company4#content #page-content > h5, .page-company5#content #page-content > h5, .page-company6#content #page-content > h5, .page-company7#content #page-content > h5, .page-company8#content #page-content > h5, .page-company9#content #page-content > h5, .page-custom1#content #page-content > h5, .page-custom2#content #page-content > h5, .page-custom3#content #page-content > h5, .page-custom4#content #page-content > h5, .page-doctor#content #page-content > h5, .page-doctor1#content #page-content > h5, .page-qanda#content #page-content > h5, .page-toppage#content #page-content > h5{
  font-size : 1.4rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > h6, .page-access1#content #page-content > h6, .page-blog#content #page-content > h6, .page-blog1#content #page-content > h6, .page-company#content #page-content > h6, .page-company1#content #page-content > h6, .page-company10#content #page-content > h6, .page-company11#content #page-content > h6, .page-company2#content #page-content > h6, .page-company3#content #page-content > h6, .page-company4#content #page-content > h6, .page-company5#content #page-content > h6, .page-company6#content #page-content > h6, .page-company7#content #page-content > h6, .page-company8#content #page-content > h6, .page-company9#content #page-content > h6, .page-custom1#content #page-content > h6, .page-custom2#content #page-content > h6, .page-custom3#content #page-content > h6, .page-custom4#content #page-content > h6, .page-doctor#content #page-content > h6, .page-doctor1#content #page-content > h6, .page-qanda#content #page-content > h6, .page-toppage#content #page-content > h6{
  font-size : 1.3rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-access#content #page-content > hr, .page-access1#content #page-content > hr, .page-blog#content #page-content > hr, .page-blog1#content #page-content > hr, .page-company#content #page-content > hr, .page-company1#content #page-content > hr, .page-company10#content #page-content > hr, .page-company11#content #page-content > hr, .page-company2#content #page-content > hr, .page-company3#content #page-content > hr, .page-company4#content #page-content > hr, .page-company5#content #page-content > hr, .page-company6#content #page-content > hr, .page-company7#content #page-content > hr, .page-company8#content #page-content > hr, .page-company9#content #page-content > hr, .page-custom1#content #page-content > hr, .page-custom2#content #page-content > hr, .page-custom3#content #page-content > hr, .page-custom4#content #page-content > hr, .page-doctor#content #page-content > hr, .page-doctor1#content #page-content > hr, .page-qanda#content #page-content > hr, .page-toppage#content #page-content > hr{
  margin-bottom : 1.5em;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #d5d5d5;
}

.page-access#content #page-content > ins, .page-access1#content #page-content > ins, .page-blog#content #page-content > ins, .page-blog1#content #page-content > ins, .page-company#content #page-content > ins, .page-company1#content #page-content > ins, .page-company10#content #page-content > ins, .page-company11#content #page-content > ins, .page-company2#content #page-content > ins, .page-company3#content #page-content > ins, .page-company4#content #page-content > ins, .page-company5#content #page-content > ins, .page-company6#content #page-content > ins, .page-company7#content #page-content > ins, .page-company8#content #page-content > ins, .page-company9#content #page-content > ins, .page-custom1#content #page-content > ins, .page-custom2#content #page-content > ins, .page-custom3#content #page-content > ins, .page-custom4#content #page-content > ins, .page-doctor#content #page-content > ins, .page-doctor1#content #page-content > ins, .page-qanda#content #page-content > ins, .page-toppage#content #page-content > ins{
  background-color : #fff9c0;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
}

.page-access#content #page-content > ol, .page-access1#content #page-content > ol, .page-blog#content #page-content > ol, .page-blog1#content #page-content > ol, .page-company#content #page-content > ol, .page-company1#content #page-content > ol, .page-company10#content #page-content > ol, .page-company11#content #page-content > ol, .page-company2#content #page-content > ol, .page-company3#content #page-content > ol, .page-company4#content #page-content > ol, .page-company5#content #page-content > ol, .page-company6#content #page-content > ol, .page-company7#content #page-content > ol, .page-company8#content #page-content > ol, .page-company9#content #page-content > ol, .page-custom1#content #page-content > ol, .page-custom2#content #page-content > ol, .page-custom3#content #page-content > ol, .page-custom4#content #page-content > ol, .page-doctor#content #page-content > ol, .page-doctor1#content #page-content > ol, .page-qanda#content #page-content > ol, .page-toppage#content #page-content > 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-access1#content #page-content > ol ol, .page-blog#content #page-content > ol ol, .page-blog1#content #page-content > ol ol, .page-company#content #page-content > ol ol, .page-company1#content #page-content > ol ol, .page-company10#content #page-content > ol ol, .page-company11#content #page-content > ol ol, .page-company2#content #page-content > ol ol, .page-company3#content #page-content > ol ol, .page-company4#content #page-content > ol ol, .page-company5#content #page-content > ol ol, .page-company6#content #page-content > ol ol, .page-company7#content #page-content > ol ol, .page-company8#content #page-content > ol ol, .page-company9#content #page-content > ol ol, .page-custom1#content #page-content > ol ol, .page-custom2#content #page-content > ol ol, .page-custom3#content #page-content > ol ol, .page-custom4#content #page-content > ol ol, .page-doctor#content #page-content > ol ol, .page-doctor1#content #page-content > ol ol, .page-qanda#content #page-content > ol ol, .page-toppage#content #page-content > ol ol{
  margin-bottom : 0px;
}

.page-access#content #page-content > p, .page-access1#content #page-content > p, .page-blog#content #page-content > p, .page-blog1#content #page-content > p, .page-company#content #page-content > p, .page-company1#content #page-content > p, .page-company10#content #page-content > p, .page-company11#content #page-content > p, .page-company2#content #page-content > p, .page-company3#content #page-content > p, .page-company4#content #page-content > p, .page-company5#content #page-content > p, .page-company6#content #page-content > p, .page-company7#content #page-content > p, .page-company8#content #page-content > p, .page-company9#content #page-content > p, .page-custom1#content #page-content > p, .page-custom2#content #page-content > p, .page-custom3#content #page-content > p, .page-custom4#content #page-content > p, .page-doctor#content #page-content > p, .page-doctor1#content #page-content > p, .page-qanda#content #page-content > p, .page-toppage#content #page-content > p{
  margin-top : 0px;
  margin-bottom : 1.5em;
}

.page-access#content #page-content > pre, .page-access1#content #page-content > pre, .page-blog#content #page-content > pre, .page-blog1#content #page-content > pre, .page-company#content #page-content > pre, .page-company1#content #page-content > pre, .page-company10#content #page-content > pre, .page-company11#content #page-content > pre, .page-company2#content #page-content > pre, .page-company3#content #page-content > pre, .page-company4#content #page-content > pre, .page-company5#content #page-content > pre, .page-company6#content #page-content > pre, .page-company7#content #page-content > pre, .page-company8#content #page-content > pre, .page-company9#content #page-content > pre, .page-custom1#content #page-content > pre, .page-custom2#content #page-content > pre, .page-custom3#content #page-content > pre, .page-custom4#content #page-content > pre, .page-doctor#content #page-content > pre, .page-doctor1#content #page-content > pre, .page-qanda#content #page-content > pre, .page-toppage#content #page-content > pre{
  background-color : #ffffff;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  overflow : auto;
  word-wrap : normal;
}

#breadcrumb-list{
  font-size : 1rem;
  color : #333333;
  background-color : #f5f5f5;
  padding-top : 1em;
  padding-bottom : 1em;
  margin-top : 0px;
  box-sizing : border-box;
}

#breadcrumb-list a{
  color : #4a5f75;
  text-decoration : underline;
}

#breadcrumb-list a:hover{
  color : #84d4ee;
}

#breadcrumb-list div{
  display : inline-block;
}

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

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

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

  #breadcrumb-list{
    padding-top : 1em;
    padding-left : 20px;
    padding-right : 20px;
    padding-bottom : 1em;
  }
}

#sp-entry-content-1, #sp-entry-content-10, #sp-entry-content-100, #sp-entry-content-101, #sp-entry-content-102, #sp-entry-content-103, #sp-entry-content-104, #sp-entry-content-105, #sp-entry-content-106, #sp-entry-content-107, #sp-entry-content-108, #sp-entry-content-11, #sp-entry-content-12, #sp-entry-content-13, #sp-entry-content-14, #sp-entry-content-15, #sp-entry-content-16, #sp-entry-content-17, #sp-entry-content-18, #sp-entry-content-19, #sp-entry-content-2, #sp-entry-content-20, #sp-entry-content-21, #sp-entry-content-22, #sp-entry-content-23, #sp-entry-content-24, #sp-entry-content-25, #sp-entry-content-26, #sp-entry-content-27, #sp-entry-content-28, #sp-entry-content-29, #sp-entry-content-3, #sp-entry-content-30, #sp-entry-content-31, #sp-entry-content-32, #sp-entry-content-33, #sp-entry-content-34, #sp-entry-content-35, #sp-entry-content-36, #sp-entry-content-37, #sp-entry-content-38, #sp-entry-content-39, #sp-entry-content-4, #sp-entry-content-40, #sp-entry-content-41, #sp-entry-content-42, #sp-entry-content-43, #sp-entry-content-44, #sp-entry-content-45, #sp-entry-content-46, #sp-entry-content-47, #sp-entry-content-48, #sp-entry-content-49, #sp-entry-content-5, #sp-entry-content-50, #sp-entry-content-51, #sp-entry-content-52, #sp-entry-content-53, #sp-entry-content-54, #sp-entry-content-55, #sp-entry-content-56, #sp-entry-content-57, #sp-entry-content-58, #sp-entry-content-59, #sp-entry-content-6, #sp-entry-content-60, #sp-entry-content-61, #sp-entry-content-62, #sp-entry-content-63, #sp-entry-content-64, #sp-entry-content-65, #sp-entry-content-66, #sp-entry-content-67, #sp-entry-content-68, #sp-entry-content-69, #sp-entry-content-7, #sp-entry-content-70, #sp-entry-content-71, #sp-entry-content-72, #sp-entry-content-73, #sp-entry-content-74, #sp-entry-content-75, #sp-entry-content-76, #sp-entry-content-77, #sp-entry-content-78, #sp-entry-content-79, #sp-entry-content-8, #sp-entry-content-80, #sp-entry-content-81, #sp-entry-content-82, #sp-entry-content-83, #sp-entry-content-84, #sp-entry-content-85, #sp-entry-content-86, #sp-entry-content-87, #sp-entry-content-88, #sp-entry-content-89, #sp-entry-content-9, #sp-entry-content-90, #sp-entry-content-91, #sp-entry-content-92, #sp-entry-content-93, #sp-entry-content-94, #sp-entry-content-95, #sp-entry-content-96, #sp-entry-content-97, #sp-entry-content-98, #sp-entry-content-99, #sp-wp-post-list-1, #sp-wp-post-list-2, #sp-wp-post-list-3, #sp-wp-post-list-4{
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 30px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 40px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.hpb-viewtype-content#sp-entry-content-1 dl dd, .hpb-viewtype-content#sp-entry-content-10 dl dd, .hpb-viewtype-content#sp-entry-content-100 dl dd, .hpb-viewtype-content#sp-entry-content-101 dl dd, .hpb-viewtype-content#sp-entry-content-102 dl dd, .hpb-viewtype-content#sp-entry-content-103 dl dd, .hpb-viewtype-content#sp-entry-content-104 dl dd, .hpb-viewtype-content#sp-entry-content-105 dl dd, .hpb-viewtype-content#sp-entry-content-106 dl dd, .hpb-viewtype-content#sp-entry-content-107 dl dd, .hpb-viewtype-content#sp-entry-content-108 dl dd, .hpb-viewtype-content#sp-entry-content-11 dl dd, .hpb-viewtype-content#sp-entry-content-12 dl dd, .hpb-viewtype-content#sp-entry-content-13 dl dd, .hpb-viewtype-content#sp-entry-content-14 dl dd, .hpb-viewtype-content#sp-entry-content-15 dl dd, .hpb-viewtype-content#sp-entry-content-16 dl dd, .hpb-viewtype-content#sp-entry-content-17 dl dd, .hpb-viewtype-content#sp-entry-content-18 dl dd, .hpb-viewtype-content#sp-entry-content-19 dl dd, .hpb-viewtype-content#sp-entry-content-2 dl dd, .hpb-viewtype-content#sp-entry-content-20 dl dd, .hpb-viewtype-content#sp-entry-content-21 dl dd, .hpb-viewtype-content#sp-entry-content-22 dl dd, .hpb-viewtype-content#sp-entry-content-23 dl dd, .hpb-viewtype-content#sp-entry-content-24 dl dd, .hpb-viewtype-content#sp-entry-content-25 dl dd, .hpb-viewtype-content#sp-entry-content-26 dl dd, .hpb-viewtype-content#sp-entry-content-27 dl dd, .hpb-viewtype-content#sp-entry-content-28 dl dd, .hpb-viewtype-content#sp-entry-content-29 dl dd, .hpb-viewtype-content#sp-entry-content-3 dl dd, .hpb-viewtype-content#sp-entry-content-30 dl dd, .hpb-viewtype-content#sp-entry-content-31 dl dd, .hpb-viewtype-content#sp-entry-content-32 dl dd, .hpb-viewtype-content#sp-entry-content-33 dl dd, .hpb-viewtype-content#sp-entry-content-34 dl dd, .hpb-viewtype-content#sp-entry-content-35 dl dd, .hpb-viewtype-content#sp-entry-content-36 dl dd, .hpb-viewtype-content#sp-entry-content-37 dl dd, .hpb-viewtype-content#sp-entry-content-38 dl dd, .hpb-viewtype-content#sp-entry-content-39 dl dd, .hpb-viewtype-content#sp-entry-content-4 dl dd, .hpb-viewtype-content#sp-entry-content-40 dl dd, .hpb-viewtype-content#sp-entry-content-41 dl dd, .hpb-viewtype-content#sp-entry-content-42 dl dd, .hpb-viewtype-content#sp-entry-content-43 dl dd, .hpb-viewtype-content#sp-entry-content-44 dl dd, .hpb-viewtype-content#sp-entry-content-45 dl dd, .hpb-viewtype-content#sp-entry-content-46 dl dd, .hpb-viewtype-content#sp-entry-content-47 dl dd, .hpb-viewtype-content#sp-entry-content-48 dl dd, .hpb-viewtype-content#sp-entry-content-49 dl dd, .hpb-viewtype-content#sp-entry-content-5 dl dd, .hpb-viewtype-content#sp-entry-content-50 dl dd, .hpb-viewtype-content#sp-entry-content-51 dl dd, .hpb-viewtype-content#sp-entry-content-52 dl dd, .hpb-viewtype-content#sp-entry-content-53 dl dd, .hpb-viewtype-content#sp-entry-content-54 dl dd, .hpb-viewtype-content#sp-entry-content-55 dl dd, .hpb-viewtype-content#sp-entry-content-56 dl dd, .hpb-viewtype-content#sp-entry-content-57 dl dd, .hpb-viewtype-content#sp-entry-content-58 dl dd, .hpb-viewtype-content#sp-entry-content-59 dl dd, .hpb-viewtype-content#sp-entry-content-6 dl dd, .hpb-viewtype-content#sp-entry-content-60 dl dd, .hpb-viewtype-content#sp-entry-content-61 dl dd, .hpb-viewtype-content#sp-entry-content-62 dl dd, .hpb-viewtype-content#sp-entry-content-63 dl dd, .hpb-viewtype-content#sp-entry-content-64 dl dd, .hpb-viewtype-content#sp-entry-content-65 dl dd, .hpb-viewtype-content#sp-entry-content-66 dl dd, .hpb-viewtype-content#sp-entry-content-67 dl dd, .hpb-viewtype-content#sp-entry-content-68 dl dd, .hpb-viewtype-content#sp-entry-content-69 dl dd, .hpb-viewtype-content#sp-entry-content-7 dl dd, .hpb-viewtype-content#sp-entry-content-70 dl dd, .hpb-viewtype-content#sp-entry-content-71 dl dd, .hpb-viewtype-content#sp-entry-content-72 dl dd, .hpb-viewtype-content#sp-entry-content-73 dl dd, .hpb-viewtype-content#sp-entry-content-74 dl dd, .hpb-viewtype-content#sp-entry-content-75 dl dd, .hpb-viewtype-content#sp-entry-content-76 dl dd, .hpb-viewtype-content#sp-entry-content-77 dl dd, .hpb-viewtype-content#sp-entry-content-78 dl dd, .hpb-viewtype-content#sp-entry-content-79 dl dd, .hpb-viewtype-content#sp-entry-content-8 dl dd, .hpb-viewtype-content#sp-entry-content-80 dl dd, .hpb-viewtype-content#sp-entry-content-81 dl dd, .hpb-viewtype-content#sp-entry-content-82 dl dd, .hpb-viewtype-content#sp-entry-content-83 dl dd, .hpb-viewtype-content#sp-entry-content-84 dl dd, .hpb-viewtype-content#sp-entry-content-85 dl dd, .hpb-viewtype-content#sp-entry-content-86 dl dd, .hpb-viewtype-content#sp-entry-content-87 dl dd, .hpb-viewtype-content#sp-entry-content-88 dl dd, .hpb-viewtype-content#sp-entry-content-89 dl dd, .hpb-viewtype-content#sp-entry-content-9 dl dd, .hpb-viewtype-content#sp-entry-content-90 dl dd, .hpb-viewtype-content#sp-entry-content-91 dl dd, .hpb-viewtype-content#sp-entry-content-92 dl dd, .hpb-viewtype-content#sp-entry-content-93 dl dd, .hpb-viewtype-content#sp-entry-content-94 dl dd, .hpb-viewtype-content#sp-entry-content-95 dl dd, .hpb-viewtype-content#sp-entry-content-96 dl dd, .hpb-viewtype-content#sp-entry-content-97 dl dd, .hpb-viewtype-content#sp-entry-content-98 dl dd, .hpb-viewtype-content#sp-entry-content-99 dl dd, .hpb-viewtype-content#sp-wp-post-list-1 dl dd, .hpb-viewtype-content#sp-wp-post-list-2 dl dd, .hpb-viewtype-content#sp-wp-post-list-3 dl dd, .hpb-viewtype-content#sp-wp-post-list-4 dl dd{
  margin-top : 0px;
  margin-left : 20px;
  margin-right : 0px;
  margin-bottom : 30px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.hpb-viewtype-content#sp-entry-content-1 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-10 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-100 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-101 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-102 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-103 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-104 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-105 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-106 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-107 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-108 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-11 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-12 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-13 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-14 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-15 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-16 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-17 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-18 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-19 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-2 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-20 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-21 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-22 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-23 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-24 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-25 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-26 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-27 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-28 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-29 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-3 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-30 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-31 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-32 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-33 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-34 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-35 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-36 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-37 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-38 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-39 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-4 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-40 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-41 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-42 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-43 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-44 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-45 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-46 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-47 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-48 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-49 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-5 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-50 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-51 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-52 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-53 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-54 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-55 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-56 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-57 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-58 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-59 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-6 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-60 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-61 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-62 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-63 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-64 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-65 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-66 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-67 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-68 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-69 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-7 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-70 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-71 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-72 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-73 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-74 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-75 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-76 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-77 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-78 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-79 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-8 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-80 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-81 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-82 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-83 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-84 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-85 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-86 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-87 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-88 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-89 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-9 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-90 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-91 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-92 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-93 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-94 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-95 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-96 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-97 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-98 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-99 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-1 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-2 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-3 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-4 dl dd .entry-content{
  margin-top : 0px;
}

.hpb-viewtype-content#sp-entry-content-1 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-10 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-100 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-101 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-102 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-103 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-104 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-105 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-106 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-107 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-108 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-11 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-12 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-13 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-14 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-15 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-16 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-17 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-18 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-19 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-2 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-20 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-21 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-22 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-23 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-24 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-25 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-26 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-27 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-28 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-29 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-3 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-30 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-31 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-32 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-33 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-34 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-35 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-36 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-37 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-38 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-39 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-4 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-40 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-41 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-42 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-43 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-44 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-45 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-46 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-47 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-48 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-49 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-5 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-50 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-51 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-52 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-53 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-54 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-55 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-56 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-57 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-58 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-59 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-6 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-60 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-61 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-62 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-63 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-64 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-65 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-66 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-67 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-68 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-69 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-7 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-70 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-71 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-72 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-73 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-74 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-75 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-76 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-77 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-78 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-79 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-8 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-80 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-81 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-82 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-83 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-84 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-85 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-86 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-87 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-88 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-89 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-9 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-90 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-91 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-92 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-93 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-94 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-95 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-96 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-97 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-98 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-99 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-1 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-2 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-3 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-4 dl dd:last-child{
  margin-bottom : 0px;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

.hpb-viewtype-content#sp-entry-content-1 dl dt, .hpb-viewtype-content#sp-entry-content-10 dl dt, .hpb-viewtype-content#sp-entry-content-100 dl dt, .hpb-viewtype-content#sp-entry-content-101 dl dt, .hpb-viewtype-content#sp-entry-content-102 dl dt, .hpb-viewtype-content#sp-entry-content-103 dl dt, .hpb-viewtype-content#sp-entry-content-104 dl dt, .hpb-viewtype-content#sp-entry-content-105 dl dt, .hpb-viewtype-content#sp-entry-content-106 dl dt, .hpb-viewtype-content#sp-entry-content-107 dl dt, .hpb-viewtype-content#sp-entry-content-108 dl dt, .hpb-viewtype-content#sp-entry-content-11 dl dt, .hpb-viewtype-content#sp-entry-content-12 dl dt, .hpb-viewtype-content#sp-entry-content-13 dl dt, .hpb-viewtype-content#sp-entry-content-14 dl dt, .hpb-viewtype-content#sp-entry-content-15 dl dt, .hpb-viewtype-content#sp-entry-content-16 dl dt, .hpb-viewtype-content#sp-entry-content-17 dl dt, .hpb-viewtype-content#sp-entry-content-18 dl dt, .hpb-viewtype-content#sp-entry-content-19 dl dt, .hpb-viewtype-content#sp-entry-content-2 dl dt, .hpb-viewtype-content#sp-entry-content-20 dl dt, .hpb-viewtype-content#sp-entry-content-21 dl dt, .hpb-viewtype-content#sp-entry-content-22 dl dt, .hpb-viewtype-content#sp-entry-content-23 dl dt, .hpb-viewtype-content#sp-entry-content-24 dl dt, .hpb-viewtype-content#sp-entry-content-25 dl dt, .hpb-viewtype-content#sp-entry-content-26 dl dt, .hpb-viewtype-content#sp-entry-content-27 dl dt, .hpb-viewtype-content#sp-entry-content-28 dl dt, .hpb-viewtype-content#sp-entry-content-29 dl dt, .hpb-viewtype-content#sp-entry-content-3 dl dt, .hpb-viewtype-content#sp-entry-content-30 dl dt, .hpb-viewtype-content#sp-entry-content-31 dl dt, .hpb-viewtype-content#sp-entry-content-32 dl dt, .hpb-viewtype-content#sp-entry-content-33 dl dt, .hpb-viewtype-content#sp-entry-content-34 dl dt, .hpb-viewtype-content#sp-entry-content-35 dl dt, .hpb-viewtype-content#sp-entry-content-36 dl dt, .hpb-viewtype-content#sp-entry-content-37 dl dt, .hpb-viewtype-content#sp-entry-content-38 dl dt, .hpb-viewtype-content#sp-entry-content-39 dl dt, .hpb-viewtype-content#sp-entry-content-4 dl dt, .hpb-viewtype-content#sp-entry-content-40 dl dt, .hpb-viewtype-content#sp-entry-content-41 dl dt, .hpb-viewtype-content#sp-entry-content-42 dl dt, .hpb-viewtype-content#sp-entry-content-43 dl dt, .hpb-viewtype-content#sp-entry-content-44 dl dt, .hpb-viewtype-content#sp-entry-content-45 dl dt, .hpb-viewtype-content#sp-entry-content-46 dl dt, .hpb-viewtype-content#sp-entry-content-47 dl dt, .hpb-viewtype-content#sp-entry-content-48 dl dt, .hpb-viewtype-content#sp-entry-content-49 dl dt, .hpb-viewtype-content#sp-entry-content-5 dl dt, .hpb-viewtype-content#sp-entry-content-50 dl dt, .hpb-viewtype-content#sp-entry-content-51 dl dt, .hpb-viewtype-content#sp-entry-content-52 dl dt, .hpb-viewtype-content#sp-entry-content-53 dl dt, .hpb-viewtype-content#sp-entry-content-54 dl dt, .hpb-viewtype-content#sp-entry-content-55 dl dt, .hpb-viewtype-content#sp-entry-content-56 dl dt, .hpb-viewtype-content#sp-entry-content-57 dl dt, .hpb-viewtype-content#sp-entry-content-58 dl dt, .hpb-viewtype-content#sp-entry-content-59 dl dt, .hpb-viewtype-content#sp-entry-content-6 dl dt, .hpb-viewtype-content#sp-entry-content-60 dl dt, .hpb-viewtype-content#sp-entry-content-61 dl dt, .hpb-viewtype-content#sp-entry-content-62 dl dt, .hpb-viewtype-content#sp-entry-content-63 dl dt, .hpb-viewtype-content#sp-entry-content-64 dl dt, .hpb-viewtype-content#sp-entry-content-65 dl dt, .hpb-viewtype-content#sp-entry-content-66 dl dt, .hpb-viewtype-content#sp-entry-content-67 dl dt, .hpb-viewtype-content#sp-entry-content-68 dl dt, .hpb-viewtype-content#sp-entry-content-69 dl dt, .hpb-viewtype-content#sp-entry-content-7 dl dt, .hpb-viewtype-content#sp-entry-content-70 dl dt, .hpb-viewtype-content#sp-entry-content-71 dl dt, .hpb-viewtype-content#sp-entry-content-72 dl dt, .hpb-viewtype-content#sp-entry-content-73 dl dt, .hpb-viewtype-content#sp-entry-content-74 dl dt, .hpb-viewtype-content#sp-entry-content-75 dl dt, .hpb-viewtype-content#sp-entry-content-76 dl dt, .hpb-viewtype-content#sp-entry-content-77 dl dt, .hpb-viewtype-content#sp-entry-content-78 dl dt, .hpb-viewtype-content#sp-entry-content-79 dl dt, .hpb-viewtype-content#sp-entry-content-8 dl dt, .hpb-viewtype-content#sp-entry-content-80 dl dt, .hpb-viewtype-content#sp-entry-content-81 dl dt, .hpb-viewtype-content#sp-entry-content-82 dl dt, .hpb-viewtype-content#sp-entry-content-83 dl dt, .hpb-viewtype-content#sp-entry-content-84 dl dt, .hpb-viewtype-content#sp-entry-content-85 dl dt, .hpb-viewtype-content#sp-entry-content-86 dl dt, .hpb-viewtype-content#sp-entry-content-87 dl dt, .hpb-viewtype-content#sp-entry-content-88 dl dt, .hpb-viewtype-content#sp-entry-content-89 dl dt, .hpb-viewtype-content#sp-entry-content-9 dl dt, .hpb-viewtype-content#sp-entry-content-90 dl dt, .hpb-viewtype-content#sp-entry-content-91 dl dt, .hpb-viewtype-content#sp-entry-content-92 dl dt, .hpb-viewtype-content#sp-entry-content-93 dl dt, .hpb-viewtype-content#sp-entry-content-94 dl dt, .hpb-viewtype-content#sp-entry-content-95 dl dt, .hpb-viewtype-content#sp-entry-content-96 dl dt, .hpb-viewtype-content#sp-entry-content-97 dl dt, .hpb-viewtype-content#sp-entry-content-98 dl dt, .hpb-viewtype-content#sp-entry-content-99 dl dt, .hpb-viewtype-content#sp-wp-post-list-1 dl dt, .hpb-viewtype-content#sp-wp-post-list-2 dl dt, .hpb-viewtype-content#sp-wp-post-list-3 dl dt, .hpb-viewtype-content#sp-wp-post-list-4 dl dt{
  font-weight : normal;
  background-image : url(img/icon-list.png);
  background-repeat : no-repeat;
  background-position : left 7px;
  padding-left : 20px;
  margin-bottom : 0.5em;
}

.hpb-viewtype-date#sp-entry-content-1 dl dd, .hpb-viewtype-date#sp-entry-content-10 dl dd, .hpb-viewtype-date#sp-entry-content-100 dl dd, .hpb-viewtype-date#sp-entry-content-101 dl dd, .hpb-viewtype-date#sp-entry-content-102 dl dd, .hpb-viewtype-date#sp-entry-content-103 dl dd, .hpb-viewtype-date#sp-entry-content-104 dl dd, .hpb-viewtype-date#sp-entry-content-105 dl dd, .hpb-viewtype-date#sp-entry-content-106 dl dd, .hpb-viewtype-date#sp-entry-content-107 dl dd, .hpb-viewtype-date#sp-entry-content-108 dl dd, .hpb-viewtype-date#sp-entry-content-11 dl dd, .hpb-viewtype-date#sp-entry-content-12 dl dd, .hpb-viewtype-date#sp-entry-content-13 dl dd, .hpb-viewtype-date#sp-entry-content-14 dl dd, .hpb-viewtype-date#sp-entry-content-15 dl dd, .hpb-viewtype-date#sp-entry-content-16 dl dd, .hpb-viewtype-date#sp-entry-content-17 dl dd, .hpb-viewtype-date#sp-entry-content-18 dl dd, .hpb-viewtype-date#sp-entry-content-19 dl dd, .hpb-viewtype-date#sp-entry-content-2 dl dd, .hpb-viewtype-date#sp-entry-content-20 dl dd, .hpb-viewtype-date#sp-entry-content-21 dl dd, .hpb-viewtype-date#sp-entry-content-22 dl dd, .hpb-viewtype-date#sp-entry-content-23 dl dd, .hpb-viewtype-date#sp-entry-content-24 dl dd, .hpb-viewtype-date#sp-entry-content-25 dl dd, .hpb-viewtype-date#sp-entry-content-26 dl dd, .hpb-viewtype-date#sp-entry-content-27 dl dd, .hpb-viewtype-date#sp-entry-content-28 dl dd, .hpb-viewtype-date#sp-entry-content-29 dl dd, .hpb-viewtype-date#sp-entry-content-3 dl dd, .hpb-viewtype-date#sp-entry-content-30 dl dd, .hpb-viewtype-date#sp-entry-content-31 dl dd, .hpb-viewtype-date#sp-entry-content-32 dl dd, .hpb-viewtype-date#sp-entry-content-33 dl dd, .hpb-viewtype-date#sp-entry-content-34 dl dd, .hpb-viewtype-date#sp-entry-content-35 dl dd, .hpb-viewtype-date#sp-entry-content-36 dl dd, .hpb-viewtype-date#sp-entry-content-37 dl dd, .hpb-viewtype-date#sp-entry-content-38 dl dd, .hpb-viewtype-date#sp-entry-content-39 dl dd, .hpb-viewtype-date#sp-entry-content-4 dl dd, .hpb-viewtype-date#sp-entry-content-40 dl dd, .hpb-viewtype-date#sp-entry-content-41 dl dd, .hpb-viewtype-date#sp-entry-content-42 dl dd, .hpb-viewtype-date#sp-entry-content-43 dl dd, .hpb-viewtype-date#sp-entry-content-44 dl dd, .hpb-viewtype-date#sp-entry-content-45 dl dd, .hpb-viewtype-date#sp-entry-content-46 dl dd, .hpb-viewtype-date#sp-entry-content-47 dl dd, .hpb-viewtype-date#sp-entry-content-48 dl dd, .hpb-viewtype-date#sp-entry-content-49 dl dd, .hpb-viewtype-date#sp-entry-content-5 dl dd, .hpb-viewtype-date#sp-entry-content-50 dl dd, .hpb-viewtype-date#sp-entry-content-51 dl dd, .hpb-viewtype-date#sp-entry-content-52 dl dd, .hpb-viewtype-date#sp-entry-content-53 dl dd, .hpb-viewtype-date#sp-entry-content-54 dl dd, .hpb-viewtype-date#sp-entry-content-55 dl dd, .hpb-viewtype-date#sp-entry-content-56 dl dd, .hpb-viewtype-date#sp-entry-content-57 dl dd, .hpb-viewtype-date#sp-entry-content-58 dl dd, .hpb-viewtype-date#sp-entry-content-59 dl dd, .hpb-viewtype-date#sp-entry-content-6 dl dd, .hpb-viewtype-date#sp-entry-content-60 dl dd, .hpb-viewtype-date#sp-entry-content-61 dl dd, .hpb-viewtype-date#sp-entry-content-62 dl dd, .hpb-viewtype-date#sp-entry-content-63 dl dd, .hpb-viewtype-date#sp-entry-content-64 dl dd, .hpb-viewtype-date#sp-entry-content-65 dl dd, .hpb-viewtype-date#sp-entry-content-66 dl dd, .hpb-viewtype-date#sp-entry-content-67 dl dd, .hpb-viewtype-date#sp-entry-content-68 dl dd, .hpb-viewtype-date#sp-entry-content-69 dl dd, .hpb-viewtype-date#sp-entry-content-7 dl dd, .hpb-viewtype-date#sp-entry-content-70 dl dd, .hpb-viewtype-date#sp-entry-content-71 dl dd, .hpb-viewtype-date#sp-entry-content-72 dl dd, .hpb-viewtype-date#sp-entry-content-73 dl dd, .hpb-viewtype-date#sp-entry-content-74 dl dd, .hpb-viewtype-date#sp-entry-content-75 dl dd, .hpb-viewtype-date#sp-entry-content-76 dl dd, .hpb-viewtype-date#sp-entry-content-77 dl dd, .hpb-viewtype-date#sp-entry-content-78 dl dd, .hpb-viewtype-date#sp-entry-content-79 dl dd, .hpb-viewtype-date#sp-entry-content-8 dl dd, .hpb-viewtype-date#sp-entry-content-80 dl dd, .hpb-viewtype-date#sp-entry-content-81 dl dd, .hpb-viewtype-date#sp-entry-content-82 dl dd, .hpb-viewtype-date#sp-entry-content-83 dl dd, .hpb-viewtype-date#sp-entry-content-84 dl dd, .hpb-viewtype-date#sp-entry-content-85 dl dd, .hpb-viewtype-date#sp-entry-content-86 dl dd, .hpb-viewtype-date#sp-entry-content-87 dl dd, .hpb-viewtype-date#sp-entry-content-88 dl dd, .hpb-viewtype-date#sp-entry-content-89 dl dd, .hpb-viewtype-date#sp-entry-content-9 dl dd, .hpb-viewtype-date#sp-entry-content-90 dl dd, .hpb-viewtype-date#sp-entry-content-91 dl dd, .hpb-viewtype-date#sp-entry-content-92 dl dd, .hpb-viewtype-date#sp-entry-content-93 dl dd, .hpb-viewtype-date#sp-entry-content-94 dl dd, .hpb-viewtype-date#sp-entry-content-95 dl dd, .hpb-viewtype-date#sp-entry-content-96 dl dd, .hpb-viewtype-date#sp-entry-content-97 dl dd, .hpb-viewtype-date#sp-entry-content-98 dl dd, .hpb-viewtype-date#sp-entry-content-99 dl dd, .hpb-viewtype-date#sp-wp-post-list-1 dl dd, .hpb-viewtype-date#sp-wp-post-list-2 dl dd, .hpb-viewtype-date#sp-wp-post-list-3 dl dd, .hpb-viewtype-date#sp-wp-post-list-4 dl dd{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  overflow : hidden;
}

.hpb-viewtype-date#sp-entry-content-1 dl dt, .hpb-viewtype-date#sp-entry-content-10 dl dt, .hpb-viewtype-date#sp-entry-content-100 dl dt, .hpb-viewtype-date#sp-entry-content-101 dl dt, .hpb-viewtype-date#sp-entry-content-102 dl dt, .hpb-viewtype-date#sp-entry-content-103 dl dt, .hpb-viewtype-date#sp-entry-content-104 dl dt, .hpb-viewtype-date#sp-entry-content-105 dl dt, .hpb-viewtype-date#sp-entry-content-106 dl dt, .hpb-viewtype-date#sp-entry-content-107 dl dt, .hpb-viewtype-date#sp-entry-content-108 dl dt, .hpb-viewtype-date#sp-entry-content-11 dl dt, .hpb-viewtype-date#sp-entry-content-12 dl dt, .hpb-viewtype-date#sp-entry-content-13 dl dt, .hpb-viewtype-date#sp-entry-content-14 dl dt, .hpb-viewtype-date#sp-entry-content-15 dl dt, .hpb-viewtype-date#sp-entry-content-16 dl dt, .hpb-viewtype-date#sp-entry-content-17 dl dt, .hpb-viewtype-date#sp-entry-content-18 dl dt, .hpb-viewtype-date#sp-entry-content-19 dl dt, .hpb-viewtype-date#sp-entry-content-2 dl dt, .hpb-viewtype-date#sp-entry-content-20 dl dt, .hpb-viewtype-date#sp-entry-content-21 dl dt, .hpb-viewtype-date#sp-entry-content-22 dl dt, .hpb-viewtype-date#sp-entry-content-23 dl dt, .hpb-viewtype-date#sp-entry-content-24 dl dt, .hpb-viewtype-date#sp-entry-content-25 dl dt, .hpb-viewtype-date#sp-entry-content-26 dl dt, .hpb-viewtype-date#sp-entry-content-27 dl dt, .hpb-viewtype-date#sp-entry-content-28 dl dt, .hpb-viewtype-date#sp-entry-content-29 dl dt, .hpb-viewtype-date#sp-entry-content-3 dl dt, .hpb-viewtype-date#sp-entry-content-30 dl dt, .hpb-viewtype-date#sp-entry-content-31 dl dt, .hpb-viewtype-date#sp-entry-content-32 dl dt, .hpb-viewtype-date#sp-entry-content-33 dl dt, .hpb-viewtype-date#sp-entry-content-34 dl dt, .hpb-viewtype-date#sp-entry-content-35 dl dt, .hpb-viewtype-date#sp-entry-content-36 dl dt, .hpb-viewtype-date#sp-entry-content-37 dl dt, .hpb-viewtype-date#sp-entry-content-38 dl dt, .hpb-viewtype-date#sp-entry-content-39 dl dt, .hpb-viewtype-date#sp-entry-content-4 dl dt, .hpb-viewtype-date#sp-entry-content-40 dl dt, .hpb-viewtype-date#sp-entry-content-41 dl dt, .hpb-viewtype-date#sp-entry-content-42 dl dt, .hpb-viewtype-date#sp-entry-content-43 dl dt, .hpb-viewtype-date#sp-entry-content-44 dl dt, .hpb-viewtype-date#sp-entry-content-45 dl dt, .hpb-viewtype-date#sp-entry-content-46 dl dt, .hpb-viewtype-date#sp-entry-content-47 dl dt, .hpb-viewtype-date#sp-entry-content-48 dl dt, .hpb-viewtype-date#sp-entry-content-49 dl dt, .hpb-viewtype-date#sp-entry-content-5 dl dt, .hpb-viewtype-date#sp-entry-content-50 dl dt, .hpb-viewtype-date#sp-entry-content-51 dl dt, .hpb-viewtype-date#sp-entry-content-52 dl dt, .hpb-viewtype-date#sp-entry-content-53 dl dt, .hpb-viewtype-date#sp-entry-content-54 dl dt, .hpb-viewtype-date#sp-entry-content-55 dl dt, .hpb-viewtype-date#sp-entry-content-56 dl dt, .hpb-viewtype-date#sp-entry-content-57 dl dt, .hpb-viewtype-date#sp-entry-content-58 dl dt, .hpb-viewtype-date#sp-entry-content-59 dl dt, .hpb-viewtype-date#sp-entry-content-6 dl dt, .hpb-viewtype-date#sp-entry-content-60 dl dt, .hpb-viewtype-date#sp-entry-content-61 dl dt, .hpb-viewtype-date#sp-entry-content-62 dl dt, .hpb-viewtype-date#sp-entry-content-63 dl dt, .hpb-viewtype-date#sp-entry-content-64 dl dt, .hpb-viewtype-date#sp-entry-content-65 dl dt, .hpb-viewtype-date#sp-entry-content-66 dl dt, .hpb-viewtype-date#sp-entry-content-67 dl dt, .hpb-viewtype-date#sp-entry-content-68 dl dt, .hpb-viewtype-date#sp-entry-content-69 dl dt, .hpb-viewtype-date#sp-entry-content-7 dl dt, .hpb-viewtype-date#sp-entry-content-70 dl dt, .hpb-viewtype-date#sp-entry-content-71 dl dt, .hpb-viewtype-date#sp-entry-content-72 dl dt, .hpb-viewtype-date#sp-entry-content-73 dl dt, .hpb-viewtype-date#sp-entry-content-74 dl dt, .hpb-viewtype-date#sp-entry-content-75 dl dt, .hpb-viewtype-date#sp-entry-content-76 dl dt, .hpb-viewtype-date#sp-entry-content-77 dl dt, .hpb-viewtype-date#sp-entry-content-78 dl dt, .hpb-viewtype-date#sp-entry-content-79 dl dt, .hpb-viewtype-date#sp-entry-content-8 dl dt, .hpb-viewtype-date#sp-entry-content-80 dl dt, .hpb-viewtype-date#sp-entry-content-81 dl dt, .hpb-viewtype-date#sp-entry-content-82 dl dt, .hpb-viewtype-date#sp-entry-content-83 dl dt, .hpb-viewtype-date#sp-entry-content-84 dl dt, .hpb-viewtype-date#sp-entry-content-85 dl dt, .hpb-viewtype-date#sp-entry-content-86 dl dt, .hpb-viewtype-date#sp-entry-content-87 dl dt, .hpb-viewtype-date#sp-entry-content-88 dl dt, .hpb-viewtype-date#sp-entry-content-89 dl dt, .hpb-viewtype-date#sp-entry-content-9 dl dt, .hpb-viewtype-date#sp-entry-content-90 dl dt, .hpb-viewtype-date#sp-entry-content-91 dl dt, .hpb-viewtype-date#sp-entry-content-92 dl dt, .hpb-viewtype-date#sp-entry-content-93 dl dt, .hpb-viewtype-date#sp-entry-content-94 dl dt, .hpb-viewtype-date#sp-entry-content-95 dl dt, .hpb-viewtype-date#sp-entry-content-96 dl dt, .hpb-viewtype-date#sp-entry-content-97 dl dt, .hpb-viewtype-date#sp-entry-content-98 dl dt, .hpb-viewtype-date#sp-entry-content-99 dl dt, .hpb-viewtype-date#sp-wp-post-list-1 dl dt, .hpb-viewtype-date#sp-wp-post-list-2 dl dt, .hpb-viewtype-date#sp-wp-post-list-3 dl dt, .hpb-viewtype-date#sp-wp-post-list-4 dl dt{
  font-weight : normal;
  background-image : url(img/icon-list.png);
  background-repeat : no-repeat;
  background-position : left 7px;
  padding-left : 20px;
  width : 11em;
  float : left;
  clear : left;
}

.hpb-viewtype-title#sp-entry-content-1 ul, .hpb-viewtype-title#sp-entry-content-10 ul, .hpb-viewtype-title#sp-entry-content-100 ul, .hpb-viewtype-title#sp-entry-content-101 ul, .hpb-viewtype-title#sp-entry-content-102 ul, .hpb-viewtype-title#sp-entry-content-103 ul, .hpb-viewtype-title#sp-entry-content-104 ul, .hpb-viewtype-title#sp-entry-content-105 ul, .hpb-viewtype-title#sp-entry-content-106 ul, .hpb-viewtype-title#sp-entry-content-107 ul, .hpb-viewtype-title#sp-entry-content-108 ul, .hpb-viewtype-title#sp-entry-content-11 ul, .hpb-viewtype-title#sp-entry-content-12 ul, .hpb-viewtype-title#sp-entry-content-13 ul, .hpb-viewtype-title#sp-entry-content-14 ul, .hpb-viewtype-title#sp-entry-content-15 ul, .hpb-viewtype-title#sp-entry-content-16 ul, .hpb-viewtype-title#sp-entry-content-17 ul, .hpb-viewtype-title#sp-entry-content-18 ul, .hpb-viewtype-title#sp-entry-content-19 ul, .hpb-viewtype-title#sp-entry-content-2 ul, .hpb-viewtype-title#sp-entry-content-20 ul, .hpb-viewtype-title#sp-entry-content-21 ul, .hpb-viewtype-title#sp-entry-content-22 ul, .hpb-viewtype-title#sp-entry-content-23 ul, .hpb-viewtype-title#sp-entry-content-24 ul, .hpb-viewtype-title#sp-entry-content-25 ul, .hpb-viewtype-title#sp-entry-content-26 ul, .hpb-viewtype-title#sp-entry-content-27 ul, .hpb-viewtype-title#sp-entry-content-28 ul, .hpb-viewtype-title#sp-entry-content-29 ul, .hpb-viewtype-title#sp-entry-content-3 ul, .hpb-viewtype-title#sp-entry-content-30 ul, .hpb-viewtype-title#sp-entry-content-31 ul, .hpb-viewtype-title#sp-entry-content-32 ul, .hpb-viewtype-title#sp-entry-content-33 ul, .hpb-viewtype-title#sp-entry-content-34 ul, .hpb-viewtype-title#sp-entry-content-35 ul, .hpb-viewtype-title#sp-entry-content-36 ul, .hpb-viewtype-title#sp-entry-content-37 ul, .hpb-viewtype-title#sp-entry-content-38 ul, .hpb-viewtype-title#sp-entry-content-39 ul, .hpb-viewtype-title#sp-entry-content-4 ul, .hpb-viewtype-title#sp-entry-content-40 ul, .hpb-viewtype-title#sp-entry-content-41 ul, .hpb-viewtype-title#sp-entry-content-42 ul, .hpb-viewtype-title#sp-entry-content-43 ul, .hpb-viewtype-title#sp-entry-content-44 ul, .hpb-viewtype-title#sp-entry-content-45 ul, .hpb-viewtype-title#sp-entry-content-46 ul, .hpb-viewtype-title#sp-entry-content-47 ul, .hpb-viewtype-title#sp-entry-content-48 ul, .hpb-viewtype-title#sp-entry-content-49 ul, .hpb-viewtype-title#sp-entry-content-5 ul, .hpb-viewtype-title#sp-entry-content-50 ul, .hpb-viewtype-title#sp-entry-content-51 ul, .hpb-viewtype-title#sp-entry-content-52 ul, .hpb-viewtype-title#sp-entry-content-53 ul, .hpb-viewtype-title#sp-entry-content-54 ul, .hpb-viewtype-title#sp-entry-content-55 ul, .hpb-viewtype-title#sp-entry-content-56 ul, .hpb-viewtype-title#sp-entry-content-57 ul, .hpb-viewtype-title#sp-entry-content-58 ul, .hpb-viewtype-title#sp-entry-content-59 ul, .hpb-viewtype-title#sp-entry-content-6 ul, .hpb-viewtype-title#sp-entry-content-60 ul, .hpb-viewtype-title#sp-entry-content-61 ul, .hpb-viewtype-title#sp-entry-content-62 ul, .hpb-viewtype-title#sp-entry-content-63 ul, .hpb-viewtype-title#sp-entry-content-64 ul, .hpb-viewtype-title#sp-entry-content-65 ul, .hpb-viewtype-title#sp-entry-content-66 ul, .hpb-viewtype-title#sp-entry-content-67 ul, .hpb-viewtype-title#sp-entry-content-68 ul, .hpb-viewtype-title#sp-entry-content-69 ul, .hpb-viewtype-title#sp-entry-content-7 ul, .hpb-viewtype-title#sp-entry-content-70 ul, .hpb-viewtype-title#sp-entry-content-71 ul, .hpb-viewtype-title#sp-entry-content-72 ul, .hpb-viewtype-title#sp-entry-content-73 ul, .hpb-viewtype-title#sp-entry-content-74 ul, .hpb-viewtype-title#sp-entry-content-75 ul, .hpb-viewtype-title#sp-entry-content-76 ul, .hpb-viewtype-title#sp-entry-content-77 ul, .hpb-viewtype-title#sp-entry-content-78 ul, .hpb-viewtype-title#sp-entry-content-79 ul, .hpb-viewtype-title#sp-entry-content-8 ul, .hpb-viewtype-title#sp-entry-content-80 ul, .hpb-viewtype-title#sp-entry-content-81 ul, .hpb-viewtype-title#sp-entry-content-82 ul, .hpb-viewtype-title#sp-entry-content-83 ul, .hpb-viewtype-title#sp-entry-content-84 ul, .hpb-viewtype-title#sp-entry-content-85 ul, .hpb-viewtype-title#sp-entry-content-86 ul, .hpb-viewtype-title#sp-entry-content-87 ul, .hpb-viewtype-title#sp-entry-content-88 ul, .hpb-viewtype-title#sp-entry-content-89 ul, .hpb-viewtype-title#sp-entry-content-9 ul, .hpb-viewtype-title#sp-entry-content-90 ul, .hpb-viewtype-title#sp-entry-content-91 ul, .hpb-viewtype-title#sp-entry-content-92 ul, .hpb-viewtype-title#sp-entry-content-93 ul, .hpb-viewtype-title#sp-entry-content-94 ul, .hpb-viewtype-title#sp-entry-content-95 ul, .hpb-viewtype-title#sp-entry-content-96 ul, .hpb-viewtype-title#sp-entry-content-97 ul, .hpb-viewtype-title#sp-entry-content-98 ul, .hpb-viewtype-title#sp-entry-content-99 ul, .hpb-viewtype-title#sp-wp-post-list-1 ul, .hpb-viewtype-title#sp-wp-post-list-2 ul, .hpb-viewtype-title#sp-wp-post-list-3 ul, .hpb-viewtype-title#sp-wp-post-list-4 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
}

.hpb-viewtype-title#sp-entry-content-1 ul li, .hpb-viewtype-title#sp-entry-content-10 ul li, .hpb-viewtype-title#sp-entry-content-100 ul li, .hpb-viewtype-title#sp-entry-content-101 ul li, .hpb-viewtype-title#sp-entry-content-102 ul li, .hpb-viewtype-title#sp-entry-content-103 ul li, .hpb-viewtype-title#sp-entry-content-104 ul li, .hpb-viewtype-title#sp-entry-content-105 ul li, .hpb-viewtype-title#sp-entry-content-106 ul li, .hpb-viewtype-title#sp-entry-content-107 ul li, .hpb-viewtype-title#sp-entry-content-108 ul li, .hpb-viewtype-title#sp-entry-content-11 ul li, .hpb-viewtype-title#sp-entry-content-12 ul li, .hpb-viewtype-title#sp-entry-content-13 ul li, .hpb-viewtype-title#sp-entry-content-14 ul li, .hpb-viewtype-title#sp-entry-content-15 ul li, .hpb-viewtype-title#sp-entry-content-16 ul li, .hpb-viewtype-title#sp-entry-content-17 ul li, .hpb-viewtype-title#sp-entry-content-18 ul li, .hpb-viewtype-title#sp-entry-content-19 ul li, .hpb-viewtype-title#sp-entry-content-2 ul li, .hpb-viewtype-title#sp-entry-content-20 ul li, .hpb-viewtype-title#sp-entry-content-21 ul li, .hpb-viewtype-title#sp-entry-content-22 ul li, .hpb-viewtype-title#sp-entry-content-23 ul li, .hpb-viewtype-title#sp-entry-content-24 ul li, .hpb-viewtype-title#sp-entry-content-25 ul li, .hpb-viewtype-title#sp-entry-content-26 ul li, .hpb-viewtype-title#sp-entry-content-27 ul li, .hpb-viewtype-title#sp-entry-content-28 ul li, .hpb-viewtype-title#sp-entry-content-29 ul li, .hpb-viewtype-title#sp-entry-content-3 ul li, .hpb-viewtype-title#sp-entry-content-30 ul li, .hpb-viewtype-title#sp-entry-content-31 ul li, .hpb-viewtype-title#sp-entry-content-32 ul li, .hpb-viewtype-title#sp-entry-content-33 ul li, .hpb-viewtype-title#sp-entry-content-34 ul li, .hpb-viewtype-title#sp-entry-content-35 ul li, .hpb-viewtype-title#sp-entry-content-36 ul li, .hpb-viewtype-title#sp-entry-content-37 ul li, .hpb-viewtype-title#sp-entry-content-38 ul li, .hpb-viewtype-title#sp-entry-content-39 ul li, .hpb-viewtype-title#sp-entry-content-4 ul li, .hpb-viewtype-title#sp-entry-content-40 ul li, .hpb-viewtype-title#sp-entry-content-41 ul li, .hpb-viewtype-title#sp-entry-content-42 ul li, .hpb-viewtype-title#sp-entry-content-43 ul li, .hpb-viewtype-title#sp-entry-content-44 ul li, .hpb-viewtype-title#sp-entry-content-45 ul li, .hpb-viewtype-title#sp-entry-content-46 ul li, .hpb-viewtype-title#sp-entry-content-47 ul li, .hpb-viewtype-title#sp-entry-content-48 ul li, .hpb-viewtype-title#sp-entry-content-49 ul li, .hpb-viewtype-title#sp-entry-content-5 ul li, .hpb-viewtype-title#sp-entry-content-50 ul li, .hpb-viewtype-title#sp-entry-content-51 ul li, .hpb-viewtype-title#sp-entry-content-52 ul li, .hpb-viewtype-title#sp-entry-content-53 ul li, .hpb-viewtype-title#sp-entry-content-54 ul li, .hpb-viewtype-title#sp-entry-content-55 ul li, .hpb-viewtype-title#sp-entry-content-56 ul li, .hpb-viewtype-title#sp-entry-content-57 ul li, .hpb-viewtype-title#sp-entry-content-58 ul li, .hpb-viewtype-title#sp-entry-content-59 ul li, .hpb-viewtype-title#sp-entry-content-6 ul li, .hpb-viewtype-title#sp-entry-content-60 ul li, .hpb-viewtype-title#sp-entry-content-61 ul li, .hpb-viewtype-title#sp-entry-content-62 ul li, .hpb-viewtype-title#sp-entry-content-63 ul li, .hpb-viewtype-title#sp-entry-content-64 ul li, .hpb-viewtype-title#sp-entry-content-65 ul li, .hpb-viewtype-title#sp-entry-content-66 ul li, .hpb-viewtype-title#sp-entry-content-67 ul li, .hpb-viewtype-title#sp-entry-content-68 ul li, .hpb-viewtype-title#sp-entry-content-69 ul li, .hpb-viewtype-title#sp-entry-content-7 ul li, .hpb-viewtype-title#sp-entry-content-70 ul li, .hpb-viewtype-title#sp-entry-content-71 ul li, .hpb-viewtype-title#sp-entry-content-72 ul li, .hpb-viewtype-title#sp-entry-content-73 ul li, .hpb-viewtype-title#sp-entry-content-74 ul li, .hpb-viewtype-title#sp-entry-content-75 ul li, .hpb-viewtype-title#sp-entry-content-76 ul li, .hpb-viewtype-title#sp-entry-content-77 ul li, .hpb-viewtype-title#sp-entry-content-78 ul li, .hpb-viewtype-title#sp-entry-content-79 ul li, .hpb-viewtype-title#sp-entry-content-8 ul li, .hpb-viewtype-title#sp-entry-content-80 ul li, .hpb-viewtype-title#sp-entry-content-81 ul li, .hpb-viewtype-title#sp-entry-content-82 ul li, .hpb-viewtype-title#sp-entry-content-83 ul li, .hpb-viewtype-title#sp-entry-content-84 ul li, .hpb-viewtype-title#sp-entry-content-85 ul li, .hpb-viewtype-title#sp-entry-content-86 ul li, .hpb-viewtype-title#sp-entry-content-87 ul li, .hpb-viewtype-title#sp-entry-content-88 ul li, .hpb-viewtype-title#sp-entry-content-89 ul li, .hpb-viewtype-title#sp-entry-content-9 ul li, .hpb-viewtype-title#sp-entry-content-90 ul li, .hpb-viewtype-title#sp-entry-content-91 ul li, .hpb-viewtype-title#sp-entry-content-92 ul li, .hpb-viewtype-title#sp-entry-content-93 ul li, .hpb-viewtype-title#sp-entry-content-94 ul li, .hpb-viewtype-title#sp-entry-content-95 ul li, .hpb-viewtype-title#sp-entry-content-96 ul li, .hpb-viewtype-title#sp-entry-content-97 ul li, .hpb-viewtype-title#sp-entry-content-98 ul li, .hpb-viewtype-title#sp-entry-content-99 ul li, .hpb-viewtype-title#sp-wp-post-list-1 ul li, .hpb-viewtype-title#sp-wp-post-list-2 ul li, .hpb-viewtype-title#sp-wp-post-list-3 ul li, .hpb-viewtype-title#sp-wp-post-list-4 ul li{
  font-weight : normal;
  background-image : url(img/icon-list.png);
  background-repeat : no-repeat;
  background-position : left 7px;
  padding-left : 20px;
  padding-bottom : 30px;
  margin-bottom : 30px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.hpb-viewtype-title#sp-entry-content-1 ul li:last-child, .hpb-viewtype-title#sp-entry-content-10 ul li:last-child, .hpb-viewtype-title#sp-entry-content-100 ul li:last-child, .hpb-viewtype-title#sp-entry-content-101 ul li:last-child, .hpb-viewtype-title#sp-entry-content-102 ul li:last-child, .hpb-viewtype-title#sp-entry-content-103 ul li:last-child, .hpb-viewtype-title#sp-entry-content-104 ul li:last-child, .hpb-viewtype-title#sp-entry-content-105 ul li:last-child, .hpb-viewtype-title#sp-entry-content-106 ul li:last-child, .hpb-viewtype-title#sp-entry-content-107 ul li:last-child, .hpb-viewtype-title#sp-entry-content-108 ul li:last-child, .hpb-viewtype-title#sp-entry-content-11 ul li:last-child, .hpb-viewtype-title#sp-entry-content-12 ul li:last-child, .hpb-viewtype-title#sp-entry-content-13 ul li:last-child, .hpb-viewtype-title#sp-entry-content-14 ul li:last-child, .hpb-viewtype-title#sp-entry-content-15 ul li:last-child, .hpb-viewtype-title#sp-entry-content-16 ul li:last-child, .hpb-viewtype-title#sp-entry-content-17 ul li:last-child, .hpb-viewtype-title#sp-entry-content-18 ul li:last-child, .hpb-viewtype-title#sp-entry-content-19 ul li:last-child, .hpb-viewtype-title#sp-entry-content-2 ul li:last-child, .hpb-viewtype-title#sp-entry-content-20 ul li:last-child, .hpb-viewtype-title#sp-entry-content-21 ul li:last-child, .hpb-viewtype-title#sp-entry-content-22 ul li:last-child, .hpb-viewtype-title#sp-entry-content-23 ul li:last-child, .hpb-viewtype-title#sp-entry-content-24 ul li:last-child, .hpb-viewtype-title#sp-entry-content-25 ul li:last-child, .hpb-viewtype-title#sp-entry-content-26 ul li:last-child, .hpb-viewtype-title#sp-entry-content-27 ul li:last-child, .hpb-viewtype-title#sp-entry-content-28 ul li:last-child, .hpb-viewtype-title#sp-entry-content-29 ul li:last-child, .hpb-viewtype-title#sp-entry-content-3 ul li:last-child, .hpb-viewtype-title#sp-entry-content-30 ul li:last-child, .hpb-viewtype-title#sp-entry-content-31 ul li:last-child, .hpb-viewtype-title#sp-entry-content-32 ul li:last-child, .hpb-viewtype-title#sp-entry-content-33 ul li:last-child, .hpb-viewtype-title#sp-entry-content-34 ul li:last-child, .hpb-viewtype-title#sp-entry-content-35 ul li:last-child, .hpb-viewtype-title#sp-entry-content-36 ul li:last-child, .hpb-viewtype-title#sp-entry-content-37 ul li:last-child, .hpb-viewtype-title#sp-entry-content-38 ul li:last-child, .hpb-viewtype-title#sp-entry-content-39 ul li:last-child, .hpb-viewtype-title#sp-entry-content-4 ul li:last-child, .hpb-viewtype-title#sp-entry-content-40 ul li:last-child, .hpb-viewtype-title#sp-entry-content-41 ul li:last-child, .hpb-viewtype-title#sp-entry-content-42 ul li:last-child, .hpb-viewtype-title#sp-entry-content-43 ul li:last-child, .hpb-viewtype-title#sp-entry-content-44 ul li:last-child, .hpb-viewtype-title#sp-entry-content-45 ul li:last-child, .hpb-viewtype-title#sp-entry-content-46 ul li:last-child, .hpb-viewtype-title#sp-entry-content-47 ul li:last-child, .hpb-viewtype-title#sp-entry-content-48 ul li:last-child, .hpb-viewtype-title#sp-entry-content-49 ul li:last-child, .hpb-viewtype-title#sp-entry-content-5 ul li:last-child, .hpb-viewtype-title#sp-entry-content-50 ul li:last-child, .hpb-viewtype-title#sp-entry-content-51 ul li:last-child, .hpb-viewtype-title#sp-entry-content-52 ul li:last-child, .hpb-viewtype-title#sp-entry-content-53 ul li:last-child, .hpb-viewtype-title#sp-entry-content-54 ul li:last-child, .hpb-viewtype-title#sp-entry-content-55 ul li:last-child, .hpb-viewtype-title#sp-entry-content-56 ul li:last-child, .hpb-viewtype-title#sp-entry-content-57 ul li:last-child, .hpb-viewtype-title#sp-entry-content-58 ul li:last-child, .hpb-viewtype-title#sp-entry-content-59 ul li:last-child, .hpb-viewtype-title#sp-entry-content-6 ul li:last-child, .hpb-viewtype-title#sp-entry-content-60 ul li:last-child, .hpb-viewtype-title#sp-entry-content-61 ul li:last-child, .hpb-viewtype-title#sp-entry-content-62 ul li:last-child, .hpb-viewtype-title#sp-entry-content-63 ul li:last-child, .hpb-viewtype-title#sp-entry-content-64 ul li:last-child, .hpb-viewtype-title#sp-entry-content-65 ul li:last-child, .hpb-viewtype-title#sp-entry-content-66 ul li:last-child, .hpb-viewtype-title#sp-entry-content-67 ul li:last-child, .hpb-viewtype-title#sp-entry-content-68 ul li:last-child, .hpb-viewtype-title#sp-entry-content-69 ul li:last-child, .hpb-viewtype-title#sp-entry-content-7 ul li:last-child, .hpb-viewtype-title#sp-entry-content-70 ul li:last-child, .hpb-viewtype-title#sp-entry-content-71 ul li:last-child, .hpb-viewtype-title#sp-entry-content-72 ul li:last-child, .hpb-viewtype-title#sp-entry-content-73 ul li:last-child, .hpb-viewtype-title#sp-entry-content-74 ul li:last-child, .hpb-viewtype-title#sp-entry-content-75 ul li:last-child, .hpb-viewtype-title#sp-entry-content-76 ul li:last-child, .hpb-viewtype-title#sp-entry-content-77 ul li:last-child, .hpb-viewtype-title#sp-entry-content-78 ul li:last-child, .hpb-viewtype-title#sp-entry-content-79 ul li:last-child, .hpb-viewtype-title#sp-entry-content-8 ul li:last-child, .hpb-viewtype-title#sp-entry-content-80 ul li:last-child, .hpb-viewtype-title#sp-entry-content-81 ul li:last-child, .hpb-viewtype-title#sp-entry-content-82 ul li:last-child, .hpb-viewtype-title#sp-entry-content-83 ul li:last-child, .hpb-viewtype-title#sp-entry-content-84 ul li:last-child, .hpb-viewtype-title#sp-entry-content-85 ul li:last-child, .hpb-viewtype-title#sp-entry-content-86 ul li:last-child, .hpb-viewtype-title#sp-entry-content-87 ul li:last-child, .hpb-viewtype-title#sp-entry-content-88 ul li:last-child, .hpb-viewtype-title#sp-entry-content-89 ul li:last-child, .hpb-viewtype-title#sp-entry-content-9 ul li:last-child, .hpb-viewtype-title#sp-entry-content-90 ul li:last-child, .hpb-viewtype-title#sp-entry-content-91 ul li:last-child, .hpb-viewtype-title#sp-entry-content-92 ul li:last-child, .hpb-viewtype-title#sp-entry-content-93 ul li:last-child, .hpb-viewtype-title#sp-entry-content-94 ul li:last-child, .hpb-viewtype-title#sp-entry-content-95 ul li:last-child, .hpb-viewtype-title#sp-entry-content-96 ul li:last-child, .hpb-viewtype-title#sp-entry-content-97 ul li:last-child, .hpb-viewtype-title#sp-entry-content-98 ul li:last-child, .hpb-viewtype-title#sp-entry-content-99 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-1 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-2 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-3 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-4 ul li:last-child{
  padding-bottom : 0px;
  margin-bottom : 0px;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

#sp-entry-content-1 > article, #sp-entry-content-10 > article, #sp-entry-content-100 > article, #sp-entry-content-101 > article, #sp-entry-content-102 > article, #sp-entry-content-103 > article, #sp-entry-content-104 > article, #sp-entry-content-105 > article, #sp-entry-content-106 > article, #sp-entry-content-107 > article, #sp-entry-content-108 > article, #sp-entry-content-11 > article, #sp-entry-content-12 > article, #sp-entry-content-13 > article, #sp-entry-content-14 > article, #sp-entry-content-15 > article, #sp-entry-content-16 > article, #sp-entry-content-17 > article, #sp-entry-content-18 > article, #sp-entry-content-19 > article, #sp-entry-content-2 > article, #sp-entry-content-20 > article, #sp-entry-content-21 > article, #sp-entry-content-22 > article, #sp-entry-content-23 > article, #sp-entry-content-24 > article, #sp-entry-content-25 > article, #sp-entry-content-26 > article, #sp-entry-content-27 > article, #sp-entry-content-28 > article, #sp-entry-content-29 > article, #sp-entry-content-3 > article, #sp-entry-content-30 > article, #sp-entry-content-31 > article, #sp-entry-content-32 > article, #sp-entry-content-33 > article, #sp-entry-content-34 > article, #sp-entry-content-35 > article, #sp-entry-content-36 > article, #sp-entry-content-37 > article, #sp-entry-content-38 > article, #sp-entry-content-39 > article, #sp-entry-content-4 > article, #sp-entry-content-40 > article, #sp-entry-content-41 > article, #sp-entry-content-42 > article, #sp-entry-content-43 > article, #sp-entry-content-44 > article, #sp-entry-content-45 > article, #sp-entry-content-46 > article, #sp-entry-content-47 > article, #sp-entry-content-48 > article, #sp-entry-content-49 > article, #sp-entry-content-5 > article, #sp-entry-content-50 > article, #sp-entry-content-51 > article, #sp-entry-content-52 > article, #sp-entry-content-53 > article, #sp-entry-content-54 > article, #sp-entry-content-55 > article, #sp-entry-content-56 > article, #sp-entry-content-57 > article, #sp-entry-content-58 > article, #sp-entry-content-59 > article, #sp-entry-content-6 > article, #sp-entry-content-60 > article, #sp-entry-content-61 > article, #sp-entry-content-62 > article, #sp-entry-content-63 > article, #sp-entry-content-64 > article, #sp-entry-content-65 > article, #sp-entry-content-66 > article, #sp-entry-content-67 > article, #sp-entry-content-68 > article, #sp-entry-content-69 > article, #sp-entry-content-7 > article, #sp-entry-content-70 > article, #sp-entry-content-71 > article, #sp-entry-content-72 > article, #sp-entry-content-73 > article, #sp-entry-content-74 > article, #sp-entry-content-75 > article, #sp-entry-content-76 > article, #sp-entry-content-77 > article, #sp-entry-content-78 > article, #sp-entry-content-79 > article, #sp-entry-content-8 > article, #sp-entry-content-80 > article, #sp-entry-content-81 > article, #sp-entry-content-82 > article, #sp-entry-content-83 > article, #sp-entry-content-84 > article, #sp-entry-content-85 > article, #sp-entry-content-86 > article, #sp-entry-content-87 > article, #sp-entry-content-88 > article, #sp-entry-content-89 > article, #sp-entry-content-9 > article, #sp-entry-content-90 > article, #sp-entry-content-91 > article, #sp-entry-content-92 > article, #sp-entry-content-93 > article, #sp-entry-content-94 > article, #sp-entry-content-95 > article, #sp-entry-content-96 > article, #sp-entry-content-97 > article, #sp-entry-content-98 > article, #sp-entry-content-99 > article, #sp-wp-post-list-1 > article, #sp-wp-post-list-2 > article, #sp-wp-post-list-3 > article, #sp-wp-post-list-4 > article{
  padding-bottom : 30px;
  margin-bottom : 30px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
  overflow : hidden;
}

#sp-entry-content-1 > article a, #sp-entry-content-10 > article a, #sp-entry-content-100 > article a, #sp-entry-content-101 > article a, #sp-entry-content-102 > article a, #sp-entry-content-103 > article a, #sp-entry-content-104 > article a, #sp-entry-content-105 > article a, #sp-entry-content-106 > article a, #sp-entry-content-107 > article a, #sp-entry-content-108 > article a, #sp-entry-content-11 > article a, #sp-entry-content-12 > article a, #sp-entry-content-13 > article a, #sp-entry-content-14 > article a, #sp-entry-content-15 > article a, #sp-entry-content-16 > article a, #sp-entry-content-17 > article a, #sp-entry-content-18 > article a, #sp-entry-content-19 > article a, #sp-entry-content-2 > article a, #sp-entry-content-20 > article a, #sp-entry-content-21 > article a, #sp-entry-content-22 > article a, #sp-entry-content-23 > article a, #sp-entry-content-24 > article a, #sp-entry-content-25 > article a, #sp-entry-content-26 > article a, #sp-entry-content-27 > article a, #sp-entry-content-28 > article a, #sp-entry-content-29 > article a, #sp-entry-content-3 > article a, #sp-entry-content-30 > article a, #sp-entry-content-31 > article a, #sp-entry-content-32 > article a, #sp-entry-content-33 > article a, #sp-entry-content-34 > article a, #sp-entry-content-35 > article a, #sp-entry-content-36 > article a, #sp-entry-content-37 > article a, #sp-entry-content-38 > article a, #sp-entry-content-39 > article a, #sp-entry-content-4 > article a, #sp-entry-content-40 > article a, #sp-entry-content-41 > article a, #sp-entry-content-42 > article a, #sp-entry-content-43 > article a, #sp-entry-content-44 > article a, #sp-entry-content-45 > article a, #sp-entry-content-46 > article a, #sp-entry-content-47 > article a, #sp-entry-content-48 > article a, #sp-entry-content-49 > article a, #sp-entry-content-5 > article a, #sp-entry-content-50 > article a, #sp-entry-content-51 > article a, #sp-entry-content-52 > article a, #sp-entry-content-53 > article a, #sp-entry-content-54 > article a, #sp-entry-content-55 > article a, #sp-entry-content-56 > article a, #sp-entry-content-57 > article a, #sp-entry-content-58 > article a, #sp-entry-content-59 > article a, #sp-entry-content-6 > article a, #sp-entry-content-60 > article a, #sp-entry-content-61 > article a, #sp-entry-content-62 > article a, #sp-entry-content-63 > article a, #sp-entry-content-64 > article a, #sp-entry-content-65 > article a, #sp-entry-content-66 > article a, #sp-entry-content-67 > article a, #sp-entry-content-68 > article a, #sp-entry-content-69 > article a, #sp-entry-content-7 > article a, #sp-entry-content-70 > article a, #sp-entry-content-71 > article a, #sp-entry-content-72 > article a, #sp-entry-content-73 > article a, #sp-entry-content-74 > article a, #sp-entry-content-75 > article a, #sp-entry-content-76 > article a, #sp-entry-content-77 > article a, #sp-entry-content-78 > article a, #sp-entry-content-79 > article a, #sp-entry-content-8 > article a, #sp-entry-content-80 > article a, #sp-entry-content-81 > article a, #sp-entry-content-82 > article a, #sp-entry-content-83 > article a, #sp-entry-content-84 > article a, #sp-entry-content-85 > article a, #sp-entry-content-86 > article a, #sp-entry-content-87 > article a, #sp-entry-content-88 > article a, #sp-entry-content-89 > article a, #sp-entry-content-9 > article a, #sp-entry-content-90 > article a, #sp-entry-content-91 > article a, #sp-entry-content-92 > article a, #sp-entry-content-93 > article a, #sp-entry-content-94 > article a, #sp-entry-content-95 > article a, #sp-entry-content-96 > article a, #sp-entry-content-97 > article a, #sp-entry-content-98 > article a, #sp-entry-content-99 > article a, #sp-wp-post-list-1 > article a, #sp-wp-post-list-2 > article a, #sp-wp-post-list-3 > article a, #sp-wp-post-list-4 > article a{
  color : #4a5f75;
  text-decoration : underline;
}

#sp-entry-content-1 > article a:hover, #sp-entry-content-10 > article a:hover, #sp-entry-content-100 > article a:hover, #sp-entry-content-101 > article a:hover, #sp-entry-content-102 > article a:hover, #sp-entry-content-103 > article a:hover, #sp-entry-content-104 > article a:hover, #sp-entry-content-105 > article a:hover, #sp-entry-content-106 > article a:hover, #sp-entry-content-107 > article a:hover, #sp-entry-content-108 > article a:hover, #sp-entry-content-11 > article a:hover, #sp-entry-content-12 > article a:hover, #sp-entry-content-13 > article a:hover, #sp-entry-content-14 > article a:hover, #sp-entry-content-15 > article a:hover, #sp-entry-content-16 > article a:hover, #sp-entry-content-17 > article a:hover, #sp-entry-content-18 > article a:hover, #sp-entry-content-19 > article a:hover, #sp-entry-content-2 > article a:hover, #sp-entry-content-20 > article a:hover, #sp-entry-content-21 > article a:hover, #sp-entry-content-22 > article a:hover, #sp-entry-content-23 > article a:hover, #sp-entry-content-24 > article a:hover, #sp-entry-content-25 > article a:hover, #sp-entry-content-26 > article a:hover, #sp-entry-content-27 > article a:hover, #sp-entry-content-28 > article a:hover, #sp-entry-content-29 > article a:hover, #sp-entry-content-3 > article a:hover, #sp-entry-content-30 > article a:hover, #sp-entry-content-31 > article a:hover, #sp-entry-content-32 > article a:hover, #sp-entry-content-33 > article a:hover, #sp-entry-content-34 > article a:hover, #sp-entry-content-35 > article a:hover, #sp-entry-content-36 > article a:hover, #sp-entry-content-37 > article a:hover, #sp-entry-content-38 > article a:hover, #sp-entry-content-39 > article a:hover, #sp-entry-content-4 > article a:hover, #sp-entry-content-40 > article a:hover, #sp-entry-content-41 > article a:hover, #sp-entry-content-42 > article a:hover, #sp-entry-content-43 > article a:hover, #sp-entry-content-44 > article a:hover, #sp-entry-content-45 > article a:hover, #sp-entry-content-46 > article a:hover, #sp-entry-content-47 > article a:hover, #sp-entry-content-48 > article a:hover, #sp-entry-content-49 > article a:hover, #sp-entry-content-5 > article a:hover, #sp-entry-content-50 > article a:hover, #sp-entry-content-51 > article a:hover, #sp-entry-content-52 > article a:hover, #sp-entry-content-53 > article a:hover, #sp-entry-content-54 > article a:hover, #sp-entry-content-55 > article a:hover, #sp-entry-content-56 > article a:hover, #sp-entry-content-57 > article a:hover, #sp-entry-content-58 > article a:hover, #sp-entry-content-59 > article a:hover, #sp-entry-content-6 > article a:hover, #sp-entry-content-60 > article a:hover, #sp-entry-content-61 > article a:hover, #sp-entry-content-62 > article a:hover, #sp-entry-content-63 > article a:hover, #sp-entry-content-64 > article a:hover, #sp-entry-content-65 > article a:hover, #sp-entry-content-66 > article a:hover, #sp-entry-content-67 > article a:hover, #sp-entry-content-68 > article a:hover, #sp-entry-content-69 > article a:hover, #sp-entry-content-7 > article a:hover, #sp-entry-content-70 > article a:hover, #sp-entry-content-71 > article a:hover, #sp-entry-content-72 > article a:hover, #sp-entry-content-73 > article a:hover, #sp-entry-content-74 > article a:hover, #sp-entry-content-75 > article a:hover, #sp-entry-content-76 > article a:hover, #sp-entry-content-77 > article a:hover, #sp-entry-content-78 > article a:hover, #sp-entry-content-79 > article a:hover, #sp-entry-content-8 > article a:hover, #sp-entry-content-80 > article a:hover, #sp-entry-content-81 > article a:hover, #sp-entry-content-82 > article a:hover, #sp-entry-content-83 > article a:hover, #sp-entry-content-84 > article a:hover, #sp-entry-content-85 > article a:hover, #sp-entry-content-86 > article a:hover, #sp-entry-content-87 > article a:hover, #sp-entry-content-88 > article a:hover, #sp-entry-content-89 > article a:hover, #sp-entry-content-9 > article a:hover, #sp-entry-content-90 > article a:hover, #sp-entry-content-91 > article a:hover, #sp-entry-content-92 > article a:hover, #sp-entry-content-93 > article a:hover, #sp-entry-content-94 > article a:hover, #sp-entry-content-95 > article a:hover, #sp-entry-content-96 > article a:hover, #sp-entry-content-97 > article a:hover, #sp-entry-content-98 > article a:hover, #sp-entry-content-99 > article a:hover, #sp-wp-post-list-1 > article a:hover, #sp-wp-post-list-2 > article a:hover, #sp-wp-post-list-3 > article a:hover, #sp-wp-post-list-4 > article a:hover{
  color : #4a5f75;
  text-decoration : none;
}

#sp-entry-content-1 > article:last-child, #sp-entry-content-10 > article:last-child, #sp-entry-content-100 > article:last-child, #sp-entry-content-101 > article:last-child, #sp-entry-content-102 > article:last-child, #sp-entry-content-103 > article:last-child, #sp-entry-content-104 > article:last-child, #sp-entry-content-105 > article:last-child, #sp-entry-content-106 > article:last-child, #sp-entry-content-107 > article:last-child, #sp-entry-content-108 > article:last-child, #sp-entry-content-11 > article:last-child, #sp-entry-content-12 > article:last-child, #sp-entry-content-13 > article:last-child, #sp-entry-content-14 > article:last-child, #sp-entry-content-15 > article:last-child, #sp-entry-content-16 > article:last-child, #sp-entry-content-17 > article:last-child, #sp-entry-content-18 > article:last-child, #sp-entry-content-19 > article:last-child, #sp-entry-content-2 > article:last-child, #sp-entry-content-20 > article:last-child, #sp-entry-content-21 > article:last-child, #sp-entry-content-22 > article:last-child, #sp-entry-content-23 > article:last-child, #sp-entry-content-24 > article:last-child, #sp-entry-content-25 > article:last-child, #sp-entry-content-26 > article:last-child, #sp-entry-content-27 > article:last-child, #sp-entry-content-28 > article:last-child, #sp-entry-content-29 > article:last-child, #sp-entry-content-3 > article:last-child, #sp-entry-content-30 > article:last-child, #sp-entry-content-31 > article:last-child, #sp-entry-content-32 > article:last-child, #sp-entry-content-33 > article:last-child, #sp-entry-content-34 > article:last-child, #sp-entry-content-35 > article:last-child, #sp-entry-content-36 > article:last-child, #sp-entry-content-37 > article:last-child, #sp-entry-content-38 > article:last-child, #sp-entry-content-39 > article:last-child, #sp-entry-content-4 > article:last-child, #sp-entry-content-40 > article:last-child, #sp-entry-content-41 > article:last-child, #sp-entry-content-42 > article:last-child, #sp-entry-content-43 > article:last-child, #sp-entry-content-44 > article:last-child, #sp-entry-content-45 > article:last-child, #sp-entry-content-46 > article:last-child, #sp-entry-content-47 > article:last-child, #sp-entry-content-48 > article:last-child, #sp-entry-content-49 > article:last-child, #sp-entry-content-5 > article:last-child, #sp-entry-content-50 > article:last-child, #sp-entry-content-51 > article:last-child, #sp-entry-content-52 > article:last-child, #sp-entry-content-53 > article:last-child, #sp-entry-content-54 > article:last-child, #sp-entry-content-55 > article:last-child, #sp-entry-content-56 > article:last-child, #sp-entry-content-57 > article:last-child, #sp-entry-content-58 > article:last-child, #sp-entry-content-59 > article:last-child, #sp-entry-content-6 > article:last-child, #sp-entry-content-60 > article:last-child, #sp-entry-content-61 > article:last-child, #sp-entry-content-62 > article:last-child, #sp-entry-content-63 > article:last-child, #sp-entry-content-64 > article:last-child, #sp-entry-content-65 > article:last-child, #sp-entry-content-66 > article:last-child, #sp-entry-content-67 > article:last-child, #sp-entry-content-68 > article:last-child, #sp-entry-content-69 > article:last-child, #sp-entry-content-7 > article:last-child, #sp-entry-content-70 > article:last-child, #sp-entry-content-71 > article:last-child, #sp-entry-content-72 > article:last-child, #sp-entry-content-73 > article:last-child, #sp-entry-content-74 > article:last-child, #sp-entry-content-75 > article:last-child, #sp-entry-content-76 > article:last-child, #sp-entry-content-77 > article:last-child, #sp-entry-content-78 > article:last-child, #sp-entry-content-79 > article:last-child, #sp-entry-content-8 > article:last-child, #sp-entry-content-80 > article:last-child, #sp-entry-content-81 > article:last-child, #sp-entry-content-82 > article:last-child, #sp-entry-content-83 > article:last-child, #sp-entry-content-84 > article:last-child, #sp-entry-content-85 > article:last-child, #sp-entry-content-86 > article:last-child, #sp-entry-content-87 > article:last-child, #sp-entry-content-88 > article:last-child, #sp-entry-content-89 > article:last-child, #sp-entry-content-9 > article:last-child, #sp-entry-content-90 > article:last-child, #sp-entry-content-91 > article:last-child, #sp-entry-content-92 > article:last-child, #sp-entry-content-93 > article:last-child, #sp-entry-content-94 > article:last-child, #sp-entry-content-95 > article:last-child, #sp-entry-content-96 > article:last-child, #sp-entry-content-97 > article:last-child, #sp-entry-content-98 > article:last-child, #sp-entry-content-99 > article:last-child, #sp-wp-post-list-1 > article:last-child, #sp-wp-post-list-2 > article:last-child, #sp-wp-post-list-3 > article:last-child, #sp-wp-post-list-4 > article:last-child{
  padding-bottom : 0px;
  margin-bottom : 0px;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

#sp-entry-content-1 > article > .entry-content, #sp-entry-content-10 > article > .entry-content, #sp-entry-content-100 > article > .entry-content, #sp-entry-content-101 > article > .entry-content, #sp-entry-content-102 > article > .entry-content, #sp-entry-content-103 > article > .entry-content, #sp-entry-content-104 > article > .entry-content, #sp-entry-content-105 > article > .entry-content, #sp-entry-content-106 > article > .entry-content, #sp-entry-content-107 > article > .entry-content, #sp-entry-content-108 > article > .entry-content, #sp-entry-content-11 > article > .entry-content, #sp-entry-content-12 > article > .entry-content, #sp-entry-content-13 > article > .entry-content, #sp-entry-content-14 > article > .entry-content, #sp-entry-content-15 > article > .entry-content, #sp-entry-content-16 > article > .entry-content, #sp-entry-content-17 > article > .entry-content, #sp-entry-content-18 > article > .entry-content, #sp-entry-content-19 > article > .entry-content, #sp-entry-content-2 > article > .entry-content, #sp-entry-content-20 > article > .entry-content, #sp-entry-content-21 > article > .entry-content, #sp-entry-content-22 > article > .entry-content, #sp-entry-content-23 > article > .entry-content, #sp-entry-content-24 > article > .entry-content, #sp-entry-content-25 > article > .entry-content, #sp-entry-content-26 > article > .entry-content, #sp-entry-content-27 > article > .entry-content, #sp-entry-content-28 > article > .entry-content, #sp-entry-content-29 > article > .entry-content, #sp-entry-content-3 > article > .entry-content, #sp-entry-content-30 > article > .entry-content, #sp-entry-content-31 > article > .entry-content, #sp-entry-content-32 > article > .entry-content, #sp-entry-content-33 > article > .entry-content, #sp-entry-content-34 > article > .entry-content, #sp-entry-content-35 > article > .entry-content, #sp-entry-content-36 > article > .entry-content, #sp-entry-content-37 > article > .entry-content, #sp-entry-content-38 > article > .entry-content, #sp-entry-content-39 > article > .entry-content, #sp-entry-content-4 > article > .entry-content, #sp-entry-content-40 > article > .entry-content, #sp-entry-content-41 > article > .entry-content, #sp-entry-content-42 > article > .entry-content, #sp-entry-content-43 > article > .entry-content, #sp-entry-content-44 > article > .entry-content, #sp-entry-content-45 > article > .entry-content, #sp-entry-content-46 > article > .entry-content, #sp-entry-content-47 > article > .entry-content, #sp-entry-content-48 > article > .entry-content, #sp-entry-content-49 > article > .entry-content, #sp-entry-content-5 > article > .entry-content, #sp-entry-content-50 > article > .entry-content, #sp-entry-content-51 > article > .entry-content, #sp-entry-content-52 > article > .entry-content, #sp-entry-content-53 > article > .entry-content, #sp-entry-content-54 > article > .entry-content, #sp-entry-content-55 > article > .entry-content, #sp-entry-content-56 > article > .entry-content, #sp-entry-content-57 > article > .entry-content, #sp-entry-content-58 > article > .entry-content, #sp-entry-content-59 > article > .entry-content, #sp-entry-content-6 > article > .entry-content, #sp-entry-content-60 > article > .entry-content, #sp-entry-content-61 > article > .entry-content, #sp-entry-content-62 > article > .entry-content, #sp-entry-content-63 > article > .entry-content, #sp-entry-content-64 > article > .entry-content, #sp-entry-content-65 > article > .entry-content, #sp-entry-content-66 > article > .entry-content, #sp-entry-content-67 > article > .entry-content, #sp-entry-content-68 > article > .entry-content, #sp-entry-content-69 > article > .entry-content, #sp-entry-content-7 > article > .entry-content, #sp-entry-content-70 > article > .entry-content, #sp-entry-content-71 > article > .entry-content, #sp-entry-content-72 > article > .entry-content, #sp-entry-content-73 > article > .entry-content, #sp-entry-content-74 > article > .entry-content, #sp-entry-content-75 > article > .entry-content, #sp-entry-content-76 > article > .entry-content, #sp-entry-content-77 > article > .entry-content, #sp-entry-content-78 > article > .entry-content, #sp-entry-content-79 > article > .entry-content, #sp-entry-content-8 > article > .entry-content, #sp-entry-content-80 > article > .entry-content, #sp-entry-content-81 > article > .entry-content, #sp-entry-content-82 > article > .entry-content, #sp-entry-content-83 > article > .entry-content, #sp-entry-content-84 > article > .entry-content, #sp-entry-content-85 > article > .entry-content, #sp-entry-content-86 > article > .entry-content, #sp-entry-content-87 > article > .entry-content, #sp-entry-content-88 > article > .entry-content, #sp-entry-content-89 > article > .entry-content, #sp-entry-content-9 > article > .entry-content, #sp-entry-content-90 > article > .entry-content, #sp-entry-content-91 > article > .entry-content, #sp-entry-content-92 > article > .entry-content, #sp-entry-content-93 > article > .entry-content, #sp-entry-content-94 > article > .entry-content, #sp-entry-content-95 > article > .entry-content, #sp-entry-content-96 > article > .entry-content, #sp-entry-content-97 > article > .entry-content, #sp-entry-content-98 > article > .entry-content, #sp-entry-content-99 > article > .entry-content, #sp-wp-post-list-1 > article > .entry-content, #sp-wp-post-list-2 > article > .entry-content, #sp-wp-post-list-3 > article > .entry-content, #sp-wp-post-list-4 > article > .entry-content{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  overflow : hidden;
}

#sp-entry-content-1 > article > footer, #sp-entry-content-10 > article > footer, #sp-entry-content-100 > article > footer, #sp-entry-content-101 > article > footer, #sp-entry-content-102 > article > footer, #sp-entry-content-103 > article > footer, #sp-entry-content-104 > article > footer, #sp-entry-content-105 > article > footer, #sp-entry-content-106 > article > footer, #sp-entry-content-107 > article > footer, #sp-entry-content-108 > article > footer, #sp-entry-content-11 > article > footer, #sp-entry-content-12 > article > footer, #sp-entry-content-13 > article > footer, #sp-entry-content-14 > article > footer, #sp-entry-content-15 > article > footer, #sp-entry-content-16 > article > footer, #sp-entry-content-17 > article > footer, #sp-entry-content-18 > article > footer, #sp-entry-content-19 > article > footer, #sp-entry-content-2 > article > footer, #sp-entry-content-20 > article > footer, #sp-entry-content-21 > article > footer, #sp-entry-content-22 > article > footer, #sp-entry-content-23 > article > footer, #sp-entry-content-24 > article > footer, #sp-entry-content-25 > article > footer, #sp-entry-content-26 > article > footer, #sp-entry-content-27 > article > footer, #sp-entry-content-28 > article > footer, #sp-entry-content-29 > article > footer, #sp-entry-content-3 > article > footer, #sp-entry-content-30 > article > footer, #sp-entry-content-31 > article > footer, #sp-entry-content-32 > article > footer, #sp-entry-content-33 > article > footer, #sp-entry-content-34 > article > footer, #sp-entry-content-35 > article > footer, #sp-entry-content-36 > article > footer, #sp-entry-content-37 > article > footer, #sp-entry-content-38 > article > footer, #sp-entry-content-39 > article > footer, #sp-entry-content-4 > article > footer, #sp-entry-content-40 > article > footer, #sp-entry-content-41 > article > footer, #sp-entry-content-42 > article > footer, #sp-entry-content-43 > article > footer, #sp-entry-content-44 > article > footer, #sp-entry-content-45 > article > footer, #sp-entry-content-46 > article > footer, #sp-entry-content-47 > article > footer, #sp-entry-content-48 > article > footer, #sp-entry-content-49 > article > footer, #sp-entry-content-5 > article > footer, #sp-entry-content-50 > article > footer, #sp-entry-content-51 > article > footer, #sp-entry-content-52 > article > footer, #sp-entry-content-53 > article > footer, #sp-entry-content-54 > article > footer, #sp-entry-content-55 > article > footer, #sp-entry-content-56 > article > footer, #sp-entry-content-57 > article > footer, #sp-entry-content-58 > article > footer, #sp-entry-content-59 > article > footer, #sp-entry-content-6 > article > footer, #sp-entry-content-60 > article > footer, #sp-entry-content-61 > article > footer, #sp-entry-content-62 > article > footer, #sp-entry-content-63 > article > footer, #sp-entry-content-64 > article > footer, #sp-entry-content-65 > article > footer, #sp-entry-content-66 > article > footer, #sp-entry-content-67 > article > footer, #sp-entry-content-68 > article > footer, #sp-entry-content-69 > article > footer, #sp-entry-content-7 > article > footer, #sp-entry-content-70 > article > footer, #sp-entry-content-71 > article > footer, #sp-entry-content-72 > article > footer, #sp-entry-content-73 > article > footer, #sp-entry-content-74 > article > footer, #sp-entry-content-75 > article > footer, #sp-entry-content-76 > article > footer, #sp-entry-content-77 > article > footer, #sp-entry-content-78 > article > footer, #sp-entry-content-79 > article > footer, #sp-entry-content-8 > article > footer, #sp-entry-content-80 > article > footer, #sp-entry-content-81 > article > footer, #sp-entry-content-82 > article > footer, #sp-entry-content-83 > article > footer, #sp-entry-content-84 > article > footer, #sp-entry-content-85 > article > footer, #sp-entry-content-86 > article > footer, #sp-entry-content-87 > article > footer, #sp-entry-content-88 > article > footer, #sp-entry-content-89 > article > footer, #sp-entry-content-9 > article > footer, #sp-entry-content-90 > article > footer, #sp-entry-content-91 > article > footer, #sp-entry-content-92 > article > footer, #sp-entry-content-93 > article > footer, #sp-entry-content-94 > article > footer, #sp-entry-content-95 > article > footer, #sp-entry-content-96 > article > footer, #sp-entry-content-97 > article > footer, #sp-entry-content-98 > article > footer, #sp-entry-content-99 > article > footer, #sp-wp-post-list-1 > article > footer, #sp-wp-post-list-2 > article > footer, #sp-wp-post-list-3 > article > footer, #sp-wp-post-list-4 > article > footer{
  font-size : 1.2rem;
  text-align : right;
}

#sp-entry-content-1 > article > p, #sp-entry-content-10 > article > p, #sp-entry-content-100 > article > p, #sp-entry-content-101 > article > p, #sp-entry-content-102 > article > p, #sp-entry-content-103 > article > p, #sp-entry-content-104 > article > p, #sp-entry-content-105 > article > p, #sp-entry-content-106 > article > p, #sp-entry-content-107 > article > p, #sp-entry-content-108 > article > p, #sp-entry-content-11 > article > p, #sp-entry-content-12 > article > p, #sp-entry-content-13 > article > p, #sp-entry-content-14 > article > p, #sp-entry-content-15 > article > p, #sp-entry-content-16 > article > p, #sp-entry-content-17 > article > p, #sp-entry-content-18 > article > p, #sp-entry-content-19 > article > p, #sp-entry-content-2 > article > p, #sp-entry-content-20 > article > p, #sp-entry-content-21 > article > p, #sp-entry-content-22 > article > p, #sp-entry-content-23 > article > p, #sp-entry-content-24 > article > p, #sp-entry-content-25 > article > p, #sp-entry-content-26 > article > p, #sp-entry-content-27 > article > p, #sp-entry-content-28 > article > p, #sp-entry-content-29 > article > p, #sp-entry-content-3 > article > p, #sp-entry-content-30 > article > p, #sp-entry-content-31 > article > p, #sp-entry-content-32 > article > p, #sp-entry-content-33 > article > p, #sp-entry-content-34 > article > p, #sp-entry-content-35 > article > p, #sp-entry-content-36 > article > p, #sp-entry-content-37 > article > p, #sp-entry-content-38 > article > p, #sp-entry-content-39 > article > p, #sp-entry-content-4 > article > p, #sp-entry-content-40 > article > p, #sp-entry-content-41 > article > p, #sp-entry-content-42 > article > p, #sp-entry-content-43 > article > p, #sp-entry-content-44 > article > p, #sp-entry-content-45 > article > p, #sp-entry-content-46 > article > p, #sp-entry-content-47 > article > p, #sp-entry-content-48 > article > p, #sp-entry-content-49 > article > p, #sp-entry-content-5 > article > p, #sp-entry-content-50 > article > p, #sp-entry-content-51 > article > p, #sp-entry-content-52 > article > p, #sp-entry-content-53 > article > p, #sp-entry-content-54 > article > p, #sp-entry-content-55 > article > p, #sp-entry-content-56 > article > p, #sp-entry-content-57 > article > p, #sp-entry-content-58 > article > p, #sp-entry-content-59 > article > p, #sp-entry-content-6 > article > p, #sp-entry-content-60 > article > p, #sp-entry-content-61 > article > p, #sp-entry-content-62 > article > p, #sp-entry-content-63 > article > p, #sp-entry-content-64 > article > p, #sp-entry-content-65 > article > p, #sp-entry-content-66 > article > p, #sp-entry-content-67 > article > p, #sp-entry-content-68 > article > p, #sp-entry-content-69 > article > p, #sp-entry-content-7 > article > p, #sp-entry-content-70 > article > p, #sp-entry-content-71 > article > p, #sp-entry-content-72 > article > p, #sp-entry-content-73 > article > p, #sp-entry-content-74 > article > p, #sp-entry-content-75 > article > p, #sp-entry-content-76 > article > p, #sp-entry-content-77 > article > p, #sp-entry-content-78 > article > p, #sp-entry-content-79 > article > p, #sp-entry-content-8 > article > p, #sp-entry-content-80 > article > p, #sp-entry-content-81 > article > p, #sp-entry-content-82 > article > p, #sp-entry-content-83 > article > p, #sp-entry-content-84 > article > p, #sp-entry-content-85 > article > p, #sp-entry-content-86 > article > p, #sp-entry-content-87 > article > p, #sp-entry-content-88 > article > p, #sp-entry-content-89 > article > p, #sp-entry-content-9 > article > p, #sp-entry-content-90 > article > p, #sp-entry-content-91 > article > p, #sp-entry-content-92 > article > p, #sp-entry-content-93 > article > p, #sp-entry-content-94 > article > p, #sp-entry-content-95 > article > p, #sp-entry-content-96 > article > p, #sp-entry-content-97 > article > p, #sp-entry-content-98 > article > p, #sp-entry-content-99 > article > p, #sp-wp-post-list-1 > article > p, #sp-wp-post-list-2 > article > p, #sp-wp-post-list-3 > article > p, #sp-wp-post-list-4 > article > p{
  margin-right : 20px;
  width : 150px;
  float : left;
}

#sp-entry-content-1 > dl a, #sp-entry-content-10 > dl a, #sp-entry-content-100 > dl a, #sp-entry-content-101 > dl a, #sp-entry-content-102 > dl a, #sp-entry-content-103 > dl a, #sp-entry-content-104 > dl a, #sp-entry-content-105 > dl a, #sp-entry-content-106 > dl a, #sp-entry-content-107 > dl a, #sp-entry-content-108 > dl a, #sp-entry-content-11 > dl a, #sp-entry-content-12 > dl a, #sp-entry-content-13 > dl a, #sp-entry-content-14 > dl a, #sp-entry-content-15 > dl a, #sp-entry-content-16 > dl a, #sp-entry-content-17 > dl a, #sp-entry-content-18 > dl a, #sp-entry-content-19 > dl a, #sp-entry-content-2 > dl a, #sp-entry-content-20 > dl a, #sp-entry-content-21 > dl a, #sp-entry-content-22 > dl a, #sp-entry-content-23 > dl a, #sp-entry-content-24 > dl a, #sp-entry-content-25 > dl a, #sp-entry-content-26 > dl a, #sp-entry-content-27 > dl a, #sp-entry-content-28 > dl a, #sp-entry-content-29 > dl a, #sp-entry-content-3 > dl a, #sp-entry-content-30 > dl a, #sp-entry-content-31 > dl a, #sp-entry-content-32 > dl a, #sp-entry-content-33 > dl a, #sp-entry-content-34 > dl a, #sp-entry-content-35 > dl a, #sp-entry-content-36 > dl a, #sp-entry-content-37 > dl a, #sp-entry-content-38 > dl a, #sp-entry-content-39 > dl a, #sp-entry-content-4 > dl a, #sp-entry-content-40 > dl a, #sp-entry-content-41 > dl a, #sp-entry-content-42 > dl a, #sp-entry-content-43 > dl a, #sp-entry-content-44 > dl a, #sp-entry-content-45 > dl a, #sp-entry-content-46 > dl a, #sp-entry-content-47 > dl a, #sp-entry-content-48 > dl a, #sp-entry-content-49 > dl a, #sp-entry-content-5 > dl a, #sp-entry-content-50 > dl a, #sp-entry-content-51 > dl a, #sp-entry-content-52 > dl a, #sp-entry-content-53 > dl a, #sp-entry-content-54 > dl a, #sp-entry-content-55 > dl a, #sp-entry-content-56 > dl a, #sp-entry-content-57 > dl a, #sp-entry-content-58 > dl a, #sp-entry-content-59 > dl a, #sp-entry-content-6 > dl a, #sp-entry-content-60 > dl a, #sp-entry-content-61 > dl a, #sp-entry-content-62 > dl a, #sp-entry-content-63 > dl a, #sp-entry-content-64 > dl a, #sp-entry-content-65 > dl a, #sp-entry-content-66 > dl a, #sp-entry-content-67 > dl a, #sp-entry-content-68 > dl a, #sp-entry-content-69 > dl a, #sp-entry-content-7 > dl a, #sp-entry-content-70 > dl a, #sp-entry-content-71 > dl a, #sp-entry-content-72 > dl a, #sp-entry-content-73 > dl a, #sp-entry-content-74 > dl a, #sp-entry-content-75 > dl a, #sp-entry-content-76 > dl a, #sp-entry-content-77 > dl a, #sp-entry-content-78 > dl a, #sp-entry-content-79 > dl a, #sp-entry-content-8 > dl a, #sp-entry-content-80 > dl a, #sp-entry-content-81 > dl a, #sp-entry-content-82 > dl a, #sp-entry-content-83 > dl a, #sp-entry-content-84 > dl a, #sp-entry-content-85 > dl a, #sp-entry-content-86 > dl a, #sp-entry-content-87 > dl a, #sp-entry-content-88 > dl a, #sp-entry-content-89 > dl a, #sp-entry-content-9 > dl a, #sp-entry-content-90 > dl a, #sp-entry-content-91 > dl a, #sp-entry-content-92 > dl a, #sp-entry-content-93 > dl a, #sp-entry-content-94 > dl a, #sp-entry-content-95 > dl a, #sp-entry-content-96 > dl a, #sp-entry-content-97 > dl a, #sp-entry-content-98 > dl a, #sp-entry-content-99 > dl a, #sp-wp-post-list-1 > dl a, #sp-wp-post-list-2 > dl a, #sp-wp-post-list-3 > dl a, #sp-wp-post-list-4 > dl a{
  color : #4a5f75;
  text-decoration : underline;
}

#sp-entry-content-1 > dl a:hover, #sp-entry-content-10 > dl a:hover, #sp-entry-content-100 > dl a:hover, #sp-entry-content-101 > dl a:hover, #sp-entry-content-102 > dl a:hover, #sp-entry-content-103 > dl a:hover, #sp-entry-content-104 > dl a:hover, #sp-entry-content-105 > dl a:hover, #sp-entry-content-106 > dl a:hover, #sp-entry-content-107 > dl a:hover, #sp-entry-content-108 > dl a:hover, #sp-entry-content-11 > dl a:hover, #sp-entry-content-12 > dl a:hover, #sp-entry-content-13 > dl a:hover, #sp-entry-content-14 > dl a:hover, #sp-entry-content-15 > dl a:hover, #sp-entry-content-16 > dl a:hover, #sp-entry-content-17 > dl a:hover, #sp-entry-content-18 > dl a:hover, #sp-entry-content-19 > dl a:hover, #sp-entry-content-2 > dl a:hover, #sp-entry-content-20 > dl a:hover, #sp-entry-content-21 > dl a:hover, #sp-entry-content-22 > dl a:hover, #sp-entry-content-23 > dl a:hover, #sp-entry-content-24 > dl a:hover, #sp-entry-content-25 > dl a:hover, #sp-entry-content-26 > dl a:hover, #sp-entry-content-27 > dl a:hover, #sp-entry-content-28 > dl a:hover, #sp-entry-content-29 > dl a:hover, #sp-entry-content-3 > dl a:hover, #sp-entry-content-30 > dl a:hover, #sp-entry-content-31 > dl a:hover, #sp-entry-content-32 > dl a:hover, #sp-entry-content-33 > dl a:hover, #sp-entry-content-34 > dl a:hover, #sp-entry-content-35 > dl a:hover, #sp-entry-content-36 > dl a:hover, #sp-entry-content-37 > dl a:hover, #sp-entry-content-38 > dl a:hover, #sp-entry-content-39 > dl a:hover, #sp-entry-content-4 > dl a:hover, #sp-entry-content-40 > dl a:hover, #sp-entry-content-41 > dl a:hover, #sp-entry-content-42 > dl a:hover, #sp-entry-content-43 > dl a:hover, #sp-entry-content-44 > dl a:hover, #sp-entry-content-45 > dl a:hover, #sp-entry-content-46 > dl a:hover, #sp-entry-content-47 > dl a:hover, #sp-entry-content-48 > dl a:hover, #sp-entry-content-49 > dl a:hover, #sp-entry-content-5 > dl a:hover, #sp-entry-content-50 > dl a:hover, #sp-entry-content-51 > dl a:hover, #sp-entry-content-52 > dl a:hover, #sp-entry-content-53 > dl a:hover, #sp-entry-content-54 > dl a:hover, #sp-entry-content-55 > dl a:hover, #sp-entry-content-56 > dl a:hover, #sp-entry-content-57 > dl a:hover, #sp-entry-content-58 > dl a:hover, #sp-entry-content-59 > dl a:hover, #sp-entry-content-6 > dl a:hover, #sp-entry-content-60 > dl a:hover, #sp-entry-content-61 > dl a:hover, #sp-entry-content-62 > dl a:hover, #sp-entry-content-63 > dl a:hover, #sp-entry-content-64 > dl a:hover, #sp-entry-content-65 > dl a:hover, #sp-entry-content-66 > dl a:hover, #sp-entry-content-67 > dl a:hover, #sp-entry-content-68 > dl a:hover, #sp-entry-content-69 > dl a:hover, #sp-entry-content-7 > dl a:hover, #sp-entry-content-70 > dl a:hover, #sp-entry-content-71 > dl a:hover, #sp-entry-content-72 > dl a:hover, #sp-entry-content-73 > dl a:hover, #sp-entry-content-74 > dl a:hover, #sp-entry-content-75 > dl a:hover, #sp-entry-content-76 > dl a:hover, #sp-entry-content-77 > dl a:hover, #sp-entry-content-78 > dl a:hover, #sp-entry-content-79 > dl a:hover, #sp-entry-content-8 > dl a:hover, #sp-entry-content-80 > dl a:hover, #sp-entry-content-81 > dl a:hover, #sp-entry-content-82 > dl a:hover, #sp-entry-content-83 > dl a:hover, #sp-entry-content-84 > dl a:hover, #sp-entry-content-85 > dl a:hover, #sp-entry-content-86 > dl a:hover, #sp-entry-content-87 > dl a:hover, #sp-entry-content-88 > dl a:hover, #sp-entry-content-89 > dl a:hover, #sp-entry-content-9 > dl a:hover, #sp-entry-content-90 > dl a:hover, #sp-entry-content-91 > dl a:hover, #sp-entry-content-92 > dl a:hover, #sp-entry-content-93 > dl a:hover, #sp-entry-content-94 > dl a:hover, #sp-entry-content-95 > dl a:hover, #sp-entry-content-96 > dl a:hover, #sp-entry-content-97 > dl a:hover, #sp-entry-content-98 > dl a:hover, #sp-entry-content-99 > dl a:hover, #sp-wp-post-list-1 > dl a:hover, #sp-wp-post-list-2 > dl a:hover, #sp-wp-post-list-3 > dl a:hover, #sp-wp-post-list-4 > dl a:hover{
  color : #4a5f75;
  text-decoration : none;
}

#sp-entry-content-1 > h3, #sp-entry-content-10 > h3, #sp-entry-content-100 > h3, #sp-entry-content-101 > h3, #sp-entry-content-102 > h3, #sp-entry-content-103 > h3, #sp-entry-content-104 > h3, #sp-entry-content-105 > h3, #sp-entry-content-106 > h3, #sp-entry-content-107 > h3, #sp-entry-content-108 > h3, #sp-entry-content-11 > h3, #sp-entry-content-12 > h3, #sp-entry-content-13 > h3, #sp-entry-content-14 > h3, #sp-entry-content-15 > h3, #sp-entry-content-16 > h3, #sp-entry-content-17 > h3, #sp-entry-content-18 > h3, #sp-entry-content-19 > h3, #sp-entry-content-2 > h3, #sp-entry-content-20 > h3, #sp-entry-content-21 > h3, #sp-entry-content-22 > h3, #sp-entry-content-23 > h3, #sp-entry-content-24 > h3, #sp-entry-content-25 > h3, #sp-entry-content-26 > h3, #sp-entry-content-27 > h3, #sp-entry-content-28 > h3, #sp-entry-content-29 > h3, #sp-entry-content-3 > h3, #sp-entry-content-30 > h3, #sp-entry-content-31 > h3, #sp-entry-content-32 > h3, #sp-entry-content-33 > h3, #sp-entry-content-34 > h3, #sp-entry-content-35 > h3, #sp-entry-content-36 > h3, #sp-entry-content-37 > h3, #sp-entry-content-38 > h3, #sp-entry-content-39 > h3, #sp-entry-content-4 > h3, #sp-entry-content-40 > h3, #sp-entry-content-41 > h3, #sp-entry-content-42 > h3, #sp-entry-content-43 > h3, #sp-entry-content-44 > h3, #sp-entry-content-45 > h3, #sp-entry-content-46 > h3, #sp-entry-content-47 > h3, #sp-entry-content-48 > h3, #sp-entry-content-49 > h3, #sp-entry-content-5 > h3, #sp-entry-content-50 > h3, #sp-entry-content-51 > h3, #sp-entry-content-52 > h3, #sp-entry-content-53 > h3, #sp-entry-content-54 > h3, #sp-entry-content-55 > h3, #sp-entry-content-56 > h3, #sp-entry-content-57 > h3, #sp-entry-content-58 > h3, #sp-entry-content-59 > h3, #sp-entry-content-6 > h3, #sp-entry-content-60 > h3, #sp-entry-content-61 > h3, #sp-entry-content-62 > h3, #sp-entry-content-63 > h3, #sp-entry-content-64 > h3, #sp-entry-content-65 > h3, #sp-entry-content-66 > h3, #sp-entry-content-67 > h3, #sp-entry-content-68 > h3, #sp-entry-content-69 > h3, #sp-entry-content-7 > h3, #sp-entry-content-70 > h3, #sp-entry-content-71 > h3, #sp-entry-content-72 > h3, #sp-entry-content-73 > h3, #sp-entry-content-74 > h3, #sp-entry-content-75 > h3, #sp-entry-content-76 > h3, #sp-entry-content-77 > h3, #sp-entry-content-78 > h3, #sp-entry-content-79 > h3, #sp-entry-content-8 > h3, #sp-entry-content-80 > h3, #sp-entry-content-81 > h3, #sp-entry-content-82 > h3, #sp-entry-content-83 > h3, #sp-entry-content-84 > h3, #sp-entry-content-85 > h3, #sp-entry-content-86 > h3, #sp-entry-content-87 > h3, #sp-entry-content-88 > h3, #sp-entry-content-89 > h3, #sp-entry-content-9 > h3, #sp-entry-content-90 > h3, #sp-entry-content-91 > h3, #sp-entry-content-92 > h3, #sp-entry-content-93 > h3, #sp-entry-content-94 > h3, #sp-entry-content-95 > h3, #sp-entry-content-96 > h3, #sp-entry-content-97 > h3, #sp-entry-content-98 > h3, #sp-entry-content-99 > h3, #sp-wp-post-list-1 > h3, #sp-wp-post-list-2 > h3, #sp-wp-post-list-3 > h3, #sp-wp-post-list-4 > h3{
  font-size : 1.8rem;
  font-weight : bold;
  color : white;
  background-color : #000000;
  background-image : url(img/bg-site-footer.png);
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : -20px;
  margin-right : -20px;
  margin-bottom : 30px;
}

#sp-entry-content-1 > h3 > a, #sp-entry-content-10 > h3 > a, #sp-entry-content-100 > h3 > a, #sp-entry-content-101 > h3 > a, #sp-entry-content-102 > h3 > a, #sp-entry-content-103 > h3 > a, #sp-entry-content-104 > h3 > a, #sp-entry-content-105 > h3 > a, #sp-entry-content-106 > h3 > a, #sp-entry-content-107 > h3 > a, #sp-entry-content-108 > h3 > a, #sp-entry-content-11 > h3 > a, #sp-entry-content-12 > h3 > a, #sp-entry-content-13 > h3 > a, #sp-entry-content-14 > h3 > a, #sp-entry-content-15 > h3 > a, #sp-entry-content-16 > h3 > a, #sp-entry-content-17 > h3 > a, #sp-entry-content-18 > h3 > a, #sp-entry-content-19 > h3 > a, #sp-entry-content-2 > h3 > a, #sp-entry-content-20 > h3 > a, #sp-entry-content-21 > h3 > a, #sp-entry-content-22 > h3 > a, #sp-entry-content-23 > h3 > a, #sp-entry-content-24 > h3 > a, #sp-entry-content-25 > h3 > a, #sp-entry-content-26 > h3 > a, #sp-entry-content-27 > h3 > a, #sp-entry-content-28 > h3 > a, #sp-entry-content-29 > h3 > a, #sp-entry-content-3 > h3 > a, #sp-entry-content-30 > h3 > a, #sp-entry-content-31 > h3 > a, #sp-entry-content-32 > h3 > a, #sp-entry-content-33 > h3 > a, #sp-entry-content-34 > h3 > a, #sp-entry-content-35 > h3 > a, #sp-entry-content-36 > h3 > a, #sp-entry-content-37 > h3 > a, #sp-entry-content-38 > h3 > a, #sp-entry-content-39 > h3 > a, #sp-entry-content-4 > h3 > a, #sp-entry-content-40 > h3 > a, #sp-entry-content-41 > h3 > a, #sp-entry-content-42 > h3 > a, #sp-entry-content-43 > h3 > a, #sp-entry-content-44 > h3 > a, #sp-entry-content-45 > h3 > a, #sp-entry-content-46 > h3 > a, #sp-entry-content-47 > h3 > a, #sp-entry-content-48 > h3 > a, #sp-entry-content-49 > h3 > a, #sp-entry-content-5 > h3 > a, #sp-entry-content-50 > h3 > a, #sp-entry-content-51 > h3 > a, #sp-entry-content-52 > h3 > a, #sp-entry-content-53 > h3 > a, #sp-entry-content-54 > h3 > a, #sp-entry-content-55 > h3 > a, #sp-entry-content-56 > h3 > a, #sp-entry-content-57 > h3 > a, #sp-entry-content-58 > h3 > a, #sp-entry-content-59 > h3 > a, #sp-entry-content-6 > h3 > a, #sp-entry-content-60 > h3 > a, #sp-entry-content-61 > h3 > a, #sp-entry-content-62 > h3 > a, #sp-entry-content-63 > h3 > a, #sp-entry-content-64 > h3 > a, #sp-entry-content-65 > h3 > a, #sp-entry-content-66 > h3 > a, #sp-entry-content-67 > h3 > a, #sp-entry-content-68 > h3 > a, #sp-entry-content-69 > h3 > a, #sp-entry-content-7 > h3 > a, #sp-entry-content-70 > h3 > a, #sp-entry-content-71 > h3 > a, #sp-entry-content-72 > h3 > a, #sp-entry-content-73 > h3 > a, #sp-entry-content-74 > h3 > a, #sp-entry-content-75 > h3 > a, #sp-entry-content-76 > h3 > a, #sp-entry-content-77 > h3 > a, #sp-entry-content-78 > h3 > a, #sp-entry-content-79 > h3 > a, #sp-entry-content-8 > h3 > a, #sp-entry-content-80 > h3 > a, #sp-entry-content-81 > h3 > a, #sp-entry-content-82 > h3 > a, #sp-entry-content-83 > h3 > a, #sp-entry-content-84 > h3 > a, #sp-entry-content-85 > h3 > a, #sp-entry-content-86 > h3 > a, #sp-entry-content-87 > h3 > a, #sp-entry-content-88 > h3 > a, #sp-entry-content-89 > h3 > a, #sp-entry-content-9 > h3 > a, #sp-entry-content-90 > h3 > a, #sp-entry-content-91 > h3 > a, #sp-entry-content-92 > h3 > a, #sp-entry-content-93 > h3 > a, #sp-entry-content-94 > h3 > a, #sp-entry-content-95 > h3 > a, #sp-entry-content-96 > h3 > a, #sp-entry-content-97 > h3 > a, #sp-entry-content-98 > h3 > a, #sp-entry-content-99 > h3 > a, #sp-wp-post-list-1 > h3 > a, #sp-wp-post-list-2 > h3 > a, #sp-wp-post-list-3 > h3 > a, #sp-wp-post-list-4 > h3 > a{
  color : white !important;
  text-decoration : none;
}

#sp-entry-content-1 > ul a, #sp-entry-content-10 > ul a, #sp-entry-content-100 > ul a, #sp-entry-content-101 > ul a, #sp-entry-content-102 > ul a, #sp-entry-content-103 > ul a, #sp-entry-content-104 > ul a, #sp-entry-content-105 > ul a, #sp-entry-content-106 > ul a, #sp-entry-content-107 > ul a, #sp-entry-content-108 > ul a, #sp-entry-content-11 > ul a, #sp-entry-content-12 > ul a, #sp-entry-content-13 > ul a, #sp-entry-content-14 > ul a, #sp-entry-content-15 > ul a, #sp-entry-content-16 > ul a, #sp-entry-content-17 > ul a, #sp-entry-content-18 > ul a, #sp-entry-content-19 > ul a, #sp-entry-content-2 > ul a, #sp-entry-content-20 > ul a, #sp-entry-content-21 > ul a, #sp-entry-content-22 > ul a, #sp-entry-content-23 > ul a, #sp-entry-content-24 > ul a, #sp-entry-content-25 > ul a, #sp-entry-content-26 > ul a, #sp-entry-content-27 > ul a, #sp-entry-content-28 > ul a, #sp-entry-content-29 > ul a, #sp-entry-content-3 > ul a, #sp-entry-content-30 > ul a, #sp-entry-content-31 > ul a, #sp-entry-content-32 > ul a, #sp-entry-content-33 > ul a, #sp-entry-content-34 > ul a, #sp-entry-content-35 > ul a, #sp-entry-content-36 > ul a, #sp-entry-content-37 > ul a, #sp-entry-content-38 > ul a, #sp-entry-content-39 > ul a, #sp-entry-content-4 > ul a, #sp-entry-content-40 > ul a, #sp-entry-content-41 > ul a, #sp-entry-content-42 > ul a, #sp-entry-content-43 > ul a, #sp-entry-content-44 > ul a, #sp-entry-content-45 > ul a, #sp-entry-content-46 > ul a, #sp-entry-content-47 > ul a, #sp-entry-content-48 > ul a, #sp-entry-content-49 > ul a, #sp-entry-content-5 > ul a, #sp-entry-content-50 > ul a, #sp-entry-content-51 > ul a, #sp-entry-content-52 > ul a, #sp-entry-content-53 > ul a, #sp-entry-content-54 > ul a, #sp-entry-content-55 > ul a, #sp-entry-content-56 > ul a, #sp-entry-content-57 > ul a, #sp-entry-content-58 > ul a, #sp-entry-content-59 > ul a, #sp-entry-content-6 > ul a, #sp-entry-content-60 > ul a, #sp-entry-content-61 > ul a, #sp-entry-content-62 > ul a, #sp-entry-content-63 > ul a, #sp-entry-content-64 > ul a, #sp-entry-content-65 > ul a, #sp-entry-content-66 > ul a, #sp-entry-content-67 > ul a, #sp-entry-content-68 > ul a, #sp-entry-content-69 > ul a, #sp-entry-content-7 > ul a, #sp-entry-content-70 > ul a, #sp-entry-content-71 > ul a, #sp-entry-content-72 > ul a, #sp-entry-content-73 > ul a, #sp-entry-content-74 > ul a, #sp-entry-content-75 > ul a, #sp-entry-content-76 > ul a, #sp-entry-content-77 > ul a, #sp-entry-content-78 > ul a, #sp-entry-content-79 > ul a, #sp-entry-content-8 > ul a, #sp-entry-content-80 > ul a, #sp-entry-content-81 > ul a, #sp-entry-content-82 > ul a, #sp-entry-content-83 > ul a, #sp-entry-content-84 > ul a, #sp-entry-content-85 > ul a, #sp-entry-content-86 > ul a, #sp-entry-content-87 > ul a, #sp-entry-content-88 > ul a, #sp-entry-content-89 > ul a, #sp-entry-content-9 > ul a, #sp-entry-content-90 > ul a, #sp-entry-content-91 > ul a, #sp-entry-content-92 > ul a, #sp-entry-content-93 > ul a, #sp-entry-content-94 > ul a, #sp-entry-content-95 > ul a, #sp-entry-content-96 > ul a, #sp-entry-content-97 > ul a, #sp-entry-content-98 > ul a, #sp-entry-content-99 > ul a, #sp-wp-post-list-1 > ul a, #sp-wp-post-list-2 > ul a, #sp-wp-post-list-3 > ul a, #sp-wp-post-list-4 > ul a{
  color : #4a5f75;
  text-decoration : underline;
}

#sp-entry-content-1 > ul a:hover, #sp-entry-content-10 > ul a:hover, #sp-entry-content-100 > ul a:hover, #sp-entry-content-101 > ul a:hover, #sp-entry-content-102 > ul a:hover, #sp-entry-content-103 > ul a:hover, #sp-entry-content-104 > ul a:hover, #sp-entry-content-105 > ul a:hover, #sp-entry-content-106 > ul a:hover, #sp-entry-content-107 > ul a:hover, #sp-entry-content-108 > ul a:hover, #sp-entry-content-11 > ul a:hover, #sp-entry-content-12 > ul a:hover, #sp-entry-content-13 > ul a:hover, #sp-entry-content-14 > ul a:hover, #sp-entry-content-15 > ul a:hover, #sp-entry-content-16 > ul a:hover, #sp-entry-content-17 > ul a:hover, #sp-entry-content-18 > ul a:hover, #sp-entry-content-19 > ul a:hover, #sp-entry-content-2 > ul a:hover, #sp-entry-content-20 > ul a:hover, #sp-entry-content-21 > ul a:hover, #sp-entry-content-22 > ul a:hover, #sp-entry-content-23 > ul a:hover, #sp-entry-content-24 > ul a:hover, #sp-entry-content-25 > ul a:hover, #sp-entry-content-26 > ul a:hover, #sp-entry-content-27 > ul a:hover, #sp-entry-content-28 > ul a:hover, #sp-entry-content-29 > ul a:hover, #sp-entry-content-3 > ul a:hover, #sp-entry-content-30 > ul a:hover, #sp-entry-content-31 > ul a:hover, #sp-entry-content-32 > ul a:hover, #sp-entry-content-33 > ul a:hover, #sp-entry-content-34 > ul a:hover, #sp-entry-content-35 > ul a:hover, #sp-entry-content-36 > ul a:hover, #sp-entry-content-37 > ul a:hover, #sp-entry-content-38 > ul a:hover, #sp-entry-content-39 > ul a:hover, #sp-entry-content-4 > ul a:hover, #sp-entry-content-40 > ul a:hover, #sp-entry-content-41 > ul a:hover, #sp-entry-content-42 > ul a:hover, #sp-entry-content-43 > ul a:hover, #sp-entry-content-44 > ul a:hover, #sp-entry-content-45 > ul a:hover, #sp-entry-content-46 > ul a:hover, #sp-entry-content-47 > ul a:hover, #sp-entry-content-48 > ul a:hover, #sp-entry-content-49 > ul a:hover, #sp-entry-content-5 > ul a:hover, #sp-entry-content-50 > ul a:hover, #sp-entry-content-51 > ul a:hover, #sp-entry-content-52 > ul a:hover, #sp-entry-content-53 > ul a:hover, #sp-entry-content-54 > ul a:hover, #sp-entry-content-55 > ul a:hover, #sp-entry-content-56 > ul a:hover, #sp-entry-content-57 > ul a:hover, #sp-entry-content-58 > ul a:hover, #sp-entry-content-59 > ul a:hover, #sp-entry-content-6 > ul a:hover, #sp-entry-content-60 > ul a:hover, #sp-entry-content-61 > ul a:hover, #sp-entry-content-62 > ul a:hover, #sp-entry-content-63 > ul a:hover, #sp-entry-content-64 > ul a:hover, #sp-entry-content-65 > ul a:hover, #sp-entry-content-66 > ul a:hover, #sp-entry-content-67 > ul a:hover, #sp-entry-content-68 > ul a:hover, #sp-entry-content-69 > ul a:hover, #sp-entry-content-7 > ul a:hover, #sp-entry-content-70 > ul a:hover, #sp-entry-content-71 > ul a:hover, #sp-entry-content-72 > ul a:hover, #sp-entry-content-73 > ul a:hover, #sp-entry-content-74 > ul a:hover, #sp-entry-content-75 > ul a:hover, #sp-entry-content-76 > ul a:hover, #sp-entry-content-77 > ul a:hover, #sp-entry-content-78 > ul a:hover, #sp-entry-content-79 > ul a:hover, #sp-entry-content-8 > ul a:hover, #sp-entry-content-80 > ul a:hover, #sp-entry-content-81 > ul a:hover, #sp-entry-content-82 > ul a:hover, #sp-entry-content-83 > ul a:hover, #sp-entry-content-84 > ul a:hover, #sp-entry-content-85 > ul a:hover, #sp-entry-content-86 > ul a:hover, #sp-entry-content-87 > ul a:hover, #sp-entry-content-88 > ul a:hover, #sp-entry-content-89 > ul a:hover, #sp-entry-content-9 > ul a:hover, #sp-entry-content-90 > ul a:hover, #sp-entry-content-91 > ul a:hover, #sp-entry-content-92 > ul a:hover, #sp-entry-content-93 > ul a:hover, #sp-entry-content-94 > ul a:hover, #sp-entry-content-95 > ul a:hover, #sp-entry-content-96 > ul a:hover, #sp-entry-content-97 > ul a:hover, #sp-entry-content-98 > ul a:hover, #sp-entry-content-99 > ul a:hover, #sp-wp-post-list-1 > ul a:hover, #sp-wp-post-list-2 > ul a:hover, #sp-wp-post-list-3 > ul a:hover, #sp-wp-post-list-4 > ul a:hover{
  color : #4a5f75;
  text-decoration : none;
}

#sp-page-title-1 h1, #sp-page-title-10 h1, #sp-page-title-11 h1, #sp-page-title-12 h1, #sp-page-title-13 h1, #sp-page-title-14 h1, #sp-page-title-15 h1, #sp-page-title-16 h1, #sp-page-title-17 h1, #sp-page-title-18 h1, #sp-page-title-19 h1, #sp-page-title-2 h1, #sp-page-title-20 h1, #sp-page-title-21 h1, #sp-page-title-22 h1, #sp-page-title-3 h1, #sp-page-title-4 h1, #sp-page-title-5 h1, #sp-page-title-6 h1, #sp-page-title-7 h1, #sp-page-title-8 h1, #sp-page-title-9 h1{
  font-size : 1.8rem;
  font-weight : bold;
  color : #ffffff;
  background-color : #000000;
  background-image : url(img/bg-site-footer.png);
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-bottom : 0px;
}

#sp-definition-list-1, #sp-definition-list-10, #sp-definition-list-11, #sp-definition-list-12, #sp-definition-list-13, #sp-definition-list-14, #sp-definition-list-15, #sp-definition-list-2, #sp-definition-list-3, #sp-definition-list-4, #sp-definition-list-5, #sp-definition-list-6, #sp-definition-list-7, #sp-definition-list-8, #sp-definition-list-9{
  margin-bottom : 1.5em;
}

#sp-definition-list-1 > dd, #sp-definition-list-10 > dd, #sp-definition-list-11 > dd, #sp-definition-list-12 > dd, #sp-definition-list-13 > dd, #sp-definition-list-14 > dd, #sp-definition-list-15 > dd, #sp-definition-list-2 > dd, #sp-definition-list-3 > dd, #sp-definition-list-4 > dd, #sp-definition-list-5 > dd, #sp-definition-list-6 > dd, #sp-definition-list-7 > dd, #sp-definition-list-8 > dd, #sp-definition-list-9 > dd{
  margin-top : 0px;
  margin-left : 1.5em;
  margin-right : 1.5em;
  margin-bottom : 3em;
}

#sp-definition-list-1 > dt, #sp-definition-list-10 > dt, #sp-definition-list-11 > dt, #sp-definition-list-12 > dt, #sp-definition-list-13 > dt, #sp-definition-list-14 > dt, #sp-definition-list-15 > dt, #sp-definition-list-2 > dt, #sp-definition-list-3 > dt, #sp-definition-list-4 > dt, #sp-definition-list-5 > dt, #sp-definition-list-6 > dt, #sp-definition-list-7 > dt, #sp-definition-list-8 > dt, #sp-definition-list-9 > dt{
  font-weight : normal;
  padding-top : 0.2em;
  padding-left : 1em;
  margin-bottom : 0.5em;
  border-left-width : 6px;
  border-left-style : solid;
  border-left-color : #84d4ee;
}

#sp-block-container-1{
  color : white;
  background-color : #161616;
}

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

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

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

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

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

#sp-site-branding2-1 .site-title{
  background-image : url(img/image2.png);
}

#sp-site-branding2-1 > .site-title{
  background-image : url(img/image3.png);
}

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

  #sp-definition-list-10{
    margin-bottom : -54px;
    width : 680px;
    min-height : 8367px;
  }

  #sp-definition-list-11{
    margin-bottom : -7723px;
    width : 680px;
    min-height : 8828px;
  }

  #sp-definition-list-12{
    margin-bottom : -5012px;
    width : 680px;
    min-height : 8916px;
  }

  #sp-definition-list-13{
    margin-bottom : -5818px;
    width : 680px;
    min-height : 6846px;
  }

  #sp-definition-list-3{
    min-height : 472px;
  }

  #sp-definition-list-4{
    margin-bottom : -9079px;
    width : 680px;
    min-height : 9327px;
  }

  #sp-definition-list-5{
    margin-bottom : -817px;
    width : 680px;
    min-height : 9143px;
  }

  #sp-definition-list-6{
    margin-bottom : -7808px;
    width : 680px;
    min-height : 8931px;
  }

  #sp-definition-list-7{
    margin-bottom : -4898px;
    width : 680px;
    min-height : 8882px;
  }

  #sp-definition-list-8{
    margin-bottom : -6859px;
    width : 680px;
    min-height : 7986px;
  }

  #sp-definition-list-9{
    margin-bottom : -9086px;
    width : 680px;
    min-height : 9327px;
  }

  #sp-image-1{
    width : 190px;
    height : 218px;
  }

  #sp-image-2{
    width : 190px;
    height : 218px;
  }

  #sp-image-4{
    width : 258px;
    height : 192px;
  }

  #sp-image-7{
    width : 138px;
    height : auto;
  }

  #sp-photo-motion-1{
    margin-left : 100px;
    width : 747px;
    height : 365px;
  }

  #sp-photo-motion-2{
    margin-left : 100px;
    width : 747px;
    height : 365px;
  }

  #sp-site-branding2-1 > .extra{
    margin-top : 0px;
    margin-left : -805px;
    min-height : 20px;
    top : auto;
    bottom : -493px;
    right : 398px;
    left : auto;
  }

  #sp-site-branding2-1 > .site-description{
    width : 3000px;
    height : 78px;
    top : auto;
    bottom : -442px;
    right : 18px;
    left : auto;
  }

  #sp-site-branding2-1 > .site-title{
    width : 139px;
    height : 40px;
    top : 6px;
    bottom : auto;
    right : auto;
    left : 133px;
  }

  #sp-site-navigation-1{
    width : 769px;
  }

  #sp-site-navigation-2{
    margin-top : 1280px;
  }

  .sp-wp-post-list#sp-wp-post-list-1{
    margin-top : 2px;
  }

  .sp-wp-post-list#sp-wp-post-list-2{
    width : 1000px;
    min-height : 4914px;
  }
}

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

  #sp-site-branding2-1 > .site-description{
    width : 299px;
    height : 62px;
    top : 316px;
    bottom : auto;
    right : auto;
    left : 5px;
  }

  #sp-site-branding2-1 > .site-title{
    width : 258px;
    height : 40px;
  }

  .sp-wp-post-list#sp-wp-post-list-1{
    margin-bottom : 40px;
    min-height : 229px;
  }
}