* {
	margin: 0;
}
body {
	padding-top: 60px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #111;
	background-color: #fdfdfd;
}
body > .navbar {
	background-color: #fff;
	border: solid 1px #e7e7e7;
	border-width: 0 0 1px 0;
	padding: 0;
}
.navbar-brand {
	padding-left: 0 !important;
	font-size: 1.5rem;
}

a {
	color: #337ab7;
	text-decoration: none;
}

ins {
	color: #093;
	text-decoration: none;
}
ins[datetime]:before {
	content: '['attr(datetime)'] ';
	color: #093;
	font-size: 80%;
	line-height: 1em;
	text-decoration: none;
}
li {
  word-break: break-word;
}
th[align="center"] {
	text-align: center;
}
figure img {
	max-width: 100%;
}
figure figcaption h4 {
	margin: 0;
	font-weight: bold;
	font-size: 0.7em;
	opacity: 0.8;
}

.post {
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
}

.post span {
    text-align: left;
}

.post h2 {
  margin: 0;
	font-size: 1.75rem;
}

.post-content {
  margin-top: 20px;
}
.post-content h4 {
	margin-top: 20px;
}
.post-content aside {
  padding: 1rem;
	margin: 1rem 0;
	background: rgba(0,0,0,0.05);
	font-size: 0.9em;
}

.post-content pre {
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 8px;
}

.post-content .highlight pre {
	border: 0px;
}

.post-meta {
	font-size: 14px;
	color: #828282;
}

.page-wrap {
  min-height: 100%;
  /* should be equal to footer height */
	margin-bottom: -300px;
}
.page-wrap:after {
  content: "";
  display: block;
}

.site-footer a {
	line-height: 1.6em;
}
.site-footer {
	min-height: 300px;
}
.page-wrap:after {
	height: 300px;
}
.site-footer .category,
.site-footer .tag {
    margin-right: 0.4em;
}
footer {
	border-top: 1px solid #e7e7e7;
	padding: 30px;
	margin-bottom: 0;
}

footer h4,
footer p {
	color: #444;
}

footer p {
	margin-top: 15px;
	margin-bottom: 0;
}


.ads {
	border-top: 1px solid #e7e7e7;
	background-color:#efefef;
	padding: 10px 0;
	text-align: center;
}
.post-content {
	margin-bottom: 2em;
}
.post-content h2 {
    margin-top: 1em;
}
.article-navigation {
	border-top: solid 1px #ccc;
	padding: 1em 0;
	font-size: 90%;
}
.article-navigation .next:before {
	content: '次の記事';
	font-size: 80%;
	padding: 2px 4px;
	background-color: #999;
	border-radius: 2px;
	color: #fff;
	margin-right: 0.5em;
	vertical-align: middle;
}
.article-navigation .prev:before {
	content: '前の記事';
	font-size: 80%;
	padding: 2px 4px;
	background-color: #999;
	border-radius: 2px;
	color: #fff;
	margin-right: 0.5em;
	vertical-align: middle;
}
.text-break {
	word-break: break-all;
}