#colophon{
  font-size : 1.2rem;
  background-color : transparent;
  background-image : url(img/back-header-main.png);
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  border-top-width : 1px;
  border-bottom-width : 28px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #cccccc;
  border-bottom-color : #ffffff;
}

#content{
  min-height : 50px;
}

#contenthead {
}

#main-inner::after{
  clear : both;
  display : table;
  content : "";
}

#main::after{
  clear : both;
  display : table;
  content : "";
}

#masthead{
  margin-bottom : 0px;
  border-top-width : 7px;
  border-top-style : solid;
  border-top-color : #fea4a4;
}

#page{
  font-size : 1.4rem;
}

*{
  box-sizing : border-box;
  
}

.hpb-viewtype-full > article::after{
  clear : both;
  display : table;
  content : "";
}

.hpb-viewtype-simple > article::after{
  clear : both;
  display : table;
  content : "";
}

.hpb-viewtype-thumbnail > article::after{
  clear : both;
  display : table;
  content : "";
}

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

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

.searchform::after{
  clear : both;
  display : table;
  content : "";
}

.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 textarea[name="message"]{
  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-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;
  line-height : 17px;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a{
  color : #62492a;
  text-decoration : none;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

article{
  display : block;
}

aside{
  display : block;
}

body{
  font-size : 3rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "Arial", sans-serif;
  line-height : 1.5;
  color : #fc2566;
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  word-wrap : break-word;
}

details{
  display : block;
}

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

figcaption{
  display : block;
}

figure{
  display : block;
}

footer{
  display : block;
}

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

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

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

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

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

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

header{
  display : block;
}

hgroup{
  display : block;
}

html{
  font-size : 62.5%;
}

img{
  max-width : 100%;
  height : auto;
}

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

  #content{
    font-size : 1.6rem;
    color : #000000;
    min-height : 50px;
  }

  #contenthead > a{
    background-image : url(img/back-header-main.png);
    margin-left : -100%;
    margin-right : -100%;
  }

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

  #main-inner{
    float : left;
  }

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

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

  #main-inner #contenthead > nav{
    padding-left : 0px;
    padding-right : 0px;
    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 : 1200px;
    box-sizing : content-box;
  }

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

  #primary{
    float : right;
  }

  #sidebar2 {
  }

  .home #contenthead{
    margin-bottom : 30px;
  }

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

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

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

  #contenthead{
    width : 1200px;
  }

  #main-inner{
    padding-left : 20px;
    width : 830px;
  }

  #primary{
    width : 100%;
  }

  #sidebar2{
    margin-right : 20px;
    width : 300px;
    float : right;
  }
}

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

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

  #masthead{
    margin-bottom : 0px;
  }

  *{
    box-sizing : border-box;
  }

  .home #contenthead{
    margin-bottom : 11px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  embed{
    max-width : 100%;
  }
}

#sp-site-branding2-1 .extra{
  position : static;
}

#sp-site-branding2-1 .extra p.address{
  color : #a4a4a4;
}

#sp-site-branding2-1 .extra p.tel{
  color : #a4a4a4;
}

#sp-site-branding2-1 .site-description{
  font-size : 1.1rem;
  font-weight : bold;
  color : #fea4a4;
  margin-bottom : 0px;
  position : static;
}

#sp-site-branding2-1 .site-title{
  background-color : transparent;
  background-image : url(img/site-title.png);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  width : 247px;
  height : 29px;
}

#sp-site-branding2-1 .site-title a{
  text-indent : -9999px;
  display : block;
}

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

  #sp-site-branding2-1{
    padding-top : 0px;
    padding-bottom : 26px;
  }

  #sp-site-branding2-1 .extra{
    margin-top : 2px;
    width : 247px;
    float : left;
    clear : left;
  }

  #sp-site-branding2-1 .extra p.address{
    text-align : left;
  }

  #sp-site-branding2-1 .extra p.tel{
    text-align : left;
  }

  #sp-site-branding2-1 .site-description{
    text-align : right;
    padding-left : 257px;
    margin-top : 2px;
    margin-left : -257px;
    width : 100%;
    float : right;
    clear : left;
  }

  #sp-site-branding2-1 .site-title{
    margin-top : 26px;
    clear : right;
  }
}

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

  #sp-site-branding2-1{
    padding-top : 23px;
    padding-bottom : 20px;
  }

  #sp-site-branding2-1 .extra{
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    margin-top : 6px;
  }

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

  #sp-site-branding2-1 .site-description{
    padding-left : 10px;
    padding-right : 10px;
    margin-top : 13px;
  }

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

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

  #sp-site-navigation-1{
    padding-left : 100%;
    padding-right : 100%;
    margin-left : -100%;
    margin-right : -100%;
    margin-bottom : 0px;
    border-top-width : 1px;
    border-bottom-width : 5px;
    border-top-style : solid;
    border-bottom-style : solid;
    border-top-color : #fea4a4;
    border-bottom-color : #fea4a4;
  }

  #sp-site-navigation-1 ul ul{
    font-size : 1.2rem;
    background-color : #ffcaca;
    background-image : none;
    background-repeat : repeat;
    background-attachment : scroll;
    background-position : 0% 0%;
    background-clip : border-box;
    background-origin : padding-box;
    background-size : auto auto;
    border-top-width : 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 : #ffffff;
    border-left-color : #ffffff;
    border-right-color : #ffffff;
    border-bottom-color : initial;
  }

  #sp-site-navigation-1 ul ul li{
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #ffffff;
    position : relative;
  }

  #sp-site-navigation-1 ul ul li.menu-item-has-children > a::after{
    background-image : url(img/icon-arrow-01.png);
    background-repeat : no-repeat;
    background-position : left center;
    margin-top : -3px;
    width : 6px;
    height : 7px;
    display : block;
    position : absolute;
    top : 50%;
    right : 10px;
    z-index : 10;
    content : "";
  }

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

  #sp-site-navigation-1 ul ul li > a{
    color : #ffffff;
    background-color : #ffcaca;
    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;
    position : relative;
  }

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

  #sp-site-navigation-1 > ul{
    font-size : 1.3rem;
    margin-top : 9px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 6px;
  }

  #sp-site-navigation-1 > ul > li{
    margin-top : 7px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 7px;
  }

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
    color : #eb6a6a;
    background-color : transparent;
    background-image : none;
    background-repeat : repeat;
    background-attachment : scroll;
    background-position : 0% 0%;
    background-clip : border-box;
    background-origin : padding-box;
    background-size : auto auto;
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a{
    color : #eb6a6a;
    background-color : transparent;
    background-image : none;
    background-repeat : repeat;
    background-attachment : scroll;
    background-position : 0% 0%;
    background-clip : border-box;
    background-origin : padding-box;
    background-size : auto auto;
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a{
    color : #eb6a6a;
    background-color : transparent;
    background-image : none;
    background-repeat : repeat;
    background-attachment : scroll;
    background-position : 0% 0%;
    background-clip : border-box;
    background-origin : padding-box;
    background-size : auto auto;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    color : #eb6a6a;
    background-color : transparent;
    background-image : none;
    background-repeat : repeat;
    background-attachment : scroll;
    background-position : 0% 0%;
    background-clip : border-box;
    background-origin : padding-box;
    background-size : auto auto;
  }

  #sp-site-navigation-1 > ul > li > a{
    font-weight : bold;
    line-height : 1;
    color : #646464;
    padding-top : 4px;
    padding-left : 29px;
    padding-right : 29px;
    padding-bottom : 4px;
    border-left-width : 1px;
    border-left-style : solid;
    border-left-color : #d3d3d3;
    display : block;
  }

  #sp-site-navigation-1 > ul > li > a:hover{
    color : #eb6a6a;
    background-color : transparent;
    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;
  }
}

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

  #sp-site-navigation-1{
    font-size : 1.2rem;
    font-weight : bold;
    margin-top : 0px;
  }

  #sp-site-navigation-1 .menu-toggle{
    font-size : 1.3rem;
    background-color : #ffd9d9;
    background-image : url(img/icon-menu-toggle.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -9999px;
  }

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

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

  #sp-site-navigation-1 ul li > a{
    font-weight : bold;
    color : #ffffff;
    background-color : #fea4a4;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 8px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #ffffff;
  }

  #sp-site-navigation-1 ul ul li > a{
    padding-left : 40px;
    padding-right : 10px;
  }

  #sp-site-navigation-1 ul ul ul li > a{
    padding-left : 55px;
  }

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

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

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

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

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

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

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

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

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

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

#sp-block-container-1 > a:link{
  color : #555555;
  text-decoration : underline;
}

#sp-block-container-1 > em{
  font-style : oblique;
  color : #555555;
}

#sp-block-container-1 > h1{
  color : #333333;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 21px;
  padding-bottom : 11px;
}

#sp-block-container-1 > h2{
  color : #333333;
  padding-top : 11px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 11px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #333333;
}

#sp-block-container-1 > h3{
  font-size : 1.2em;
  font-weight : normal;
  color : #333333;
  padding-top : 7px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #333333;
  clear : both;
}

#sp-block-container-1 > h4{
  font-size : 1.1em;
  color : #333333;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  clear : both;
}

#sp-block-container-1 > h5{
  font-size : 1em;
  font-weight : normal;
  color : #333333;
  background-color : #f2f2f2;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 15px;
  padding-left : 32px;
  padding-right : 0px;
  padding-bottom : 15px;
  clear : both;
}

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

#sp-block-container-1 > p{
  line-height : 2;
  color : #333333;
  text-align : left;
  margin-top : 1em;
  margin-left : 0.1em;
  margin-right : 0.1em;
  margin-bottom : 1em;
}

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

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

#sp-block-container-1 > strong{
  font-weight : bold;
  color : #333333;
}

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

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

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

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

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

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

#sp-block-container-9 > a:link{
  color : #3e9d84;
  text-decoration : underline;
}

#sp-block-container-9 > em{
  font-style : oblique;
  color : #3e9d84;
}

#sp-block-container-9 > h1{
  color : #225e4e;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 21px;
  padding-bottom : 11px;
}

#sp-block-container-9 > h2{
  color : #225e4e;
  padding-top : 11px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 11px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #225e4e;
}

#sp-block-container-9 > h3{
  font-size : 1.2em;
  font-weight : normal;
  color : #225e4e;
  padding-top : 7px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #225e4e;
  clear : both;
}

#sp-block-container-9 > h4{
  font-size : 1.1em;
  color : #225e4e;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  clear : both;
}

#sp-block-container-9 > h5{
  font-size : 1em;
  font-weight : normal;
  color : #225e4e;
  background-color : #f2f2f2;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 15px;
  padding-left : 32px;
  padding-right : 0px;
  padding-bottom : 15px;
  clear : both;
}

#sp-block-container-9 > h6{
  font-size : 0.8em;
  color : #3e9d84;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #3e9d84;
}

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

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

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

#sp-block-container-9 > strong{
  font-weight : bold;
  color : #3e9d84;
}

#sp-page-title-1 > h1, #sp-page-title-10 > h1, #sp-page-title-14 > h1, #sp-page-title-17 > h1, #sp-page-title-2 > h1, #sp-page-title-20 > h1, #sp-page-title-21 > h1, #sp-page-title-22 > h1, #sp-page-title-23 > h1, #sp-page-title-24 > h1, #sp-page-title-25 > h1, #sp-page-title-26 > h1, #sp-page-title-27 > h1, #sp-page-title-28 > h1, #sp-page-title-29 > h1, #sp-page-title-30 > h1, #sp-page-title-31 > h1, #sp-page-title-32 > h1, #sp-page-title-33 > h1, #sp-page-title-34 > h1, #sp-page-title-35 > h1, #sp-page-title-36 > h1, #sp-page-title-37 > h1, #sp-page-title-38 > h1, #sp-page-title-39 > h1, #sp-page-title-4 > h1, #sp-page-title-40 > h1, #sp-page-title-41 > h1, #sp-page-title-42 > h1, #sp-page-title-43 > h1, #sp-page-title-44 > h1, #sp-page-title-45 > h1, #sp-page-title-46 > h1, #sp-page-title-47 > h1, #sp-page-title-48 > h1, #sp-page-title-49 > h1, #sp-page-title-5 > h1, #sp-page-title-50 > h1, #sp-page-title-51 > h1, #sp-page-title-52 > h1, #sp-page-title-53 > h1, #sp-page-title-54 > h1, #sp-page-title-55 > h1, #sp-page-title-56 > h1, #sp-page-title-57 > h1, #sp-page-title-58 > h1, #sp-page-title-59 > h1, #sp-page-title-60 > h1, #sp-page-title-61 > h1, #sp-page-title-62 > h1, #sp-page-title-63 > h1, #sp-page-title-64 > h1, #sp-page-title-65 > h1, #sp-page-title-66 > h1, #sp-page-title-67 > h1, #sp-page-title-68 > h1, #sp-page-title-69 > h1, #sp-page-title-70 > h1, #sp-page-title-71 > h1, #sp-page-title-72 > h1, #sp-page-title-73 > h1, #sp-page-title-74 > h1, #sp-page-title-75 > h1, #sp-page-title-76 > h1, #sp-page-title-77 > h1, #sp-page-title-78 > h1, #sp-page-title-79 > h1, #sp-page-title-80 > h1, #sp-page-title-81 > h1, #sp-page-title-82 > h1, #sp-page-title-83 > h1, #sp-page-title-84 > h1, #sp-page-title-85 > h1, #sp-page-title-86 > h1, #sp-page-title-87 > h1, #sp-page-title-88 > h1, #sp-page-title-89 > h1, #sp-page-title-9 > h1{
  font-size : 1.6rem;
  font-family : "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight : bold;
  line-height : 1.5;
  color : #c76b6b;
  background-color : #ffeaea;
  background-image : url(img/back-title-01.png);
  background-repeat : repeat-x;
  padding-top : 3px;
  padding-left : 19px;
  padding-right : 10px;
  padding-bottom : 3px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#breadcrumb-list{
  font-size : 1.1rem;
  padding-left : 20px;
  padding-right : 20px;
  box-sizing : border-box;
}

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

#breadcrumb-list div a{
  color : #f0a7a7;
}

.page-blog#content #page-content, .page-custom#content #page-content, .page-custom1#content #page-content, .page-custom10#content #page-content, .page-custom11#content #page-content, .page-custom12#content #page-content, .page-custom13#content #page-content, .page-custom14#content #page-content, .page-custom15#content #page-content, .page-custom16#content #page-content, .page-custom17#content #page-content, .page-custom18#content #page-content, .page-custom19#content #page-content, .page-custom2#content #page-content, .page-custom20#content #page-content, .page-custom21#content #page-content, .page-custom22#content #page-content, .page-custom23#content #page-content, .page-custom24#content #page-content, .page-custom25#content #page-content, .page-custom26#content #page-content, .page-custom27#content #page-content, .page-custom28#content #page-content, .page-custom29#content #page-content, .page-custom3#content #page-content, .page-custom30#content #page-content, .page-custom31#content #page-content, .page-custom32#content #page-content, .page-custom33#content #page-content, .page-custom34#content #page-content, .page-custom35#content #page-content, .page-custom36#content #page-content, .page-custom37#content #page-content, .page-custom38#content #page-content, .page-custom39#content #page-content, .page-custom4#content #page-content, .page-custom40#content #page-content, .page-custom41#content #page-content, .page-custom42#content #page-content, .page-custom43#content #page-content, .page-custom44#content #page-content, .page-custom45#content #page-content, .page-custom46#content #page-content, .page-custom47#content #page-content, .page-custom48#content #page-content, .page-custom49#content #page-content, .page-custom5#content #page-content, .page-custom50#content #page-content, .page-custom51#content #page-content, .page-custom52#content #page-content, .page-custom53#content #page-content, .page-custom54#content #page-content, .page-custom55#content #page-content, .page-custom56#content #page-content, .page-custom57#content #page-content, .page-custom58#content #page-content, .page-custom59#content #page-content, .page-custom6#content #page-content, .page-custom60#content #page-content, .page-custom61#content #page-content, .page-custom62#content #page-content, .page-custom63#content #page-content, .page-custom64#content #page-content, .page-custom65#content #page-content, .page-custom66#content #page-content, .page-custom67#content #page-content, .page-custom68#content #page-content, .page-custom69#content #page-content, .page-custom7#content #page-content, .page-custom70#content #page-content, .page-custom71#content #page-content, .page-custom72#content #page-content, .page-custom73#content #page-content, .page-custom8#content #page-content, .page-custom9#content #page-content, .page-post_archive#content #page-content, .page-toppage#content #page-content, #sp-block-container-3{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 26px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 11px;
  margin-top : 0px;
  margin-bottom : 25px;
  border-top-width : medium;
  border-left-width : 6px;
  border-right-width : 6px;
  border-bottom-width : 6px;
  border-top-style : none;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : initial;
  border-left-color : #ffeaea;
  border-right-color : #ffeaea;
  border-bottom-color : #ffeaea;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

.page-blog#content #page-content > blockquote, .page-custom#content #page-content > blockquote, .page-custom1#content #page-content > blockquote, .page-custom10#content #page-content > blockquote, .page-custom11#content #page-content > blockquote, .page-custom12#content #page-content > blockquote, .page-custom13#content #page-content > blockquote, .page-custom14#content #page-content > blockquote, .page-custom15#content #page-content > blockquote, .page-custom16#content #page-content > blockquote, .page-custom17#content #page-content > blockquote, .page-custom18#content #page-content > blockquote, .page-custom19#content #page-content > blockquote, .page-custom2#content #page-content > blockquote, .page-custom20#content #page-content > blockquote, .page-custom21#content #page-content > blockquote, .page-custom22#content #page-content > blockquote, .page-custom23#content #page-content > blockquote, .page-custom24#content #page-content > blockquote, .page-custom25#content #page-content > blockquote, .page-custom26#content #page-content > blockquote, .page-custom27#content #page-content > blockquote, .page-custom28#content #page-content > blockquote, .page-custom29#content #page-content > blockquote, .page-custom3#content #page-content > blockquote, .page-custom30#content #page-content > blockquote, .page-custom31#content #page-content > blockquote, .page-custom32#content #page-content > blockquote, .page-custom33#content #page-content > blockquote, .page-custom34#content #page-content > blockquote, .page-custom35#content #page-content > blockquote, .page-custom36#content #page-content > blockquote, .page-custom37#content #page-content > blockquote, .page-custom38#content #page-content > blockquote, .page-custom39#content #page-content > blockquote, .page-custom4#content #page-content > blockquote, .page-custom40#content #page-content > blockquote, .page-custom41#content #page-content > blockquote, .page-custom42#content #page-content > blockquote, .page-custom43#content #page-content > blockquote, .page-custom44#content #page-content > blockquote, .page-custom45#content #page-content > blockquote, .page-custom46#content #page-content > blockquote, .page-custom47#content #page-content > blockquote, .page-custom48#content #page-content > blockquote, .page-custom49#content #page-content > blockquote, .page-custom5#content #page-content > blockquote, .page-custom50#content #page-content > blockquote, .page-custom51#content #page-content > blockquote, .page-custom52#content #page-content > blockquote, .page-custom53#content #page-content > blockquote, .page-custom54#content #page-content > blockquote, .page-custom55#content #page-content > blockquote, .page-custom56#content #page-content > blockquote, .page-custom57#content #page-content > blockquote, .page-custom58#content #page-content > blockquote, .page-custom59#content #page-content > blockquote, .page-custom6#content #page-content > blockquote, .page-custom60#content #page-content > blockquote, .page-custom61#content #page-content > blockquote, .page-custom62#content #page-content > blockquote, .page-custom63#content #page-content > blockquote, .page-custom64#content #page-content > blockquote, .page-custom65#content #page-content > blockquote, .page-custom66#content #page-content > blockquote, .page-custom67#content #page-content > blockquote, .page-custom68#content #page-content > blockquote, .page-custom69#content #page-content > blockquote, .page-custom7#content #page-content > blockquote, .page-custom70#content #page-content > blockquote, .page-custom71#content #page-content > blockquote, .page-custom72#content #page-content > blockquote, .page-custom73#content #page-content > blockquote, .page-custom8#content #page-content > blockquote, .page-custom9#content #page-content > blockquote, .page-post_archive#content #page-content > blockquote, .page-toppage#content #page-content > blockquote, #sp-block-container-3 > blockquote{
  background-color : #fdf2f2;
  padding-top : 1em;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 1em;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 16px;
}

.page-blog#content #page-content > blockquote p, .page-custom#content #page-content > blockquote p, .page-custom1#content #page-content > blockquote p, .page-custom10#content #page-content > blockquote p, .page-custom11#content #page-content > blockquote p, .page-custom12#content #page-content > blockquote p, .page-custom13#content #page-content > blockquote p, .page-custom14#content #page-content > blockquote p, .page-custom15#content #page-content > blockquote p, .page-custom16#content #page-content > blockquote p, .page-custom17#content #page-content > blockquote p, .page-custom18#content #page-content > blockquote p, .page-custom19#content #page-content > blockquote p, .page-custom2#content #page-content > blockquote p, .page-custom20#content #page-content > blockquote p, .page-custom21#content #page-content > blockquote p, .page-custom22#content #page-content > blockquote p, .page-custom23#content #page-content > blockquote p, .page-custom24#content #page-content > blockquote p, .page-custom25#content #page-content > blockquote p, .page-custom26#content #page-content > blockquote p, .page-custom27#content #page-content > blockquote p, .page-custom28#content #page-content > blockquote p, .page-custom29#content #page-content > blockquote p, .page-custom3#content #page-content > blockquote p, .page-custom30#content #page-content > blockquote p, .page-custom31#content #page-content > blockquote p, .page-custom32#content #page-content > blockquote p, .page-custom33#content #page-content > blockquote p, .page-custom34#content #page-content > blockquote p, .page-custom35#content #page-content > blockquote p, .page-custom36#content #page-content > blockquote p, .page-custom37#content #page-content > blockquote p, .page-custom38#content #page-content > blockquote p, .page-custom39#content #page-content > blockquote p, .page-custom4#content #page-content > blockquote p, .page-custom40#content #page-content > blockquote p, .page-custom41#content #page-content > blockquote p, .page-custom42#content #page-content > blockquote p, .page-custom43#content #page-content > blockquote p, .page-custom44#content #page-content > blockquote p, .page-custom45#content #page-content > blockquote p, .page-custom46#content #page-content > blockquote p, .page-custom47#content #page-content > blockquote p, .page-custom48#content #page-content > blockquote p, .page-custom49#content #page-content > blockquote p, .page-custom5#content #page-content > blockquote p, .page-custom50#content #page-content > blockquote p, .page-custom51#content #page-content > blockquote p, .page-custom52#content #page-content > blockquote p, .page-custom53#content #page-content > blockquote p, .page-custom54#content #page-content > blockquote p, .page-custom55#content #page-content > blockquote p, .page-custom56#content #page-content > blockquote p, .page-custom57#content #page-content > blockquote p, .page-custom58#content #page-content > blockquote p, .page-custom59#content #page-content > blockquote p, .page-custom6#content #page-content > blockquote p, .page-custom60#content #page-content > blockquote p, .page-custom61#content #page-content > blockquote p, .page-custom62#content #page-content > blockquote p, .page-custom63#content #page-content > blockquote p, .page-custom64#content #page-content > blockquote p, .page-custom65#content #page-content > blockquote p, .page-custom66#content #page-content > blockquote p, .page-custom67#content #page-content > blockquote p, .page-custom68#content #page-content > blockquote p, .page-custom69#content #page-content > blockquote p, .page-custom7#content #page-content > blockquote p, .page-custom70#content #page-content > blockquote p, .page-custom71#content #page-content > blockquote p, .page-custom72#content #page-content > blockquote p, .page-custom73#content #page-content > blockquote p, .page-custom8#content #page-content > blockquote p, .page-custom9#content #page-content > blockquote p, .page-post_archive#content #page-content > blockquote p, .page-toppage#content #page-content > blockquote p, #sp-block-container-3 > blockquote p{
  margin-top : 19px;
  margin-bottom : 0px;
}

.page-blog#content #page-content > blockquote p:first-child, .page-custom#content #page-content > blockquote p:first-child, .page-custom1#content #page-content > blockquote p:first-child, .page-custom10#content #page-content > blockquote p:first-child, .page-custom11#content #page-content > blockquote p:first-child, .page-custom12#content #page-content > blockquote p:first-child, .page-custom13#content #page-content > blockquote p:first-child, .page-custom14#content #page-content > blockquote p:first-child, .page-custom15#content #page-content > blockquote p:first-child, .page-custom16#content #page-content > blockquote p:first-child, .page-custom17#content #page-content > blockquote p:first-child, .page-custom18#content #page-content > blockquote p:first-child, .page-custom19#content #page-content > blockquote p:first-child, .page-custom2#content #page-content > blockquote p:first-child, .page-custom20#content #page-content > blockquote p:first-child, .page-custom21#content #page-content > blockquote p:first-child, .page-custom22#content #page-content > blockquote p:first-child, .page-custom23#content #page-content > blockquote p:first-child, .page-custom24#content #page-content > blockquote p:first-child, .page-custom25#content #page-content > blockquote p:first-child, .page-custom26#content #page-content > blockquote p:first-child, .page-custom27#content #page-content > blockquote p:first-child, .page-custom28#content #page-content > blockquote p:first-child, .page-custom29#content #page-content > blockquote p:first-child, .page-custom3#content #page-content > blockquote p:first-child, .page-custom30#content #page-content > blockquote p:first-child, .page-custom31#content #page-content > blockquote p:first-child, .page-custom32#content #page-content > blockquote p:first-child, .page-custom33#content #page-content > blockquote p:first-child, .page-custom34#content #page-content > blockquote p:first-child, .page-custom35#content #page-content > blockquote p:first-child, .page-custom36#content #page-content > blockquote p:first-child, .page-custom37#content #page-content > blockquote p:first-child, .page-custom38#content #page-content > blockquote p:first-child, .page-custom39#content #page-content > blockquote p:first-child, .page-custom4#content #page-content > blockquote p:first-child, .page-custom40#content #page-content > blockquote p:first-child, .page-custom41#content #page-content > blockquote p:first-child, .page-custom42#content #page-content > blockquote p:first-child, .page-custom43#content #page-content > blockquote p:first-child, .page-custom44#content #page-content > blockquote p:first-child, .page-custom45#content #page-content > blockquote p:first-child, .page-custom46#content #page-content > blockquote p:first-child, .page-custom47#content #page-content > blockquote p:first-child, .page-custom48#content #page-content > blockquote p:first-child, .page-custom49#content #page-content > blockquote p:first-child, .page-custom5#content #page-content > blockquote p:first-child, .page-custom50#content #page-content > blockquote p:first-child, .page-custom51#content #page-content > blockquote p:first-child, .page-custom52#content #page-content > blockquote p:first-child, .page-custom53#content #page-content > blockquote p:first-child, .page-custom54#content #page-content > blockquote p:first-child, .page-custom55#content #page-content > blockquote p:first-child, .page-custom56#content #page-content > blockquote p:first-child, .page-custom57#content #page-content > blockquote p:first-child, .page-custom58#content #page-content > blockquote p:first-child, .page-custom59#content #page-content > blockquote p:first-child, .page-custom6#content #page-content > blockquote p:first-child, .page-custom60#content #page-content > blockquote p:first-child, .page-custom61#content #page-content > blockquote p:first-child, .page-custom62#content #page-content > blockquote p:first-child, .page-custom63#content #page-content > blockquote p:first-child, .page-custom64#content #page-content > blockquote p:first-child, .page-custom65#content #page-content > blockquote p:first-child, .page-custom66#content #page-content > blockquote p:first-child, .page-custom67#content #page-content > blockquote p:first-child, .page-custom68#content #page-content > blockquote p:first-child, .page-custom69#content #page-content > blockquote p:first-child, .page-custom7#content #page-content > blockquote p:first-child, .page-custom70#content #page-content > blockquote p:first-child, .page-custom71#content #page-content > blockquote p:first-child, .page-custom72#content #page-content > blockquote p:first-child, .page-custom73#content #page-content > blockquote p:first-child, .page-custom8#content #page-content > blockquote p:first-child, .page-custom9#content #page-content > blockquote p:first-child, .page-post_archive#content #page-content > blockquote p:first-child, .page-toppage#content #page-content > blockquote p:first-child, #sp-block-container-3 > blockquote p:first-child{
  margin-top : 0px;
}

.page-blog#content #page-content > h1, .page-custom#content #page-content > h1, .page-custom1#content #page-content > h1, .page-custom10#content #page-content > h1, .page-custom11#content #page-content > h1, .page-custom12#content #page-content > h1, .page-custom13#content #page-content > h1, .page-custom14#content #page-content > h1, .page-custom15#content #page-content > h1, .page-custom16#content #page-content > h1, .page-custom17#content #page-content > h1, .page-custom18#content #page-content > h1, .page-custom19#content #page-content > h1, .page-custom2#content #page-content > h1, .page-custom20#content #page-content > h1, .page-custom21#content #page-content > h1, .page-custom22#content #page-content > h1, .page-custom23#content #page-content > h1, .page-custom24#content #page-content > h1, .page-custom25#content #page-content > h1, .page-custom26#content #page-content > h1, .page-custom27#content #page-content > h1, .page-custom28#content #page-content > h1, .page-custom29#content #page-content > h1, .page-custom3#content #page-content > h1, .page-custom30#content #page-content > h1, .page-custom31#content #page-content > h1, .page-custom32#content #page-content > h1, .page-custom33#content #page-content > h1, .page-custom34#content #page-content > h1, .page-custom35#content #page-content > h1, .page-custom36#content #page-content > h1, .page-custom37#content #page-content > h1, .page-custom38#content #page-content > h1, .page-custom39#content #page-content > h1, .page-custom4#content #page-content > h1, .page-custom40#content #page-content > h1, .page-custom41#content #page-content > h1, .page-custom42#content #page-content > h1, .page-custom43#content #page-content > h1, .page-custom44#content #page-content > h1, .page-custom45#content #page-content > h1, .page-custom46#content #page-content > h1, .page-custom47#content #page-content > h1, .page-custom48#content #page-content > h1, .page-custom49#content #page-content > h1, .page-custom5#content #page-content > h1, .page-custom50#content #page-content > h1, .page-custom51#content #page-content > h1, .page-custom52#content #page-content > h1, .page-custom53#content #page-content > h1, .page-custom54#content #page-content > h1, .page-custom55#content #page-content > h1, .page-custom56#content #page-content > h1, .page-custom57#content #page-content > h1, .page-custom58#content #page-content > h1, .page-custom59#content #page-content > h1, .page-custom6#content #page-content > h1, .page-custom60#content #page-content > h1, .page-custom61#content #page-content > h1, .page-custom62#content #page-content > h1, .page-custom63#content #page-content > h1, .page-custom64#content #page-content > h1, .page-custom65#content #page-content > h1, .page-custom66#content #page-content > h1, .page-custom67#content #page-content > h1, .page-custom68#content #page-content > h1, .page-custom69#content #page-content > h1, .page-custom7#content #page-content > h1, .page-custom70#content #page-content > h1, .page-custom71#content #page-content > h1, .page-custom72#content #page-content > h1, .page-custom73#content #page-content > h1, .page-custom8#content #page-content > h1, .page-custom9#content #page-content > h1, .page-post_archive#content #page-content > h1, .page-toppage#content #page-content > h1, #sp-block-container-3 > h1{
  font-size : 1.8rem;
  font-weight : bold;
  color : #ffffff;
  background-color : #ffeaea;
  background-image : url(img/back-title-01.png);
  background-repeat : repeat-x;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  margin-bottom : 20px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

.page-blog#content #page-content > h2, .page-custom#content #page-content > h2, .page-custom1#content #page-content > h2, .page-custom10#content #page-content > h2, .page-custom11#content #page-content > h2, .page-custom12#content #page-content > h2, .page-custom13#content #page-content > h2, .page-custom14#content #page-content > h2, .page-custom15#content #page-content > h2, .page-custom16#content #page-content > h2, .page-custom17#content #page-content > h2, .page-custom18#content #page-content > h2, .page-custom19#content #page-content > h2, .page-custom2#content #page-content > h2, .page-custom20#content #page-content > h2, .page-custom21#content #page-content > h2, .page-custom22#content #page-content > h2, .page-custom23#content #page-content > h2, .page-custom24#content #page-content > h2, .page-custom25#content #page-content > h2, .page-custom26#content #page-content > h2, .page-custom27#content #page-content > h2, .page-custom28#content #page-content > h2, .page-custom29#content #page-content > h2, .page-custom3#content #page-content > h2, .page-custom30#content #page-content > h2, .page-custom31#content #page-content > h2, .page-custom32#content #page-content > h2, .page-custom33#content #page-content > h2, .page-custom34#content #page-content > h2, .page-custom35#content #page-content > h2, .page-custom36#content #page-content > h2, .page-custom37#content #page-content > h2, .page-custom38#content #page-content > h2, .page-custom39#content #page-content > h2, .page-custom4#content #page-content > h2, .page-custom40#content #page-content > h2, .page-custom41#content #page-content > h2, .page-custom42#content #page-content > h2, .page-custom43#content #page-content > h2, .page-custom44#content #page-content > h2, .page-custom45#content #page-content > h2, .page-custom46#content #page-content > h2, .page-custom47#content #page-content > h2, .page-custom48#content #page-content > h2, .page-custom49#content #page-content > h2, .page-custom5#content #page-content > h2, .page-custom50#content #page-content > h2, .page-custom51#content #page-content > h2, .page-custom52#content #page-content > h2, .page-custom53#content #page-content > h2, .page-custom54#content #page-content > h2, .page-custom55#content #page-content > h2, .page-custom56#content #page-content > h2, .page-custom57#content #page-content > h2, .page-custom58#content #page-content > h2, .page-custom59#content #page-content > h2, .page-custom6#content #page-content > h2, .page-custom60#content #page-content > h2, .page-custom61#content #page-content > h2, .page-custom62#content #page-content > h2, .page-custom63#content #page-content > h2, .page-custom64#content #page-content > h2, .page-custom65#content #page-content > h2, .page-custom66#content #page-content > h2, .page-custom67#content #page-content > h2, .page-custom68#content #page-content > h2, .page-custom69#content #page-content > h2, .page-custom7#content #page-content > h2, .page-custom70#content #page-content > h2, .page-custom71#content #page-content > h2, .page-custom72#content #page-content > h2, .page-custom73#content #page-content > h2, .page-custom8#content #page-content > h2, .page-custom9#content #page-content > h2, .page-post_archive#content #page-content > h2, .page-toppage#content #page-content > h2, #sp-block-container-3 > h2{
  font-size : 1.8rem;
  font-weight : bold;
  color : #c76b6b;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-blog#content #page-content > h3, .page-custom#content #page-content > h3, .page-custom1#content #page-content > h3, .page-custom10#content #page-content > h3, .page-custom11#content #page-content > h3, .page-custom12#content #page-content > h3, .page-custom13#content #page-content > h3, .page-custom14#content #page-content > h3, .page-custom15#content #page-content > h3, .page-custom16#content #page-content > h3, .page-custom17#content #page-content > h3, .page-custom18#content #page-content > h3, .page-custom19#content #page-content > h3, .page-custom2#content #page-content > h3, .page-custom20#content #page-content > h3, .page-custom21#content #page-content > h3, .page-custom22#content #page-content > h3, .page-custom23#content #page-content > h3, .page-custom24#content #page-content > h3, .page-custom25#content #page-content > h3, .page-custom26#content #page-content > h3, .page-custom27#content #page-content > h3, .page-custom28#content #page-content > h3, .page-custom29#content #page-content > h3, .page-custom3#content #page-content > h3, .page-custom30#content #page-content > h3, .page-custom31#content #page-content > h3, .page-custom32#content #page-content > h3, .page-custom33#content #page-content > h3, .page-custom34#content #page-content > h3, .page-custom35#content #page-content > h3, .page-custom36#content #page-content > h3, .page-custom37#content #page-content > h3, .page-custom38#content #page-content > h3, .page-custom39#content #page-content > h3, .page-custom4#content #page-content > h3, .page-custom40#content #page-content > h3, .page-custom41#content #page-content > h3, .page-custom42#content #page-content > h3, .page-custom43#content #page-content > h3, .page-custom44#content #page-content > h3, .page-custom45#content #page-content > h3, .page-custom46#content #page-content > h3, .page-custom47#content #page-content > h3, .page-custom48#content #page-content > h3, .page-custom49#content #page-content > h3, .page-custom5#content #page-content > h3, .page-custom50#content #page-content > h3, .page-custom51#content #page-content > h3, .page-custom52#content #page-content > h3, .page-custom53#content #page-content > h3, .page-custom54#content #page-content > h3, .page-custom55#content #page-content > h3, .page-custom56#content #page-content > h3, .page-custom57#content #page-content > h3, .page-custom58#content #page-content > h3, .page-custom59#content #page-content > h3, .page-custom6#content #page-content > h3, .page-custom60#content #page-content > h3, .page-custom61#content #page-content > h3, .page-custom62#content #page-content > h3, .page-custom63#content #page-content > h3, .page-custom64#content #page-content > h3, .page-custom65#content #page-content > h3, .page-custom66#content #page-content > h3, .page-custom67#content #page-content > h3, .page-custom68#content #page-content > h3, .page-custom69#content #page-content > h3, .page-custom7#content #page-content > h3, .page-custom70#content #page-content > h3, .page-custom71#content #page-content > h3, .page-custom72#content #page-content > h3, .page-custom73#content #page-content > h3, .page-custom8#content #page-content > h3, .page-custom9#content #page-content > h3, .page-post_archive#content #page-content > h3, .page-toppage#content #page-content > h3, #sp-block-container-3 > h3{
  font-size : 1.6rem;
  font-weight : normal;
  margin-bottom : 21px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-blog#content #page-content > h4, .page-custom#content #page-content > h4, .page-custom1#content #page-content > h4, .page-custom10#content #page-content > h4, .page-custom11#content #page-content > h4, .page-custom12#content #page-content > h4, .page-custom13#content #page-content > h4, .page-custom14#content #page-content > h4, .page-custom15#content #page-content > h4, .page-custom16#content #page-content > h4, .page-custom17#content #page-content > h4, .page-custom18#content #page-content > h4, .page-custom19#content #page-content > h4, .page-custom2#content #page-content > h4, .page-custom20#content #page-content > h4, .page-custom21#content #page-content > h4, .page-custom22#content #page-content > h4, .page-custom23#content #page-content > h4, .page-custom24#content #page-content > h4, .page-custom25#content #page-content > h4, .page-custom26#content #page-content > h4, .page-custom27#content #page-content > h4, .page-custom28#content #page-content > h4, .page-custom29#content #page-content > h4, .page-custom3#content #page-content > h4, .page-custom30#content #page-content > h4, .page-custom31#content #page-content > h4, .page-custom32#content #page-content > h4, .page-custom33#content #page-content > h4, .page-custom34#content #page-content > h4, .page-custom35#content #page-content > h4, .page-custom36#content #page-content > h4, .page-custom37#content #page-content > h4, .page-custom38#content #page-content > h4, .page-custom39#content #page-content > h4, .page-custom4#content #page-content > h4, .page-custom40#content #page-content > h4, .page-custom41#content #page-content > h4, .page-custom42#content #page-content > h4, .page-custom43#content #page-content > h4, .page-custom44#content #page-content > h4, .page-custom45#content #page-content > h4, .page-custom46#content #page-content > h4, .page-custom47#content #page-content > h4, .page-custom48#content #page-content > h4, .page-custom49#content #page-content > h4, .page-custom5#content #page-content > h4, .page-custom50#content #page-content > h4, .page-custom51#content #page-content > h4, .page-custom52#content #page-content > h4, .page-custom53#content #page-content > h4, .page-custom54#content #page-content > h4, .page-custom55#content #page-content > h4, .page-custom56#content #page-content > h4, .page-custom57#content #page-content > h4, .page-custom58#content #page-content > h4, .page-custom59#content #page-content > h4, .page-custom6#content #page-content > h4, .page-custom60#content #page-content > h4, .page-custom61#content #page-content > h4, .page-custom62#content #page-content > h4, .page-custom63#content #page-content > h4, .page-custom64#content #page-content > h4, .page-custom65#content #page-content > h4, .page-custom66#content #page-content > h4, .page-custom67#content #page-content > h4, .page-custom68#content #page-content > h4, .page-custom69#content #page-content > h4, .page-custom7#content #page-content > h4, .page-custom70#content #page-content > h4, .page-custom71#content #page-content > h4, .page-custom72#content #page-content > h4, .page-custom73#content #page-content > h4, .page-custom8#content #page-content > h4, .page-custom9#content #page-content > h4, .page-post_archive#content #page-content > h4, .page-toppage#content #page-content > h4, #sp-block-container-3 > h4{
  font-size : 1.5rem;
  font-weight : normal;
  margin-bottom : 21px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-blog#content #page-content > h5, .page-custom#content #page-content > h5, .page-custom1#content #page-content > h5, .page-custom10#content #page-content > h5, .page-custom11#content #page-content > h5, .page-custom12#content #page-content > h5, .page-custom13#content #page-content > h5, .page-custom14#content #page-content > h5, .page-custom15#content #page-content > h5, .page-custom16#content #page-content > h5, .page-custom17#content #page-content > h5, .page-custom18#content #page-content > h5, .page-custom19#content #page-content > h5, .page-custom2#content #page-content > h5, .page-custom20#content #page-content > h5, .page-custom21#content #page-content > h5, .page-custom22#content #page-content > h5, .page-custom23#content #page-content > h5, .page-custom24#content #page-content > h5, .page-custom25#content #page-content > h5, .page-custom26#content #page-content > h5, .page-custom27#content #page-content > h5, .page-custom28#content #page-content > h5, .page-custom29#content #page-content > h5, .page-custom3#content #page-content > h5, .page-custom30#content #page-content > h5, .page-custom31#content #page-content > h5, .page-custom32#content #page-content > h5, .page-custom33#content #page-content > h5, .page-custom34#content #page-content > h5, .page-custom35#content #page-content > h5, .page-custom36#content #page-content > h5, .page-custom37#content #page-content > h5, .page-custom38#content #page-content > h5, .page-custom39#content #page-content > h5, .page-custom4#content #page-content > h5, .page-custom40#content #page-content > h5, .page-custom41#content #page-content > h5, .page-custom42#content #page-content > h5, .page-custom43#content #page-content > h5, .page-custom44#content #page-content > h5, .page-custom45#content #page-content > h5, .page-custom46#content #page-content > h5, .page-custom47#content #page-content > h5, .page-custom48#content #page-content > h5, .page-custom49#content #page-content > h5, .page-custom5#content #page-content > h5, .page-custom50#content #page-content > h5, .page-custom51#content #page-content > h5, .page-custom52#content #page-content > h5, .page-custom53#content #page-content > h5, .page-custom54#content #page-content > h5, .page-custom55#content #page-content > h5, .page-custom56#content #page-content > h5, .page-custom57#content #page-content > h5, .page-custom58#content #page-content > h5, .page-custom59#content #page-content > h5, .page-custom6#content #page-content > h5, .page-custom60#content #page-content > h5, .page-custom61#content #page-content > h5, .page-custom62#content #page-content > h5, .page-custom63#content #page-content > h5, .page-custom64#content #page-content > h5, .page-custom65#content #page-content > h5, .page-custom66#content #page-content > h5, .page-custom67#content #page-content > h5, .page-custom68#content #page-content > h5, .page-custom69#content #page-content > h5, .page-custom7#content #page-content > h5, .page-custom70#content #page-content > h5, .page-custom71#content #page-content > h5, .page-custom72#content #page-content > h5, .page-custom73#content #page-content > h5, .page-custom8#content #page-content > h5, .page-custom9#content #page-content > h5, .page-post_archive#content #page-content > h5, .page-toppage#content #page-content > h5, #sp-block-container-3 > h5{
  font-size : 1.4rem;
  font-weight : normal;
  margin-bottom : 21px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-blog#content #page-content > h6, .page-custom#content #page-content > h6, .page-custom1#content #page-content > h6, .page-custom10#content #page-content > h6, .page-custom11#content #page-content > h6, .page-custom12#content #page-content > h6, .page-custom13#content #page-content > h6, .page-custom14#content #page-content > h6, .page-custom15#content #page-content > h6, .page-custom16#content #page-content > h6, .page-custom17#content #page-content > h6, .page-custom18#content #page-content > h6, .page-custom19#content #page-content > h6, .page-custom2#content #page-content > h6, .page-custom20#content #page-content > h6, .page-custom21#content #page-content > h6, .page-custom22#content #page-content > h6, .page-custom23#content #page-content > h6, .page-custom24#content #page-content > h6, .page-custom25#content #page-content > h6, .page-custom26#content #page-content > h6, .page-custom27#content #page-content > h6, .page-custom28#content #page-content > h6, .page-custom29#content #page-content > h6, .page-custom3#content #page-content > h6, .page-custom30#content #page-content > h6, .page-custom31#content #page-content > h6, .page-custom32#content #page-content > h6, .page-custom33#content #page-content > h6, .page-custom34#content #page-content > h6, .page-custom35#content #page-content > h6, .page-custom36#content #page-content > h6, .page-custom37#content #page-content > h6, .page-custom38#content #page-content > h6, .page-custom39#content #page-content > h6, .page-custom4#content #page-content > h6, .page-custom40#content #page-content > h6, .page-custom41#content #page-content > h6, .page-custom42#content #page-content > h6, .page-custom43#content #page-content > h6, .page-custom44#content #page-content > h6, .page-custom45#content #page-content > h6, .page-custom46#content #page-content > h6, .page-custom47#content #page-content > h6, .page-custom48#content #page-content > h6, .page-custom49#content #page-content > h6, .page-custom5#content #page-content > h6, .page-custom50#content #page-content > h6, .page-custom51#content #page-content > h6, .page-custom52#content #page-content > h6, .page-custom53#content #page-content > h6, .page-custom54#content #page-content > h6, .page-custom55#content #page-content > h6, .page-custom56#content #page-content > h6, .page-custom57#content #page-content > h6, .page-custom58#content #page-content > h6, .page-custom59#content #page-content > h6, .page-custom6#content #page-content > h6, .page-custom60#content #page-content > h6, .page-custom61#content #page-content > h6, .page-custom62#content #page-content > h6, .page-custom63#content #page-content > h6, .page-custom64#content #page-content > h6, .page-custom65#content #page-content > h6, .page-custom66#content #page-content > h6, .page-custom67#content #page-content > h6, .page-custom68#content #page-content > h6, .page-custom69#content #page-content > h6, .page-custom7#content #page-content > h6, .page-custom70#content #page-content > h6, .page-custom71#content #page-content > h6, .page-custom72#content #page-content > h6, .page-custom73#content #page-content > h6, .page-custom8#content #page-content > h6, .page-custom9#content #page-content > h6, .page-post_archive#content #page-content > h6, .page-toppage#content #page-content > h6, #sp-block-container-3 > h6{
  font-size : 1.3rem;
  font-weight : normal;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.page-blog#content #page-content > hr, .page-custom#content #page-content > hr, .page-custom1#content #page-content > hr, .page-custom10#content #page-content > hr, .page-custom11#content #page-content > hr, .page-custom12#content #page-content > hr, .page-custom13#content #page-content > hr, .page-custom14#content #page-content > hr, .page-custom15#content #page-content > hr, .page-custom16#content #page-content > hr, .page-custom17#content #page-content > hr, .page-custom18#content #page-content > hr, .page-custom19#content #page-content > hr, .page-custom2#content #page-content > hr, .page-custom20#content #page-content > hr, .page-custom21#content #page-content > hr, .page-custom22#content #page-content > hr, .page-custom23#content #page-content > hr, .page-custom24#content #page-content > hr, .page-custom25#content #page-content > hr, .page-custom26#content #page-content > hr, .page-custom27#content #page-content > hr, .page-custom28#content #page-content > hr, .page-custom29#content #page-content > hr, .page-custom3#content #page-content > hr, .page-custom30#content #page-content > hr, .page-custom31#content #page-content > hr, .page-custom32#content #page-content > hr, .page-custom33#content #page-content > hr, .page-custom34#content #page-content > hr, .page-custom35#content #page-content > hr, .page-custom36#content #page-content > hr, .page-custom37#content #page-content > hr, .page-custom38#content #page-content > hr, .page-custom39#content #page-content > hr, .page-custom4#content #page-content > hr, .page-custom40#content #page-content > hr, .page-custom41#content #page-content > hr, .page-custom42#content #page-content > hr, .page-custom43#content #page-content > hr, .page-custom44#content #page-content > hr, .page-custom45#content #page-content > hr, .page-custom46#content #page-content > hr, .page-custom47#content #page-content > hr, .page-custom48#content #page-content > hr, .page-custom49#content #page-content > hr, .page-custom5#content #page-content > hr, .page-custom50#content #page-content > hr, .page-custom51#content #page-content > hr, .page-custom52#content #page-content > hr, .page-custom53#content #page-content > hr, .page-custom54#content #page-content > hr, .page-custom55#content #page-content > hr, .page-custom56#content #page-content > hr, .page-custom57#content #page-content > hr, .page-custom58#content #page-content > hr, .page-custom59#content #page-content > hr, .page-custom6#content #page-content > hr, .page-custom60#content #page-content > hr, .page-custom61#content #page-content > hr, .page-custom62#content #page-content > hr, .page-custom63#content #page-content > hr, .page-custom64#content #page-content > hr, .page-custom65#content #page-content > hr, .page-custom66#content #page-content > hr, .page-custom67#content #page-content > hr, .page-custom68#content #page-content > hr, .page-custom69#content #page-content > hr, .page-custom7#content #page-content > hr, .page-custom70#content #page-content > hr, .page-custom71#content #page-content > hr, .page-custom72#content #page-content > hr, .page-custom73#content #page-content > hr, .page-custom8#content #page-content > hr, .page-custom9#content #page-content > hr, .page-post_archive#content #page-content > hr, .page-toppage#content #page-content > hr, #sp-block-container-3 > hr{
  margin-bottom : 19px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #f49924;
}

.page-blog#content #page-content > img, .page-custom#content #page-content > img, .page-custom1#content #page-content > img, .page-custom10#content #page-content > img, .page-custom11#content #page-content > img, .page-custom12#content #page-content > img, .page-custom13#content #page-content > img, .page-custom14#content #page-content > img, .page-custom15#content #page-content > img, .page-custom16#content #page-content > img, .page-custom17#content #page-content > img, .page-custom18#content #page-content > img, .page-custom19#content #page-content > img, .page-custom2#content #page-content > img, .page-custom20#content #page-content > img, .page-custom21#content #page-content > img, .page-custom22#content #page-content > img, .page-custom23#content #page-content > img, .page-custom24#content #page-content > img, .page-custom25#content #page-content > img, .page-custom26#content #page-content > img, .page-custom27#content #page-content > img, .page-custom28#content #page-content > img, .page-custom29#content #page-content > img, .page-custom3#content #page-content > img, .page-custom30#content #page-content > img, .page-custom31#content #page-content > img, .page-custom32#content #page-content > img, .page-custom33#content #page-content > img, .page-custom34#content #page-content > img, .page-custom35#content #page-content > img, .page-custom36#content #page-content > img, .page-custom37#content #page-content > img, .page-custom38#content #page-content > img, .page-custom39#content #page-content > img, .page-custom4#content #page-content > img, .page-custom40#content #page-content > img, .page-custom41#content #page-content > img, .page-custom42#content #page-content > img, .page-custom43#content #page-content > img, .page-custom44#content #page-content > img, .page-custom45#content #page-content > img, .page-custom46#content #page-content > img, .page-custom47#content #page-content > img, .page-custom48#content #page-content > img, .page-custom49#content #page-content > img, .page-custom5#content #page-content > img, .page-custom50#content #page-content > img, .page-custom51#content #page-content > img, .page-custom52#content #page-content > img, .page-custom53#content #page-content > img, .page-custom54#content #page-content > img, .page-custom55#content #page-content > img, .page-custom56#content #page-content > img, .page-custom57#content #page-content > img, .page-custom58#content #page-content > img, .page-custom59#content #page-content > img, .page-custom6#content #page-content > img, .page-custom60#content #page-content > img, .page-custom61#content #page-content > img, .page-custom62#content #page-content > img, .page-custom63#content #page-content > img, .page-custom64#content #page-content > img, .page-custom65#content #page-content > img, .page-custom66#content #page-content > img, .page-custom67#content #page-content > img, .page-custom68#content #page-content > img, .page-custom69#content #page-content > img, .page-custom7#content #page-content > img, .page-custom70#content #page-content > img, .page-custom71#content #page-content > img, .page-custom72#content #page-content > img, .page-custom73#content #page-content > img, .page-custom8#content #page-content > img, .page-custom9#content #page-content > img, .page-post_archive#content #page-content > img, .page-toppage#content #page-content > img, #sp-block-container-3 > img{
  margin-top : 0px;
  margin-bottom : 19px;
}

.page-blog#content #page-content > ins, .page-custom#content #page-content > ins, .page-custom1#content #page-content > ins, .page-custom10#content #page-content > ins, .page-custom11#content #page-content > ins, .page-custom12#content #page-content > ins, .page-custom13#content #page-content > ins, .page-custom14#content #page-content > ins, .page-custom15#content #page-content > ins, .page-custom16#content #page-content > ins, .page-custom17#content #page-content > ins, .page-custom18#content #page-content > ins, .page-custom19#content #page-content > ins, .page-custom2#content #page-content > ins, .page-custom20#content #page-content > ins, .page-custom21#content #page-content > ins, .page-custom22#content #page-content > ins, .page-custom23#content #page-content > ins, .page-custom24#content #page-content > ins, .page-custom25#content #page-content > ins, .page-custom26#content #page-content > ins, .page-custom27#content #page-content > ins, .page-custom28#content #page-content > ins, .page-custom29#content #page-content > ins, .page-custom3#content #page-content > ins, .page-custom30#content #page-content > ins, .page-custom31#content #page-content > ins, .page-custom32#content #page-content > ins, .page-custom33#content #page-content > ins, .page-custom34#content #page-content > ins, .page-custom35#content #page-content > ins, .page-custom36#content #page-content > ins, .page-custom37#content #page-content > ins, .page-custom38#content #page-content > ins, .page-custom39#content #page-content > ins, .page-custom4#content #page-content > ins, .page-custom40#content #page-content > ins, .page-custom41#content #page-content > ins, .page-custom42#content #page-content > ins, .page-custom43#content #page-content > ins, .page-custom44#content #page-content > ins, .page-custom45#content #page-content > ins, .page-custom46#content #page-content > ins, .page-custom47#content #page-content > ins, .page-custom48#content #page-content > ins, .page-custom49#content #page-content > ins, .page-custom5#content #page-content > ins, .page-custom50#content #page-content > ins, .page-custom51#content #page-content > ins, .page-custom52#content #page-content > ins, .page-custom53#content #page-content > ins, .page-custom54#content #page-content > ins, .page-custom55#content #page-content > ins, .page-custom56#content #page-content > ins, .page-custom57#content #page-content > ins, .page-custom58#content #page-content > ins, .page-custom59#content #page-content > ins, .page-custom6#content #page-content > ins, .page-custom60#content #page-content > ins, .page-custom61#content #page-content > ins, .page-custom62#content #page-content > ins, .page-custom63#content #page-content > ins, .page-custom64#content #page-content > ins, .page-custom65#content #page-content > ins, .page-custom66#content #page-content > ins, .page-custom67#content #page-content > ins, .page-custom68#content #page-content > ins, .page-custom69#content #page-content > ins, .page-custom7#content #page-content > ins, .page-custom70#content #page-content > ins, .page-custom71#content #page-content > ins, .page-custom72#content #page-content > ins, .page-custom73#content #page-content > ins, .page-custom8#content #page-content > ins, .page-custom9#content #page-content > ins, .page-post_archive#content #page-content > ins, .page-toppage#content #page-content > ins, #sp-block-container-3 > ins{
  background-color : #fff9c0;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
}

.page-blog#content #page-content > ol, .page-custom#content #page-content > ol, .page-custom1#content #page-content > ol, .page-custom10#content #page-content > ol, .page-custom11#content #page-content > ol, .page-custom12#content #page-content > ol, .page-custom13#content #page-content > ol, .page-custom14#content #page-content > ol, .page-custom15#content #page-content > ol, .page-custom16#content #page-content > ol, .page-custom17#content #page-content > ol, .page-custom18#content #page-content > ol, .page-custom19#content #page-content > ol, .page-custom2#content #page-content > ol, .page-custom20#content #page-content > ol, .page-custom21#content #page-content > ol, .page-custom22#content #page-content > ol, .page-custom23#content #page-content > ol, .page-custom24#content #page-content > ol, .page-custom25#content #page-content > ol, .page-custom26#content #page-content > ol, .page-custom27#content #page-content > ol, .page-custom28#content #page-content > ol, .page-custom29#content #page-content > ol, .page-custom3#content #page-content > ol, .page-custom30#content #page-content > ol, .page-custom31#content #page-content > ol, .page-custom32#content #page-content > ol, .page-custom33#content #page-content > ol, .page-custom34#content #page-content > ol, .page-custom35#content #page-content > ol, .page-custom36#content #page-content > ol, .page-custom37#content #page-content > ol, .page-custom38#content #page-content > ol, .page-custom39#content #page-content > ol, .page-custom4#content #page-content > ol, .page-custom40#content #page-content > ol, .page-custom41#content #page-content > ol, .page-custom42#content #page-content > ol, .page-custom43#content #page-content > ol, .page-custom44#content #page-content > ol, .page-custom45#content #page-content > ol, .page-custom46#content #page-content > ol, .page-custom47#content #page-content > ol, .page-custom48#content #page-content > ol, .page-custom49#content #page-content > ol, .page-custom5#content #page-content > ol, .page-custom50#content #page-content > ol, .page-custom51#content #page-content > ol, .page-custom52#content #page-content > ol, .page-custom53#content #page-content > ol, .page-custom54#content #page-content > ol, .page-custom55#content #page-content > ol, .page-custom56#content #page-content > ol, .page-custom57#content #page-content > ol, .page-custom58#content #page-content > ol, .page-custom59#content #page-content > ol, .page-custom6#content #page-content > ol, .page-custom60#content #page-content > ol, .page-custom61#content #page-content > ol, .page-custom62#content #page-content > ol, .page-custom63#content #page-content > ol, .page-custom64#content #page-content > ol, .page-custom65#content #page-content > ol, .page-custom66#content #page-content > ol, .page-custom67#content #page-content > ol, .page-custom68#content #page-content > ol, .page-custom69#content #page-content > ol, .page-custom7#content #page-content > ol, .page-custom70#content #page-content > ol, .page-custom71#content #page-content > ol, .page-custom72#content #page-content > ol, .page-custom73#content #page-content > ol, .page-custom8#content #page-content > ol, .page-custom9#content #page-content > ol, .page-post_archive#content #page-content > ol, .page-toppage#content #page-content > ol, #sp-block-container-3 > 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-blog#content #page-content > ol ol, .page-custom#content #page-content > ol ol, .page-custom1#content #page-content > ol ol, .page-custom10#content #page-content > ol ol, .page-custom11#content #page-content > ol ol, .page-custom12#content #page-content > ol ol, .page-custom13#content #page-content > ol ol, .page-custom14#content #page-content > ol ol, .page-custom15#content #page-content > ol ol, .page-custom16#content #page-content > ol ol, .page-custom17#content #page-content > ol ol, .page-custom18#content #page-content > ol ol, .page-custom19#content #page-content > ol ol, .page-custom2#content #page-content > ol ol, .page-custom20#content #page-content > ol ol, .page-custom21#content #page-content > ol ol, .page-custom22#content #page-content > ol ol, .page-custom23#content #page-content > ol ol, .page-custom24#content #page-content > ol ol, .page-custom25#content #page-content > ol ol, .page-custom26#content #page-content > ol ol, .page-custom27#content #page-content > ol ol, .page-custom28#content #page-content > ol ol, .page-custom29#content #page-content > ol ol, .page-custom3#content #page-content > ol ol, .page-custom30#content #page-content > ol ol, .page-custom31#content #page-content > ol ol, .page-custom32#content #page-content > ol ol, .page-custom33#content #page-content > ol ol, .page-custom34#content #page-content > ol ol, .page-custom35#content #page-content > ol ol, .page-custom36#content #page-content > ol ol, .page-custom37#content #page-content > ol ol, .page-custom38#content #page-content > ol ol, .page-custom39#content #page-content > ol ol, .page-custom4#content #page-content > ol ol, .page-custom40#content #page-content > ol ol, .page-custom41#content #page-content > ol ol, .page-custom42#content #page-content > ol ol, .page-custom43#content #page-content > ol ol, .page-custom44#content #page-content > ol ol, .page-custom45#content #page-content > ol ol, .page-custom46#content #page-content > ol ol, .page-custom47#content #page-content > ol ol, .page-custom48#content #page-content > ol ol, .page-custom49#content #page-content > ol ol, .page-custom5#content #page-content > ol ol, .page-custom50#content #page-content > ol ol, .page-custom51#content #page-content > ol ol, .page-custom52#content #page-content > ol ol, .page-custom53#content #page-content > ol ol, .page-custom54#content #page-content > ol ol, .page-custom55#content #page-content > ol ol, .page-custom56#content #page-content > ol ol, .page-custom57#content #page-content > ol ol, .page-custom58#content #page-content > ol ol, .page-custom59#content #page-content > ol ol, .page-custom6#content #page-content > ol ol, .page-custom60#content #page-content > ol ol, .page-custom61#content #page-content > ol ol, .page-custom62#content #page-content > ol ol, .page-custom63#content #page-content > ol ol, .page-custom64#content #page-content > ol ol, .page-custom65#content #page-content > ol ol, .page-custom66#content #page-content > ol ol, .page-custom67#content #page-content > ol ol, .page-custom68#content #page-content > ol ol, .page-custom69#content #page-content > ol ol, .page-custom7#content #page-content > ol ol, .page-custom70#content #page-content > ol ol, .page-custom71#content #page-content > ol ol, .page-custom72#content #page-content > ol ol, .page-custom73#content #page-content > ol ol, .page-custom8#content #page-content > ol ol, .page-custom9#content #page-content > ol ol, .page-post_archive#content #page-content > ol ol, .page-toppage#content #page-content > ol ol, #sp-block-container-3 > ol ol{
  margin-bottom : 0px;
}

.page-blog#content #page-content > p, .page-custom#content #page-content > p, .page-custom1#content #page-content > p, .page-custom10#content #page-content > p, .page-custom11#content #page-content > p, .page-custom12#content #page-content > p, .page-custom13#content #page-content > p, .page-custom14#content #page-content > p, .page-custom15#content #page-content > p, .page-custom16#content #page-content > p, .page-custom17#content #page-content > p, .page-custom18#content #page-content > p, .page-custom19#content #page-content > p, .page-custom2#content #page-content > p, .page-custom20#content #page-content > p, .page-custom21#content #page-content > p, .page-custom22#content #page-content > p, .page-custom23#content #page-content > p, .page-custom24#content #page-content > p, .page-custom25#content #page-content > p, .page-custom26#content #page-content > p, .page-custom27#content #page-content > p, .page-custom28#content #page-content > p, .page-custom29#content #page-content > p, .page-custom3#content #page-content > p, .page-custom30#content #page-content > p, .page-custom31#content #page-content > p, .page-custom32#content #page-content > p, .page-custom33#content #page-content > p, .page-custom34#content #page-content > p, .page-custom35#content #page-content > p, .page-custom36#content #page-content > p, .page-custom37#content #page-content > p, .page-custom38#content #page-content > p, .page-custom39#content #page-content > p, .page-custom4#content #page-content > p, .page-custom40#content #page-content > p, .page-custom41#content #page-content > p, .page-custom42#content #page-content > p, .page-custom43#content #page-content > p, .page-custom44#content #page-content > p, .page-custom45#content #page-content > p, .page-custom46#content #page-content > p, .page-custom47#content #page-content > p, .page-custom48#content #page-content > p, .page-custom49#content #page-content > p, .page-custom5#content #page-content > p, .page-custom50#content #page-content > p, .page-custom51#content #page-content > p, .page-custom52#content #page-content > p, .page-custom53#content #page-content > p, .page-custom54#content #page-content > p, .page-custom55#content #page-content > p, .page-custom56#content #page-content > p, .page-custom57#content #page-content > p, .page-custom58#content #page-content > p, .page-custom59#content #page-content > p, .page-custom6#content #page-content > p, .page-custom60#content #page-content > p, .page-custom61#content #page-content > p, .page-custom62#content #page-content > p, .page-custom63#content #page-content > p, .page-custom64#content #page-content > p, .page-custom65#content #page-content > p, .page-custom66#content #page-content > p, .page-custom67#content #page-content > p, .page-custom68#content #page-content > p, .page-custom69#content #page-content > p, .page-custom7#content #page-content > p, .page-custom70#content #page-content > p, .page-custom71#content #page-content > p, .page-custom72#content #page-content > p, .page-custom73#content #page-content > p, .page-custom8#content #page-content > p, .page-custom9#content #page-content > p, .page-post_archive#content #page-content > p, .page-toppage#content #page-content > p, #sp-block-container-3 > p{
  margin-top : 0px;
  margin-bottom : 19px;
}

.page-blog#content #page-content > pre, .page-custom#content #page-content > pre, .page-custom1#content #page-content > pre, .page-custom10#content #page-content > pre, .page-custom11#content #page-content > pre, .page-custom12#content #page-content > pre, .page-custom13#content #page-content > pre, .page-custom14#content #page-content > pre, .page-custom15#content #page-content > pre, .page-custom16#content #page-content > pre, .page-custom17#content #page-content > pre, .page-custom18#content #page-content > pre, .page-custom19#content #page-content > pre, .page-custom2#content #page-content > pre, .page-custom20#content #page-content > pre, .page-custom21#content #page-content > pre, .page-custom22#content #page-content > pre, .page-custom23#content #page-content > pre, .page-custom24#content #page-content > pre, .page-custom25#content #page-content > pre, .page-custom26#content #page-content > pre, .page-custom27#content #page-content > pre, .page-custom28#content #page-content > pre, .page-custom29#content #page-content > pre, .page-custom3#content #page-content > pre, .page-custom30#content #page-content > pre, .page-custom31#content #page-content > pre, .page-custom32#content #page-content > pre, .page-custom33#content #page-content > pre, .page-custom34#content #page-content > pre, .page-custom35#content #page-content > pre, .page-custom36#content #page-content > pre, .page-custom37#content #page-content > pre, .page-custom38#content #page-content > pre, .page-custom39#content #page-content > pre, .page-custom4#content #page-content > pre, .page-custom40#content #page-content > pre, .page-custom41#content #page-content > pre, .page-custom42#content #page-content > pre, .page-custom43#content #page-content > pre, .page-custom44#content #page-content > pre, .page-custom45#content #page-content > pre, .page-custom46#content #page-content > pre, .page-custom47#content #page-content > pre, .page-custom48#content #page-content > pre, .page-custom49#content #page-content > pre, .page-custom5#content #page-content > pre, .page-custom50#content #page-content > pre, .page-custom51#content #page-content > pre, .page-custom52#content #page-content > pre, .page-custom53#content #page-content > pre, .page-custom54#content #page-content > pre, .page-custom55#content #page-content > pre, .page-custom56#content #page-content > pre, .page-custom57#content #page-content > pre, .page-custom58#content #page-content > pre, .page-custom59#content #page-content > pre, .page-custom6#content #page-content > pre, .page-custom60#content #page-content > pre, .page-custom61#content #page-content > pre, .page-custom62#content #page-content > pre, .page-custom63#content #page-content > pre, .page-custom64#content #page-content > pre, .page-custom65#content #page-content > pre, .page-custom66#content #page-content > pre, .page-custom67#content #page-content > pre, .page-custom68#content #page-content > pre, .page-custom69#content #page-content > pre, .page-custom7#content #page-content > pre, .page-custom70#content #page-content > pre, .page-custom71#content #page-content > pre, .page-custom72#content #page-content > pre, .page-custom73#content #page-content > pre, .page-custom8#content #page-content > pre, .page-custom9#content #page-content > pre, .page-post_archive#content #page-content > pre, .page-toppage#content #page-content > pre, #sp-block-container-3 > pre{
  background-color : #fdf2f2;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  overflow : auto;
  word-wrap : normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#sp-block-container-6 .large, #sp-block-container-7 .large, #sp-block-container-8 .large{
  font-size : 1.2em;
}

#sp-block-container-6 .medium, #sp-block-container-7 .medium, #sp-block-container-8 .medium{
  font-size : 1em;
}

#sp-block-container-6 .small, #sp-block-container-7 .small, #sp-block-container-8 .small{
  font-size : 0.9em;
}

#sp-block-container-6 .x-large, #sp-block-container-7 .x-large, #sp-block-container-8 .x-large{
  font-size : 1.5em;
}

#sp-block-container-6 .x-small, #sp-block-container-7 .x-small, #sp-block-container-8 .x-small{
  font-size : 0.8em;
}

#sp-block-container-6 .xx-large, #sp-block-container-7 .xx-large, #sp-block-container-8 .xx-large{
  font-size : 2em;
}

#sp-block-container-6 .xx-small, #sp-block-container-7 .xx-small, #sp-block-container-8 .xx-small{
  font-size : 0.7em;
}

#sp-block-container-6 em, #sp-block-container-7 em, #sp-block-container-8 em{
  font-style : oblique;
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

#sp-block-container-6 h1, #sp-block-container-7 h1, #sp-block-container-8 h1{
  color : #777777;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

#sp-block-container-6 h2, #sp-block-container-7 h2, #sp-block-container-8 h2{
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : dashed;
  border-bottom-color : #777777;
}

#sp-block-container-6 h3, #sp-block-container-7 h3, #sp-block-container-8 h3{
  color : #777777;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 5px;
  border-top-width : 2px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dashed;
  border-top-color : #777777;
  border-bottom-color : #777777;
}

#sp-block-container-6 h4, #sp-block-container-7 h4, #sp-block-container-8 h4{
  font-size : 1.3em;
  line-height : 1.2;
  color : #777777;
  text-align : left;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #777777;
  clear : both;
}

#sp-block-container-6 h5, #sp-block-container-7 h5, #sp-block-container-8 h5{
  font-size : 1.08em;
  line-height : 1.2;
  color : #777777;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #777777;
  clear : both;
}

#sp-block-container-6 h6, #sp-block-container-7 h6, #sp-block-container-8 h6{
  font-size : 1em;
  color : #777777;
}

#sp-block-container-6 p, #sp-block-container-7 p, #sp-block-container-8 p{
  line-height : 1.4;
  color : #777777;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 0.5em;
}

#sp-block-container-6 p.indent, #sp-block-container-7 p.indent, #sp-block-container-8 p.indent{
  padding-left : 15px;
}

#sp-block-container-6 strong, #sp-block-container-7 strong, #sp-block-container-8 strong{
  font-weight : bold;
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

#sp-entry-content-1, #sp-entry-content-10, #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-3, #sp-entry-content-4, #sp-entry-content-5, #sp-entry-content-6, #sp-entry-content-7, #sp-entry-content-8, #sp-entry-content-9, #sp-wp-post-list-1, #sp-wp-post-list-2{
  padding-left : 0px;
  padding-right : 0px;
  margin-top : 0px;
  margin-bottom : 25px;
}

#sp-entry-content-1 article > header > h4 > a, #sp-entry-content-10 article > header > h4 > a, #sp-entry-content-11 article > header > h4 > a, #sp-entry-content-12 article > header > h4 > a, #sp-entry-content-13 article > header > h4 > a, #sp-entry-content-14 article > header > h4 > a, #sp-entry-content-15 article > header > h4 > a, #sp-entry-content-16 article > header > h4 > a, #sp-entry-content-17 article > header > h4 > a, #sp-entry-content-18 article > header > h4 > a, #sp-entry-content-19 article > header > h4 > a, #sp-entry-content-2 article > header > h4 > a, #sp-entry-content-20 article > header > h4 > a, #sp-entry-content-21 article > header > h4 > a, #sp-entry-content-22 article > header > h4 > a, #sp-entry-content-23 article > header > h4 > a, #sp-entry-content-3 article > header > h4 > a, #sp-entry-content-4 article > header > h4 > a, #sp-entry-content-5 article > header > h4 > a, #sp-entry-content-6 article > header > h4 > a, #sp-entry-content-7 article > header > h4 > a, #sp-entry-content-8 article > header > h4 > a, #sp-entry-content-9 article > header > h4 > a, #sp-wp-post-list-1 article > header > h4 > a, #sp-wp-post-list-2 article > header > h4 > a{
  font-size : 1.6rem;
  font-family : "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight : bold;
  line-height : 1.5;
  color : #c76b6b;
  background-color : #ffeaea;
  background-image : url(img/back-title-01.png);
  background-repeat : repeat-x;
  padding-top : 3px;
  padding-left : 19px;
  padding-right : 10px;
  padding-bottom : 3px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
  display : block;
}

.hpb-viewtype-content#sp-entry-content-1, .hpb-viewtype-content#sp-entry-content-10, .hpb-viewtype-content#sp-entry-content-11, .hpb-viewtype-content#sp-entry-content-12, .hpb-viewtype-content#sp-entry-content-13, .hpb-viewtype-content#sp-entry-content-14, .hpb-viewtype-content#sp-entry-content-15, .hpb-viewtype-content#sp-entry-content-16, .hpb-viewtype-content#sp-entry-content-17, .hpb-viewtype-content#sp-entry-content-18, .hpb-viewtype-content#sp-entry-content-19, .hpb-viewtype-content#sp-entry-content-2, .hpb-viewtype-content#sp-entry-content-20, .hpb-viewtype-content#sp-entry-content-21, .hpb-viewtype-content#sp-entry-content-22, .hpb-viewtype-content#sp-entry-content-23, .hpb-viewtype-content#sp-entry-content-3, .hpb-viewtype-content#sp-entry-content-4, .hpb-viewtype-content#sp-entry-content-5, .hpb-viewtype-content#sp-entry-content-6, .hpb-viewtype-content#sp-entry-content-7, .hpb-viewtype-content#sp-entry-content-8, .hpb-viewtype-content#sp-entry-content-9, .hpb-viewtype-content#sp-wp-post-list-1, .hpb-viewtype-content#sp-wp-post-list-2{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-bottom : 11px;
  border-top-width : 6px;
  border-left-width : 6px;
  border-right-width : 6px;
  border-bottom-width : 6px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffeaea;
  border-left-color : #ffeaea;
  border-right-color : #ffeaea;
  border-bottom-color : #ffeaea;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

.hpb-viewtype-content#sp-entry-content-1 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-10 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-11 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-12 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-13 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-14 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-15 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-16 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-17 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-18 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-19 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-2 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-20 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-21 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-22 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-23 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-3 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-4 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-5 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-6 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-7 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-8 > .hpb-more-entry a, .hpb-viewtype-content#sp-entry-content-9 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-1 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-2 > .hpb-more-entry a{
  margin-right : 20px;
}

.hpb-viewtype-content#sp-entry-content-1 > h3, .hpb-viewtype-content#sp-entry-content-10 > h3, .hpb-viewtype-content#sp-entry-content-11 > h3, .hpb-viewtype-content#sp-entry-content-12 > h3, .hpb-viewtype-content#sp-entry-content-13 > h3, .hpb-viewtype-content#sp-entry-content-14 > h3, .hpb-viewtype-content#sp-entry-content-15 > h3, .hpb-viewtype-content#sp-entry-content-16 > h3, .hpb-viewtype-content#sp-entry-content-17 > h3, .hpb-viewtype-content#sp-entry-content-18 > h3, .hpb-viewtype-content#sp-entry-content-19 > h3, .hpb-viewtype-content#sp-entry-content-2 > h3, .hpb-viewtype-content#sp-entry-content-20 > h3, .hpb-viewtype-content#sp-entry-content-21 > h3, .hpb-viewtype-content#sp-entry-content-22 > h3, .hpb-viewtype-content#sp-entry-content-23 > h3, .hpb-viewtype-content#sp-entry-content-3 > h3, .hpb-viewtype-content#sp-entry-content-4 > h3, .hpb-viewtype-content#sp-entry-content-5 > h3, .hpb-viewtype-content#sp-entry-content-6 > h3, .hpb-viewtype-content#sp-entry-content-7 > h3, .hpb-viewtype-content#sp-entry-content-8 > h3, .hpb-viewtype-content#sp-entry-content-9 > h3, .hpb-viewtype-content#sp-wp-post-list-1 > h3, .hpb-viewtype-content#sp-wp-post-list-2 > h3{
  margin-bottom : 0px;
}

.hpb-viewtype-content#sp-entry-content-1 > h3 > a, .hpb-viewtype-content#sp-entry-content-10 > h3 > a, .hpb-viewtype-content#sp-entry-content-11 > h3 > a, .hpb-viewtype-content#sp-entry-content-12 > h3 > a, .hpb-viewtype-content#sp-entry-content-13 > h3 > a, .hpb-viewtype-content#sp-entry-content-14 > h3 > a, .hpb-viewtype-content#sp-entry-content-15 > h3 > a, .hpb-viewtype-content#sp-entry-content-16 > h3 > a, .hpb-viewtype-content#sp-entry-content-17 > h3 > a, .hpb-viewtype-content#sp-entry-content-18 > h3 > a, .hpb-viewtype-content#sp-entry-content-19 > h3 > a, .hpb-viewtype-content#sp-entry-content-2 > h3 > a, .hpb-viewtype-content#sp-entry-content-20 > h3 > a, .hpb-viewtype-content#sp-entry-content-21 > h3 > a, .hpb-viewtype-content#sp-entry-content-22 > h3 > a, .hpb-viewtype-content#sp-entry-content-23 > h3 > a, .hpb-viewtype-content#sp-entry-content-3 > h3 > a, .hpb-viewtype-content#sp-entry-content-4 > h3 > a, .hpb-viewtype-content#sp-entry-content-5 > h3 > a, .hpb-viewtype-content#sp-entry-content-6 > h3 > a, .hpb-viewtype-content#sp-entry-content-7 > h3 > a, .hpb-viewtype-content#sp-entry-content-8 > h3 > a, .hpb-viewtype-content#sp-entry-content-9 > h3 > a, .hpb-viewtype-content#sp-wp-post-list-1 > h3 > a, .hpb-viewtype-content#sp-wp-post-list-2 > h3 > a{
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

.hpb-viewtype-date#sp-entry-content-1, .hpb-viewtype-date#sp-entry-content-10, .hpb-viewtype-date#sp-entry-content-11, .hpb-viewtype-date#sp-entry-content-12, .hpb-viewtype-date#sp-entry-content-13, .hpb-viewtype-date#sp-entry-content-14, .hpb-viewtype-date#sp-entry-content-15, .hpb-viewtype-date#sp-entry-content-16, .hpb-viewtype-date#sp-entry-content-17, .hpb-viewtype-date#sp-entry-content-18, .hpb-viewtype-date#sp-entry-content-19, .hpb-viewtype-date#sp-entry-content-2, .hpb-viewtype-date#sp-entry-content-20, .hpb-viewtype-date#sp-entry-content-21, .hpb-viewtype-date#sp-entry-content-22, .hpb-viewtype-date#sp-entry-content-23, .hpb-viewtype-date#sp-entry-content-3, .hpb-viewtype-date#sp-entry-content-4, .hpb-viewtype-date#sp-entry-content-5, .hpb-viewtype-date#sp-entry-content-6, .hpb-viewtype-date#sp-entry-content-7, .hpb-viewtype-date#sp-entry-content-8, .hpb-viewtype-date#sp-entry-content-9, .hpb-viewtype-date#sp-wp-post-list-1, .hpb-viewtype-date#sp-wp-post-list-2{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-bottom : 11px;
  border-top-width : 6px;
  border-left-width : 6px;
  border-right-width : 6px;
  border-bottom-width : 6px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffeaea;
  border-left-color : #ffeaea;
  border-right-color : #ffeaea;
  border-bottom-color : #ffeaea;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

.hpb-viewtype-date#sp-entry-content-1 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-10 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-11 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-12 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-13 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-14 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-15 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-16 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-17 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-18 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-19 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-2 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-20 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-21 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-22 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-23 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-3 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-4 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-5 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-6 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-7 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-8 > .hpb-more-entry a, .hpb-viewtype-date#sp-entry-content-9 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-1 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-2 > .hpb-more-entry a{
  margin-right : 20px;
}

.hpb-viewtype-date#sp-entry-content-1 > h3, .hpb-viewtype-date#sp-entry-content-10 > h3, .hpb-viewtype-date#sp-entry-content-11 > h3, .hpb-viewtype-date#sp-entry-content-12 > h3, .hpb-viewtype-date#sp-entry-content-13 > h3, .hpb-viewtype-date#sp-entry-content-14 > h3, .hpb-viewtype-date#sp-entry-content-15 > h3, .hpb-viewtype-date#sp-entry-content-16 > h3, .hpb-viewtype-date#sp-entry-content-17 > h3, .hpb-viewtype-date#sp-entry-content-18 > h3, .hpb-viewtype-date#sp-entry-content-19 > h3, .hpb-viewtype-date#sp-entry-content-2 > h3, .hpb-viewtype-date#sp-entry-content-20 > h3, .hpb-viewtype-date#sp-entry-content-21 > h3, .hpb-viewtype-date#sp-entry-content-22 > h3, .hpb-viewtype-date#sp-entry-content-23 > h3, .hpb-viewtype-date#sp-entry-content-3 > h3, .hpb-viewtype-date#sp-entry-content-4 > h3, .hpb-viewtype-date#sp-entry-content-5 > h3, .hpb-viewtype-date#sp-entry-content-6 > h3, .hpb-viewtype-date#sp-entry-content-7 > h3, .hpb-viewtype-date#sp-entry-content-8 > h3, .hpb-viewtype-date#sp-entry-content-9 > h3, .hpb-viewtype-date#sp-wp-post-list-1 > h3, .hpb-viewtype-date#sp-wp-post-list-2 > h3{
  margin-bottom : 0px;
}

.hpb-viewtype-date#sp-entry-content-1 > h3 > a, .hpb-viewtype-date#sp-entry-content-10 > h3 > a, .hpb-viewtype-date#sp-entry-content-11 > h3 > a, .hpb-viewtype-date#sp-entry-content-12 > h3 > a, .hpb-viewtype-date#sp-entry-content-13 > h3 > a, .hpb-viewtype-date#sp-entry-content-14 > h3 > a, .hpb-viewtype-date#sp-entry-content-15 > h3 > a, .hpb-viewtype-date#sp-entry-content-16 > h3 > a, .hpb-viewtype-date#sp-entry-content-17 > h3 > a, .hpb-viewtype-date#sp-entry-content-18 > h3 > a, .hpb-viewtype-date#sp-entry-content-19 > h3 > a, .hpb-viewtype-date#sp-entry-content-2 > h3 > a, .hpb-viewtype-date#sp-entry-content-20 > h3 > a, .hpb-viewtype-date#sp-entry-content-21 > h3 > a, .hpb-viewtype-date#sp-entry-content-22 > h3 > a, .hpb-viewtype-date#sp-entry-content-23 > h3 > a, .hpb-viewtype-date#sp-entry-content-3 > h3 > a, .hpb-viewtype-date#sp-entry-content-4 > h3 > a, .hpb-viewtype-date#sp-entry-content-5 > h3 > a, .hpb-viewtype-date#sp-entry-content-6 > h3 > a, .hpb-viewtype-date#sp-entry-content-7 > h3 > a, .hpb-viewtype-date#sp-entry-content-8 > h3 > a, .hpb-viewtype-date#sp-entry-content-9 > h3 > a, .hpb-viewtype-date#sp-wp-post-list-1 > h3 > a, .hpb-viewtype-date#sp-wp-post-list-2 > h3 > a{
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

.hpb-viewtype-title#sp-entry-content-1, .hpb-viewtype-title#sp-entry-content-10, .hpb-viewtype-title#sp-entry-content-11, .hpb-viewtype-title#sp-entry-content-12, .hpb-viewtype-title#sp-entry-content-13, .hpb-viewtype-title#sp-entry-content-14, .hpb-viewtype-title#sp-entry-content-15, .hpb-viewtype-title#sp-entry-content-16, .hpb-viewtype-title#sp-entry-content-17, .hpb-viewtype-title#sp-entry-content-18, .hpb-viewtype-title#sp-entry-content-19, .hpb-viewtype-title#sp-entry-content-2, .hpb-viewtype-title#sp-entry-content-20, .hpb-viewtype-title#sp-entry-content-21, .hpb-viewtype-title#sp-entry-content-22, .hpb-viewtype-title#sp-entry-content-23, .hpb-viewtype-title#sp-entry-content-3, .hpb-viewtype-title#sp-entry-content-4, .hpb-viewtype-title#sp-entry-content-5, .hpb-viewtype-title#sp-entry-content-6, .hpb-viewtype-title#sp-entry-content-7, .hpb-viewtype-title#sp-entry-content-8, .hpb-viewtype-title#sp-entry-content-9, .hpb-viewtype-title#sp-wp-post-list-1, .hpb-viewtype-title#sp-wp-post-list-2{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-bottom : 11px;
  border-top-width : 6px;
  border-left-width : 6px;
  border-right-width : 6px;
  border-bottom-width : 6px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffeaea;
  border-left-color : #ffeaea;
  border-right-color : #ffeaea;
  border-bottom-color : #ffeaea;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

.hpb-viewtype-title#sp-entry-content-1 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-10 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-11 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-12 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-13 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-14 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-15 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-16 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-17 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-18 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-19 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-2 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-20 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-21 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-22 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-23 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-3 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-4 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-5 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-6 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-7 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-8 > .hpb-more-entry a, .hpb-viewtype-title#sp-entry-content-9 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-1 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-2 > .hpb-more-entry a{
  margin-right : 20px;
}

.hpb-viewtype-title#sp-entry-content-1 > h3, .hpb-viewtype-title#sp-entry-content-10 > h3, .hpb-viewtype-title#sp-entry-content-11 > h3, .hpb-viewtype-title#sp-entry-content-12 > h3, .hpb-viewtype-title#sp-entry-content-13 > h3, .hpb-viewtype-title#sp-entry-content-14 > h3, .hpb-viewtype-title#sp-entry-content-15 > h3, .hpb-viewtype-title#sp-entry-content-16 > h3, .hpb-viewtype-title#sp-entry-content-17 > h3, .hpb-viewtype-title#sp-entry-content-18 > h3, .hpb-viewtype-title#sp-entry-content-19 > h3, .hpb-viewtype-title#sp-entry-content-2 > h3, .hpb-viewtype-title#sp-entry-content-20 > h3, .hpb-viewtype-title#sp-entry-content-21 > h3, .hpb-viewtype-title#sp-entry-content-22 > h3, .hpb-viewtype-title#sp-entry-content-23 > h3, .hpb-viewtype-title#sp-entry-content-3 > h3, .hpb-viewtype-title#sp-entry-content-4 > h3, .hpb-viewtype-title#sp-entry-content-5 > h3, .hpb-viewtype-title#sp-entry-content-6 > h3, .hpb-viewtype-title#sp-entry-content-7 > h3, .hpb-viewtype-title#sp-entry-content-8 > h3, .hpb-viewtype-title#sp-entry-content-9 > h3, .hpb-viewtype-title#sp-wp-post-list-1 > h3, .hpb-viewtype-title#sp-wp-post-list-2 > h3{
  margin-bottom : 0px;
}

.hpb-viewtype-title#sp-entry-content-1 > h3 > a, .hpb-viewtype-title#sp-entry-content-10 > h3 > a, .hpb-viewtype-title#sp-entry-content-11 > h3 > a, .hpb-viewtype-title#sp-entry-content-12 > h3 > a, .hpb-viewtype-title#sp-entry-content-13 > h3 > a, .hpb-viewtype-title#sp-entry-content-14 > h3 > a, .hpb-viewtype-title#sp-entry-content-15 > h3 > a, .hpb-viewtype-title#sp-entry-content-16 > h3 > a, .hpb-viewtype-title#sp-entry-content-17 > h3 > a, .hpb-viewtype-title#sp-entry-content-18 > h3 > a, .hpb-viewtype-title#sp-entry-content-19 > h3 > a, .hpb-viewtype-title#sp-entry-content-2 > h3 > a, .hpb-viewtype-title#sp-entry-content-20 > h3 > a, .hpb-viewtype-title#sp-entry-content-21 > h3 > a, .hpb-viewtype-title#sp-entry-content-22 > h3 > a, .hpb-viewtype-title#sp-entry-content-23 > h3 > a, .hpb-viewtype-title#sp-entry-content-3 > h3 > a, .hpb-viewtype-title#sp-entry-content-4 > h3 > a, .hpb-viewtype-title#sp-entry-content-5 > h3 > a, .hpb-viewtype-title#sp-entry-content-6 > h3 > a, .hpb-viewtype-title#sp-entry-content-7 > h3 > a, .hpb-viewtype-title#sp-entry-content-8 > h3 > a, .hpb-viewtype-title#sp-entry-content-9 > h3 > a, .hpb-viewtype-title#sp-wp-post-list-1 > h3 > a, .hpb-viewtype-title#sp-wp-post-list-2 > h3 > a{
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-entry-content-1 > .hpb-more-entry, #sp-entry-content-10 > .hpb-more-entry, #sp-entry-content-11 > .hpb-more-entry, #sp-entry-content-12 > .hpb-more-entry, #sp-entry-content-13 > .hpb-more-entry, #sp-entry-content-14 > .hpb-more-entry, #sp-entry-content-15 > .hpb-more-entry, #sp-entry-content-16 > .hpb-more-entry, #sp-entry-content-17 > .hpb-more-entry, #sp-entry-content-18 > .hpb-more-entry, #sp-entry-content-19 > .hpb-more-entry, #sp-entry-content-2 > .hpb-more-entry, #sp-entry-content-20 > .hpb-more-entry, #sp-entry-content-21 > .hpb-more-entry, #sp-entry-content-22 > .hpb-more-entry, #sp-entry-content-23 > .hpb-more-entry, #sp-entry-content-3 > .hpb-more-entry, #sp-entry-content-4 > .hpb-more-entry, #sp-entry-content-5 > .hpb-more-entry, #sp-entry-content-6 > .hpb-more-entry, #sp-entry-content-7 > .hpb-more-entry, #sp-entry-content-8 > .hpb-more-entry, #sp-entry-content-9 > .hpb-more-entry, #sp-wp-post-list-1 > .hpb-more-entry, #sp-wp-post-list-2 > .hpb-more-entry{
  font-size : 1.2rem;
  text-align : right;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-entry-content-1 > .hpb-more-entry a, #sp-entry-content-10 > .hpb-more-entry a, #sp-entry-content-11 > .hpb-more-entry a, #sp-entry-content-12 > .hpb-more-entry a, #sp-entry-content-13 > .hpb-more-entry a, #sp-entry-content-14 > .hpb-more-entry a, #sp-entry-content-15 > .hpb-more-entry a, #sp-entry-content-16 > .hpb-more-entry a, #sp-entry-content-17 > .hpb-more-entry a, #sp-entry-content-18 > .hpb-more-entry a, #sp-entry-content-19 > .hpb-more-entry a, #sp-entry-content-2 > .hpb-more-entry a, #sp-entry-content-20 > .hpb-more-entry a, #sp-entry-content-21 > .hpb-more-entry a, #sp-entry-content-22 > .hpb-more-entry a, #sp-entry-content-23 > .hpb-more-entry a, #sp-entry-content-3 > .hpb-more-entry a, #sp-entry-content-4 > .hpb-more-entry a, #sp-entry-content-5 > .hpb-more-entry a, #sp-entry-content-6 > .hpb-more-entry a, #sp-entry-content-7 > .hpb-more-entry a, #sp-entry-content-8 > .hpb-more-entry a, #sp-entry-content-9 > .hpb-more-entry a, #sp-wp-post-list-1 > .hpb-more-entry a, #sp-wp-post-list-2 > .hpb-more-entry a{
  color : #ffffff;
  background-color : #dd6e6e;
  background-image : url(img/back-nav-01.png);
  background-repeat : repeat-x;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 5px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #e98585;
  border-left-color : #e98585;
  border-right-color : #e98585;
  border-bottom-color : #e98585;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  display : inline-block;
}

#sp-entry-content-1 > article, #sp-entry-content-10 > 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-3 > article, #sp-entry-content-4 > article, #sp-entry-content-5 > article, #sp-entry-content-6 > article, #sp-entry-content-7 > article, #sp-entry-content-8 > article, #sp-entry-content-9 > article, #sp-wp-post-list-1 > article, #sp-wp-post-list-2 > article{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 11px;
  margin-top : 0px;
  margin-bottom : 25px;
  border-top-width : 6px;
  border-left-width : 6px;
  border-right-width : 6px;
  border-bottom-width : 6px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffeaea;
  border-left-color : #ffeaea;
  border-right-color : #ffeaea;
  border-bottom-color : #ffeaea;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

#sp-entry-content-1 > article > div, #sp-entry-content-10 > article > div, #sp-entry-content-11 > article > div, #sp-entry-content-12 > article > div, #sp-entry-content-13 > article > div, #sp-entry-content-14 > article > div, #sp-entry-content-15 > article > div, #sp-entry-content-16 > article > div, #sp-entry-content-17 > article > div, #sp-entry-content-18 > article > div, #sp-entry-content-19 > article > div, #sp-entry-content-2 > article > div, #sp-entry-content-20 > article > div, #sp-entry-content-21 > article > div, #sp-entry-content-22 > article > div, #sp-entry-content-23 > article > div, #sp-entry-content-3 > article > div, #sp-entry-content-4 > article > div, #sp-entry-content-5 > article > div, #sp-entry-content-6 > article > div, #sp-entry-content-7 > article > div, #sp-entry-content-8 > article > div, #sp-entry-content-9 > article > div, #sp-wp-post-list-1 > article > div, #sp-wp-post-list-2 > article > div{
  padding-top : 26px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-entry-content-1 > article > footer, #sp-entry-content-10 > 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-3 > article > footer, #sp-entry-content-4 > article > footer, #sp-entry-content-5 > article > footer, #sp-entry-content-6 > article > footer, #sp-entry-content-7 > article > footer, #sp-entry-content-8 > article > footer, #sp-entry-content-9 > article > footer, #sp-wp-post-list-1 > article > footer, #sp-wp-post-list-2 > article > footer{
  color : #f0a7a7;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  clear : both;
}

#sp-entry-content-1 > article > footer .by-author, #sp-entry-content-10 > article > footer .by-author, #sp-entry-content-11 > article > footer .by-author, #sp-entry-content-12 > article > footer .by-author, #sp-entry-content-13 > article > footer .by-author, #sp-entry-content-14 > article > footer .by-author, #sp-entry-content-15 > article > footer .by-author, #sp-entry-content-16 > article > footer .by-author, #sp-entry-content-17 > article > footer .by-author, #sp-entry-content-18 > article > footer .by-author, #sp-entry-content-19 > article > footer .by-author, #sp-entry-content-2 > article > footer .by-author, #sp-entry-content-20 > article > footer .by-author, #sp-entry-content-21 > article > footer .by-author, #sp-entry-content-22 > article > footer .by-author, #sp-entry-content-23 > article > footer .by-author, #sp-entry-content-3 > article > footer .by-author, #sp-entry-content-4 > article > footer .by-author, #sp-entry-content-5 > article > footer .by-author, #sp-entry-content-6 > article > footer .by-author, #sp-entry-content-7 > article > footer .by-author, #sp-entry-content-8 > article > footer .by-author, #sp-entry-content-9 > article > footer .by-author, #sp-wp-post-list-1 > article > footer .by-author, #sp-wp-post-list-2 > article > footer .by-author{
  background-image : url(img/icon-author.png);
}

#sp-entry-content-1 > article > footer .cat-links, #sp-entry-content-10 > article > footer .cat-links, #sp-entry-content-11 > article > footer .cat-links, #sp-entry-content-12 > article > footer .cat-links, #sp-entry-content-13 > article > footer .cat-links, #sp-entry-content-14 > article > footer .cat-links, #sp-entry-content-15 > article > footer .cat-links, #sp-entry-content-16 > article > footer .cat-links, #sp-entry-content-17 > article > footer .cat-links, #sp-entry-content-18 > article > footer .cat-links, #sp-entry-content-19 > article > footer .cat-links, #sp-entry-content-2 > article > footer .cat-links, #sp-entry-content-20 > article > footer .cat-links, #sp-entry-content-21 > article > footer .cat-links, #sp-entry-content-22 > article > footer .cat-links, #sp-entry-content-23 > article > footer .cat-links, #sp-entry-content-3 > article > footer .cat-links, #sp-entry-content-4 > article > footer .cat-links, #sp-entry-content-5 > article > footer .cat-links, #sp-entry-content-6 > article > footer .cat-links, #sp-entry-content-7 > article > footer .cat-links, #sp-entry-content-8 > article > footer .cat-links, #sp-entry-content-9 > article > footer .cat-links, #sp-wp-post-list-1 > article > footer .cat-links, #sp-wp-post-list-2 > article > footer .cat-links{
  background-image : url(img/icon-cat.png);
}

#sp-entry-content-1 > article > footer .comments-link, #sp-entry-content-10 > article > footer .comments-link, #sp-entry-content-11 > article > footer .comments-link, #sp-entry-content-12 > article > footer .comments-link, #sp-entry-content-13 > article > footer .comments-link, #sp-entry-content-14 > article > footer .comments-link, #sp-entry-content-15 > article > footer .comments-link, #sp-entry-content-16 > article > footer .comments-link, #sp-entry-content-17 > article > footer .comments-link, #sp-entry-content-18 > article > footer .comments-link, #sp-entry-content-19 > article > footer .comments-link, #sp-entry-content-2 > article > footer .comments-link, #sp-entry-content-20 > article > footer .comments-link, #sp-entry-content-21 > article > footer .comments-link, #sp-entry-content-22 > article > footer .comments-link, #sp-entry-content-23 > article > footer .comments-link, #sp-entry-content-3 > article > footer .comments-link, #sp-entry-content-4 > article > footer .comments-link, #sp-entry-content-5 > article > footer .comments-link, #sp-entry-content-6 > article > footer .comments-link, #sp-entry-content-7 > article > footer .comments-link, #sp-entry-content-8 > article > footer .comments-link, #sp-entry-content-9 > article > footer .comments-link, #sp-wp-post-list-1 > article > footer .comments-link, #sp-wp-post-list-2 > article > footer .comments-link{
  background-image : url(img/icon-comments.png);
}

#sp-entry-content-1 > article > footer .date, #sp-entry-content-10 > article > footer .date, #sp-entry-content-11 > article > footer .date, #sp-entry-content-12 > article > footer .date, #sp-entry-content-13 > article > footer .date, #sp-entry-content-14 > article > footer .date, #sp-entry-content-15 > article > footer .date, #sp-entry-content-16 > article > footer .date, #sp-entry-content-17 > article > footer .date, #sp-entry-content-18 > article > footer .date, #sp-entry-content-19 > article > footer .date, #sp-entry-content-2 > article > footer .date, #sp-entry-content-20 > article > footer .date, #sp-entry-content-21 > article > footer .date, #sp-entry-content-22 > article > footer .date, #sp-entry-content-23 > article > footer .date, #sp-entry-content-3 > article > footer .date, #sp-entry-content-4 > article > footer .date, #sp-entry-content-5 > article > footer .date, #sp-entry-content-6 > article > footer .date, #sp-entry-content-7 > article > footer .date, #sp-entry-content-8 > article > footer .date, #sp-entry-content-9 > article > footer .date, #sp-wp-post-list-1 > article > footer .date, #sp-wp-post-list-2 > article > footer .date{
  background-image : url(img/icon-date.png);
}

#sp-entry-content-1 > article > footer .sep, #sp-entry-content-10 > article > footer .sep, #sp-entry-content-11 > article > footer .sep, #sp-entry-content-12 > article > footer .sep, #sp-entry-content-13 > article > footer .sep, #sp-entry-content-14 > article > footer .sep, #sp-entry-content-15 > article > footer .sep, #sp-entry-content-16 > article > footer .sep, #sp-entry-content-17 > article > footer .sep, #sp-entry-content-18 > article > footer .sep, #sp-entry-content-19 > article > footer .sep, #sp-entry-content-2 > article > footer .sep, #sp-entry-content-20 > article > footer .sep, #sp-entry-content-21 > article > footer .sep, #sp-entry-content-22 > article > footer .sep, #sp-entry-content-23 > article > footer .sep, #sp-entry-content-3 > article > footer .sep, #sp-entry-content-4 > article > footer .sep, #sp-entry-content-5 > article > footer .sep, #sp-entry-content-6 > article > footer .sep, #sp-entry-content-7 > article > footer .sep, #sp-entry-content-8 > article > footer .sep, #sp-entry-content-9 > article > footer .sep, #sp-wp-post-list-1 > article > footer .sep, #sp-wp-post-list-2 > article > footer .sep{
  display : none;
}

#sp-entry-content-1 > article > footer .tags-links, #sp-entry-content-10 > article > footer .tags-links, #sp-entry-content-11 > article > footer .tags-links, #sp-entry-content-12 > article > footer .tags-links, #sp-entry-content-13 > article > footer .tags-links, #sp-entry-content-14 > article > footer .tags-links, #sp-entry-content-15 > article > footer .tags-links, #sp-entry-content-16 > article > footer .tags-links, #sp-entry-content-17 > article > footer .tags-links, #sp-entry-content-18 > article > footer .tags-links, #sp-entry-content-19 > article > footer .tags-links, #sp-entry-content-2 > article > footer .tags-links, #sp-entry-content-20 > article > footer .tags-links, #sp-entry-content-21 > article > footer .tags-links, #sp-entry-content-22 > article > footer .tags-links, #sp-entry-content-23 > article > footer .tags-links, #sp-entry-content-3 > article > footer .tags-links, #sp-entry-content-4 > article > footer .tags-links, #sp-entry-content-5 > article > footer .tags-links, #sp-entry-content-6 > article > footer .tags-links, #sp-entry-content-7 > article > footer .tags-links, #sp-entry-content-8 > article > footer .tags-links, #sp-entry-content-9 > article > footer .tags-links, #sp-wp-post-list-1 > article > footer .tags-links, #sp-wp-post-list-2 > article > footer .tags-links{
  background-image : url(img/icon-tags.png);
}

#sp-entry-content-1 > article > footer a, #sp-entry-content-10 > article > footer a, #sp-entry-content-11 > article > footer a, #sp-entry-content-12 > article > footer a, #sp-entry-content-13 > article > footer a, #sp-entry-content-14 > article > footer a, #sp-entry-content-15 > article > footer a, #sp-entry-content-16 > article > footer a, #sp-entry-content-17 > article > footer a, #sp-entry-content-18 > article > footer a, #sp-entry-content-19 > article > footer a, #sp-entry-content-2 > article > footer a, #sp-entry-content-20 > article > footer a, #sp-entry-content-21 > article > footer a, #sp-entry-content-22 > article > footer a, #sp-entry-content-23 > article > footer a, #sp-entry-content-3 > article > footer a, #sp-entry-content-4 > article > footer a, #sp-entry-content-5 > article > footer a, #sp-entry-content-6 > article > footer a, #sp-entry-content-7 > article > footer a, #sp-entry-content-8 > article > footer a, #sp-entry-content-9 > article > footer a, #sp-wp-post-list-1 > article > footer a, #sp-wp-post-list-2 > article > footer a{
  color : #f0a7a7;
}

#sp-entry-content-1 > article > footer span, #sp-entry-content-10 > article > footer span, #sp-entry-content-11 > article > footer span, #sp-entry-content-12 > article > footer span, #sp-entry-content-13 > article > footer span, #sp-entry-content-14 > article > footer span, #sp-entry-content-15 > article > footer span, #sp-entry-content-16 > article > footer span, #sp-entry-content-17 > article > footer span, #sp-entry-content-18 > article > footer span, #sp-entry-content-19 > article > footer span, #sp-entry-content-2 > article > footer span, #sp-entry-content-20 > article > footer span, #sp-entry-content-21 > article > footer span, #sp-entry-content-22 > article > footer span, #sp-entry-content-23 > article > footer span, #sp-entry-content-3 > article > footer span, #sp-entry-content-4 > article > footer span, #sp-entry-content-5 > article > footer span, #sp-entry-content-6 > article > footer span, #sp-entry-content-7 > article > footer span, #sp-entry-content-8 > article > footer span, #sp-entry-content-9 > article > footer span, #sp-wp-post-list-1 > article > footer span, #sp-wp-post-list-2 > article > footer span{
  font-size : 1.2rem;
  background-repeat : no-repeat;
  background-position : 0px 2px;
  padding-top : 2px;
  padding-left : 20px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-right : 15px;
  display : inline-block;
}

#sp-entry-content-1> article> header, #sp-entry-content-10> article> header, #sp-entry-content-11> article> header, #sp-entry-content-12> article> header, #sp-entry-content-13> article> header, #sp-entry-content-14> article> header, #sp-entry-content-15> article> header, #sp-entry-content-16> article> header, #sp-entry-content-17> article> header, #sp-entry-content-18> article> header, #sp-entry-content-19> article> header, #sp-entry-content-2> article> header, #sp-entry-content-20> article> header, #sp-entry-content-21> article> header, #sp-entry-content-22> article> header, #sp-entry-content-23> article> header, #sp-entry-content-3> article> header, #sp-entry-content-4> article> header, #sp-entry-content-5> article> header, #sp-entry-content-6> article> header, #sp-entry-content-7> article> header, #sp-entry-content-8> article> header, #sp-entry-content-9> article> header, #sp-wp-post-list-1> article> header, #sp-wp-post-list-2> article> header {
}

#sp-entry-content-1 > article > header > h4, #sp-entry-content-10 > article > header > h4, #sp-entry-content-11 > article > header > h4, #sp-entry-content-12 > article > header > h4, #sp-entry-content-13 > article > header > h4, #sp-entry-content-14 > article > header > h4, #sp-entry-content-15 > article > header > h4, #sp-entry-content-16 > article > header > h4, #sp-entry-content-17 > article > header > h4, #sp-entry-content-18 > article > header > h4, #sp-entry-content-19 > article > header > h4, #sp-entry-content-2 > article > header > h4, #sp-entry-content-20 > article > header > h4, #sp-entry-content-21 > article > header > h4, #sp-entry-content-22 > article > header > h4, #sp-entry-content-23 > article > header > h4, #sp-entry-content-3 > article > header > h4, #sp-entry-content-4 > article > header > h4, #sp-entry-content-5 > article > header > h4, #sp-entry-content-6 > article > header > h4, #sp-entry-content-7 > article > header > h4, #sp-entry-content-8 > article > header > h4, #sp-entry-content-9 > article > header > h4, #sp-wp-post-list-1 > article > header > h4, #sp-wp-post-list-2 > article > header > h4{
  background-color : transparent;
  margin-bottom : 0px;
}

#sp-entry-content-1 > article > p, #sp-entry-content-10 > 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-3 > article > p, #sp-entry-content-4 > article > p, #sp-entry-content-5 > article > p, #sp-entry-content-6 > article > p, #sp-entry-content-7 > article > p, #sp-entry-content-8 > article > p, #sp-entry-content-9 > article > p, #sp-wp-post-list-1 > article > p, #sp-wp-post-list-2 > article > p{
  margin-top : 26px;
  margin-left : 20px;
  margin-right : 1em;
  margin-bottom : 1em;
  float : left;
}

#sp-entry-content-1> article> p> img, #sp-entry-content-10> article> p> img, #sp-entry-content-11> article> p> img, #sp-entry-content-12> article> p> img, #sp-entry-content-13> article> p> img, #sp-entry-content-14> article> p> img, #sp-entry-content-15> article> p> img, #sp-entry-content-16> article> p> img, #sp-entry-content-17> article> p> img, #sp-entry-content-18> article> p> img, #sp-entry-content-19> article> p> img, #sp-entry-content-2> article> p> img, #sp-entry-content-20> article> p> img, #sp-entry-content-21> article> p> img, #sp-entry-content-22> article> p> img, #sp-entry-content-23> article> p> img, #sp-entry-content-3> article> p> img, #sp-entry-content-4> article> p> img, #sp-entry-content-5> article> p> img, #sp-entry-content-6> article> p> img, #sp-entry-content-7> article> p> img, #sp-entry-content-8> article> p> img, #sp-entry-content-9> article> p> img, #sp-wp-post-list-1> article> p> img, #sp-wp-post-list-2> article> p> img {
}

#sp-entry-content-1 > dl, #sp-entry-content-10 > dl, #sp-entry-content-11 > dl, #sp-entry-content-12 > dl, #sp-entry-content-13 > dl, #sp-entry-content-14 > dl, #sp-entry-content-15 > dl, #sp-entry-content-16 > dl, #sp-entry-content-17 > dl, #sp-entry-content-18 > dl, #sp-entry-content-19 > dl, #sp-entry-content-2 > dl, #sp-entry-content-20 > dl, #sp-entry-content-21 > dl, #sp-entry-content-22 > dl, #sp-entry-content-23 > dl, #sp-entry-content-3 > dl, #sp-entry-content-4 > dl, #sp-entry-content-5 > dl, #sp-entry-content-6 > dl, #sp-entry-content-7 > dl, #sp-entry-content-8 > dl, #sp-entry-content-9 > dl, #sp-wp-post-list-1 > dl, #sp-wp-post-list-2 > dl{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 26px;
  margin-left : 20px;
  margin-right : 20px;
  margin-bottom : 0px;
}

#sp-entry-content-1 > dl::after, #sp-entry-content-10 > dl::after, #sp-entry-content-11 > dl::after, #sp-entry-content-12 > dl::after, #sp-entry-content-13 > dl::after, #sp-entry-content-14 > dl::after, #sp-entry-content-15 > dl::after, #sp-entry-content-16 > dl::after, #sp-entry-content-17 > dl::after, #sp-entry-content-18 > dl::after, #sp-entry-content-19 > dl::after, #sp-entry-content-2 > dl::after, #sp-entry-content-20 > dl::after, #sp-entry-content-21 > dl::after, #sp-entry-content-22 > dl::after, #sp-entry-content-23 > dl::after, #sp-entry-content-3 > dl::after, #sp-entry-content-4 > dl::after, #sp-entry-content-5 > dl::after, #sp-entry-content-6 > dl::after, #sp-entry-content-7 > dl::after, #sp-entry-content-8 > dl::after, #sp-entry-content-9 > dl::after, #sp-wp-post-list-1 > dl::after, #sp-wp-post-list-2 > dl::after{
  clear : both;
  display : table;
  content : "";
}

#sp-entry-content-1 > dl > dd, #sp-entry-content-10 > dl > dd, #sp-entry-content-11 > dl > dd, #sp-entry-content-12 > dl > dd, #sp-entry-content-13 > dl > dd, #sp-entry-content-14 > dl > dd, #sp-entry-content-15 > dl > dd, #sp-entry-content-16 > dl > dd, #sp-entry-content-17 > dl > dd, #sp-entry-content-18 > dl > dd, #sp-entry-content-19 > dl > dd, #sp-entry-content-2 > dl > dd, #sp-entry-content-20 > dl > dd, #sp-entry-content-21 > dl > dd, #sp-entry-content-22 > dl > dd, #sp-entry-content-23 > dl > dd, #sp-entry-content-3 > dl > dd, #sp-entry-content-4 > dl > dd, #sp-entry-content-5 > dl > dd, #sp-entry-content-6 > dl > dd, #sp-entry-content-7 > dl > dd, #sp-entry-content-8 > dl > dd, #sp-entry-content-9 > dl > dd, #sp-wp-post-list-1 > dl > dd, #sp-wp-post-list-2 > dl > dd{
  padding-top : 5px;
  padding-left : 140px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 11px;
  margin-left : -140px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  float : left;
  clear : right;
}

#sp-entry-content-1 > dl > dt, #sp-entry-content-10 > dl > dt, #sp-entry-content-11 > dl > dt, #sp-entry-content-12 > dl > dt, #sp-entry-content-13 > dl > dt, #sp-entry-content-14 > dl > dt, #sp-entry-content-15 > dl > dt, #sp-entry-content-16 > dl > dt, #sp-entry-content-17 > dl > dt, #sp-entry-content-18 > dl > dt, #sp-entry-content-19 > dl > dt, #sp-entry-content-2 > dl > dt, #sp-entry-content-20 > dl > dt, #sp-entry-content-21 > dl > dt, #sp-entry-content-22 > dl > dt, #sp-entry-content-23 > dl > dt, #sp-entry-content-3 > dl > dt, #sp-entry-content-4 > dl > dt, #sp-entry-content-5 > dl > dt, #sp-entry-content-6 > dl > dt, #sp-entry-content-7 > dl > dt, #sp-entry-content-8 > dl > dt, #sp-entry-content-9 > dl > dt, #sp-wp-post-list-1 > dl > dt, #sp-wp-post-list-2 > dl > dt{
  background-image : url(img/icon-arrow-02.png);
  background-repeat : no-repeat;
  background-position : 0px 0.6em;
  padding-top : 5px;
  padding-left : 24px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 11px;
  width : 140px;
  float : left;
  clear : left;
}

#sp-entry-content-1 > h3, #sp-entry-content-10 > 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-3 > h3, #sp-entry-content-4 > h3, #sp-entry-content-5 > h3, #sp-entry-content-6 > h3, #sp-entry-content-7 > h3, #sp-entry-content-8 > h3, #sp-entry-content-9 > h3, #sp-wp-post-list-1 > h3, #sp-wp-post-list-2 > h3{
  background-color : transparent;
  margin-bottom : 25px;
}

#sp-entry-content-1 > h3 > a, #sp-entry-content-10 > 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-3 > h3 > a, #sp-entry-content-4 > h3 > a, #sp-entry-content-5 > h3 > a, #sp-entry-content-6 > h3 > a, #sp-entry-content-7 > h3 > a, #sp-entry-content-8 > h3 > a, #sp-entry-content-9 > h3 > a, #sp-wp-post-list-1 > h3 > a, #sp-wp-post-list-2 > h3 > a{
  font-size : 1.6rem;
  font-family : "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight : bold;
  line-height : 1.5;
  color : #c76b6b;
  padding-top : 3px;
  padding-left : 19px;
  padding-right : 10px;
  padding-bottom : 3px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  display : block;
}

#sp-entry-content-1 > nav, #sp-entry-content-10 > nav, #sp-entry-content-11 > nav, #sp-entry-content-12 > nav, #sp-entry-content-13 > nav, #sp-entry-content-14 > nav, #sp-entry-content-15 > nav, #sp-entry-content-16 > nav, #sp-entry-content-17 > nav, #sp-entry-content-18 > nav, #sp-entry-content-19 > nav, #sp-entry-content-2 > nav, #sp-entry-content-20 > nav, #sp-entry-content-21 > nav, #sp-entry-content-22 > nav, #sp-entry-content-23 > nav, #sp-entry-content-3 > nav, #sp-entry-content-4 > nav, #sp-entry-content-5 > nav, #sp-entry-content-6 > nav, #sp-entry-content-7 > nav, #sp-entry-content-8 > nav, #sp-entry-content-9 > nav, #sp-wp-post-list-1 > nav, #sp-wp-post-list-2 > nav{
  margin-bottom : 20px;
}

#sp-entry-content-1 > nav .nav-next, #sp-entry-content-10 > nav .nav-next, #sp-entry-content-11 > nav .nav-next, #sp-entry-content-12 > nav .nav-next, #sp-entry-content-13 > nav .nav-next, #sp-entry-content-14 > nav .nav-next, #sp-entry-content-15 > nav .nav-next, #sp-entry-content-16 > nav .nav-next, #sp-entry-content-17 > nav .nav-next, #sp-entry-content-18 > nav .nav-next, #sp-entry-content-19 > nav .nav-next, #sp-entry-content-2 > nav .nav-next, #sp-entry-content-20 > nav .nav-next, #sp-entry-content-21 > nav .nav-next, #sp-entry-content-22 > nav .nav-next, #sp-entry-content-23 > nav .nav-next, #sp-entry-content-3 > nav .nav-next, #sp-entry-content-4 > nav .nav-next, #sp-entry-content-5 > nav .nav-next, #sp-entry-content-6 > nav .nav-next, #sp-entry-content-7 > nav .nav-next, #sp-entry-content-8 > nav .nav-next, #sp-entry-content-9 > nav .nav-next, #sp-wp-post-list-1 > nav .nav-next, #sp-wp-post-list-2 > nav .nav-next{
  text-align : right;
  margin-right : 0px;
  float : right;
}

#sp-entry-content-1 > nav .nav-previous, #sp-entry-content-10 > nav .nav-previous, #sp-entry-content-11 > nav .nav-previous, #sp-entry-content-12 > nav .nav-previous, #sp-entry-content-13 > nav .nav-previous, #sp-entry-content-14 > nav .nav-previous, #sp-entry-content-15 > nav .nav-previous, #sp-entry-content-16 > nav .nav-previous, #sp-entry-content-17 > nav .nav-previous, #sp-entry-content-18 > nav .nav-previous, #sp-entry-content-19 > nav .nav-previous, #sp-entry-content-2 > nav .nav-previous, #sp-entry-content-20 > nav .nav-previous, #sp-entry-content-21 > nav .nav-previous, #sp-entry-content-22 > nav .nav-previous, #sp-entry-content-23 > nav .nav-previous, #sp-entry-content-3 > nav .nav-previous, #sp-entry-content-4 > nav .nav-previous, #sp-entry-content-5 > nav .nav-previous, #sp-entry-content-6 > nav .nav-previous, #sp-entry-content-7 > nav .nav-previous, #sp-entry-content-8 > nav .nav-previous, #sp-entry-content-9 > nav .nav-previous, #sp-wp-post-list-1 > nav .nav-previous, #sp-wp-post-list-2 > nav .nav-previous{
  margin-left : 0px;
  float : left;
}

#sp-entry-content-1 > nav a, #sp-entry-content-10 > nav a, #sp-entry-content-11 > nav a, #sp-entry-content-12 > nav a, #sp-entry-content-13 > nav a, #sp-entry-content-14 > nav a, #sp-entry-content-15 > nav a, #sp-entry-content-16 > nav a, #sp-entry-content-17 > nav a, #sp-entry-content-18 > nav a, #sp-entry-content-19 > nav a, #sp-entry-content-2 > nav a, #sp-entry-content-20 > nav a, #sp-entry-content-21 > nav a, #sp-entry-content-22 > nav a, #sp-entry-content-23 > nav a, #sp-entry-content-3 > nav a, #sp-entry-content-4 > nav a, #sp-entry-content-5 > nav a, #sp-entry-content-6 > nav a, #sp-entry-content-7 > nav a, #sp-entry-content-8 > nav a, #sp-entry-content-9 > nav a, #sp-wp-post-list-1 > nav a, #sp-wp-post-list-2 > nav a{
  font-style : italic;
  color : #f0a7a7;
  text-decoration : underline;
}

#sp-entry-content-1 > nav div, #sp-entry-content-10 > nav div, #sp-entry-content-11 > nav div, #sp-entry-content-12 > nav div, #sp-entry-content-13 > nav div, #sp-entry-content-14 > nav div, #sp-entry-content-15 > nav div, #sp-entry-content-16 > nav div, #sp-entry-content-17 > nav div, #sp-entry-content-18 > nav div, #sp-entry-content-19 > nav div, #sp-entry-content-2 > nav div, #sp-entry-content-20 > nav div, #sp-entry-content-21 > nav div, #sp-entry-content-22 > nav div, #sp-entry-content-23 > nav div, #sp-entry-content-3 > nav div, #sp-entry-content-4 > nav div, #sp-entry-content-5 > nav div, #sp-entry-content-6 > nav div, #sp-entry-content-7 > nav div, #sp-entry-content-8 > nav div, #sp-entry-content-9 > nav div, #sp-wp-post-list-1 > nav div, #sp-wp-post-list-2 > nav div{
  width : 50%;
}

#sp-entry-content-1 > ul, #sp-entry-content-10 > ul, #sp-entry-content-11 > ul, #sp-entry-content-12 > ul, #sp-entry-content-13 > ul, #sp-entry-content-14 > ul, #sp-entry-content-15 > ul, #sp-entry-content-16 > ul, #sp-entry-content-17 > ul, #sp-entry-content-18 > ul, #sp-entry-content-19 > ul, #sp-entry-content-2 > ul, #sp-entry-content-20 > ul, #sp-entry-content-21 > ul, #sp-entry-content-22 > ul, #sp-entry-content-23 > ul, #sp-entry-content-3 > ul, #sp-entry-content-4 > ul, #sp-entry-content-5 > ul, #sp-entry-content-6 > ul, #sp-entry-content-7 > ul, #sp-entry-content-8 > ul, #sp-entry-content-9 > ul, #sp-wp-post-list-1 > ul, #sp-wp-post-list-2 > ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 26px;
  margin-left : 20px;
  margin-right : 20px;
  margin-bottom : 0px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-entry-content-1> ul> li, #sp-entry-content-10> ul> li, #sp-entry-content-11> ul> li, #sp-entry-content-12> ul> li, #sp-entry-content-13> ul> li, #sp-entry-content-14> ul> li, #sp-entry-content-15> ul> li, #sp-entry-content-16> ul> li, #sp-entry-content-17> ul> li, #sp-entry-content-18> ul> li, #sp-entry-content-19> ul> li, #sp-entry-content-2> ul> li, #sp-entry-content-20> ul> li, #sp-entry-content-21> ul> li, #sp-entry-content-22> ul> li, #sp-entry-content-23> ul> li, #sp-entry-content-3> ul> li, #sp-entry-content-4> ul> li, #sp-entry-content-5> ul> li, #sp-entry-content-6> ul> li, #sp-entry-content-7> ul> li, #sp-entry-content-8> ul> li, #sp-entry-content-9> ul> li, #sp-wp-post-list-1> ul> li, #sp-wp-post-list-2> ul> li {
}

#sp-entry-content-1 > ul > li > a, #sp-entry-content-10 > ul > li > a, #sp-entry-content-11 > ul > li > a, #sp-entry-content-12 > ul > li > a, #sp-entry-content-13 > ul > li > a, #sp-entry-content-14 > ul > li > a, #sp-entry-content-15 > ul > li > a, #sp-entry-content-16 > ul > li > a, #sp-entry-content-17 > ul > li > a, #sp-entry-content-18 > ul > li > a, #sp-entry-content-19 > ul > li > a, #sp-entry-content-2 > ul > li > a, #sp-entry-content-20 > ul > li > a, #sp-entry-content-21 > ul > li > a, #sp-entry-content-22 > ul > li > a, #sp-entry-content-23 > ul > li > a, #sp-entry-content-3 > ul > li > a, #sp-entry-content-4 > ul > li > a, #sp-entry-content-5 > ul > li > a, #sp-entry-content-6 > ul > li > a, #sp-entry-content-7 > ul > li > a, #sp-entry-content-8 > ul > li > a, #sp-entry-content-9 > ul > li > a, #sp-wp-post-list-1 > ul > li > a, #sp-wp-post-list-2 > ul > li > a{
  background-image : url(img/icon-arrow-02.png);
  background-repeat : no-repeat;
  background-position : 0px 0.6em;
  padding-top : 5px;
  padding-left : 24px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 11px;
  display : block;
}

#sp-list-1, #sp-list-2, #sp-list-3, #sp-list-4{
  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-type : none;
  list-style-position : outside;
}

#sp-list-1 > li, #sp-list-2 > li, #sp-list-3 > li, #sp-list-4 > li{
  background-image : url(img/icon-arrow-03.png);
  background-repeat : no-repeat;
  background-position : left 0.5em;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
}

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

#sp-block-container-4{
  color : #ffffff;
  background-color : #fea4a4;
  padding-bottom : 0px;
  clear : both;
}

#sp-block-container-4 .copyright{
  text-align : center;
}

#sp-block-container-4 > *{
  margin-top : 10px;
  margin-bottom : 0px;
}

#sp-block-container-4 > *:first-child{
  margin-top : 0px;
}

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

  #sp-block-container-4{
    padding-top : 15px;
    padding-left : 100%;
    padding-right : 100%;
    padding-bottom : 15px;
    margin-left : -100%;
    margin-right : -100%;
  }
}

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

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

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

  #sp-site-navigation-2{
    background-color : #ffeae9;
    text-align : center;
    padding-top : 12px;
    padding-left : 100%;
    padding-right : 100%;
    padding-bottom : 12px;
    margin-left : -100%;
    margin-right : -100%;
    margin-bottom : 0px;
  }

  #sp-site-navigation-2 a::before{
    background-image : url(img/icon-arrow-02.png);
    vertical-align : middle;
    margin-right : 8px;
    width : 12px;
    height : 12px;
    display : inline-block;
    content : "";
  }

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

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

  #sp-site-navigation-2 > ul > li.current-menu-ancestor > a{
    text-decoration : underline;
  }

  #sp-site-navigation-2 > ul > li.current-menu-item > a{
    text-decoration : underline;
  }

  #sp-site-navigation-2 > ul > li.current_page_ancestor > a{
    text-decoration : underline;
  }

  #sp-site-navigation-2 > ul > li.current_page_item > a{
    text-decoration : underline;
  }

  #sp-site-navigation-2 > ul > li:first-child{
    margin-left : 0px;
  }

  #sp-site-navigation-2 > ul > li > a{
    line-height : 1;
    color : #c76b6b;
    display : block;
  }

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

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

  #sp-site-navigation-2{
    font-size : 1.2rem;
    font-weight : bold;
    margin-top : 0px;
  }

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

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

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

  #sp-site-navigation-2 ul li > a{
    font-weight : bold;
    color : #ffffff;
    background-color : #fea4a4;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 8px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #ffffff;
  }

  #sp-site-navigation-2 ul ul li > a{
    padding-left : 40px;
    padding-right : 10px;
  }

  #sp-site-navigation-2 ul ul ul li > a{
    padding-left : 55px;
  }

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

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

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

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

#sp-column-1{
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #fc7f2b;
  border-left-color : #fc7f2b;
  border-right-color : #fc7f2b;
  border-bottom-color : #fc7f2b;
  width : 100%;
  height : auto;
}

.accordion#sp-column-1 > .column-label h3::after{
  border-top-width : 5px;
  border-top-style : solid;
  border-top-color : rgba(0, 0, 0, 0.45);
}

.toggled-on#sp-column-1 > .column-label h3::before{
  border-bottom-width : 5px;
  border-bottom-style : solid;
  border-bottom-color : rgba(0, 0, 0, 0.45);
}

#sp-column-1 > .column-body{
  width : auto;
  height : auto;
}

#sp-column-1 > .column-label{
  background-color : #fc7f2b;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 0px;
  padding-left : 13px;
  padding-right : 13px;
  padding-bottom : 0px;
}

#sp-column-1 > .column-label h3{
  font-size : 12px;
  color : #ffffff;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  position : relative;
}

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

#sp-definition-list-1 dd{
  padding-top : 1px;
  padding-left : 16px;
  padding-right : 0px;
  padding-bottom : 7px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-definition-list-1 dt{
  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-definition-list-1 > dd{
  color : #333333;
}

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

#sp-image-1, #sp-image-10, #sp-image-100, #sp-image-101, #sp-image-102, #sp-image-103, #sp-image-104, #sp-image-105, #sp-image-106, #sp-image-107, #sp-image-108, #sp-image-109, #sp-image-11, #sp-image-110, #sp-image-111, #sp-image-112, #sp-image-113, #sp-image-114, #sp-image-115, #sp-image-116, #sp-image-117, #sp-image-118, #sp-image-119, #sp-image-12, #sp-image-120, #sp-image-121, #sp-image-122, #sp-image-123, #sp-image-124, #sp-image-125, #sp-image-126, #sp-image-127, #sp-image-128, #sp-image-129, #sp-image-13, #sp-image-130, #sp-image-131, #sp-image-132, #sp-image-133, #sp-image-134, #sp-image-135, #sp-image-136, #sp-image-137, #sp-image-138, #sp-image-139, #sp-image-14, #sp-image-140, #sp-image-141, #sp-image-142, #sp-image-143, #sp-image-144, #sp-image-145, #sp-image-146, #sp-image-147, #sp-image-148, #sp-image-149, #sp-image-15, #sp-image-150, #sp-image-151, #sp-image-152, #sp-image-153, #sp-image-154, #sp-image-155, #sp-image-156, #sp-image-157, #sp-image-158, #sp-image-159, #sp-image-16, #sp-image-160, #sp-image-161, #sp-image-162, #sp-image-163, #sp-image-164, #sp-image-165, #sp-image-166, #sp-image-167, #sp-image-168, #sp-image-169, #sp-image-17, #sp-image-170, #sp-image-171, #sp-image-172, #sp-image-173, #sp-image-174, #sp-image-175, #sp-image-176, #sp-image-177, #sp-image-178, #sp-image-179, #sp-image-18, #sp-image-180, #sp-image-181, #sp-image-182, #sp-image-183, #sp-image-184, #sp-image-185, #sp-image-186, #sp-image-187, #sp-image-188, #sp-image-189, #sp-image-19, #sp-image-190, #sp-image-191, #sp-image-192, #sp-image-193, #sp-image-194, #sp-image-195, #sp-image-196, #sp-image-197, #sp-image-198, #sp-image-199, #sp-image-2, #sp-image-20, #sp-image-200, #sp-image-201, #sp-image-202, #sp-image-203, #sp-image-204, #sp-image-205, #sp-image-206, #sp-image-207, #sp-image-208, #sp-image-209, #sp-image-21, #sp-image-210, #sp-image-211, #sp-image-212, #sp-image-213, #sp-image-214, #sp-image-215, #sp-image-216, #sp-image-217, #sp-image-218, #sp-image-219, #sp-image-22, #sp-image-220, #sp-image-221, #sp-image-222, #sp-image-223, #sp-image-224, #sp-image-225, #sp-image-226, #sp-image-227, #sp-image-228, #sp-image-23, #sp-image-24, #sp-image-25, #sp-image-26, #sp-image-27, #sp-image-28, #sp-image-29, #sp-image-3, #sp-image-30, #sp-image-31, #sp-image-32, #sp-image-33, #sp-image-34, #sp-image-35, #sp-image-36, #sp-image-37, #sp-image-38, #sp-image-39, #sp-image-4, #sp-image-40, #sp-image-41, #sp-image-42, #sp-image-43, #sp-image-44, #sp-image-45, #sp-image-46, #sp-image-47, #sp-image-48, #sp-image-49, #sp-image-5, #sp-image-50, #sp-image-51, #sp-image-52, #sp-image-53, #sp-image-54, #sp-image-55, #sp-image-56, #sp-image-57, #sp-image-58, #sp-image-59, #sp-image-6, #sp-image-60, #sp-image-61, #sp-image-62, #sp-image-63, #sp-image-64, #sp-image-65, #sp-image-66, #sp-image-67, #sp-image-68, #sp-image-69, #sp-image-7, #sp-image-70, #sp-image-71, #sp-image-72, #sp-image-73, #sp-image-74, #sp-image-75, #sp-image-76, #sp-image-77, #sp-image-78, #sp-image-79, #sp-image-8, #sp-image-80, #sp-image-81, #sp-image-82, #sp-image-83, #sp-image-84, #sp-image-85, #sp-image-86, #sp-image-87, #sp-image-88, #sp-image-89, #sp-image-9, #sp-image-90, #sp-image-91, #sp-image-92, #sp-image-93, #sp-image-94, #sp-image-95, #sp-image-96, #sp-image-97, #sp-image-98, #sp-image-99{
  max-width : 100%;
}

#sp-page-title-11, #sp-page-title-12, #sp-page-title-13, #sp-page-title-15, #sp-page-title-16, #sp-page-title-18, #sp-page-title-19, #sp-page-title-3, #sp-page-title-6, #sp-page-title-7, #sp-page-title-8{
  background-color : transparent;
  background-image : url(img/sp-pagetitle-4be.png),url(img/sp-pagetitle-4af.png);
  background-repeat : no-repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : left top, right top;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  width : 100%;
  height : 50px;
}

#sp-page-title-11 > h1, #sp-page-title-12 > h1, #sp-page-title-13 > h1, #sp-page-title-15 > h1, #sp-page-title-16 > h1, #sp-page-title-18 > h1, #sp-page-title-19 > h1, #sp-page-title-3 > h1, #sp-page-title-6 > h1, #sp-page-title-7 > h1, #sp-page-title-8 > h1{
  font-size : 20px;
  font-weight : bold;
  color : #ffffff;
  background-color : #87c4e8;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 20px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 20px;
  margin-top : 0px;
  margin-left : 50px;
  margin-right : 50px;
  margin-bottom : 0px;
  height : 50px;
  box-sizing : border-box;
}

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

  #sp-page-title-11, #sp-page-title-12, #sp-page-title-13, #sp-page-title-15, #sp-page-title-16, #sp-page-title-18, #sp-page-title-19, #sp-page-title-3, #sp-page-title-6, #sp-page-title-7, #sp-page-title-8{
    background-size : auto 40px;
    text-align : left;
    width : 100%;
    height : 40px;
  }

  #sp-page-title-11 > h1, #sp-page-title-12 > h1, #sp-page-title-13 > h1, #sp-page-title-15 > h1, #sp-page-title-16 > h1, #sp-page-title-18 > h1, #sp-page-title-19 > h1, #sp-page-title-3 > h1, #sp-page-title-6 > h1, #sp-page-title-7 > h1, #sp-page-title-8 > h1{
    font-size : 18px;
    font-weight : bold;
    color : #ffffff;
    background-color : #87c4e8;
    margin-top : 0px;
    margin-left : 40px;
    margin-right : 40px;
    margin-bottom : 0px;
    height : 40px;
    box-sizing : border-box;
  }
}

.page-blog#content #page-content{
  font-size : 1.8rem;
}

.page-blog#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom1#content #page-content{
  font-size : 1.6rem;
  color : #000000;
}

.page-custom1#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom10#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom11#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom12#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom13#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom14#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom15#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom16#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom17#content #page-content{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom17#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom18#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom19#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom2#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom20#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom21#content #page-content{
  font-size : 1.7rem;
  color : #000000;
}

.page-custom21#content #page-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.page-custom21#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom22#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom23#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom24#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom25#content #page-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.page-custom25#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom26#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom27#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom28#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom29#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom3#content #page-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.page-custom3#content #page-content > .paragraph cite{
  font-size : 2rem;
  font-weight : bold;
}

.page-custom3#content #page-content > p{
  font-size : 1.6rem;
  color : #000000;
}

.page-custom30#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom31#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom32#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom33#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom34#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom35#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom36#content #page-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.page-custom36#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom37#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom38#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom39#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom4#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom40#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom41#content #page-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.page-custom41#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom42#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom43#content #page-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.page-custom43#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom44#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom45#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom46#content #page-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.page-custom46#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom47#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom48#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom49#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom5#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom50#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom51#content #page-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.page-custom51#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom52#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom53#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom54#content #page-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.page-custom54#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom55#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom56#content #page-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.page-custom56#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom57#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom58#content #page-content > p{
  font-size : 1.8rem;
}

.page-custom59#content #page-content > p{
  font-size : 1.8rem;
}

.page-custom6#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom60#content #page-content > p{
  font-size : 1.8rem;
}

.page-custom61#content #page-content > p{
  font-size : 1.8rem;
}

.page-custom62#content #page-content > p{
  font-size : 1.8rem;
}

.page-custom63#content #page-content > p{
  font-size : 1.8rem;
}

.page-custom64#content #page-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.page-custom64#content #page-content > p{
  font-size : 1.8rem;
}

.page-custom65#content #page-content{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom65#content #page-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.page-custom65#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom66#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom67#content #page-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.page-custom67#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom68#content #page-content{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom68#content #page-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.page-custom68#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom69#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom7#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom70#content #page-content > p{
  font-size : 1.8rem;
}

.page-custom71#content #page-content > p{
  font-size : 1.8rem;
}

.page-custom72#content #page-content > h1{
  font-size : 2.6rem;
  color : #000000;
}

.page-custom72#content #page-content > p{
  font-size : 1.8rem;
}

.page-custom73#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom8#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-custom9#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.page-toppage#content #page-content > .paragraph small{
  font-size : 1.8rem;
  color : #000000;
}

.page-toppage#content #page-content > h1{
  color : #000000;
}

.page-toppage#content #page-content > p{
  font-size : 1.8rem;
  color : #000000;
}

#sp-block-container-1{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #feb6b6;
  border-left-color : #feb6b6;
  border-right-color : #feb6b6;
  border-bottom-color : #feb6b6;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-block-container-1 > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

#sp-block-container-1 > p{
  font-size : 1.8rem;
  color : #000000;
}

#sp-block-container-2 > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

#sp-block-container-2 > p{
  font-size : 1.9rem;
  color : #000000;
}

#sp-block-container-3{
  font-size : 1.6rem;
  color : #000000;
}

#sp-block-container-3 > .paragraph small{
  color : #000000;
}

#sp-block-container-3 > p{
  font-size : 1.8rem;
  color : #000000;
}

#sp-block-container-6 > p{
  font-size : 1.8rem;
  color : #000000;
}

#sp-block-container-7 > p{
  font-size : 1.8rem;
  color : #000000;
}

#sp-block-container-8 > p{
  font-size : 1.8rem;
  color : #000000;
}

#sp-block-container-9 > p{
  font-size : 1.8rem;
  color : #000000;
}

#sp-column-1{
  font-size : 1.8rem;
}

#sp-column-1 > .column-label h3{
  font-size : 1.8rem;
}

#sp-definition-list-1 > dd > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

#sp-definition-list-1 > dd > p{
  font-size : 1.8rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-10 > article > .entry-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-11 > article > .entry-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.sp-wp-post-list#sp-entry-content-11 > article > .entry-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-12 > article > .entry-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-13 > article > .entry-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-14 > article > .entry-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-15 > article > .entry-content > p{
  font-size : 1.8rem;
}

.sp-wp-post-list#sp-entry-content-16 > article > .entry-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.sp-wp-post-list#sp-entry-content-16 > article > .entry-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-17 > article > .entry-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.sp-wp-post-list#sp-entry-content-17 > article > .entry-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-18 > article > .entry-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-19 > article > .entry-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-20 > article > .entry-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.sp-wp-post-list#sp-entry-content-20 > article > .entry-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-21 > article > .entry-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.sp-wp-post-list#sp-entry-content-21 > article > .entry-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-22 > article > .entry-content{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-entry-content-22 > article > .entry-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.sp-wp-post-list#sp-entry-content-22 > article > .entry-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-23 > article > .entry-content > p{
  font-size : 1.6rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-3 > article > .entry-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.sp-wp-post-list#sp-entry-content-3 > article > .entry-content > p{
  font-size : 1.8rem;
}

.sp-wp-post-list#sp-entry-content-4 > article > .entry-content > p{
  font-size : 1.8rem;
}

.sp-wp-post-list#sp-entry-content-5 > article > .entry-content > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

.sp-wp-post-list#sp-entry-content-5 > article > .entry-content > p{
  font-size : 1.8rem;
}

.sp-wp-post-list#sp-entry-content-6 > article > .entry-content > p{
  font-size : 1.8rem;
}

.sp-wp-post-list#sp-entry-content-7 > article > .entry-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-8 > article > .entry-content > p{
  font-size : 1.8rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-9 > article{
  font-size : 1.8rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-9 > article > .entry-content{
  font-size : 1.8rem;
  color : #000000;
}

.sp-wp-post-list#sp-entry-content-9 > article > .entry-content > p{
  font-size : 1.8rem;
  color : #000000;
}

#sp-html-src-2{
  font-size : 1.3rem;
  color : #000000;
}

#sp-image-1{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  max-width : 100%;
}

#sp-list-1 > li{
  font-size : 1.8rem;
  color : #000000;
}

#sp-list-1 > li > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

#sp-list-1 > li > h1{
  font-size : 2rem;
  color : #fc2566;
}

#sp-list-1 > li > h2{
  font-size : 2rem;
  color : #fc2566;
}

#sp-list-1 > li > h3{
  font-size : 2rem;
  color : #fc2566;
}

#sp-list-1 > li > p{
  font-size : 1.8rem;
  color : #000000;
}

#sp-list-2{
  color : #000000;
}

#sp-list-2 > li{
  font-size : 1.2rem;
}

#sp-list-2 > li > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

#sp-list-2 > li > h1{
  font-size : 3rem;
  color : #fc2566;
}

#sp-list-2 > li > p{
  font-size : 1.8rem;
  color : #000000;
}

#sp-list-3 > li{
  font-size : 1.8rem;
  color : #000000;
}

#sp-list-3 > li > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

#sp-list-4{
  font-size : 1.8rem;
  color : #0000ff;
}

#sp-list-4 > li{
  font-size : 1.8rem;
  color : #000000;
}

#sp-list-4 > li > .paragraph a{
  font-size : 1.8rem;
  color : #0000ff;
}

#sp-list-4 > li > .paragraph a:visited{
  font-size : 1.8rem;
  color : #0000ff;
}

#sp-page-title-1 h1{
  color : #ff0000;
}

#sp-page-title-11 h1{
  font-size : 2.4rem;
  color : #ffffff;
}

#sp-page-title-2 h1{
  font-size : 1.6rem;
  color : #ff0000;
  border-top-left-radius : 20px 20px;
  border-top-right-radius : 20px 20px;
  border-bottom-right-radius : 20px 20px;
  border-bottom-left-radius : 20px 20px;
}

#sp-page-title-4 h1{
  color : #ff0000;
}

#sp-page-title-6 h1{
  font-size : 2rem;
  color : #ffffff;
}

#sp-site-branding2-1 .site-title{
  background-image : none;
}

#sp-site-branding2-1 .site-title a{
  text-indent : 0px;
  overflow : visible;
}

#sp-site-branding2-1 > .extra > p{
  color : #ff0000;
}

#sp-site-branding2-1 > .site-description{
  font-size : 1.3rem;
  color : #000000;
}

#sp-site-branding2-1 > .site-title{
  font-size : 4rem;
  color : #fc2566;
}

#sp-site-branding2-1 > .site-title a{
  color : #ff0000;
}

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

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

#sp-site-navigation-1 > ul > li > a{
  color : #fc2566;
}

.sp-wp-post-list#sp-wp-post-list-1{
  font-size : 1.6rem;
  color : #ff0000;
}

.sp-wp-post-list#sp-wp-post-list-1 > article{
  font-size : 1.6rem;
  color : #000000;
}

.sp-wp-post-list#sp-wp-post-list-1 > h3 > a:link{
  font-size : 1.6rem;
  color : #0000ff;
}

.sp-wp-post-list#sp-wp-post-list-1 > ul > li{
  font-size : 1.6rem;
  color : #0000ff;
}

.sp-wp-post-list#sp-wp-post-list-1 > ul > li > a:link{
  font-size : 1.6rem;
  color : #0000ff;
}

.sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content > p{
  font-size : 1.6rem;
  color : #000000;
}

.sp-wp-post-list#sp-wp-post-list-2 > h3{
  font-size : 1.6rem;
  color : #000000;
}

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

  #sp-block-container-1{
    margin-bottom : 48px;
    min-height : 254px;
  }

  #sp-block-container-2{
    margin-bottom : 11px;
    min-height : 1828px;
  }

  #sp-block-container-3{
    margin-bottom : 75px;
    min-height : 745px;
  }

  #sp-block-container-5{
    margin-bottom : -96px;
  }

  #sp-block-container-8{
    margin-bottom : 34px;
  }

  #sp-block-container-9{
    min-height : 1089px;
  }

  #sp-column-1{
    margin-bottom : 28px;
    min-height : 141px;
  }

  #sp-definition-list-1{
    margin-bottom : -61px;
    min-height : 782px;
  }

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

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

  #sp-google-map-11{
    width : 469px;
    min-height : 321px;
  }

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

  #sp-google-map-13{
    width : 479px;
    min-height : 355px;
  }

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

  #sp-google-map-15{
    width : 646px;
    min-height : 385px;
  }

  #sp-google-map-16{
    width : 580px;
    min-height : 341px;
  }

  #sp-google-map-17{
    width : 466px;
    min-height : 300px;
  }

  #sp-google-map-18{
    width : 579px;
    min-height : 434px;
  }

  #sp-google-map-19{
    width : 650px;
    min-height : 359px;
  }

  #sp-google-map-2{
    width : 640px;
    height : 480px;
    min-height : 300px;
  }

  #sp-google-map-20{
    width : 637px;
    min-height : 477px;
  }

  #sp-google-map-21{
    width : 649px;
    min-height : 486px;
  }

  #sp-google-map-22{
    margin-bottom : 58px;
    width : 766px;
    min-height : 446px;
  }

  #sp-google-map-23{
    width : 638px;
    min-height : 493px;
  }

  #sp-google-map-24{
    width : 647px;
    min-height : 390px;
  }

  #sp-google-map-25{
    width : 652px;
    min-height : 358px;
  }

  #sp-google-map-26{
    margin-right : 90px;
    width : 745px;
    min-height : 495px;
  }

  #sp-google-map-27{
    width : 743px;
    min-height : 557px;
  }

  #sp-google-map-28{
    width : 649px;
    min-height : 367px;
  }

  #sp-google-map-29{
    margin-right : 66px;
    width : 643px;
    min-height : 482px;
  }

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

  #sp-google-map-30{
    width : 693px;
    min-height : 519px;
  }

  #sp-google-map-31{
    width : 751px;
    min-height : 436px;
  }

  #sp-google-map-32{
    width : 721px;
    min-height : 527px;
  }

  #sp-google-map-33{
    width : 729px;
    min-height : 546px;
  }

  #sp-google-map-34{
    width : 755px;
    min-height : 566px;
  }

  #sp-google-map-35{
    width : 739px;
    min-height : 498px;
  }

  #sp-google-map-36{
    width : 734px;
    min-height : 550px;
  }

  #sp-google-map-37{
    width : 729px;
    min-height : 485px;
  }

  #sp-google-map-38{
    width : 754px;
    min-height : 565px;
  }

  #sp-google-map-39{
    width : 750px;
    min-height : 436px;
  }

  #sp-google-map-4{
    width : 368px;
    height : 300px;
    min-height : 300px;
    float : left;
    position : relative;
  }

  #sp-google-map-40{
    width : 751px;
    min-height : 563px;
  }

  #sp-google-map-41{
    width : 754px;
    min-height : 565px;
  }

  #sp-google-map-42{
    width : 755px;
    min-height : 566px;
  }

  #sp-google-map-43{
    width : 735px;
    min-height : 551px;
  }

  #sp-google-map-44{
    width : 749px;
    min-height : 561px;
  }

  #sp-google-map-45{
    width : 753px;
    min-height : 564px;
  }

  #sp-google-map-46{
    width : 748px;
    min-height : 561px;
  }

  #sp-google-map-47{
    width : 751px;
    min-height : 563px;
  }

  #sp-google-map-48{
    width : 749px;
    min-height : 561px;
  }

  #sp-google-map-49{
    width : 734px;
    min-height : 550px;
  }

  #sp-google-map-5{
    width : 744px;
    height : 300px;
    min-height : 558px;
    float : left;
    position : relative;
  }

  #sp-google-map-50{
    width : 743px;
    min-height : 557px;
  }

  #sp-google-map-51{
    width : 751px;
    min-height : 563px;
  }

  #sp-google-map-52{
    width : 737px;
    min-height : 552px;
  }

  #sp-google-map-53{
    width : 734px;
    min-height : 550px;
  }

  #sp-google-map-54{
    width : 749px;
    min-height : 561px;
  }

  #sp-google-map-55{
    width : 744px;
    min-height : 558px;
  }

  #sp-google-map-56{
    width : 751px;
    min-height : 563px;
  }

  #sp-google-map-57{
    width : 739px;
    min-height : 554px;
  }

  #sp-google-map-58{
    width : 746px;
    min-height : 559px;
  }

  #sp-google-map-59{
    width : 755px;
    min-height : 566px;
  }

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

  #sp-google-map-60{
    width : 750px;
    min-height : 562px;
  }

  #sp-google-map-61{
    width : 742px;
    min-height : 556px;
  }

  #sp-google-map-62{
    width : 747px;
    min-height : 560px;
  }

  #sp-google-map-63{
    width : 748px;
    min-height : 545px;
  }

  #sp-google-map-64{
    width : 737px;
    min-height : 552px;
  }

  #sp-google-map-65{
    width : 739px;
    min-height : 554px;
  }

  #sp-google-map-66{
    width : 741px;
    min-height : 555px;
  }

  #sp-google-map-67{
    width : 741px;
    min-height : 555px;
  }

  #sp-google-map-7{
    width : 646px;
    min-height : 484px;
  }

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

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

  #sp-html-src-2{
    min-height : 2183px;
  }

  #sp-image-1{
    width : 1004px;
    height : 588px;
  }

  #sp-image-100{
    width : 751px;
    height : 563px;
  }

  #sp-image-101{
    width : 723px;
    height : 406px;
  }

  #sp-image-102{
    width : 718px;
    height : 418px;
  }

  #sp-image-103{
    width : 723px;
    height : 406px;
  }

  #sp-image-104{
    width : 743px;
    height : 557px;
  }

  #sp-image-105{
    width : 744px;
    height : 558px;
  }

  #sp-image-106{
    width : 775px;
    height : 581px;
  }

  #sp-image-107{
    width : 756px;
    height : 567px;
  }

  #sp-image-108{
    width : 732px;
    height : 549px;
  }

  #sp-image-109{
    width : 732px;
    height : 549px;
  }

  #sp-image-110{
    width : 734px;
    height : 550px;
  }

  #sp-image-111{
    width : 739px;
    height : 554px;
  }

  #sp-image-112{
    width : 721px;
    height : 480px;
  }

  #sp-image-113{
    width : 730px;
    height : 480px;
  }

  #sp-image-114{
    width : 730px;
    height : 480px;
  }

  #sp-image-115{
    width : 732px;
    height : 480px;
  }

  #sp-image-116{
    width : 732px;
    height : 480px;
  }

  #sp-image-117{
    width : 732px;
    height : 480px;
  }

  #sp-image-118{
    width : 716px;
    height : 402px;
  }

  #sp-image-119{
    width : 715px;
    height : 402px;
  }

  #sp-image-120{
    width : 717px;
    height : 401px;
  }

  #sp-image-121{
    width : 718px;
    height : 402px;
  }

  #sp-image-122{
    width : 745px;
    height : 419px;
  }

  #sp-image-123{
    width : 746px;
    height : 419px;
  }

  #sp-image-124{
    width : 745px;
    height : 460px;
  }

  #sp-image-125{
    width : 745px;
    height : 558px;
  }

  #sp-image-126{
    width : 741px;
    height : 555px;
  }

  #sp-image-127{
    width : 747px;
    height : 560px;
  }

  #sp-image-128{
    width : 738px;
    height : 939px;
  }

  #sp-image-129{
    width : 748px;
    height : 729px;
  }

  #sp-image-130{
    width : 745px;
    height : 440px;
  }

  #sp-image-131{
    width : 746px;
    height : 669px;
  }

  #sp-image-132{
    width : 737px;
    height : 552px;
  }

  #sp-image-133{
    width : 739px;
    height : 553px;
  }

  #sp-image-136{
    width : 762px;
    height : 570px;
  }

  #sp-image-139{
    width : 746px;
    height : 419px;
  }

  #sp-image-14{
    width : 742px;
    height : 417px;
  }

  #sp-image-140{
    width : 743px;
    height : 417px;
  }

  #sp-image-141{
    width : 746px;
    height : 419px;
  }

  #sp-image-142{
    width : 750px;
    height : 421px;
  }

  #sp-image-143{
    width : 742px;
    height : 417px;
  }

  #sp-image-144{
    width : 750px;
    height : 421px;
  }

  #sp-image-147{
    width : 759px;
    height : 426px;
  }

  #sp-image-149{
    width : 738px;
    height : 553px;
  }

  #sp-image-150{
    width : 744px;
    height : 558px;
  }

  #sp-image-151{
    width : 748px;
    height : 582px;
  }

  #sp-image-152{
    width : 751px;
    height : 563px;
  }

  #sp-image-153{
    width : 752px;
    height : 564px;
  }

  #sp-image-154{
    width : 742px;
    height : 556px;
  }

  #sp-image-155{
    width : 743px;
    height : 417px;
  }

  #sp-image-156{
    width : 746px;
    height : 419px;
  }

  #sp-image-157{
    width : 744px;
    height : 418px;
  }

  #sp-image-158{
    width : 745px;
    height : 419px;
  }

  #sp-image-159{
    width : 743px;
    height : 557px;
  }

  #sp-image-160{
    width : 748px;
    height : 561px;
  }

  #sp-image-161{
    width : 751px;
    height : 563px;
  }

  #sp-image-162{
    width : 740px;
    height : 416px;
  }

  #sp-image-163{
    width : 744px;
    height : 418px;
  }

  #sp-image-164{
    width : 743px;
    height : 417px;
  }

  #sp-image-165{
    width : 748px;
    height : 561px;
  }

  #sp-image-166{
    width : 746px;
    height : 559px;
  }

  #sp-image-167{
    width : 748px;
    height : 561px;
  }

  #sp-image-168{
    width : 744px;
    height : 426px;
  }

  #sp-image-169{
    width : 743px;
    height : 426px;
  }

  #sp-image-170{
    width : 743px;
    height : 417px;
  }

  #sp-image-171{
    width : 742px;
    height : 417px;
  }

  #sp-image-174{
    width : 757px;
    height : 424px;
  }

  #sp-image-177{
    width : 777px;
    height : 426px;
  }

  #sp-image-178{
    width : 782px;
    height : 455px;
  }

  #sp-image-179{
    width : 759px;
    height : 426px;
  }

  #sp-image-180{
    width : 757px;
    height : 425px;
  }

  #sp-image-185{
    width : 747px;
    height : 420px;
  }

  #sp-image-186{
    width : 749px;
    height : 421px;
  }

  #sp-image-187{
    width : 742px;
    height : 416px;
  }

  #sp-image-188{
    width : 738px;
    height : 415px;
  }

  #sp-image-189{
    width : 736px;
    height : 414px;
  }

  #sp-image-191{
    width : 758px;
    height : 426px;
  }

  #sp-image-192{
    width : 734px;
    height : 412px;
  }

  #sp-image-193{
    width : 735px;
    height : 413px;
  }

  #sp-image-194{
    width : 734px;
    height : 414px;
  }

  #sp-image-195{
    width : 736px;
    height : 423px;
  }

  #sp-image-196{
    width : 731px;
    height : 411px;
  }

  #sp-image-197{
    width : 752px;
    height : 423px;
  }

  #sp-image-198{
    width : 751px;
    height : 562px;
  }

  #sp-image-2{
    margin-top : 10px;
    width : 808px;
    height : 606px;
  }

  #sp-image-200{
    width : 757px;
    height : 425px;
  }

  #sp-image-201{
    width : 749px;
    height : 421px;
  }

  #sp-image-202{
    width : 758px;
    height : 426px;
  }

  #sp-image-203{
    width : 758px;
    height : 426px;
  }

  #sp-image-204{
    width : 756px;
    height : 567px;
  }

  #sp-image-205{
    width : 758px;
    height : 568px;
  }

  #sp-image-206{
    width : 753px;
    height : 564px;
  }

  #sp-image-207{
    width : 744px;
    height : 558px;
  }

  #sp-image-209{
    width : 760px;
    height : 570px;
  }

  #sp-image-210{
    width : 754px;
    height : 565px;
  }

  #sp-image-211{
    width : 761px;
    height : 570px;
  }

  #sp-image-212{
    width : 752px;
    height : 564px;
  }

  #sp-image-213{
    width : 751px;
    height : 563px;
  }

  #sp-image-214{
    width : 751px;
    height : 446px;
  }

  #sp-image-215{
    width : 753px;
    height : 423px;
  }

  #sp-image-216{
    width : 760px;
    height : 427px;
  }

  #sp-image-217{
    width : 755px;
    height : 566px;
  }

  #sp-image-218{
    width : 751px;
    height : 552px;
  }

  #sp-image-219{
    width : 753px;
    height : 564px;
  }

  #sp-image-220{
    width : 722px;
    height : 437px;
  }

  #sp-image-221{
    width : 757px;
    height : 425px;
  }

  #sp-image-222{
    width : 761px;
    height : 428px;
  }

  #sp-image-25{
    width : 640px;
    height : 480px;
  }

  #sp-image-3{
    width : 794px;
    height : 594px;
  }

  #sp-image-66{
    width : 733px;
    height : 412px;
  }

  #sp-image-67{
    width : 740px;
    height : 440px;
  }

  #sp-image-68{
    width : 741px;
    height : 416px;
  }

  #sp-image-7{
    width : 640px;
    height : 480px;
  }

  #sp-image-85{
    width : 745px;
    height : 419px;
  }

  #sp-image-86{
    width : 738px;
    height : 446px;
  }

  #sp-image-91{
    width : 640px;
    height : 492px;
  }

  #sp-image-92{
    width : 641px;
    height : 459px;
  }

  #sp-image-94{
    width : 636px;
    height : 396px;
  }

  #sp-image-95{
    width : 695px;
    height : 390px;
  }

  #sp-image-96{
    width : 693px;
    height : 389px;
  }

  #sp-image-97{
    width : 738px;
    height : 553px;
  }

  #sp-image-98{
    width : 740px;
    height : 555px;
  }

  #sp-image-99{
    width : 748px;
    height : 561px;
  }

  #sp-list-1{
    margin-bottom : 14px;
    width : 812px;
    min-height : 2640px;
  }

  #sp-list-2{
    margin-bottom : 152px;
    min-height : 576px;
  }

  #sp-list-3{
    margin-right : 10px;
    margin-bottom : 64px;
    width : 809px;
    min-height : 436px;
  }

  #sp-list-4{
    margin-bottom : 479px;
  }

  #sp-page-title-14{
    width : 810px;
  }

  #sp-page-title-2{
    margin-bottom : 0px;
    min-height : 31px;
  }

  #sp-page-title-6{
    margin-bottom : 7px;
    width : 785px;
    min-height : 51px;
  }

  #sp-page-title-7{
    width : 785px;
  }

  #sp-page-title-8{
    width : 785px;
  }

  #sp-site-branding2-1{
    min-height : 97px;
  }

  #sp-site-branding2-1 > .extra{
    width : 247px;
  }

  #sp-site-branding2-1 > .site-title{
    min-height : 49px;
  }

  #sp-site-navigation-2{
    min-height : 7px;
  }

  .sp-wp-post-list#sp-wp-post-list-1{
    min-height : 118px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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