/*  Type
----------------------------------------------- */
a:link,
a:visited {
    text-decoration: underline;
    color:#309314;
}
a:active {  text-decoration: underline; }
a:hover { text-decoration:none; }

#container h1 {
    font: 24px/100% "Helvetica","Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
    color: #444;
    font-weight: normal;
}

#container h2 {
    font: 22px/100% "Helvetica","Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
    color: #444;
    font-weight: normal;
    padding-left: 5px;
    line-height: 1.2;
    border-bottom: 1px solid #444;
}
#container h3 {
    font: 20px/100% "Helvetica","Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
    color: #444;
    font-weight: normal;
    padding: 5px 0 5px 10px;
    line-height: 1.2;
    border-left: 5px solid rgba(108,184,45,0.8);
}
#container p {
    font-family:"Helvetica","Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.6;
}

#contents h1,
#contents .j-blogarticle h2 {
    background: url(https://u.jimcdn.com/cms/o/sf5767d5dc128037f/userlayout/img/title-bg.gif?t=1579915273) 0 bottom no-repeat;
    padding: 20px 0 0 45px;
    line-height: 1.2;
    margin-bottom: 20px;
    border: none;
}
#contents a {color: #309314;}

#contents h1 a {
    text-decoration: none;
    color: #444;
}
#contents h1 a:hover {text-decoration: underline;}

div.n.j-sharebuttons {padding: 0 5px;}

#contents ul,
#contents ol{
	margin: 0;
	padding: 0.5em 0 0.5em 1em;
  font-size: 15px;
}

#contents li{
  line-height: 1.5;
	padding: 0 0 0.5em;
}

/*  Table
----------------------------------------------- */
#contents table {
    margin-left: 1px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #999;
    border-width: 1px 1px 0 1px;
    margin: 0 0 20px;
    text-align: left;
    font-size: 12px !important;
}
#contents tr {
    border-bottom: 1px solid #999;
}
#contents th {
    background: #e8efe0;
    white-space: nowrap;
}
#contents th,
#contents td {
    padding: 10px;
    border-right: 1px solid #999;
    font-size: 13px !important;
}

/*  List
----------------------------------------------- */
#contents table ul {
  padding: 0 0 0 1.5em;
}
#contents table ul li {
  margin: 0 0 0.5em;
}

/*  Layout
----------------------------------------------- */

body {
    font: 11px/140% "メイリオ", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",Helvetica,Arial,sans-serif !important;
    color:#333;
    background-color: #F1EFD5;
    background-image: url(https://u.jimcdn.com/cms/o/sf5767d5dc128037f/userlayout/img/main.png?t=1579915078);
    background-repeat: no-repeat;
    background-position: center top !important;
    background-size: contain !important;
}

header h1 a:link,
header h1 a:visited,
header h1 a:active,
header h1 a:hover {
    font-family:"メイリオ", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",Helvetica,Arial,sans-serif;
    font-size:30px;
    font-weight:normal;
    text-decoration:none;
    line-height:1.2em;
    color:#fff;
    top: 7px;
    position: fixed;
    z-index: 10001;
    padding-left:40px;
}

header h2 {
    font-family:"メイリオ", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",Helvetica,Arial,sans-serif;
    font-size:20px;
    font-weight:normal;
    color:#309314;
    padding: 60px 0 0 40px;
}

#container {
    width: 980px;
    margin: 100px auto 0;
}

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

#contents {
    float: left;
    position: relative;
    width: 670px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px 50px;
}

#navigation {
    float: right;
    width: 250px;
}
#sidebar {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}


/*  Sidebar
----------------------------------------------- */
#sidebar h2 {
    margin: 10px 0 0;
    padding: 0 5px;
    line-height: 1.3em;
    font-size: 16px;
    color: #6CB82D;
    border: none;
    border-bottom: 2px solid #6CB82D;
}
#sidebar .cc-imagewrapper figcaption {
  font-size: 70%;
  text-align: center;
  line-height: 1.3;
  padding-top: 3px;
}

#sidebar .cc-imagewrapper img {
    border: 1px solid #ccc;
}

/* facebookと協賛バナーのみ黒枠削除 */
#sidebar #cc-m-11490216990 .cc-imagewrapper img,
#sidebar #cc-m-11492312390 .cc-imagewrapper img {
    border: none;
}
/* ボタン:side */
#sidebar .j-calltoaction-link {
    width: 100%;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none !important;
    background-image: none;
    background-color: #fff;
    border: 2px solid #6CB82D;
    color: #6CB82D !important;
    border-radius: 0;
    padding: 7px 0 5px;
    font-size: 20px;
}

/* ボタン:main */
#contents .j-calltoaction-link {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none !important;
    background-image: none;
    background-color: #fff;
    border: 2px solid #6CB82D;
    color: #6CB82D !important;
    padding: 15px 15px 12px;
    font-size: 20px;
}
#contents .j-calltoaction-link:hover {
     background-color: #6CB82D;
     color: #fff !important;
}

/*  Blog
----------------------------------------------- */
#contents .datetime {
    position: relative;
}
/* date */
#contents .datetime .datetime-inner {
    position: absolute;
    top: 0;
    color: #333;
    left: 45px;
    font-size: 11px;
}

#contents .datetime p {
    margin: 0px;
    padding: 0 1px 0 0;
    display: inline;
    font-size: 12px;
    line-height: 1 !important;
    color: #333 !important;
}

/* category */
#contents .postmeta {
    font-size: 12px;
    position: absolute;
    top: 18px;
    left: 150px;
}
/*  TopPage BlogArticle
----------------------------------------------- */
#contents .j-blogarticle {
    position: relative;
    margin-bottom: 30px;
}
#contents .j-blogarticle h2 {
    padding-right: 140px;
}
#contents .j-blogarticle .j-sharebuttons {
    position: absolute;
    top: 15px;
    right: 0;
}
/*  Sitemap
----------------------------------------------- */
#content_area ul.sitemap {margin: 0}
#content_area ul.sitemap li a {
    color: #309314;
    font-weight: normal;
}

/*  Footer
----------------------------------------------- */
footer {
  background-color: #d9d7c1;
  border-top: 1px solid #ccc;
  width: 100%;
  position: relative;
  margin-top: 50px;
}

footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
    color: #309314;
}

footer .gutter {
  padding: 10px 40px;
}

/* pagetop */
.cc-FloatingButtonBarContainer {
    bottom: 30px !important;
}


/*  Navigation
----------------------------------------------- */

.headnav {
    position: fixed;
    top: 0;
    background-color: rgba(108,184,45,0.9);
    width: 100%;
    z-index: 10000;
}

#nav {
    float: right;
}

#nav:after {
  content: "";
  display: block;
  clear: both;
}

#nav ul {
        list-style-type: none;
}

#nav ul.cc-nav-level-0 {
        width: 100%;
        *zoom: 1; /*forIE6,7*/
        margin: 0;
        padding: 0;
}
#nav ul.cc-nav-level-0:after {
        content: "";
        display: block;
        clear: both;
}
#nav ul.cc-nav-level-0 li {
        float: left;
        *zoom: 1; /*forIE6,7*/
        white-space: nowrap;
}
#nav ul.cc-nav-level-0 li ul {
        visibility: hidden;
        position: absolute;
        margin: 0;
        padding:0;
        z-index: 1 !important;
}
#nav ul.cc-nav-level-0 li:hover > ul {
        visibility: visible;
}
#nav ul.cc-nav-level-0 li ul li {
        width: auto !important;
        clear: left;
        position: relative;
}
#nav ul.cc-nav-level-0 li ul li ul {
        top: 0;
        left: 100%;
}
#nav ul.cc-nav-level-0 li a {
        display: block;
        background-color: rgba(108,184,45,0.9);
        border-left: 1px solid rgba(255,255,255,.5);
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
        text-decoration: none;
        padding: 12px 10px 11px;
        color:#fff;
}

* html #nav ul.cc-nav-level-0 li a { /*forIE6*/
        zoom: 1;
}
#nav ul.cc-nav-level-0 li a:hover {
        background-color: #3ca41f;
}
#nav ul.cc-nav-level-0 li a.cc-nav-current,#nav ul.cc-nav-level-0 li.cc-nav-parent a {
        background-color: #309314;
}

#nav ul.cc-nav-level-1 {
    border-left: 1px solid #3ca41f;
    border-right: 1px solid #3ca41f;
}
#nav ul.cc-nav-level-1 a,#nav ul.cc-nav-level-2 a {
    background: rgb(30,30,30);
    filter: alpha(opacity=9);
    -ms-filter: "alpha(opacity=90)";
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    border-bottom: 1px solid #3ca41f;
    width: 100px;
    position: relative;
    background: #fff !important;
    text-align: left !important;
    color:  #3ca41f !important;
    border-left: none !important;
}

#nav ul.cc-nav-level-1  a:hover,#nav ul.cc-nav-level-2  a:hover {
    background: #3ca41f !important;
    color: #fff !important;
}

.j-textWithImage figure {
  z-index: 0 !important;
}

#contents .c2a_btn {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contents .c2a_btn li {
  display: inline-block;
  margin: 0 2px;
}
#contents .c2a_btn a {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
  background: #fff;
  border: 2px solid #309314;
  color: #309314 !important;
  padding: 10px 5px;
  font-size: 15px;
  border-radius: 3px;
}
#contents .c2a_btn a:hover {
  background: #309314;
  color: #fff !important;
}