/* Add here all your CSS customizations */

.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;
}

.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;
}