hcfhc@charset "UTF-8";

/* Jimdo Reset
-----------------------------------------------*/
body div.n a:hover {
    text-decoration: underline;
    font-weight: bold;
}
body img { vertical-align: bottom; }
body div.n { padding: 5px 0; }

div.cc-m-form-view-sortable button,
div.cc-m-form-view-sortable input,
div.cc-m-form-view-sortable select,
div.cc-m-form-view-sortable textarea {
    font-family: inherit;
    font-size: 0.95em;
}

div.cc-m-form-view-sortable button,
div.cc-m-form-view-sortable input {
    line-height: normal;
}
div.cc-m-form-view-input input[type="text"] { padding: 0 0.3em; }
div.cc-m-form-view-input textarea { padding: 0.3em; }
div.cc-m-form-view-input select[multiple="multiple"] { padding: 0.2em; }
 
div.cc-m-form-view-sortable input[type="checkbox"],
div.cc-m-form-view-sortable input[type="radio"] {
    padding: 0;
    border: none;
}
 
div.cc-m-form-view-input div.captcha input[name="captcha"] {
  font-family: inherit;
  font-size: 1.3em;
  padding: 3px 0 3px 6px;
  line-height: 1.5rem;
  width: auto;
}
div.cc-com-entry input[type="submit"],
div.cc-m-form-view-input input[type="submit"] {
  display: inline-block;
  padding: 0.5em 1.5em;
  margin: 1.5em auto;
  font-size: 1em;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #F5F5F5;
  background-image: -moz-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#E6E6E6));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -o-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
  background-repeat: repeat-x;
  border: 1px solid #CCCCCC;
  border-color: #E6E6E6 #E6E6E6 #BFBFBF;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFff', endColorstr='#ffE6E6E6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
div.cc-com-entry input[type="submit"]:hover,
div.cc-m-form-view-input input[type="submit"]:hover {
  color: #333333;
  background-color: #E6E6E6;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

div.cc-m-form-layout-1 div.cc-m-form-view-label {
    line-height: 2.5em;
}
 
/*フォームラベルを2カラムにした際の幅調整*/
form.cc-m-form div.cc-m-form-view-label,
form.cc-m-form div.cc-m-form-view-label { width: 24%; }
form.cc-m-form div.cc-m-form-view-input { width: 74%; }

/* Body
-----------------------------------------------*/
body { background: #ffffff; }

/* Header
-----------------------------------------------*/
#header { padding: 5; }
#header:after {
    content: "";
    clear: both;
    display: block;
}
#header .inner {
    width: 960px;
    margin: 0 auto;
}
#header h1 {
    float: left;
    color: #333333;
    font-size: 25px;
    line-height: 2rem;
}
#inq { 
        float: right; 
        margin-top: 20px;
}
#inq p {
    color: #333333;
    font-size: 13px;
    text-align: right;
    line-height: 1.2rem;
}
#inq p span {
    font-size: 15px;
    font-weight: bold;
}

/* Nav
-----------------------------------------------*/
#nav {
    margin-bottom: 0px; /* ナビゲーションの高さ */
/*    background-color: #f7fcf3; /* ナビゲーションの背景色 */
    background-color: #ffffff; /* ナビゲーションの背景色 */
    border-top: 1px #4c750b solid; /* 上境界線 */
    border-bottom: 1px #4C750B solid; /* 下境界線 */
}
#nav ul#mainNav1 {
    width: 960px; /* メニューの幅 */
    margin: 0 auto; /* センターに配置 */
    padding: 0;
    background-color: #ffffff; /* メニューの背景色 */
    border-left: 1px #4c750b solid; /* メニューの右境界線 */
    border-right: 1px #4c750b solid; /* メニューの右境界線 */
    list-style: none;
    text-align: center;
}
#nav ul#mainNav1 li { 
    width: 14%; /* 項目の幅 */
    float: left; 
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
}
#nav ul#mainNav1 li a {
    display: block;
    padding: 10px 10px;
/*    border-right: 1px #4c750b solid; /* メニューの右境界線 */
    text-decoration: none;
    color: #294d0c;
}
#nav ul#mainNav1 li a:hover {
    background-color: #AAE07D; /* ポイント時の背景色 */
    text-decoration: underline; /* テキストの下線（あり） */
}
#nav:after {
    content: "";
    clear: both;
    display: block;
}
/* #nav ul#mainNav1 li a.current,#nav ul#mainNav1 li a.parent { background: #4C750B } */
#nav ul#mainNav1 li a.current,#nav ul#mainNav1 li a.parent { 
    background: #d0edb9; 
    text-decoration: underline; /* テキストの下線（あり） */
    font-weight: bold;
}
#nav ul#mainNav2 { display: none; }



/* Container
-----------------------------------------------*/
#container-head {
    margin: 0 auto 5px auto;
}
#container {
    margin: 0 auto 5px auto;
    width: 940px;
}
#container:after {
    content: "";
    clear: both;
    display: block;
}
.resizeimage img { width: 100%; }

/* Visual
-----------------------------------------------*/
/*
#visual {
    width: 960px;
    margin: 0 auto;
    padding: 0 0 20px;
}
#visual ul {
    overflow: hidden;
    list-style-type: none;
    height: 350px !important;
    margin: 0 !important;
    padding: 0 !important;
}
*/

#visual {
    display: none;
}
.cc-indexpage #visual {
    display: block;
    width: 960px;
    margin: 0 auto;
    padding: 0 0 20px;
}
#visual ul {
    overflow: hidden;
    list-style-type: none;
    height: 350px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 独自作成 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
#stage {
    display: none;
	position:relative;
}
.cc-indexpage #stage {
        display: block;
        margin: 0 auto;
}
#stage ul {
	padding: 0px;
	position:relative;
}
#stage ul li {
	width: 100%;
	list-style-type: none;
	position:absolute;
	opacity: 0;
}
#stage img {
	max-width: 100%;
	height: auto;
}
#slide_control {
	position: absolute;
}
[id^='photo_'] {
	cursor: pointer;
}
#prev_button {
	cursor: pointer;
}
#next_button {
	cursor: pointer;
}
#play_stop {
	cursor: pointer;	
}

/* area_covid
-----------------------------------------------*/
#area_covid {
    display: none;
    padding: 10px 0 10px;
    margin: 0 auto;
}
.cc-indexpage #area_covid {
    display: block;
    width: 960px;
    margin: 0 auto;
    padding: 10 0 10px;
}
#area_covid .box {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

/* トップページ施設メニュー
-----------------------------------------------*/
#shisetsu {
    display: none;
}
.cc-indexpage #shisetsu {
    display: block;
/*
    background-color: #E1F7CF;
*/
    background-color: #E8FCCA;
    padding: 10px 0 10px;
    margin: 0 auto;
    border-top: 1px #4c750b solid; /* 上境界線 */
    border-bottom: 1px #4C750B solid; /* 下境界線 */
}
#shisetsu li a {
    display: block;
    text-decoration: none;
}
#shisetsu h2.black {
    color: #000000;
    font-size: 20px;
    text-align: center;
}
#shisetsu h2.white {
    color: #ffffff;
    font-size: 35px;
    text-align: center;
}
.shisetsu-container {
    width: 960px;
    clear: both;
    margin: 0 auto;
    max-width: 960px;
    overflow: hidden;
    padding: 0 10px;
}
.shisetsu-col {
    width: 240px; /* 項目の幅 */
    float: left;
}
.shisetsu-img {
    width: 235px;
}
.shisetsu-col1 {
    width: 480px;
    float: left;
}
.shisetsu-img1 {
    width: 300px;
    margin: 0 auto;
}
.shisetsu-col2 {
/*    width: 240px; */
/*    clear: left; */
    width: 25%; /* 項目の幅 */
    float: left;
}
.shisetsu-img2 {
    width: 235px;
}

/* サブメニュー：背景ピンク
-----------------------------------------------*/
.shisetsu-btm-p {
    background-color: #E6C7DB;
    width: 200px;
    margin-left: 20px;
    font-size: 13px;
    padding-left: 10px;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
    margin-bottom: 5px;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    list-style: none;
    text-decoration: none;
}
.shisetsu-btm-p：li {
    text-decoration: none;
}
.shisetsu-btm-p：a {
    text-decoration: none;
}
/*カーソルが乗っているリンクの色*/
.shisetsu-btm-p:hover {
    color:#000000;
    background:#F5F0F0;
}
/*クリック中のリンクの色*/
.shisetsu-btm-p:active {
    color:#000000; 
    background:#F5FDFD;
}

/* サブメニュー：背景グリーン
-----------------------------------------------*/
.shisetsu-btm-g {
    background-color: #CEF395;
    width: 200px;
    margin-left: 20px;
    font-size: 13px;
    padding-left: 10px;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
    margin-bottom: 5px;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    list-style: none;
    text-decoration: none;
}
.shisetsu-btm-g：li {
    text-decoration: none;
}
.shisetsu-btm-g：a {
    text-decoration: none;
}
/*カーソルが乗っているリンクの色*/
.shisetsu-btm-g:hover {
    color:#000000;
    background:#E2F8C0;
}
/*クリック中のリンクの色*/
.shisetsu-btm-g:active {
    color:#000000; 
    background:#E2F8C0;
}

/* サブメニュー：背景オレンジ
-----------------------------------------------*/
.shisetsu-btm-o {
    background-color: #FFB67A;
    width: 200px;
    margin-left: 20px;
    font-size: 13px;
    padding-left: 10px;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
    margin-bottom: 5px;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    list-style: none;
    text-decoration: none;
}
.shisetsu-btm-o：li {
    text-decoration: none;
}
.shisetsu-btm-o：a {
    text-decoration: none;
}
/*カーソルが乗っているリンクの色*/
.shisetsu-btm-o:hover {
    color:#000000;
    background:#FFCCA2;
}
/*クリック中のリンクの色*/
.shisetsu-btm-o:active {
    color:#000000; 
    background:#FFCCA2;
}

/* サブメニュー：背景ブルー
-----------------------------------------------*/
.shisetsu-btm-b {
    background-color: #B1BBE7;
    width: 200px;
    margin-left: 20px;
    font-size: 13px;
    padding-left: 10px;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
    margin-bottom: 5px;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    list-style: none;
    text-decoration: none;
}
.shisetsu-btm-b：li {
    text-decoration: none;
}
.shisetsu-btm-b：a {
    text-decoration: none;
}
/*カーソルが乗っているリンクの色*/
.shisetsu-btm-b:hover {
    color:#000000;
    background:#DBDFF6;
}
/*クリック中のリンクの色*/
.shisetsu-btm-b:active {
    color:#000000; 
    background:#DBDFF6;
}

/* サブメニュー：背景マゼンダ
-----------------------------------------------*/
.shisetsu-btm-m {
    background-color: #D694DB;
    width: 200px;
    margin-left: 20px;
    font-size: 13px;
    padding-left: 10px;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
    margin-bottom: 5px;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    list-style: none;
    text-decoration: none;
}
.shisetsu-btm-m：li {
    text-decoration: none;
}
.shisetsu-btm-m：a {
    text-decoration: none;
}
/*カーソルが乗っているリンクの色*/
.shisetsu-btm-m:hover {
    color:#000000;
    background:#EBC5EE;
}
/*クリック中のリンクの色*/
.shisetsu-btm-m:active {
    color:#000000; 
    background:#EBC5EE;
}

/* サブメニュー：背景イエロー
-----------------------------------------------*/
.shisetsu-btm-y {
    background-color: #FFFF5A;
    width: 200px;
    margin-left: 20px;
    font-size: 13px;
    padding-left: 10px;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
    margin-bottom: 5px;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    list-style: none;
    text-decoration: none;
}
.shisetsu-btm-y：li {
    text-decoration: none;
}
.shisetsu-btm-y：a {
    text-decoration: none;
}
/*カーソルが乗っているリンクの色*/
.shisetsu-btm-y:hover {
    color:#000000;
    background:#FFFF8F;
}
/*クリック中のリンクの色*/
.shisetsu-btm-y:active {
    color:#000000; 
    background:#FFFF8F;
}

/* サブメニュー：背景ライトグリーン
-----------------------------------------------*/
.shisetsu-btm-lg {
    background-color: #CFFC4F;
    width: 200px;
    margin-left: 20px;
    font-size: 13px;
    padding-left: 10px;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
    margin-bottom: 5px;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    list-style: none;
    text-decoration: none;
}
.shisetsu-btm-lg：li {
    text-decoration: none;
}
.shisetsu-btm-lg：a {
    text-decoration: none;
}
/*カーソルが乗っているリンクの色*/
.shisetsu-btm-lg:hover {
    color:#000000;
    background:#DDFB82;
}
/*クリック中のリンクの色*/
.shisetsu-btm-lg:active {
    color:#000000; 
    background:#DDFB82;
}

/* サブメニュー：背景ライトオレンジ
-----------------------------------------------*/
.shisetsu-btm-lo {
    background-color: #FFEA5F;
    width: 200px;
    margin-left: 20px;
    font-size: 13px;
    padding-left: 10px;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
    margin-bottom: 5px;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    list-style: none;
    text-decoration: none;
}
.shisetsu-btm-lo：li {
    text-decoration: none;
}
.shisetsu-btm-lo：a {
    text-decoration: none;
}
/*カーソルが乗っているリンクの色*/
.shisetsu-btm-lo:hover {
    color:#000000;
    background:#FFF194;
}
/*クリック中のリンクの色*/
.shisetsu-btm-lo:active {
    color:#000000; 
    background:#FFF194;
}

/* 余白
-----------------------------------------------*/
.yohaku20 {
    display: none;
        clear: left;
}
.cc-indexpage .yohaku20 {
    display: block;
    height: 20px;
}
.yohaku50 {
    display: none;
        clear: left;
}
.cc-indexpage .yohaku50 {
    display: block;
    height: 50px;
}

/* パン見出し
-----------------------------------------------*/
.pan-lg {
    background-color: #FFD1AB;
    font-size: 13px;
    padding-left: 5px;
}

/* PageTopボタン
-----------------------------------------------*/
.page-top-btm {
    text-align : right;
    background-color: #d0edb9;
    font-size: 14px;
    padding: 5px 20px 5px 5px;
    text-decoration: none;
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 独自作成 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* Content
-----------------------------------------------*/
#content {
    float: left;
    width: 700px;
}
#content h1 {
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    color: #FFF;
    margin: 0 0 20px;
    background-color: #49801C;
    padding: 5px 0 3px 15px;
}
#content h2 {
    margin: 0px;
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#49801C;
    font-size:18px;
    font-weight:bold;
    text-align:left;
    background:none;
    padding:5px 5px 0px 15px;
    border-top:0px solid #000000;
    border-right:0px solid #000000;
    border-bottom:1px dashed #49801C;
    border-left:10px solid #49801C;
    border-radius:0px 0px 0px 0px;
    -webkit-border-radius:0px 0px 0px 0px;
    -moz-border-radius:0px 0px 0px 0px;
}
#content h2 a {
    text-decoration: none;
    color:#49801C;
}
#content h2 a:hover {
    color:#49801C;
}
#content h3 {
    margin: 10px 0 10px;
    padding: 5px;
    background: #DDDDDD;
    border-bottom: 1px solid #CCCCCC;
}

/* Side
-----------------------------------------------*/
#side {
    float: right;
    width: 230px;
}

/* Sidenav

-----------------------------------------------*/
#sidenav ul {
    margin: 0;
    padding: 0;
    list-style: none; 
}
#sidenav ul li {
    margin: 0;
    padding: 0;
}
#sidenav ul.mainNav1 li a.level_1 { display: none; }

#sidenav ul.mainNav2 {
    margin-top: 20px;
    border-top: 2px solid #F3F3F3;
    border-right: 2px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    border-left: 2px solid #F3F3F3;
}
#sidenav ul li ul li a {
    display: block;
    padding: 10px 10px 10px 20px;
    background: url(https://u.jimcdn.com/cms/o/sa91bd15597a2c5ca/userlayout/img/arrow.png?t=1471852810) 10px center no-repeat;
    border-bottom: 1px solid #F3F3F3;
    font-size: 15px;
    line-height: 1.2rem;
    text-decoration: none;
    color: #333333;
}
#sidenav ul li ul li a:hover {
    color: #808080;
    background: url(https://u.jimcdn.com/cms/o/sa91bd15597a2c5ca/userlayout/img/arrow.png?t=1471852810) 10px center no-repeat;
}
#sidenav ul li ul li a.current { background: url(https://u.jimcdn.com/cms/o/sa91bd15597a2c5ca/userlayout/img/arrow.png?t=1471852810) 10px center no-repeat #F5F5F5; }
#sidenav ul li ul li ul li a {
    padding: 10px 10px 10px 30px;
    background: url(https://u.jimcdn.com/cms/o/sa91bd15597a2c5ca/userlayout/img/arrow.png?t=1471852810) 20px center no-repeat;
}
#sidenav ul li ul li ul li a:hover {
    color: #808080;
    background: url(https://u.jimcdn.com/cms/o/sa91bd15597a2c5ca/userlayout/img/arrow.png?t=1471852810) 20px center no-repeat;
}
#sidenav ul li ul li ul li a.current { background: url(https://u.jimcdn.com/cms/o/sa91bd15597a2c5ca/userlayout/img/arrow.png?t=1471852810) 20px center no-repeat #F5F5F5; }
#sidenav ul li a.current,#sidenav ul li a.cc-nav-current { background: #F5F5F5; }



/* Sidebar
-----------------------------------------------*/
#sidebar h1 {
    margin: 0 0 5px;
    padding: 5px 0 3px 15px;
    background: #5186C5; /* Old browsers 73B111 */
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 20px;
    color: #FFF;
}
#sidebar h2 {
    border-style: solid;
    border-width: 0 0 0 5px;
    color: #5186C5;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
    padding: 0 0 0 10px;
}
#sidebar h3 {
    margin: 15px 0 10px;
    font-size: 97%;
}


/* Footer
-----------------------------------------------*/
#footer {
    border-top: 1px solid #CCCCCC;
    background: #F3F3F3;
    padding: 20px 0;
}
#footer .inner {
    width: 960px;
    margin: 0 auto;
}
#footer .inner a:hover {
    text-decoration: underline;
    font-weight: bold;
}
#footer .leftrow { line-height: 2rem; }
#footer .leftrow img { vertical-align: middle; }

/* Copyright 
-----------------------------------------------*/
#copyright-area {
    padding: 30px 0;
    background: #FFFFFF;
}
#copyright img {
    display: inline;
    margin: 0 15px 0 0;
}
#copyright {
    line-height: 23px;
    text-align: center;
    color: #999999;
    font-size: 14px;
}

/* Blog
-----------------------------------------------------------------------*/
#content .blogselection h1 {
    margin: 5px 0;
    padding: 11px 0 17px;
    color:#49801C;
}
/* ブログ設定 */
.cc-page-blog #content h1,
.cc-page-blog #content h2 {
    margin: 0px;
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#49801C;
    font-size:22px;
    font-weight:bold;
    text-align:left;
    background:none;
    padding:0px 0px 0px 15px;
    border-top:0px solid #000000;
    border-right:0px solid #000000;
    border-bottom:1px dashed #4c750b;
    border-left:10px solid #4c750b;
    border-radius:0px 0px 0px 0px;
    -webkit-border-radius:0px 0px 0px 0px;
    -moz-border-radius:0px 0px 0px 0px;
}
.cc-page-blog #content a,
.cc-page-blog #content p
{
    font: 14px/160% "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-decoration: none;
}

.blogselection h1:before,
.blogselection h2:before,
.cc-page-blog #content h1:before, 
.cc-page-blog #content h2:before 
{
    border-left: none !important;
    padding: 0 !important;
}

.cc-page-blog #content h1 a, 
.cc-page-blog #content h2 a 
{
    text-decoration: none;
    font: 18px/160% "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.postmeta {
    font: small "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 5px auto 0;
    text-align: left;
    color: #aaa;
    border-bottom: 1px dotted #ccc;
}

body div.blogselection div.n {
    padding: 0px;
    margin: 0 0 5px;
}
.cc-page-blog div.datetime.dt-style3.dt-alignment-left
{
    margin: 30px 20px 10px 3px;
}

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(https://u.jimcdn.com/cms/o/sa91bd15597a2c5ca/userlayout/img/controls.png?t=1471852811) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(https://u.jimcdn.com/cms/o/sa91bd15597a2c5ca/userlayout/img/controls.png?t=1471852811) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(https://u.jimcdn.com/cms/o/sa91bd15597a2c5ca/userlayout/img/controls.png?t=1471852811) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(https://u.jimcdn.com/cms/o/sa91bd15597a2c5ca/userlayout/img/controls.png?t=1471852811) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}