/* =====================================
    ■ブログ
=====================================
#blogMain {
    background: #fff;
    padding: 60px 0;
}
#blogMain .contentArea {
float: left;
    width: 74%;
    padding: 5px 13px 10px 0px;
    box-sizing: border-box;
}
.blogArea {
    padding-left: 20px;
    padding-right: 20px;
}
#blogList .blogArea {
    margin-top: 12px;
    background-image: url(../style/00/images/blog_separate_line.gif);
    background-repeat: no-repeat;
    background-position:center bottom;
    margin-bottom: 37px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
#blogList .blogArea:first-child {
    margin: 0;
}
.blogArea .blog_name {
    text-align:left;
}
.blog_facebook {
    text-align: right;
}
#blogMain .blogArea h3 {	
    margin-bottom: 15px;
    box-sizing: border-box;
    height: auto;
    padding: 12px 0 8px 25px;
    background: #dfb881 url(/wp-content/uploads/blog_title.jpg) no-repeat left center;
    font-size: 102%;
    font-weight: bold;
    border-left: 0;
    border-right: 0;
    color: #fff;
    border: double;
}
#blogMain .blogArea h3 a {
color:  #fff !important;
}
#blogMain .blogArea h3 a:hover {
        color: #f55182;
            text-decoration: underline;
}
#blogMain .blogArea .date {
    text-align: right;
        color: #747474;
    line-height: 1.2;
}
#blogMain .blogArea .detail {
    margin-bottom: 20px;
}
#blogMain .blogArea .contributor {
    text-align: right;
    color: #333;
    line-height: 1.2;
}
#blogSide {
        float:left;
    width: 25%;
}
#blogSide h3 {
    line-height: 1;
    margin-bottom: 15px;
    background: url(../style/00/images/blog_title.jpg) no-repeat;
    border-bottom: 0;
    padding: 9px 10px 5px 25px;
    color: #fff;
    font-size: 12px;
    text-align: left;
    height: 30px;
    box-sizing: border-box;
}
#blogSide .widget {
    margin-bottom: 10px;
}
#blogSide .widget h2 {
    display: none;
}
#blogSide .widget li {
    margin-top: 5px;
    padding-left: 16px;
    position: relative;
    line-height: 1.6;
}
#blogSide .widget li a {
    text-decoration: underline !important;
}
#blogSide .widget li:first-child {
    margin: 0;
}
#blogSide .widget li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 6px;
    top: 5px;
    background: url(/wp-content/uploads/icon_list_article.gif) no-repeat;
}
#blogSide .widget li a:hover {
       opacity: 0.8;
}
#blogSide .widget label {
    display: none;
}
#blogSide .widget input[type="text"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 3px 5px;
}
#blogSide .widget input[type="submit"] {
    background: #dbb681;
    border: none;
    width: auto;
    color: #fff;
    margin: 8px auto 0;
    display: block;
    line-height: 1;
    cursor: pointer;
    padding: 10px;
    outline: 0px;
    -webkit-appearance: none;
}
#blogSide .widget input[type="submit"]:hover {
    opacity: 0.8;
}
.blogSide_border {
    padding: 10px;
    border: 1px solid #D59E55;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    #blogMain .contentArea {
        float: none;
        width: 100%;
		    padding: 5px 10px 10px 10px;
    }
	.blogArea,#blogList .blogArea {
    padding-left: 0;
    padding-right: 0;
}
    #blogSide {
        float: none;
        width: 100%;
        margin-top: 60px;
		    padding: 0 20px;
    box-sizing: border-box;
    }
} */
input#s {
    width: 100% !important;
    box-sizing: border-box;
}
input#searchsubmit {
    margin: 0 auto;
    display: block;
    margin-top: 5px;
    padding: 2px 10px;
    font-size: 85%;
    background: #605648;
    border: none;
    color: #fff;
    letter-spacing: 0.1em;
    border-radius: 2px;
}
h2.widgettitle {
    display: none;
}
.blog .archiveBox {
    margin-bottom: 20px;
}
/* =====================================
    ■新着情報
===================================== */
#newsList,
#newsDetail {
    background: none;
    padding: 0px;
    min-height: 0px;
}
#newsList .contentArea, #newsDetail .contentArea {
    min-height: 600px;
        padding-top: 10px;
}
@media screen and (max-width: 767px) {
	#newsList .contentArea, #newsDetail .contentArea {
    min-height: 500px;
}
	}
/*--------------------------------------
            新着情報一覧
--------------------------------------*/
#newsList dl {
    padding: 18px 0 10px;
    border-bottom: 1px dashed #ccc;
}
#newsList dl dt {
    line-height: 1;
    margin-bottom: 5px;
}
#newsList dl dt .newsLabel {
    display: inline-block;
    width: 35px;
    height: 15px;
    line-height: 15px;
    background: #e42222;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0;
    padding: 0;
    text-indent: 0;
    text-align: center;
    box-sizing: border-box;
    margin: -4px 0 0 10px;
    vertical-align: middle;
    border-radius: 5px;
}
#newsList dl dd a:hover {
    text-decoration: underline;
}
/*--------------------------------------
                詳細記事
--------------------------------------*/
#newsDetail .contentArea h3 {
    width: 450px;
    height: 48px;
    margin-bottom: 15px;
    background-image: url(../img/images/h4_blog_bg.gif);
    background-repeat: no-repeat;
        padding-top: 13px;
    padding-left: 35px;
    font-weight: bold;
}

/* =====================================
    ■navigation
===================================== */
/* navigation */
.navigation {
    overflow: hidden;
    margin-top: 52px;
    padding: 0;
}
.navigation:after {
    content: "";
    display: table;
    clear: both;
}
.navigation a {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 14px;
        background: #dbb681;
    color: #fff;
    line-height: 35px;
    letter-spacing: 0.05em;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}
.navigation a:hover {
    opacity: 0.8;
}
.navigation .prev {
    float: left;
    width: 90px;
}
.navigation .next {
    float: right;
    width: 90px;
}
.navigation .prev a {
    padding-left: 10px;
        color: #fff !important;
}
.navigation .next a {
    padding-right: 10px;
	color: #fff;
}
.navigation .prev a:before {
    display: block;
    content: "<";
    position: absolute;
    left: 9px;
    font-size: 14px;
}
.navigation .next a:before {
    display: block;
    content: ">";
    position: absolute;
    right: 9px;
    font-size: 14px;
}
.navigation ul {
    display: flex;
    max-width: 200px;
    margin: 0 auto;
}
.navigation li {
    display: flex;
    margin: 0 1px 0 2px;
    width: 30px;
}
/* pagination */
.pagination {
    overflow: hidden;
    position: relative;
    padding-top: 50px;
    border-top: 0;
    margin-top: 50px;
}
.pagination ul {
    text-align: center;
}
.pagination ul li {
    display: inline-block;
    width: 25px;
}
.pagination ul li a,
.pagination ul li span.dots {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 14px;
    background: #ededed;
    color: #666;
    line-height: 35px;
    letter-spacing: 0;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}
.pagination ul li a:hover,
.pagination ul li span.dots:hover {
    opacity: 0.8;
}
.pagination ul li span.current {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 14px;
    background: #999;
    line-height: 35px;
    letter-spacing: 0;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
}
.pagination ul li .prev {
    display: block;
    width: 90px;
    position: absolute;
    left: 0;
    top: 52px;
    padding-left: 10px;
}
.pagination ul li .next {
    display: block;
    width: 90px;
    position: absolute;
    right: 0;
    top: 52px;
    padding-right: 10px;
}
.pagination ul li .prev:before {
    display: block;
    content: "<";
    position: absolute;
    left: 9px;
    font-size: 14px;
}
.pagination ul li .next:before {
    display: block;
    content: ">";
    position: absolute;
    right: 9px;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .pagination {
        padding-top: 95px;
    }
    .pagination ul li .prev,
    .pagination ul li .next {
        top: 30px;
        width: 48%;
    }
}