/* CSS Document */

#mainContainer h1.contentTitle {
}

.contentColumn .phase h2 span {
	font-size: 90%;
}

.contentColumn .phase .lists {
	text-indent: -1.2em;
	padding-left: 1.2em;
	margin-bottom: 0em;
	position: relative;
}
.contentColumn .phase .lists a {
	text-decoration: underline;
}

.contentColumn .phase .banner {
	padding: 3%;
	background: #ade0ee;
	border-radius: 5px;
}
.contentColumn .phase .banner + .banner {
	margin-top: 2em;
}
.contentColumn .phase .banner:last-of-type {
	margin-bottom: 2em;
}
.contentColumn .phase .banner .fb {
	font-weight: bold;
	font-size: 1.15em;
}


.balloon {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid #ff3826;
  width: 70%;
  line-height: 1.5;
  padding: 10px;
  background: #fff;
  z-index: 2;
  font-size: 12px;
  word-break: break-all;
  text-indent: 0;
}
.bk-balloon {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
