@charset 'UTF-8';

.whiteArea {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-top: 25px;
}

.blueArrow {
  margin-top: 60px;
  position: relative;
}

.blueArrow:before {
  content: "";
  position: absolute;
  top: -40px;
  display: block;
  height: 30px;
  width: 100%;
  background: url(/common/images/quote/blue_arrow.png) no-repeat center 0;
}

.subTitle {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}

.noSelect {
  font-size: 224%;
  vertical-align: top;
  line-height: 46px;
  padding: 0 41px;
}

.attentionNote {
  background: url(/common/images/quote/ico_attention_note.png) no-repeat 0 0;
  padding-left: 20px;
  color: #dd4103;
  font-size: 14px;
  font-weight: bold;
}

.mt15List li {
  margin-top: 15px;
}

.ml05em { margin-left: 0.5em; }
.dateTextFormat{
	font-size: 20px;
	font-weight: bold;
	padding-left: 40px;
}
.moreThanOneYearCommencementDateTtlBlock{
	font-size: 128%;
	font-weight: bold;
	padding: 5px 0 12px 42px;
	line-height: 1.6;
}
