/*

CMS共通

*/

.backBtn{
clear: both;
margin-top: 30px;
padding: 10px 0;
display: block;
background: #eee;
text-align: center;
}
.backBtn a{
display: inline-block;
padding:10px 30px;
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #000;
text-decoration: none;
border: 1px solid #ccc;
font-size: 12px;
}
.backBtn a:hover{
background: #ccc;
}
/* ページャー
---------------------------------------------------- */

.page-numbers,.pager {
text-align:center;
margin: 50px 0 80px 0;
}
.page-numbers li{
display: inline-block;
width: 50px;
}

.page-numbers li .current{
display: block;
background: #f0f0f0;
text-decoration: none;
color: #000;
padding: 10px 15px;
margin:0 2px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.page-numbers li a{
display: block;
background: #fff;
text-decoration: none;
color: #000;
padding: 10px 15px;
margin:0 2px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.pager span {
display: inline-block;
background: #f0f0f0;
text-decoration: none;
color: #000;
padding: 10px 15px;
margin:0 2px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.pager a {
display: inline-block;
background: #fff;
text-decoration: none;
color: #000;
padding: 10px 15px;
margin:0 2px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


.paging {
    clear: both;
    padding: 20px 0;
    line-height: 1em;
    text-align: center;
    position: relative;

}

.paging .screen-reader-text{
display: none;
}
.paging div {
    display: inline-block;
    vertical-align: top; 
    border: 1px solid #888;
    overflow: hidden;
    text-align: center;

}
.paging div a, .paging div span {
    display: block;
    font-size: 80.5%;
    color: #000;
    padding: 10px 15px;
    text-decoration: none;
}
.paging li a:hover, .paging li span:hover {
    background: #ccc;
}
.paging li.active a {
    background: #ccc;
    text-decoration: none;
}
.paging div.nav-next{
    position: absolute;
   right: 0;
}
.paging div.nav-next a:after{
content: " >";
display: inline;
}
.paging div.nav-previous{
    position: absolute;
    left: 0;
}
.paging div.nav-previous a:before{
content: "< ";
display: inline;
}


@media screen and (max-width: 759px) {
.page-numbers {
text-align:center;
margin: 50px 0 80px 0;
}
.page-numbers li{
display: inline-block;
width: inherit;
max-width: 50px;
font-size: 12px;
}

.page-numbers li .current {
display: block;
background: #f0f0f0;
text-decoration: none;
color: #000;
text-align: center;
padding: 5px 10px;
margin:0 3px 10px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.page-numbers li a {
display: block;
background: #fff;
text-decoration: none;
color: #000;
padding: 5px 10px;
margin:0 3px 10px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


	nav#pagination{
	display: block!important;
	}

    .paging li{
        margin-bottom: 10px;
        display: block;
    }
	.paging div {
		display: block;
		vertical-align: top; 
		border: 1px solid #8880;
		overflow:  inherit;
		text-align: center;

	}
	
	.paging div a{
		display:block;
		border: 1px solid #888;
	}

	.paging div.nav-next{
        position: relative;
        left: auto;
		margin-bottom: 5px;
    }
	.paging div.nav-previous{
        position: relative;
        right: auto;
		margin-bottom: 5px;
    }
}
/*

新着情報

*/

.newsMain {
    background-image: url(../images/news/news_hbg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}
#newsList dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#newsList dl {
    display: inline-block;
}
/*\*/
* html #newsList dl {
    height: 1%;
}
#newsList dl {
    display: block;
}
#newsList {
    width: 800px;
    margin: 0 auto;
    font-size: 92%;
}
#newsList dl {
    border-bottom: 1px dotted #666;
    padding: 15px 0 10px;
    margin-bottom: 5px;
}
#newsList dl dt {
    width: 100px;
    float: left;
    display: inline;
    color: #af5353;
}
#newsList dl dd {
    width: 700px;
    float: left;
    display: inline;
}
#newsDetail {
}
#newsDetail .titleBorder {
    display: block;
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px dotted #000;
    padding-bottom: .5em;
    margin-bottom: .5em;
}
#newsDetail .newsImg {
    width: 400px;
    float: left;
    display: inline;
}
#newsDetail .newsImg  img{
width: 100%;
height: auto;
}
#newsDetail .newsImg ul {
    margin-left: -2.2%;
    padding-top: 10px;
}
#newsDetail .newsImg ul li {
    width: 31%;
    float: left;
    margin-left: 2.2%;
}
#newsDetail .newsTxt {
    width: 560px;
    float: right;
    display: inline;
}
#newsDetail .newsTxt img {
    max-width: 100%;
    height: auto;

}
#newsDetail .pdfDownload {
    display: block;
    border-top: 1px dotted #000;
    margin-top: 1em;
    padding-top: 1em;
}
#newsDetail .pdfDownload a {
    display: block;
    background: url(../images/pdfIcon.png) no-repeat;
    padding-left: 28px;
    text-decoration: none;
    margin-bottom: 5px;
}
.newsBack {
    margin-top: 30px;
    background: #eee;
    padding: 15px 350px;
}
.newsBack .linkBtn {
}
@media screen and (max-width: 759px) {

    #newsList {
        width: 100%;
        margin: 0;
    }
    #newsList dl dt {
        width: 100%;
        float: none;
        display: block;
    }
    #newsList dl dd {
        width: 100%;
        float: none;
        display: block;
    }
    #newsDetail .newsImg {
        width: 100%;
        float: none;
        display: block;
    }
    #newsDetail .newsTxt {
        width: 100%;
        float: none;
        display: block;
    }
    .newsBack {
        padding: 15px;
    }

}
/*

ブログ

*/

#categoryName{
border-left:5px solid #00a33e;
border-bottom: 1px solid  #ccc;
font-weight: bold;
padding: 10px 15px;
margin-bottom: 30px;
}
.blogMain {
    background-image: url(../images/blog/blog_hbg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}
#info_container {
    width: 700px;
    float: right;
    display: inline;
    margin-bottom: 50px;
    margin-top: 30px;
}
#info_side {
    width: 260px;
    float: left;
    display: inline;
    margin-bottom: 50px;
    margin-top: 30px;
}
.infobox {
    clear: both;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.infobox .inner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.infobox .inner {
    display: inline-block;
}
/*\*/
* html .infobox .inner {
    height: 1%;
}
.infobox .inner {
    display: block;
}
.infobox .inner {
    border-left: 3px solid #666;
    padding-top: 25px;
    padding-left: 35px;
    padding-bottom: 30px;
    font-size: 92%;
}
.infobox .inner .img {
    float: left;
    width: 230px;
}
.infobox .inner .img img{
    width: 230px;
	height: 230px;
object-fit: cover;
}
.infobox .inner .disc {
    float: right;
    width: 390px;
}
.infobox .inner p.date {
    padding-left: 5px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 5px;
    color: #555;
    border-left: 5px solid #00a33e;
}
.infobox .inner p.disctitle {
    font-size: 21px !important;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.infobox .inner p.disctitle .cat {
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
    background: #00a33e;
    color: #ffffff;
    font-size: 10px;
    vertical-align: middle;
}
.infobox .inner p.detail{
padding-top: 15px;
margin-bottom: 20px;
}
.infobox .inner .detailbtn {
    clear: both;
    padding-left: 500px;
}
#recent_title {
    border-bottom: 5px solid #00a33e;
	padding-top: 10px;
    padding-left: 3px;
    font-size: 108%;
    font-weight: bold;
    color: #00a33e;
}
#recent {
    padding-top: 10px;
    margin-bottom: 35px;
}
#recent li {
    font-size: 85%;
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-bottom: 5px;
}
#recent li a {
    color: #666;
    text-decoration: none;
}
#recent li a:hover {
    color: #a40000;
    text-decoration: underline;
}
#category_title {
    border-bottom: 5px solid #00a33e;
    padding-left: 3px;
    font-size: 108%;
    font-weight: bold;
    color: #00a33e;
}
#category {
    padding-top: 10px;
    margin-bottom: 35px;
}
#category li {
    font-size: 85%;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-bottom: 5px;
}
#category li a {
    color: #666;
    text-decoration: none;
    overflow: hidden;
}
#category li a:after {
    content: '▶';
    float: right;
    display: inline-block;
    color: #00a33e;
    font-size: 10px;
    margin-right: 10px;
}
#category li a:hover {
    color: #a40000;
    text-decoration: underline;
}
#cal_title {
    border-bottom: 5px solid #00a33e;
    padding-left: 3px;
    font-size: 108%;
    font-weight: bold;
    color: #00a33e;
}
#info_container .infocontent .title {
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px dotted #000;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
}
#info_container .infocontent .title .cat {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    background: #00a33e;
    color: #ffffff;
    font-size: 12px;
    vertical-align: middle;
    overflow: hidden;
}
#info_container .infocontent .title .contributor {
    float: right;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    line-height: 220%;

}
#info_container .infocontent img {
    max-width: 100%;
	height: auto;
    vertical-align: middle;
}
#info_container .infocontent p {
margin: 15px 0;
}
.infodetailbtn {
    margin: 30px 0;
    padding: 0 200px;
}

#year_title {
    border-bottom: 5px solid #00a33e;
    padding-left: 3px;
    font-size: 108%;
    font-weight: bold;
    color: #00a33e;
	margin-bottom: 15px;
}

#yearselect{
width: 100%;
}

#yearselect select{
width: 100%;}

#yearselect select option{
width: 100%;}
@media screen and (max-width: 759px) {

    #info_container {
        width: 100%;
        float: none;
        display: block;
    }
    #info_side {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
    }
    .infobox .inner {
        border-left: none;
        padding-top: 25px;
        padding-left: 0;
        padding-bottom: 30px;
        font-size: 92%;
    }

    .infobox .inner .img {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .infobox .inner .disc {
        float: none;
        width: 100%;
    }
    .infobox .inner .img img {
        width: 100% !important;
        height: auto !important;
    }
	
    .infobox .inner iframe {
		width: 100%;
		height: 320px;
	}
    .infobox .inner .detailbtn {
        clear: both;
        padding-left: 0;
    }
    .infodetailbtn {
        padding: 0;
    }
    div.cal_wrapper table.cal {
        width: 100% !important;
    }

}

/*

お問い合わせフォーム

*/
.inquiryMain {
    background-image: url(../images/inquiry/inquiry_hbg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}
#inquiry {
    width: 800px;
    margin: 0 auto;
    font-size: 92%;
}
#inq_list {
    /*padding-top:30px;*/
    /*opacity:0.7;*/
}
#inq_list dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#inq_list dl {
    display: inline-block;
}
/*\*/
* html #inq_list dl {
    height: 1%;
}
#inq_list dl {
    display: block;
}
#inq_list dl {
    border-bottom: 1px dotted #000;
    padding-bottom: 1em;
    margin-bottom: 1em;

}
#inq_list dl dt {
    width: 25%;
    float: left;
    font-weight: bold;
}
#inq_list dl dd {
    width: 75%;
    float: left;
    font-size: 92%;
}
#inq_list dl dd .zip {
    display: block;
    margin-bottom: 10px;
}
#inq_list dl dd .pref {
    display: block;
    margin-bottom: 10px;
}

.btn.btn-default{
    background: #ccc;
    border: 0;
    font-size: 20px;
    border-radius: 5px;
    line-height: 3em;
    color: #fff;
    width: 100px;
    margin: 0 auto 10px;
    cursor: pointer;
}
.accept {
    display: block;
    margin-bottom: 20px;
}
.accept2 {
    display: block;
    margin-bottom: 20px;
}
#submit {
    text-align: center;
}
/*

フォームパーツ

*/
.inputS {
    border: 1px solid #666;
    border-radius: 5px;
    line-height: 2.3em;
    width: 15%;
}
.inputM {
    border: 1px solid #666;
    border-radius: 5px;
    line-height: 2.3em;
    width: 60%;
}
.textAreaM {
    border: 1px solid #666;
    border-radius: 5px;
    width: 60%;
    height: 150px;
}
.inputSubmit {
    background: #cc0000;
    border: 0;
    font-size: 20px;
    border-radius: 5px;
    line-height: 3em;
    color: #fff;
    width: 300px;
    margin: 0 auto 10px;
	cursor: pointer;
    -webkit-appearance: none;

}
.inputSubmit:hover {
}
.prev_close{
    position: fixed;
    right: 0;
    top: 0;
    z-index: 110;
    vertical-align: middle;
    background: rgba(204,0,0,0.95);
    font-size: 20px;
    padding: 43px;
    cursor: pointer;
    box-shadow:0px 0px 10px;
    /*border:1px solid #000;*/
    color: #ffffff;


}
.prev_close i{
    font-size: 50px;
}
@media screen and (max-width: 759px) {
    #inquiry {
        width: 100%;
    }
    #inq_list dl dt {
        width: 100%;
        float: none;
    }
    #inq_list dl dd {
        width: 100%;
        float: none;
    }
    .inputS {
        border: 1px solid #666;
        border-radius: 5px;
        line-height: 2.3em;
        width: 20%;
    }
    .inputM {
        border: 1px solid #666;
        border-radius: 5px;
        line-height: 2.3em;
        width: 100%;
    }
    .textAreaM {
        border: 1px solid #666;
        border-radius: 5px;
        width: 100%;
        height: 150px;
    }

}