@charset "utf-8";
/* CSS Document */
.blog-content__wrapper {
	border: 1px solid #B28247;
	padding: 15px;
	max-width: 970px;
	background: #fff;
}
.blog-column {
	display: table;
	width:100%;
}
.blog-left-column {
	display: table-cell;
	vertical-align: top;
	width:70%;
}
.blog-right-column {
	display: table-cell;
	vertical-align: top;
	width:30%;
}
.blog-contents {
}
.blog-contents-inner {
	margin-bottom: 15px;
}

@media(max-width:640px) {
	.blog-column {
		display: block;
	}
	.blog-left-column {
		display: block;
		width:100%;
	}
	.blog-right-column {
		display: block;
		width:100%;
	}
	.blog-contents {
		margin-right: 0px;
	}
}

/* information */
.information-content {

}
.information-posts {
	padding: 15px;
	/* border-left: 10px solid #efefef;
	border-right: 10px solid #efefef;
	border-bottom: 10px solid #efefef; */
}
.information-posts dl {
  margin-bottom: 60px;
}
.information-posts dt {
  font-size: 130%;
  color:#C6a544;
	font-weight: bold;
  padding: 0 8px;
	margin-bottom: 20px;
}
.information-posts dd {
	margin: 0 0 20px 0;
  padding: 0 8px;
}
