A{
  display: inline;
  text-decoration: none;/*リンクの下線を消す*/
  color: #96705C;/*リンクの文字の色*/
}
A:hover{
  text-decoration : none;
  color: #D04337;
 /*color: inherit; リンクの色を変えない*/
}
A:VISITED{
  color: #404040;
  /*黒よりのｸﾞﾚｰ*/
/* color: #cc6633;
リンク済の色*/
}
A:LINK{
  color: #404040;
  /*黒よりのｸﾞﾚｰ*/
/* color: #b27500;
リンクの色*/
}
A:ACTIVE{
  color: #404040;
  /*黒よりのｸﾞﾚｰ*/
/* color: #cb0f0f;
クリック時の色*/
}

ARTICLE{
  display : block;
}
ASIDE{
  display : block;
}
BODY{
  font-size: 1.3rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	line-height: 1.5;
	color: #404040; /*黒よりのｸﾞﾚｰ*/
	background-color: #ffffff;
        text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	word-wrap: break-word;

}
DETAILS{
  display : block;
}
DL{
  margin-top : 0px;
  box-sizing : border-box;
}
FIGCAPTION{
  display : block;
}
FIGURE{
  display : block;
}
FOOTER{
  display : block;
}
H1{
  margin-top : 0px;
  box-sizing : border-box;
}
H2{
  margin-top : 0px;
  box-sizing : border-box;
}
H3{
  margin-top : 0px;
  box-sizing : border-box;
}
H4{
  margin-top : 0px;
  box-sizing : border-box;
}
H5{
  margin-top : 0px;
  box-sizing : border-box;
}
H6{
  margin-top : 0px;
  box-sizing : border-box;
}
HEADER{
  display : block;
}
HGROUP{
  display : block;
}
HTML{
  font-size : 80%;
  background-color : #FFFCF9;
}
Li {
  list-style: none;
}
MAIN{
  display : block;
}
NAV{ /*メニューバー*/
 /* display : block;
  box-sizing : border-box;*/
  width: 100%;
  height: 60px;  
  background-color: #96705c; /*メニューバー背景薄茶*/
  padding-top: 5px;
  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;*/
 display: flex;
}

@charset "UTF-8";
#colophon{
  background-color : #fff4df;
  border-top-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffcc66;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}
#colophon-inner {
  }
#content{
  min-height : 50px;
}
#main-inner::after{
  clear : both;
  display : table;
  content : "";
}
#main::after{
  clear : both;
  display : table;
  content : "";
}
#masthead{
	  　　/*トップ部分*/
	margin-bottom: 0px;
	background-color: #ffde59;
}
#page{
  font-size : 1.2rem;
}
#table_toppage{
  width: 990px;
  color : #96705c;/*こげ茶*/
  font-weight : bold;
  text-align : center;
}

#table_photo{
	text-align: center;
}
#table_map{
  /*ｱｸｾｽ欄*/
  width: 990px;
  color : #96705c;  /*茶*/
  text-align : center;
  font-weight : bold;
}
#table_riyou A:visited{
	color: inherit; /*リンクの色を変えない*/
}
#table_riyou A:link{
	color: inherit; /*リンクの色を変えない*/
}

#table_yousei{
  font-size : 1.4rem;
  font-weight : bold;
}
#table_yousei A:HOVER{
  text-decoration: none; /*下線無し*/
}
#table_yousei A:VISITED{
  color: inherit; /*リンクの色を変えない*/
}

/* トップへ戻るボタン */
#pagetop {
    position:fixed;
    bottom:80px;
    right:80px;
    color: #ffffff; /* 文字色 */
    font-size:0px;
    text-decoration:none;
    background: linear-gradient(
    -45deg,
    #fff 25%,
    #f4f4ed 25%, #f4f4ed 50%,
    #fff 50%, #fff 75%,
    #f4f4ed 75%, #f4f4ed
	);
	background-size: 0px 0px; 
	border-radius: 50%; /* ボタンの丸み */
	opacity: 1.0; /* ボタンの透明度 */
	z-index: 99;
}
/* トップへ戻るボタン：ホバー時 */
#pagetop:hover {
    color: #ffffff; /* 文字色 */
    opacity: 0.7; /* ボタンの透明度 */
}
#pagetop img {
 	width:80px; /* ボタンのサイズ */
 	height:80px;
}


/*タイトル茶文字*/
.title_br{
	color: #753117;
	font-size: 16px;
	font-weight: bold;
}
/*タイトルももいろ文字*/
.title_mo{
	color: #fff8ea;
	font-size: 18px;
	font-weight: bold;
}
.menu-item{
	font-size : 1.1rem;/*メニューバー*/
}
*{
  box-sizing : border-box;
}
.copyright::after{
  content : "2025 HIRAKATA-CITY FAMILY SUPPORT CENTER All rights reserved";
}

.entry-content{
  font-size : 1.4rem;
}
.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.1rem;
  line-height : 1.5;
  text-align : justify;
  padding-left : 0.1em;
  padding-right : 0.1em;
  margin-top : 0.5em;
  margin-bottom : 1.5em;
  text-justify : inter-ideograph;
}
.sp-block-container > P.indent{
  padding-left : 1em;
}
.sp-block-container > P.large{
  font-size : 1.2em;
}
.sp-bread-crumb DIV{
  padding-bottom : 10px;
  margin-top : 10px;
  margin-right : 10px;
  width : auto;
  display : inline-block;
}
.sp-button{
  width : 122px;
}
.sp-button A{
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 6px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #f0f0f0;
  border-left-color : #f0f0f0;
  border-right-color : #f0f0f0;
  border-bottom-color : #f0f0f0;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  height : 100%;
  display : block;
  box-sizing : border-box;
}
.sp-button A:hover{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}
.sp-column.accordion > .column-label H3::after{
  border-top-width : 5px;
  border-left-width : 6px;
  border-right-width : 6px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-top-color : rgba(255, 255, 255, 0.45);
  border-left-color : transparent;
  border-right-color : transparent;
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  top : 0.5em;
  right : 0px;
  content : "";
}
.sp-column.toggled-on > .column-label H3::after{
  display : none;
}
.sp-column.toggled-on > .column-label H3::before{
  border-left-width : 6px;
  border-right-width : 6px;
  border-bottom-width : 5px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : transparent;
  border-right-color : transparent;
  border-bottom-color : rgba(255, 255, 255, 0.45);
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  top : 0.5em;
  right : 0px;
  content : "";
}
.sp-column > .column-body{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
.sp-definition-list > DD{
  margin-left : 94px;
  margin-bottom : 25px;
}
.sp-definition-list > DT{
  padding-top : 5px;
  padding-left : 25px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 10px;
}
.sp-form INPUT{
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}
.sp-form INPUT[type="date"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}
.sp-form INPUT[type="radio"]{
  vertical-align : middle;
  width : 20px;
}
.sp-form INPUT[type="submit"]{
  font-size : 1.4rem;
  color : #555555;
  background-color : #dcdada;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  margin-top : 15px;
  width : auto;
  min-width : 100px;
  float : right;
  position : relative;
  cursor : pointer;
}
.sp-form INPUT[type="text"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}
.sp-form TABLE{
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  width : 100%;
  border-collapse : collapse;
  border-spacing : 0px 0px;
}
.sp-form TD{
  color : #000000;
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
}
.sp-form TEXTAREA{
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
  height : 150px;
}
.sp-form TH{
  font-weight : normal;
  color : #000000;
  background-color : #f4f4f4;
  text-align : left;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
  min-width : 50px;
}
.sp-google-map{
  max-width : 100%;
  word-wrap : normal;
}
.sp-google-map IMG{
  max-width : none !important;
}
.sp-item-gallery.grid > UL > LI{
  overflow : hidden;
}
.sp-item-gallery.masonry > UL > LI{
  height : auto !important;
}
.sp-item-gallery > UL > LI > DIV IMG.item-gallery-thumbnail{
  max-width : 100%;
}
.sp-list{
  padding-right : 1em;
  margin-bottom : 1.5em;
  list-style-position : inside;
}
.sp-list > LI{
  text-align : justify;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-justify : inter-ideograph;
}
.sp-page-title > H1{
  font-size : 1.8rem;
  font-weight : bold;
}
.sp-part-top{
  display : block;
  position : relative;
  box-sizing : border-box;
}
.sp-part-top:not(TABLE)::after{
  clear : both;
  display : table;
  content : "";
}
.sp-site-branding2 .site-description{
  font-size : 1rem;
  font-weight : normal;
  color : #929292;
}
.sp-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;
  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;
}
@media not screen, screen and (min-width: 569px) {
  #colophon-inner{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 1000px;
  box-sizing : content-box;
}
#main{
  font-size : 1.0rem;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  width: 100%;
  box-sizing: content-box;
  background-color : #f8e8d8;/*ベージュ*/
  /*background-color : #C4AB9C;薄茶*/

}
#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 : 1000px;
  box-sizing : content-box;
  font-size : 1.2rem;
  background-color: #ffde59;
  /*黄色*/
}
#masthead-inner_nav{
  margin-top : 0px;
  margin-bottom : 0px;
  background-color: #96705c;  /*茶*/
  font-size : 1.1rem;
  font-weight : bold;
}
#masthead-inner_nav > NAV{
  width : 1000px;
  height : 60px;
  text-align : center;
}
#masthead-inner_nav > NAV >  UL > LI > A{
  color : #fffcf9;
  /*白*/
  margin-right : 30px;
/*メニューバーの文字間隔*/
}
#masthead-inner_nav > NAV >  UL > LI > A:HOVER{
  color : #ff5757;
/*赤*/
}
#masthead-inner_nav > NAV >  UL > LI.current_page_item > A{
  color : #0068d0;
/*青*/
}

#page{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  overflow : hidden;
}
.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.2rem;
  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-yahoo-map{
  width : 400px;
  min-height : 300px;
}
BODY{
  min-width : 1000px;
}
}
@media not screen, screen and (min-width: 569px) {
  #content{
  width: 100%;

  text-align: left;
}
#contenthead{
  width : 1000px;
}
#main-inner{
  width : 1000px;
}
#primary{
  width: 1000px;
}
}
@media screen and (max-width: 568px) {
  #colophon::before{
  border-top-width : 2px;
  border-top-style : solid;
  border-top-color : #ffffff;
  width : 100%;
  display : block;
  content : "";
}
#content{
  padding-left : 10px;
  padding-right : 10px;
}
#masthead{
  margin-bottom : 0px;
}
*{
  box-sizing : border-box;
}
.home #contenthead{
  margin-bottom : 20px;
}
.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-yahoo-map{
  width : 100%;
  min-height : 300px;
}
EMBED{
  max-width : 100%;
}
}
#breadcrumb-list{
  font-size : 1.3rem;
  margin-left : auto;
  margin-right : auto;
  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;
}
#sp-page-title-1 > H1, #sp-page-title-2 > H1{
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.5;
	color: #343434;
	background-color: #fff4df;
	padding-top: 11px;
	padding-left: 40px;
	padding-right: 10px;
	padding-bottom: 11px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-width: 3px 1px 1px;
	border-style: solid solid dotted;
	border-color: #ffcc66 #e3e3e3 #c3c0b3;
	display: block;
	position: relative;
}
#sp-page-title-1 > H1::before, #sp-page-title-2 > H1::before{
  color : #c8e162;
  background-color : #ffcc66;
  text-indent : -9999px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  width : 6px;
  min-height : 26px;
  display : block;
  position : absolute;
  top : 11px;
  bottom : 13px;
  left : 12px;
  z-index : 1;
  overflow : hidden;
  content : ".";
}
#sp-list-1, #sp-list-2, #sp-list-3{
  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{
  background-color : transparent;
  background-image : url(img/icon-arrow-03.gif);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left 0.5em;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
}
#sp-list-1 > UL, #sp-list-2 > UL, #sp-list-3 > UL{
  margin-bottom : 0px;
}
#sp-definition-list-1{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 19px;
}
#sp-definition-list-1 > DD{
  margin-top : 10px;
  margin-left : 40px;
  margin-right : 0px;
  margin-bottom : 0px;
}
#sp-definition-list-1 > DT{
  padding-left : 15px;
  margin-top : 25px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #fdbb36;
}
#sp-definition-list-1 > DT:first-child{
  margin-top : 0px;
}
#sp-table-1, #sp-table-2{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	border-width: 1px;
	border-style: solid;
	border-color: #bfbfbf;
	border-collapse: collapse;
}
#sp-table-1 > TBODY > TR > TD, #sp-table-2 > TBODY > TR > TD{
  background-color : #ffffff;
  color : #6f9502;
  padding-top : 6px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #bfbfbf;
  border-left-color : #bfbfbf;
  border-right-color : #bfbfbf;
  border-bottom-color : #bfbfbf;
}
#sp-table-1 > TBODY > TR > TH, #sp-table-2 > TBODY > TR > TH{
  font-weight : bold;
  color : #333333;
  background-color : #f0f7d5;
  vertical-align : top;
  padding-top : 6px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #bfbfbf;
  border-left-color : #bfbfbf;
  border-right-color : #bfbfbf;
  border-bottom-color : #bfbfbf;
}
.page-blog#content #page-content, .page-company#content #page-content, .page-contact#content #page-content, .page-custom#content #page-content, .page-custom1#content #page-content, .page-custom2#content #page-content, .page-custom3#content #page-content, .page-custom4#content #page-content, .page-entrance#content #page-content, .page-policy#content #page-content, .page-privacy#content #page-content, .page-program#content #page-content, .page-toppage#content #page-content{
  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: 23px;
  padding-left : 23px;
  padding-right : 23px;
  padding-bottom: 23px;
  border-width: 1px;
  border-style: solid;
  border-top-color: initial;
  border-color : #e3e3e3;
  box-shadow: 0px 3px 0px 0px #eaeaea;
}
.page-blog#content #page-content > BLOCKQUOTE, .page-company#content #page-content > BLOCKQUOTE, .page-contact#content #page-content > BLOCKQUOTE, .page-custom#content #page-content > BLOCKQUOTE, .page-custom1#content #page-content > BLOCKQUOTE, .page-custom2#content #page-content > BLOCKQUOTE, .page-custom3#content #page-content > BLOCKQUOTE, .page-custom4#content #page-content > BLOCKQUOTE, .page-entrance#content #page-content > BLOCKQUOTE, .page-policy#content #page-content > BLOCKQUOTE, .page-privacy#content #page-content > BLOCKQUOTE, .page-program#content #page-content > BLOCKQUOTE, .page-toppage#content #page-content > BLOCKQUOTE{
  background-color : #f8f8f8;
  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 : 1em;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 1em;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 16px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  -webkit-border-radius : 3px;
}
.page-blog#content #page-content > BLOCKQUOTE P, .page-company#content #page-content > BLOCKQUOTE P, .page-contact#content #page-content > BLOCKQUOTE P, .page-custom#content #page-content > BLOCKQUOTE P, .page-custom1#content #page-content > BLOCKQUOTE P, .page-custom2#content #page-content > BLOCKQUOTE P, .page-custom3#content #page-content > BLOCKQUOTE P, .page-custom4#content #page-content > BLOCKQUOTE P, .page-entrance#content #page-content > BLOCKQUOTE P, .page-policy#content #page-content > BLOCKQUOTE P, .page-privacy#content #page-content > BLOCKQUOTE P, .page-program#content #page-content > BLOCKQUOTE P, .page-toppage#content #page-content > BLOCKQUOTE P{
  margin-top : 19px;
  margin-bottom : 0px;
}
.page-blog#content #page-content > H1, .page-company#content #page-content > H1, .page-contact#content #page-content > H1, .page-custom#content #page-content > H1, .page-custom1#content #page-content > H1, .page-custom2#content #page-content > H1, .page-custom3#content #page-content > H1, .page-custom4#content #page-content > H1, .page-entrance#content #page-content > H1, .page-policy#content #page-content > H1, .page-privacy#content #page-content > H1, .page-program#content #page-content > H1, .page-toppage#content #page-content > H1{
  font-size : 1.6rem;
  font-weight : bold;
  margin-bottom : 20px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #97ca00;
  clear : both;
}
.page-blog#content #page-content > H2, .page-company#content #page-content > H2, .page-contact#content #page-content > H2, .page-custom#content #page-content > H2, .page-custom1#content #page-content > H2, .page-custom2#content #page-content > H2, .page-custom3#content #page-content > H2, .page-custom4#content #page-content > H2, .page-entrance#content #page-content > H2, .page-policy#content #page-content > H2, .page-privacy#content #page-content > H2, .page-program#content #page-content > H2, .page-toppage#content #page-content > H2{
  font-size : 1.6rem;
  font-weight : bold;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #bfbfbf;
  clear : both;
}
.page-blog#content #page-content > H3, .page-company#content #page-content > H3, .page-contact#content #page-content > H3, .page-custom#content #page-content > H3, .page-custom1#content #page-content > H3, .page-custom2#content #page-content > H3, .page-custom3#content #page-content > H3, .page-custom4#content #page-content > H3, .page-entrance#content #page-content > H3, .page-policy#content #page-content > H3, .page-privacy#content #page-content > H3, .page-program#content #page-content > H3, .page-toppage#content #page-content > H3{
  font-size : 1.7rem;
  border-bottom-style : dotted;
  clear : both;
  background-color : #eeeeee;
  padding-left : 5px;
  padding-top : 5px;
  padding-bottom : 5px;
  padding-right : 5px;border-width : 1px;
  border-top-style : dotted;
  border-left-style : dotted;
  border-right-style : dotted;border-color : #dbdbdb;
}
.page-blog#content #page-content > H4, .page-company#content #page-content > H4, .page-contact#content #page-content > H4, .page-custom#content #page-content > H4, .page-custom1#content #page-content > H4, .page-custom2#content #page-content > H4, .page-custom3#content #page-content > H4, .page-custom4#content #page-content > H4, .page-entrance#content #page-content > H4, .page-policy#content #page-content > H4, .page-privacy#content #page-content > H4, .page-program#content #page-content > H4, .page-toppage#content #page-content > H4{
  font-size : 1.5rem;
  font-weight : normal;
  margin-bottom : 21px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #bfbfbf;
  clear : both;
}
.page-blog#content #page-content > H5, .page-company#content #page-content > H5, .page-contact#content #page-content > H5, .page-custom#content #page-content > H5, .page-custom1#content #page-content > H5, .page-custom2#content #page-content > H5, .page-custom3#content #page-content > H5, .page-custom4#content #page-content > H5, .page-entrance#content #page-content > H5, .page-policy#content #page-content > H5, .page-privacy#content #page-content > H5, .page-program#content #page-content > H5, .page-toppage#content #page-content > H5{
  font-size : 1.4rem;
  font-weight : normal;
  margin-bottom : 21px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #bfbfbf;
  clear : both;
}
.page-blog#content #page-content > H6, .page-company#content #page-content > H6, .page-contact#content #page-content > H6, .page-custom#content #page-content > H6, .page-custom1#content #page-content > H6, .page-custom2#content #page-content > H6, .page-custom3#content #page-content > H6, .page-custom4#content #page-content > H6, .page-entrance#content #page-content > H6, .page-policy#content #page-content > H6, .page-privacy#content #page-content > H6, .page-program#content #page-content > H6, .page-toppage#content #page-content > H6{
  font-size : 1.3rem;
  font-weight : normal;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #bfbfbf;
  clear : both;
}
.page-blog#content #page-content > HR, .page-company#content #page-content > HR, .page-contact#content #page-content > HR, .page-custom#content #page-content > HR, .page-custom1#content #page-content > HR, .page-custom2#content #page-content > HR, .page-custom3#content #page-content > HR, .page-custom4#content #page-content > HR, .page-entrance#content #page-content > HR, .page-policy#content #page-content > HR, .page-privacy#content #page-content > HR, .page-program#content #page-content > HR, .page-toppage#content #page-content > HR{
  margin-bottom : 19px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #97ca00;
}
.page-blog#content #page-content > IMG, .page-company#content #page-content > IMG, .page-contact#content #page-content > IMG, .page-custom#content #page-content > IMG, .page-custom1#content #page-content > IMG, .page-custom2#content #page-content > IMG, .page-custom3#content #page-content > IMG, .page-custom4#content #page-content > IMG, .page-entrance#content #page-content > IMG, .page-policy#content #page-content > IMG, .page-privacy#content #page-content > IMG, .page-program#content #page-content > IMG, .page-toppage#content #page-content > IMG{
  margin-top : 0px;
  margin-bottom : 19px;
}
.page-blog#content #page-content > INS, .page-company#content #page-content > INS, .page-contact#content #page-content > INS, .page-custom#content #page-content > INS, .page-custom1#content #page-content > INS, .page-custom2#content #page-content > INS, .page-custom3#content #page-content > INS, .page-custom4#content #page-content > INS, .page-entrance#content #page-content > INS, .page-policy#content #page-content > INS, .page-privacy#content #page-content > INS, .page-program#content #page-content > INS, .page-toppage#content #page-content > INS{
  background-color : #fff9c0;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
}
.page-blog#content #page-content > OL, .page-company#content #page-content > OL, .page-contact#content #page-content > OL, .page-custom#content #page-content > OL, .page-custom1#content #page-content > OL, .page-custom2#content #page-content > OL, .page-custom3#content #page-content > OL, .page-custom4#content #page-content > OL, .page-entrance#content #page-content > OL, .page-policy#content #page-content > OL, .page-privacy#content #page-content > OL, .page-program#content #page-content > OL, .page-toppage#content #page-content > OL{
  padding-top : 0px;
  padding-left : 13px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 18px;
  list-style-position : inside;
}
.page-blog#content #page-content > OL OL, .page-company#content #page-content > OL OL, .page-contact#content #page-content > OL OL, .page-custom#content #page-content > OL OL, .page-custom1#content #page-content > OL OL, .page-custom2#content #page-content > OL OL, .page-custom3#content #page-content > OL OL, .page-custom4#content #page-content > OL OL, .page-entrance#content #page-content > OL OL, .page-policy#content #page-content > OL OL, .page-privacy#content #page-content > OL OL, .page-program#content #page-content > OL OL, .page-toppage#content #page-content > OL OL{
  margin-bottom : 0px;
}
.page-blog#content #page-content > P, .page-company#content #page-content > P, .page-contact#content #page-content > P, .page-custom#content #page-content > P, .page-custom1#content #page-content > P, .page-custom2#content #page-content > P, .page-custom3#content #page-content > P, .page-custom4#content #page-content > P, .page-entrance#content #page-content > P, .page-policy#content #page-content > P, .page-privacy#content #page-content > P, .page-program#content #page-content > P, .page-toppage#content #page-content > P{
  margin-top : 0px;
  margin-bottom : 19px;
}
.page-blog#content #page-content > P:first-child, .page-company#content #page-content > P:first-child, .page-contact#content #page-content > P:first-child, .page-custom#content #page-content > P:first-child, .page-custom1#content #page-content > P:first-child, .page-custom2#content #page-content > P:first-child, .page-custom3#content #page-content > P:first-child, .page-custom4#content #page-content > P:first-child, .page-entrance#content #page-content > P:first-child, .page-policy#content #page-content > P:first-child, .page-privacy#content #page-content > P:first-child, .page-program#content #page-content > P:first-child, .page-toppage#content #page-content > P:first-child{
  margin-top : 0px;
}
.page-blog#content #page-content > PRE, .page-company#content #page-content > PRE, .page-contact#content #page-content > PRE, .page-custom#content #page-content > PRE, .page-custom1#content #page-content > PRE, .page-custom2#content #page-content > PRE, .page-custom3#content #page-content > PRE, .page-custom4#content #page-content > PRE, .page-entrance#content #page-content > PRE, .page-policy#content #page-content > PRE, .page-privacy#content #page-content > PRE, .page-program#content #page-content > PRE, .page-toppage#content #page-content > PRE{
  background-color : #f5f5f5;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  overflow : auto;
  word-wrap : normal;
}
#sp-page-title-10 > H1, #sp-page-title-11 > H1, #sp-page-title-12 > H1, #sp-page-title-13 > H1, #sp-page-title-3 > H1, #sp-page-title-4 > H1, #sp-page-title-5 > H1, #sp-page-title-6 > H1, #sp-page-title-7 > H1, #sp-page-title-8 > H1, #sp-page-title-9 > H1{
  font-size : 1.8rem;
  font-weight : normal;
  line-height : 1.5;
  color : #343434;
  background-color : #ffffff;
  background-image : url(img/back-title-01.png);
  background-repeat : repeat-x;
  padding-top : 11px;
  padding-left : 40px;
  padding-right : 10px;
  padding-bottom : 11px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 3px;
  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 : dotted;
  border-top-color : #97ca00;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #c3c0b3;
  display : block;
  position : relative;
}
#sp-page-title-10 > H1::before, #sp-page-title-11 > H1::before, #sp-page-title-12 > H1::before, #sp-page-title-13 > H1::before, #sp-page-title-3 > H1::before, #sp-page-title-4 > H1::before, #sp-page-title-5 > H1::before, #sp-page-title-6 > H1::before, #sp-page-title-7 > H1::before, #sp-page-title-8 > H1::before, #sp-page-title-9 > H1::before{
  color : #c8e162;
  background-color : #a4d119;
  background-image : url(img/back-title-03.png);
  background-repeat : repeat-x;
  text-indent : -9999px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  width : 6px;
  min-height : 26px;
  display : block;
  position : absolute;
  top : 11px;
  bottom : 13px;
  left : 12px;
  z-index : 1;
  overflow : hidden;
  content : ".";
}
#sp-entry-content-1, #sp-entry-content-2, #sp-entry-content-3, #sp-entry-content-4, #sp-entry-content-5, #sp-wp-post-list-2, #sp-wp-post-list-3, #sp-wp-post-list-4{
  padding-left : 0px;
  padding-right : 0px;
  margin-top : 0px;
  margin-bottom : 23px;
}
.hpb-viewtype-content#sp-entry-content-1, .hpb-viewtype-content#sp-entry-content-2, .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-wp-post-list-2, .hpb-viewtype-content#sp-wp-post-list-3, .hpb-viewtype-content#sp-wp-post-list-4{
  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 : 30px;
  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 : #e3e3e3;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #e3e3e3;
  box-shadow : 0px 3px 0px 0px #eaeaea;
}
.hpb-viewtype-content#sp-entry-content-1 > .hpb-more-entry A, .hpb-viewtype-content#sp-entry-content-2 > .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-wp-post-list-2 > .hpb-more-entry A, .hpb-viewtype-content#sp-wp-post-list-3 > .hpb-more-entry A, .hpb-viewtype-content#sp-wp-post-list-4 > .hpb-more-entry A{
  margin-right : 30px;
}
.hpb-viewtype-date#sp-entry-content-1, .hpb-viewtype-date#sp-entry-content-2, .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-wp-post-list-2, .hpb-viewtype-date#sp-wp-post-list-3, .hpb-viewtype-date#sp-wp-post-list-4{
  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 : 30px;
  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 : #e3e3e3;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #e3e3e3;
  box-shadow : 0px 3px 0px 0px #eaeaea;
}
.hpb-viewtype-date#sp-entry-content-1 > .hpb-more-entry A, .hpb-viewtype-date#sp-entry-content-2 > .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-wp-post-list-2 > .hpb-more-entry A, .hpb-viewtype-date#sp-wp-post-list-3 > .hpb-more-entry A, .hpb-viewtype-date#sp-wp-post-list-4 > .hpb-more-entry A{
  margin-right : 30px;
}
.hpb-viewtype-full#sp-entry-content-1 H3, .hpb-viewtype-full#sp-entry-content-2 H3, .hpb-viewtype-full#sp-entry-content-3 H3, .hpb-viewtype-full#sp-entry-content-4 H3, .hpb-viewtype-full#sp-entry-content-5 H3, .hpb-viewtype-full#sp-wp-post-list-2 H3, .hpb-viewtype-full#sp-wp-post-list-3 H3, .hpb-viewtype-full#sp-wp-post-list-4 H3{
  margin-bottom : 23px;
}
.hpb-viewtype-full#sp-entry-content-1 H3 A, .hpb-viewtype-full#sp-entry-content-2 H3 A, .hpb-viewtype-full#sp-entry-content-3 H3 A, .hpb-viewtype-full#sp-entry-content-4 H3 A, .hpb-viewtype-full#sp-entry-content-5 H3 A, .hpb-viewtype-full#sp-wp-post-list-2 H3 A, .hpb-viewtype-full#sp-wp-post-list-3 H3 A, .hpb-viewtype-full#sp-wp-post-list-4 H3 A{
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
}
.hpb-viewtype-simple#sp-entry-content-1 H3, .hpb-viewtype-simple#sp-entry-content-2 H3, .hpb-viewtype-simple#sp-entry-content-3 H3, .hpb-viewtype-simple#sp-entry-content-4 H3, .hpb-viewtype-simple#sp-entry-content-5 H3, .hpb-viewtype-simple#sp-wp-post-list-2 H3, .hpb-viewtype-simple#sp-wp-post-list-3 H3, .hpb-viewtype-simple#sp-wp-post-list-4 H3{
  margin-bottom : 23px;
}
.hpb-viewtype-simple#sp-entry-content-1 H3 A, .hpb-viewtype-simple#sp-entry-content-2 H3 A, .hpb-viewtype-simple#sp-entry-content-3 H3 A, .hpb-viewtype-simple#sp-entry-content-4 H3 A, .hpb-viewtype-simple#sp-entry-content-5 H3 A, .hpb-viewtype-simple#sp-wp-post-list-2 H3 A, .hpb-viewtype-simple#sp-wp-post-list-3 H3 A, .hpb-viewtype-simple#sp-wp-post-list-4 H3 A{
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
}
.hpb-viewtype-thumbnail#sp-entry-content-1 H3, .hpb-viewtype-thumbnail#sp-entry-content-2 H3, .hpb-viewtype-thumbnail#sp-entry-content-3 H3, .hpb-viewtype-thumbnail#sp-entry-content-4 H3, .hpb-viewtype-thumbnail#sp-entry-content-5 H3, .hpb-viewtype-thumbnail#sp-wp-post-list-2 H3, .hpb-viewtype-thumbnail#sp-wp-post-list-3 H3, .hpb-viewtype-thumbnail#sp-wp-post-list-4 H3{
  margin-bottom : 23px;
}
.hpb-viewtype-thumbnail#sp-entry-content-1 H3 A, .hpb-viewtype-thumbnail#sp-entry-content-2 H3 A, .hpb-viewtype-thumbnail#sp-entry-content-3 H3 A, .hpb-viewtype-thumbnail#sp-entry-content-4 H3 A, .hpb-viewtype-thumbnail#sp-entry-content-5 H3 A, .hpb-viewtype-thumbnail#sp-wp-post-list-2 H3 A, .hpb-viewtype-thumbnail#sp-wp-post-list-3 H3 A, .hpb-viewtype-thumbnail#sp-wp-post-list-4 H3 A{
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
}
.hpb-viewtype-title#sp-entry-content-1, .hpb-viewtype-title#sp-entry-content-2, .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-wp-post-list-2, .hpb-viewtype-title#sp-wp-post-list-3, .hpb-viewtype-title#sp-wp-post-list-4{
  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 : 30px;
  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 : #e3e3e3;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #e3e3e3;
  box-shadow : 0px 3px 0px 0px #eaeaea;
}
.hpb-viewtype-title#sp-entry-content-1 > .hpb-more-entry A, .hpb-viewtype-title#sp-entry-content-2 > .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-wp-post-list-2 > .hpb-more-entry A, .hpb-viewtype-title#sp-wp-post-list-3 > .hpb-more-entry A, .hpb-viewtype-title#sp-wp-post-list-4 > .hpb-more-entry A{
  margin-right : 30px;
}
#sp-entry-content-1 > .hpb-more-entry, #sp-entry-content-2 > .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-wp-post-list-2 > .hpb-more-entry, #sp-wp-post-list-3 > .hpb-more-entry, #sp-wp-post-list-4 > .hpb-more-entry{
  font-size : 1.2rem;
  text-align : right;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  clear : both;
}
#sp-entry-content-1 > .hpb-more-entry A, #sp-entry-content-2 > .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-wp-post-list-2 > .hpb-more-entry A, #sp-wp-post-list-3 > .hpb-more-entry A, #sp-wp-post-list-4 > .hpb-more-entry A{
  font-size : 1.2rem;
  color : #333333;
  background-color : #f7f7f7;
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 12px;
  padding-right : 12px;
  padding-bottom : 5px;
  margin-top : 25px;
  margin-right : 0px;
  margin-bottom : 0px;
  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 : #dfdfdf;
  border-left-color : #dfdfdf;
  border-right-color : #dfdfdf;
  border-bottom-color : #dfdfdf;
  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 : inline-block;
}
#sp-entry-content-1 > ARTICLE, #sp-entry-content-2 > ARTICLE, #sp-entry-content-3 > ARTICLE, #sp-entry-content-4 > ARTICLE, #sp-entry-content-5 > ARTICLE, #sp-wp-post-list-2 > ARTICLE, #sp-wp-post-list-3 > ARTICLE, #sp-wp-post-list-4 > 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-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 24px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 23px;
  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 : #e3e3e3;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #e3e3e3;
  box-shadow : 0px 3px 0px 0px #eaeaea;
}
#sp-entry-content-1 > ARTICLE > DIV, #sp-entry-content-2 > ARTICLE > DIV, #sp-entry-content-3 > ARTICLE > DIV, #sp-entry-content-4 > ARTICLE > DIV, #sp-entry-content-5 > ARTICLE > DIV, #sp-wp-post-list-2 > ARTICLE > DIV, #sp-wp-post-list-3 > ARTICLE > DIV, #sp-wp-post-list-4 > ARTICLE > DIV{
  padding-left : 30px;
  padding-right : 30px;
}
#sp-entry-content-1 > ARTICLE > FOOTER .by-author, #sp-entry-content-2 > 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-wp-post-list-2 > ARTICLE > FOOTER .by-author, #sp-wp-post-list-3 > ARTICLE > FOOTER .by-author, #sp-wp-post-list-4 > ARTICLE > FOOTER .by-author{
  background-color : transparent;
  background-image : url(img/icon-author.gif);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left center;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-left : 13px;
  margin-left : 1px;
}
#sp-entry-content-1 > ARTICLE > FOOTER .cat-links, #sp-entry-content-2 > 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-wp-post-list-2 > ARTICLE > FOOTER .cat-links, #sp-wp-post-list-3 > ARTICLE > FOOTER .cat-links, #sp-wp-post-list-4 > ARTICLE > FOOTER .cat-links{
  background-color : transparent;
  background-image : url(img/icon-cat.gif);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left center;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-left : 16px;
  margin-left : 1px;
}
#sp-entry-content-1 > ARTICLE > FOOTER .comments-link, #sp-entry-content-2 > 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-wp-post-list-2 > ARTICLE > FOOTER .comments-link, #sp-wp-post-list-3 > ARTICLE > FOOTER .comments-link, #sp-wp-post-list-4 > ARTICLE > FOOTER .comments-link{
  background-color : transparent;
  background-image : url(img/icon-comments.gif);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left center;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-left : 21px;
  margin-left : 1px;
}
#sp-entry-content-1 > ARTICLE > FOOTER .date, #sp-entry-content-2 > 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-wp-post-list-2 > ARTICLE > FOOTER .date, #sp-wp-post-list-3 > ARTICLE > FOOTER .date, #sp-wp-post-list-4 > ARTICLE > FOOTER .date{
  background-color : transparent;
  background-image : url(img/icon-date.gif);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left center;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-left : 16px;
}
#sp-entry-content-1 > ARTICLE > FOOTER .sep, #sp-entry-content-2 > 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-wp-post-list-2 > ARTICLE > FOOTER .sep, #sp-wp-post-list-3 > ARTICLE > FOOTER .sep, #sp-wp-post-list-4 > ARTICLE > FOOTER .sep{
  display : none;
}
#sp-entry-content-1 > ARTICLE > FOOTER .tags-links, #sp-entry-content-2 > 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-wp-post-list-2 > ARTICLE > FOOTER .tags-links, #sp-wp-post-list-3 > ARTICLE > FOOTER .tags-links, #sp-wp-post-list-4 > ARTICLE > FOOTER .tags-links{
  background-color : transparent;
  background-image : url(img/icon-tags.gif);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left center;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-left : 15px;
  margin-left : 1px;
}
#sp-entry-content-1 > ARTICLE > FOOTER A, #sp-entry-content-2 > 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-wp-post-list-2 > ARTICLE > FOOTER A, #sp-wp-post-list-3 > ARTICLE > FOOTER A, #sp-wp-post-list-4 > ARTICLE > FOOTER A{
  color : #6f9502;
}
#sp-entry-content-1 > ARTICLE > FOOTER SPAN, #sp-entry-content-2 > 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-wp-post-list-2 > ARTICLE > FOOTER SPAN, #sp-wp-post-list-3 > ARTICLE > FOOTER SPAN, #sp-wp-post-list-4 > ARTICLE > FOOTER SPAN{
  font-size : 1.2rem;
  vertical-align : baseline;
}
#sp-entry-content-1> article> header, #sp-entry-content-2> article> header, #sp-entry-content-3> article> header, #sp-entry-content-4> article> header, #sp-entry-content-5> article> header, #sp-wp-post-list-2> article> header, #sp-wp-post-list-3> article> header, #sp-wp-post-list-4> article> header {
  }
#sp-entry-content-1 > ARTICLE > HEADER > H4, #sp-entry-content-2 > 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-wp-post-list-2 > ARTICLE > HEADER > H4, #sp-wp-post-list-3 > ARTICLE > HEADER > H4, #sp-wp-post-list-4 > ARTICLE > HEADER > H4{
  margin-bottom : 15px;
}
#sp-entry-content-1 > ARTICLE > HEADER > H4 > A, #sp-entry-content-2 > 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-wp-post-list-2 > ARTICLE > HEADER > H4 > A, #sp-wp-post-list-3 > ARTICLE > HEADER > H4 > A, #sp-wp-post-list-4 > ARTICLE > HEADER > H4 > A{
  font-size : 1.8rem;
  font-weight : normal;
  line-height : 1.5;
  color : #343434;
  background-color : #ffffff;
  background-image : url(img/back-title-01.png);
  background-repeat : repeat-x;
  padding-top : 11px;
  padding-left : 40px;
  padding-right : 10px;
  padding-bottom : 11px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 3px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #97ca00;
  border-bottom-color : #c3c0b3;
  display : block;
  position : relative;
}
#sp-entry-content-1 > ARTICLE > HEADER > H4 > A::before, #sp-entry-content-2 > ARTICLE > HEADER > H4 > A::before, #sp-entry-content-3 > ARTICLE > HEADER > H4 > A::before, #sp-entry-content-4 > ARTICLE > HEADER > H4 > A::before, #sp-entry-content-5 > ARTICLE > HEADER > H4 > A::before, #sp-wp-post-list-2 > ARTICLE > HEADER > H4 > A::before, #sp-wp-post-list-3 > ARTICLE > HEADER > H4 > A::before, #sp-wp-post-list-4 > ARTICLE > HEADER > H4 > A::before{
  color : #c8e162;
  background-color : #a4d119;
  background-image : url(img/back-title-03.png);
  background-repeat : repeat-x;
  text-indent : -9999px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  width : 6px;
  min-height : 26px;
  display : block;
  position : absolute;
  top : 11px;
  bottom : 13px;
  left : 12px;
  z-index : 1;
  overflow : hidden;
  content : ".";
}
#sp-entry-content-1 > ARTICLE > P > IMG, #sp-entry-content-2 > 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-wp-post-list-2 > ARTICLE > P > IMG, #sp-wp-post-list-3 > ARTICLE > P > IMG, #sp-wp-post-list-4 > ARTICLE > P > IMG{
  margin-top : 0px;
  margin-left : 30px;
  margin-right : 1em;
  margin-bottom : 1em;
  float : left;
}
#sp-entry-content-1 > DL, #sp-entry-content-2 > DL, #sp-entry-content-3 > DL, #sp-entry-content-4 > DL, #sp-entry-content-5 > DL, #sp-wp-post-list-2 > DL, #sp-wp-post-list-3 > DL, #sp-wp-post-list-4 > DL{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 30px;
  margin-right : 30px;
  margin-bottom : 0px;
}
#sp-entry-content-1 > DL::after, #sp-entry-content-2 > DL::after, #sp-entry-content-3 > DL::after, #sp-entry-content-4 > DL::after, #sp-entry-content-5 > DL::after, #sp-wp-post-list-2 > DL::after, #sp-wp-post-list-3 > DL::after, #sp-wp-post-list-4 > DL::after{
  clear : both;
  display : table;
  content : "";
}
#sp-entry-content-1 > DL > DD, #sp-entry-content-2 > DL > DD, #sp-entry-content-3 > DL > DD, #sp-entry-content-4 > DL > DD, #sp-entry-content-5 > DL > DD, #sp-wp-post-list-2 > DL > DD, #sp-wp-post-list-3 > DL > DD, #sp-wp-post-list-4 > DL > DD{
  padding-top : 12px;
  padding-left : 154px;
  padding-right : 0px;
  padding-bottom : 11px;
  margin-top : 0px;
  margin-left : -154px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #c3c0b3;
  width : 100%;
  float : left;
}
#sp-entry-content-1 > DL > DT, #sp-entry-content-2 > DL > DT, #sp-entry-content-3 > DL > DT, #sp-entry-content-4 > DL > DT, #sp-entry-content-5 > DL > DT, #sp-wp-post-list-2 > DL > DT, #sp-wp-post-list-3 > DL > DT, #sp-wp-post-list-4 > DL > DT{
  background-image : url(img/icon-arrow-01.gif);
  background-repeat : no-repeat;
  background-position : left 1.2em;
  padding-top : 12px;
  padding-left : 24px;
  padding-right : 5px;
  padding-bottom : 11px;
  width : 154px;
  float : left;
}
#sp-entry-content-1 > H3, #sp-entry-content-2 > H3, #sp-entry-content-3 > H3, #sp-entry-content-4 > H3, #sp-entry-content-5 > H3, #sp-wp-post-list-2 > H3, #sp-wp-post-list-3 > H3, #sp-wp-post-list-4 > H3{
  background-color : transparent;
  margin-bottom : 5px;
}
#sp-entry-content-1 > H3 > A, #sp-entry-content-2 > H3 > A, #sp-entry-content-3 > H3 > A, #sp-entry-content-4 > H3 > A, #sp-entry-content-5 > H3 > A, #sp-wp-post-list-2 > H3 > A, #sp-wp-post-list-3 > H3 > A, #sp-wp-post-list-4 > H3 > A{
  font-size : 1.8rem;
  font-weight : normal;
  line-height : 1.5;
  color : #343434;
  background-color : #ffffff;
  background-image : url(img/back-title-01.png);
  background-repeat : repeat-x;
  padding-top : 11px;
  padding-left : 40px;
  padding-right : 10px;
  padding-bottom : 11px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 3px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #97ca00;
  border-bottom-color : #c3c0b3;
  display : block;
  position : relative;
}
#sp-entry-content-1 > H3 > A::before, #sp-entry-content-2 > H3 > A::before, #sp-entry-content-3 > H3 > A::before, #sp-entry-content-4 > H3 > A::before, #sp-entry-content-5 > H3 > A::before, #sp-wp-post-list-2 > H3 > A::before, #sp-wp-post-list-3 > H3 > A::before, #sp-wp-post-list-4 > H3 > A::before{
  color : #c8e162;
  background-color : #a4d119;
  background-image : url(img/back-title-03.png);
  background-repeat : repeat-x;
  text-indent : -9999px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  width : 6px;
  min-height : 26px;
  display : block;
  position : absolute;
  top : 11px;
  bottom : 13px;
  left : 12px;
  z-index : 1;
  overflow : hidden;
  content : ".";
}
#sp-entry-content-1 > NAV, #sp-entry-content-2 > NAV, #sp-entry-content-3 > NAV, #sp-entry-content-4 > NAV, #sp-entry-content-5 > NAV, #sp-wp-post-list-2 > NAV, #sp-wp-post-list-3 > NAV, #sp-wp-post-list-4 > NAV{
  margin-bottom : 0px;
}
#sp-entry-content-1 > NAV .nav-next, #sp-entry-content-2 > 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-wp-post-list-2 > NAV .nav-next, #sp-wp-post-list-3 > NAV .nav-next, #sp-wp-post-list-4 > NAV .nav-next{
  text-align : right;
  margin-right : 0px;
  float : right;
}
#sp-entry-content-1 > NAV .nav-previous, #sp-entry-content-2 > 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-wp-post-list-2 > NAV .nav-previous, #sp-wp-post-list-3 > NAV .nav-previous, #sp-wp-post-list-4 > NAV .nav-previous{
  margin-left : 0px;
  float : left;
}
#sp-entry-content-1 > NAV A, #sp-entry-content-2 > NAV A, #sp-entry-content-3 > NAV A, #sp-entry-content-4 > NAV A, #sp-entry-content-5 > NAV A, #sp-wp-post-list-2 > NAV A, #sp-wp-post-list-3 > NAV A, #sp-wp-post-list-4 > NAV A{
  font-style : italic;
  text-decoration : underline;
}
#sp-entry-content-1 > NAV DIV, #sp-entry-content-2 > NAV DIV, #sp-entry-content-3 > NAV DIV, #sp-entry-content-4 > NAV DIV, #sp-entry-content-5 > NAV DIV, #sp-wp-post-list-2 > NAV DIV, #sp-wp-post-list-3 > NAV DIV, #sp-wp-post-list-4 > NAV DIV{
  width : 50%;
}
#sp-entry-content-1 > UL, #sp-entry-content-2 > UL, #sp-entry-content-3 > UL, #sp-entry-content-4 > UL, #sp-entry-content-5 > UL, #sp-wp-post-list-2 > UL, #sp-wp-post-list-3 > UL, #sp-wp-post-list-4 > UL{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 30px;
  margin-right : 30px;
  margin-bottom : 0px;
  list-style-type : none;
  list-style-position : outside;
}
#sp-entry-content-1> ul> li, #sp-entry-content-2> ul> li, #sp-entry-content-3> ul> li, #sp-entry-content-4> ul> li, #sp-entry-content-5> ul> li, #sp-wp-post-list-2> ul> li, #sp-wp-post-list-3> ul> li, #sp-wp-post-list-4> ul> li {
  }
#sp-entry-content-1 > UL > LI > A, #sp-entry-content-2 > 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-wp-post-list-2 > UL > LI > A, #sp-wp-post-list-3 > UL > LI > A, #sp-wp-post-list-4 > UL > LI > A{
  background-image : url(img/icon-arrow-01.gif);
  background-repeat : no-repeat;
  background-position : left 1.2em;
  padding-top : 12px;
  padding-left : 24px;
  padding-right : 5px;
  padding-bottom : 11px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #c3c0b3;
  display : block;
}
@media screen and (max-width: 568px) {
  #sp-entry-content-1 DL DD, #sp-entry-content-2 DL DD, #sp-entry-content-3 DL DD, #sp-entry-content-4 DL DD, #sp-entry-content-5 DL DD, #sp-wp-post-list-2 DL DD, #sp-wp-post-list-3 DL DD, #sp-wp-post-list-4 DL DD{
  margin-left : 20px;
}
.hpb-viewtype-date#sp-entry-content-1 DD, .hpb-viewtype-date#sp-entry-content-2 DD, .hpb-viewtype-date#sp-entry-content-3 DD, .hpb-viewtype-date#sp-entry-content-4 DD, .hpb-viewtype-date#sp-entry-content-5 DD, .hpb-viewtype-date#sp-wp-post-list-2 DD, .hpb-viewtype-date#sp-wp-post-list-3 DD, .hpb-viewtype-date#sp-wp-post-list-4 DD{
  padding-top : 0px;
  padding-left : 5px;
  padding-right : 0px;
  padding-bottom : 5px;
}
.hpb-viewtype-date#sp-entry-content-1 DT, .hpb-viewtype-date#sp-entry-content-2 DT, .hpb-viewtype-date#sp-entry-content-3 DT, .hpb-viewtype-date#sp-entry-content-4 DT, .hpb-viewtype-date#sp-entry-content-5 DT, .hpb-viewtype-date#sp-wp-post-list-2 DT, .hpb-viewtype-date#sp-wp-post-list-3 DT, .hpb-viewtype-date#sp-wp-post-list-4 DT{
  padding-bottom : 5px;
  width : 100%;
}
}
#sp-form-1{
  margin-bottom : 25px;
}
#sp-form-1 > INPUT{
  width : 100%;
}
#sp-form-1 > INPUT[type="submit"]{
  font-size : 1.4rem;
  color : #ffffff;
  background-color : #fdbb36;
  text-decoration : none;
  text-align : center;
  padding-top : 8px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 8px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  width : auto;
  float : left;
  display : inline-block;
}
#sp-form-1 > TABLE{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  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 : #bfbfbf;
  border-left-color : #bfbfbf;
  border-right-color : #bfbfbf;
  border-bottom-color : #bfbfbf;
  width : 100%;
  border-collapse : collapse;
}
#sp-form-1 > TABLE TD{
  background-color : #ffffff;
  padding-top : 6px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #bfbfbf;
  border-left-color : #bfbfbf;
  border-right-color : #bfbfbf;
  border-bottom-color : #bfbfbf;
}
#sp-form-1 > TABLE TH{
  font-weight : bold;
  color : #333333;
  background-color : #f0f7d5;
  vertical-align : top;
  padding-top : 6px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #bfbfbf;
  border-left-color : #bfbfbf;
  border-right-color : #bfbfbf;
  border-bottom-color : #bfbfbf;
}
#sp-form-1 > TEXTAREA[name="message"]{
  width : 100%;
}
@media screen and (max-width: 568px) {
  #sp-form-1 > TABLE{
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
}
#sp-form-1 > TABLE TD{
  display : block;
}
#sp-form-1 > TABLE TH{
  display : block;
}
}
#sp-block-container-1 > .large, #sp-block-container-2 > .large{
  font-size : 1.5em;
}
#sp-block-container-1 > .medium, #sp-block-container-2 > .medium{
  font-size : 1em;
}
#sp-block-container-1 > .x-large, #sp-block-container-2 > .x-large{
  font-size : 2em;
}
#sp-block-container-1 > .x-small, #sp-block-container-2 > .x-small{
  font-size : 0.8em;
}
#sp-block-container-1 > .xx-large, #sp-block-container-2 > .xx-large{
  font-size : 3em;
}
#sp-block-container-1 > .xx-small, #sp-block-container-2 > .xx-small{
  font-size : 0.7em;
}
#sp-block-container-1 > A:link, #sp-block-container-2 > A:link{
  color : #ffebeb;
  text-decoration : underline;
}
#sp-block-container-1 > EM, #sp-block-container-2 > EM{
  font-style : oblique;
  color : #eea4ad;
}
#sp-block-container-1 > H1, #sp-block-container-2 > H1{
  color : #555555;
  background-color : #ffebeb;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 21px;
  padding-bottom : 11px;
  border-top-width : 3px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #ff9e9e;
  border-bottom-color : #ff9e9e;
}
#sp-block-container-1 > H2, #sp-block-container-2 > H2{
  color : #555555;
  background-color : #ffebeb;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 10px;
  padding-bottom : 11px;
  border-top-width : 5px;
  border-bottom-width : 1px;
  border-top-style : double;
  border-bottom-style : dotted;
  border-top-color : #ff9e9e;
  border-bottom-color : #ff9e9e;
}
#sp-block-container-1 > H3, #sp-block-container-2 > H3{
  font-size : 1.3em;
  color : #555555;
  background-color : #ffebeb;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 7px;
  padding-left : 32px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #ff9e9e;
  border-bottom-color : #ff9e9e;
  clear : both;
}
#sp-block-container-1 > H4, #sp-block-container-2 > H4{
  font-size : 1.2em;
  color : #555555;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  border-top-width : 3px;
  border-top-style : solid;
  border-top-color : #ff9e9e;
  clear : both;
}
#sp-block-container-1 > H5, #sp-block-container-2 > H5{
  font-size : 1em;
  color : #555555;
  background-color : #ffebeb;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 7px;
  padding-left : 32px;
  padding-right : 0px;
  padding-bottom : 7px;
  clear : both;
}
#sp-block-container-1 > H6, #sp-block-container-2 > H6{
  font-size : 1em;
  color : #555555;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ff9e9e;
}
#sp-block-container-1 > P, #sp-block-container-2 > P{
  line-height : 1.6;
  color : #404040;
  text-align : left;
  margin-top : 0.8em;
  margin-left : 0.1em;
  margin-right : 0.1em;
  margin-bottom : 0.8em;
}
#sp-block-container-1 > P.indent, #sp-block-container-2 > P.indent{
  padding-left : 15px;
}
#sp-block-container-1 > P.small, #sp-block-container-2 > P.small{
  font-size : 0.9em;
}
#sp-block-container-1 > STRONG, #sp-block-container-2 > STRONG{
  font-weight : bold;
  color : #555555;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #ffebeb;
}
@media screen and (max-width: 568px) {
 
.menu-toggle{
  display : none;
}
}
#sp-site-branding2-1{
	color: #000000;
	background-color: #ff5757;
	background-image: url(img/top.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	border-top-width: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	min-height: 200px;
	position: relative;
	height: 530px;
}
#sp-site-branding2-1 .extra{
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  width : 70%;
}
#sp-site-branding2-1 .extra P{
  font-size : 13px;
  color : #ffe5e5;
  text-align : right;
}
#sp-site-branding2-1 .site-description{
  font-size : 30px;
  font-weight : normal;
  color : #f20079;
  text-align : right;
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  width : 70%;
  position : absolute;
  top : 0px;
  right : 0px;
}
#sp-site-branding2-1 .site-title{
  background-color : #ed4545;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-align : center;
  width : 190px;
  height : 190px;
  position : absolute;
  top : 0px;
  left : 0px;
  z-index : 9999;
}
#sp-site-branding2-1 .site-title A{
  font-size : 25px;
  font-weight : normal;
  color : #ffd9d9;
  text-decoration : none;
  margin-top : 60px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  display : block;
}
@media screen and (max-width: 568px) {
  #sp-site-branding2-1{
  color : #ffe5e5;
  background-color : #ffa1a1;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 60px;
  width : 100%;
  min-height : 110px;
  position : relative;
}
#sp-site-branding2-1 .extra{
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  width : 63%;
  position : absolute;
  bottom : 0px;
  right : 0px;
}
#sp-site-branding2-1 .extra P{
  font-size : 9px;
  color : #ffe5e5;
  text-align : right;
}
#sp-site-branding2-1 .site-description{
  font-size : 10px;
  font-weight : normal;
  color : #ffe5e5;
  text-align : right;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 10px;
  width : 63%;
  position : absolute;
  top : 0px;
  right : 0px;
}
#sp-site-branding2-1 .site-title{
  background-color : #ed4545;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-align : center;
  width : 130px;
  height : 130px;
  position : absolute;
  top : 0px;
  left : 0px;
}
#sp-site-branding2-1 .site-title A{
  font-size : 17px;
  font-weight : normal;
  color : #ffd9d9;
  text-decoration : none;
  display : block;
}
}
}



#sp-wp-post-list-1{
  font-size : 1.1rem;
  color : #575757;
  background-color : #E9E3DD;
  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 : 25px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  width : 100%;
  position : relative;
  white-space: nowrap;
}
#sp-wp-post-list-1 #hpb-pagenation{
  padding-top : 2px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 2px;
}
#sp-wp-post-list-1 .hpb-more-entry{
  text-align : right;
  padding-top : 8px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 0px;
}
#sp-wp-post-list-1 .nav-next{
  margin-right : 10px;
  float : right;
}
#sp-wp-post-list-1 .nav-previous{
  margin-left : 10px;
  float : left;
}
#sp-wp-post-list-1 ::after {
  }
#sp-wp-post-list-1 A{
  text-decoration : none;
}
#sp-wp-post-list-1 A:hover{
  text-decoration : underline;
}
#sp-wp-post-list-1 ARTICLE{
  padding-top : 0px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 8px;
}
#sp-wp-post-list-1 ARTICLE > DIV{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}
#sp-wp-post-list-1 DL{
  margin-top : 10px;
}
#sp-wp-post-list-1 FOOTER{
  color : #808080;
}
#sp-wp-post-list-1 H1{
  color : #555555;
  background-color : #fff8ea;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-top: 11px;
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 11px;
  border-top-width: 3px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: dotted;
  border-top-color : #aa4722;
  border-bottom-color : #aa4722;
  text-align: left;
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : dotted;
  border-right-style : dotted;
  border-left-color : #aa4722;
  border-right-color : #aa4722;
}
#sp-wp-post-list-1 H4{
  font-size : 1.2em;
  color : #555555;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  clear : both;
}
#sp-wp-post-list-1 H4 A{
  color : #555555;
  text-decoration : none;
}
#sp-wp-post-list-1 H4 A:active{
  text-decoration : underline;
}
#sp-wp-post-list-1 H4 A:hover{
  text-decoration : underline;
}
#sp-wp-post-list-1 LI{
  padding-bottom : 5px;
  list-style-type : none;
  list-style-position : outside;
}
#sp-wp-post-list-1 P{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
#sp-wp-post-list-1 P > IMG{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}
#sp-wp-post-list-1 UL{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}
.hpb-viewtype-content#sp-wp-post-list-1 DD{
  margin-left : 16px;
  margin-bottom : 10px;
}
.hpb-viewtype-content#sp-wp-post-list-1 DL{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}
.hpb-viewtype-content#sp-wp-post-list-1 DT{
  margin-bottom : 5px;
}
.hpb-viewtype-date#sp-wp-post-list-1 DD{
  padding-top : 0px;
  padding-left : 120px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-left : 0px;
  margin-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}
.hpb-viewtype-date#sp-wp-post-list-1 DL{
  padding-top : 0px;
  padding-left : 25px;
  padding-right : 25px;
  padding-bottom : 0px;
  overflow : hidden;
}
.hpb-viewtype-date#sp-wp-post-list-1 DT{
  font-weight : bold;
  color : #ee7676;
  padding-bottom : 5px;
  width : 120px;
  float : left;
  clear : both;
}
.hpb-viewtype-simple#sp-wp-post-list-1 DIV{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
.hpb-viewtype-simple#sp-wp-post-list-1 FOOTER{
  padding-top : 0px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 0px;
}
#sp-wp-post-list-1 > A:active{
  text-decoration : underline;
}
#sp-wp-post-list-1 > H3{
  font-size : 1.3em;
  color : #555555;
  background-color : #ffebeb;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 7px;
  padding-left : 32px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #aa4722;
  border-bottom-color : #aa4722;
  clear : both;
}
@media screen and (max-width: 568px) {
  #sp-wp-post-list-1 DL DD{
  margin-left : 0px;
}
.hpb-viewtype-date#sp-wp-post-list-1 DD{
  padding-top : 0px;
  padding-left : 5px;
  padding-right : 0px;
  padding-bottom : 5px;
}
.hpb-viewtype-date#sp-wp-post-list-1 DT{
  padding-bottom : 5px;
  width : 100%;
}
}
#sp-block-container-1{ /*ラインの部分*/
  border-right-color : initial;
  background-color : #fff4df;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-bottom-color : #d7d7d7;
}
#sp-site-branding2-1 .site-title{
  background-image : url(img/famisapo_logo.jpg);
}
#sp-site-branding2-1 .site-title A{
  text-indent : -9999px;
  overflow : hidden;
}
#sp-site-branding2-1 > .site-title{
  background-image : url(img/famisapo_logo.jpg);
}
@media not screen, screen and (min-width: 569px) {
  #sp-block-container-1{
  padding-top : 0px;
  padding-left : 1000px;
  padding-right : 1000px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : -1000px;
  margin-right : -1000px;
  margin-bottom : 0px;
}
#sp-block-container-1::after{
  background-color : #ffffff;
  margin-left : -1000px;
  margin-right : -1000px;
  height : 4px;
  display : block;
  content : "";
}
#sp-google-map-1{
  width : 400px;
  min-height : 350px;
}
#sp-site-branding2-1 > .extra{
  width : -71px;
}
#sp-site-branding2-1 > .site-description{
  margin-left : 0px;
  width : 550px;
  height : 54px;
  top : 2px;
  bottom : inherit;
  right : inherit;
  left : 220px;
  text-align : left;
}
#sp-site-branding2-1 > .site-title{
  top : -2px;
  bottom : auto;
  right : auto;
  left : -1px;
}
}
@media screen and (max-width: 568px) {
  #sp-block-container-1{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
#sp-block-container-1::after{
  background-color : #ffffff;
  width : 100%;
  height : 1px;
  display : block;
  content : "";
}
#sp-google-map-1{
  width : 400px;
  min-height : 350px;
}
}