#banner_box {
  background-color: #FFF;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.banner {
  font-size: 80%;
  line-height: 100%;
  margin-top: 20px;
}
.banner_text   {
	font-size: 12px;
}
.information_unit {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 20px;
	padding-bottom: 20px;
}

.column {
	font-size: 80%;
	margin-top: 10px;
	line-height: 140%;

}
.album_title {
  margin-left: 1em;
  font-size: 80%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
