/* Add here all your CSS customizations */


@media (min-width: 1201px) {
    @media（max-width：1200px）{
}


.custom-section-padding {
	padding: 0px 0px;
}

article.blog-post .blog-post-image-wrapper img {
	max-width: 95%;
}
article.blog-post .blog-post-image-wrapper .blog-post-date {
	position: absolute;
	top: 65%;
	right: 10px;
	font-size: 3em;
	text-align: center;
	line-height: 1;
	padding: 25px 15px;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
article.blog-post .blog-post-image-wrapper .blog-post-date .month-year {
	display: block;
	font-size: 0.4em;
}

.ind{
  text-indent: -1em;
  padding-left: 1em;
}

.ind2{
  text-indent: -2em;
  padding-left: 2em;
}

a.anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

a.anchor2{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

a.anc{
    display: block;
    padding-top: 250px;
    margin-top: -250px;
}

.newsbox {
    width: 100%;
    height: 100px;
    border: #ccc 1px solid;
    background: #FFF;
    padding: 10px;
    overflow: auto;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}

.oshirase {
    text-align: left;
    padding-left: 10px;
}
.oshirase a {
    line-height: 1.5em;
    margin-left: 10em;
    display: block;
    margin-top: -1.5em;
}
.oshirase li {
	border-bottom: #999 dotted 1px;
    margin-bottom: 1.5em;
    display: block;	
}
.oshirase ul {
	list-style: none;
}

.gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#footer {
	    position: relative;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 999;
}

.news_top {
    text-align: left;
}
.news_top a {
    display: inline-flex;
    margin-left:20px;
}
.news_top li {
    border-top: #CCCCCC dotted 1px;
    padding: 10px 10px 10px 20px;
    list-style: none;
}