/* CSS Document */

#content header,
#content footer {


	position:static;
}

#mainimage {
	width:100%;
	max-height: 400px;
	position:relative;
	padding:0px;
	margin:0px;
	display: block;
	overflow: hidden;
}
#mainimage img {
	width:100%;
}

#page {
	background:#FFF;
}

#content {

}

/* entry */
.hentry {
	padding:15px 0px;
}
.bg_gray {
	background:#f5f5f5;
    position: relative;
}
.bg_gray.bg_tri:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #f5f5f5 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}
#content header.entry-header {
	width:960px;
	margin:0px auto 10px auto;
	border:none;
	padding:15px 0px;
}
#content header.entry-header.w100 {
	width:100%;
	background:url(../img/19.jpg) 0 0 no-repeat;
	background-size:cover;
	padding:0px;
	margin-top:-15px;
}
.hwrap {
	width:960px;
	margin:0px auto;
	position:relative;
	z-index:1;
	padding:15px 0px;
}
.entry-title {
	font-weight:bold;
	text-shadow: 0 1px 0 #FFF;
    position: relative;
}
.entry-title:before {
    content: '';
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #9fc344;
}
.hwrap .entry-title:before {
    display: none;
}
.entry-subttl {
    text-align: center;
    color: #9fc344;
    display: block;
    padding-top: 20px;
}
.entry-header .num {
	font-family: 'Oswald', sans-serif;
	font-size:4em;
	color:#FFF;
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	z-index:1;
	text-shadow: 0 1px 0 #CCC;
}
h2.entry-title {
	text-align:center;
	font-size:182%;
	padding:0px 0px;
}
h4.entry-title {
	text-align:center;
}
span.sub-title {
	text-align:center;
	display:block;
}
.entry-content {
	width:960px;
	margin:0px auto;
	overflow:hidden;
}
h2#anc1 {
	font-size:138.5%;
	text-align:left;

}

iframe {
	width:100%;
}

.col_gn {
	color:#A0C446;
	text-shadow: 0 1px 0 #FFF;
}

/* 960以下 */
@media screen and (max-width: 960px) {
	#content header.entry-header {
		width:auto;
		padding:0px 10px;
	}
	.entry-content {
		width:auto;
		padding:0px 10px;
	}
	.hwrap {
		width:auto;
	}
}

/* 800以下 */
@media screen and (max-width: 800px) {

}

/* 7インチタブレット */
@media screen and (max-width: 692px) {
	#content {
		float: none;
		margin: 0 0 0 0;
		width: auto;
	}
	.entry-content img {
		width:100%;
		max-width:100%;
		margin:0px;
	}
	.alignright {
		float:none;
		margin-left:0px;
	}
	.alignleft {
		float:none;
		margin-right:0px;
	}
	.entry-header .num {
		display:none;
	}
}

/* smartphone */
@media screen and (max-width: 520px) {
}

.home .entry-title {
    margin-top: 20px;
}
.home-news dt {
    float: left;
    clear: both;
    width: 12em;
    padding: 10px 10px;
}
.home-news dt img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
}
.home-news .new-date {
    display: inline-block;
    background: #CCC;
    padding: 5px 10px;
    overflow: hidden;
    max-height: 90px;
}
.home-news dd {
    padding: 10px 10px;
}
.home-news dd p {
    padding: 5px 10px;
    margin: 0px;
}
.home-event ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-event ul li {
    width: 30%;
}
.home-event ul li p {
    line-height: 1.4;
}
.home-event ul li a {
    display: block;
    text-decoration: none;
    color: #333;
}
.home-event ul li .imgzoom {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: auto;	/*画像の幅*/
	max-height: 190px;
}
.home-event ul li .imgzoom img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.home-event ul li .imgzoom img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.blk_btn {
    background: #666;
    color: #FFF;
    font-family: Arial, Helvetica, "sans-serif";
    text-align: center;
    padding: 5px 0px;
    display: block;
    width: 10em;
    margin: 0px auto;
    transition:all .5s ease;
    text-decoration: none;
}
.blk_btn:hover {
    background: #9fc344;
}

.btn_wrap {
    text-align: center;
    padding: 10px 0px;
}
.grn_btn {
    background: #9fc344;
    color: #FFF;
    font-family: Arial, Helvetica, "sans-serif";
    text-align: center;
    padding: 10px 0px;
    display: inline-block;
    width: 12em;
    margin: 0px auto;
    transition:all .5s ease;
    text-decoration: none;
}

.grn_btn:hover {
    background: #333;
}

@media screen and (max-width: 692px) {
    .home-event ul {
        -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
    }
    .home-event ul li {
        width: 100%;
    }
    .home-event ul li .imgzoom {
        max-height: initial;
    }
    .home-event ul li .imgzoom img {
        max-width: initial;
        height: auto;
    }
}

ol {
margin: 8px;
padding: 8px 8px 8px 32px;
}
ol li {
    margin: 4px;
    padding: 8px;
}