@charset "utf-8";

/* --------------------------------------------- */
/* ▼ Wordpress システム排出部分の調整　/
/* --------------------------------------------- */

/* --------------------------------------------- */
/* ▼ サムネイル　/
/* --------------------------------------------- */

img.attachment-thum_top.size-thum_top.wp-post-image {
    width: 100%;
}
/* --------------------------------------------- */
/* ▼ カテゴリのラベル　/
/* --------------------------------------------- */
span.label{
    border-radius: 4px;
    padding: 0px 5px;
    color: #fff;
    margin-left: 10px;
    font-size: 10px;
    display: -webkit-box;
}
span.label.blog {
    background: #b4d465;
}
span.label.information {
    background: #659bd4;
}
span.label.event {
    background: #dc9191;
}
/*未分類ラベル非表示*/
/*.label-mibunrui {
    display: none;
}*/

/* --------------------------------------------- */
/* ▼ 投稿部分の設定　/
/* --------------------------------------------- */

/*記事ページ*/
.kiji{
	line-height: 1.6;
}
.kiji p {
	margin-bottom: 0.9em ;
	margin-top: 0.6em ;
}
.kiji .bgWhite{
    background: #fff;
    padding: 25px;
    }
    @media screen and (max-width: 768px){
        .kiji .bgWhite{
        padding: 12px;
    }
}
.kiji h3 {
    font-size: 140%;
    font-weight: bold;
    line-height: 1.2em;
    color: #5f4b3e;
    background: #dfd8c8;
    border-radius: 5px;
	padding: 1em 1em;
    margin-bottom: 1em;
	margin-top: 2.5em ;
}
.kiji h3.faq {
    background: #ecfbc8;
	padding: 0.8em 0.7em 0.8em 2.1em;
	line-height: 1.2;
	text-indent: -1.7em;
}
.kiji h3.faq:before {
    content: "\f059";
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 160%;
    vertical-align: middle;
}
.kiji h4 {
    background: url(../img/access/bk_dotted.gif) repeat-x bottom;
    padding: 10px 0;
    font-weight: bold;
    font-size: 150%;
    margin-bottom: 10px;
}
.kiji h5 {
        font-weight: bold;
        line-height: 1.2em;
        font-size: 140%;
        color: #5f4b3e;
        margin: 10px 0px;
    }
    @media screen and (max-width: 768px){
    #about_s .kiji h5 {
        margin-top: 30px;
    }
}
.kiji h6 {
	font-weight: bold;
	line-height: 1.2em;
	font-size: 130%;
	color: #5f4b3e;
	margin-top: 1.6em ;
}
.kiji strong{
    font-size: 116.7%;
}
.kiji .lineRed{
    border-bottom: 1px solid ;
}
img.textimgR {
    float: right;
    /*width: 35%;*/
    margin: 0 0 15px 15px;
}
img.textimgL {
    float: left;
    width: 45%;
    margin: 0 15px 15px 0px;
}

@media screen and (max-width: 480px){
    img.textimgR,img.textimgL {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
}
/* --------------------------------------------- */
/* ▼ 記事内のリストを通常標記に戻す
/* --------------------------------------------- */
.blogcontent ul { 
	list-style-type:none;
	padding:0em 0em 0.2em 0.2em;
}
.blogcontent li { 
	display: list-item;
	position:relative;
	padding: 0em 0em 0.4em 1em;
	text-indent: -1em;
}


/* --------------------------------------------- */
/* ▼ ウィジェット　/
/* --------------------------------------------- */

/*トップのみ非表示*/
#top #con_left .original_widget{
    display: none;
}

#con_left .original_widget{
    margin-bottom: 15px;
}
#con_left .original_widget h3 {
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    display: block;
    border: 2px solid #b4d465;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    background: #b0cd61;
    background: -moz-linear-gradient(top, #b0cd61 1%, #a2bf44 100%);
    background: -webkit-linear-gradient(top, #b0cd61 1%,#a2bf44 100%);
    background: linear-gradient(to bottom, #b0cd61 1%,#a2bf44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0cd61', endColorstr='#a2bf44',GradientType=0 );
}
#con_left .original_widget ul {
    background: #fff;
    padding: 10px;
    border: 2px solid #b4d465;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
}
#con_left .original_widget ul li{
    margin-bottom: 10px;
}
#con_left .original_widget ul li a{
    color: #5f4b3e;
    background: url(../img/blog/dd_mark.gif) no-repeat 0 0.35em;
    padding-left: 10px;
    display: block;
}

#con_left h2.widgettitle{
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    display: block;
    background: #b0cd61;
    background: -moz-linear-gradient(top, #b0cd61 1%, #a2bf44 100%);
    background: -webkit-linear-gradient(top, #b0cd61 1%,#a2bf44 100%);
    background: linear-gradient(to bottom, #b0cd61 1%,#a2bf44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0cd61', endColorstr='#a2bf44',GradientType=0 );

}
#con_left li#archives-4, #con_left li#categories-5,#con_left li#search-3 {
    margin-bottom: 15px;
    background: #fff;
    border: 2px solid #b4d465;
    border-radius: 5px;
}
#con_left li#categories-5 li {
    padding: 8px 10px;
}
#con_left label.screen-reader-text {
    display: none;
}
#con_left select#archives-dropdown-4,input#s {
    margin: 10px;
}
#con_left li#categories-5 a {
    color: #5f4b3e;
    background: url(../img/blog/dd_mark.gif) no-repeat 0 0.35em;
    padding-left: 10px;
    text-decoration: underline;
}
#con_left input#s {
    width: 60%;
}
/* --------------------------------------------- */
/* ▼ コンタクトフォーム　/
/* --------------------------------------------- */
#form input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
    display: block;
    width: 250px;
    padding: 8px;
    margin-top: 20px;
}
#form input.wpcf7-text{
    padding: 5px 0px;
}
#form input[type="checkbox"]{
    width: auto;
}
@media screen and (max-width: 480px){
    #form input{width: 100%;}
}

/* --------------------------------------------- */
/* ▼ パンくず　/
/* --------------------------------------------- */
#breadcrumb {
    font-size: 83.4%;
    font-weight: bold;
    color: #5f4b3e;
    margin-bottom: 5px;
}
#breadcrumb a {
    text-decoration: underline;
    color: #8cb722;
}
#breadcrumb li {
    margin-right: 5px;
}
#breadcrumb span {
    margin: 0px 3px;
}
@media screen and (max-width: 768px){
    #breadcrumb {
        width: 100%;
        line-height: 150%;
        font-size: 10px;
    }
}


/* --------------------------------------------- */
/* ▼ 関連記事　/
/* --------------------------------------------- */
section.related-entries {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}
section.related-entries ul{
    border-bottom: 1px dotted #555;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
section.related-entries ul:last-child{
    border-bottom:none;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
section.related-entries h3 {
    background: #b4d465;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 5px 5px 10px;
    font-size: 18px;
}
@media only screen and (max-width: 768px) {
    section.related-entries ul {
        border-bottom: 1px dotted #555;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    section.related-entries ul:last-child {
        margin-bottom: 0px;
    }
    section.related-entries h4{
        font-size: 13px;
        padding-top: 0px;
    }
}


/* --------------------------------------------- */
/* ▼ ページネーション　/
/* --------------------------------------------- */
.wp-pagenavi {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
}
.wp-pagenavi span, .wp-pagenavi a {
    display: block;
    float: left;
    width: auto;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    background-color: #fff;
    border: 1px solid #eee;
    color: #5f4b3e;
    text-decoration: none;
}
.wp-pagenavi a:hover{
    background-color: #b4d465;
    color: #fff;
}
.wp-pagenavi .current{
    padding: 6px 9px 5px 9px;
    background-color: #5f4b3e;
    color: #fff;
    font-weight: bold;
}      

