.articles.column-3 article {
  padding: 1rem;
  border: 1px solid #e8e8e8;
}
.articles article .post-image {
	overflow: hidden;
}
.articles article .noimage i.icon-image,
.articles article figure img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.5s;
}
.articles article:hover .post-image figure img,
.articles article:hover .post-image.noimage i.icon-image {
	-moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
.articles article .post-image.noimage i.icon-image {
  background: url(http://minatobranch.com/wp-content/uploads/img/no_image.png) no-repeat;
  background-size: cover;
  opacity: .75;
}
.icon-image:before {
  content: '';
}
.archive .site-main > header .page-header,
.single #main > header .page-header,
.page #main > header .page-header {
	padding: 8.5rem 0 2rem;
}
.tablepress tbody {
	border-top: 1px solid #aaa;
}
.tablepress td {
	word-break: break-word
}
.articles article figure img {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.archive .site-main > header .page-header,
	.single #main > header .page-header,
	.page #main > header .page-header {
		padding-top: 6rem;	
	}
	.archive .site-main > header .page-header h1,
	.single #main > header .page-header h1,
	.page #main > header .page-header h1 {
		font-size: 1.25rem;	
	}	
	.single .entry-content h2,
	.page .entry-content h2 {
		font-size: 1.35rem;
    	margin: 2.5rem 0 1.5rem;
    	padding: 0.7rem 0;
	}
	.single .entry-content table,
	.page .entry-content table {
		white-space: initial;
	}
}

#masthead #menu-collapse > ul > li > a {
    height: 100px;
line-height: 110px;
    padding: 0 0.7rem;
	font-weight: bold;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.page .page-header {
color:#777777;
}

header .page-header h1 {
color:#777;
}

#footer .wrap .copyright {
    margin: 0 auto;
padding: 0.7rem 0 0;
text-align: center;
font-size: 12px;
color:#777777;
}