::-webkit-input-placeholder {
  color: #bbb;
}

:-moz-placeholder {
  color: #bbb;
}

::-moz-placeholder {
  color: #bbb;
}

:-ms-input-placeholder {
  color: #bbb;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bbb;
}

.aboutInfo {
  padding: 20px 30px 40px;
  min-height: 600px;
}

.aboutInfo h1 {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.aboutInfo img {
  display: block;
  margin: 0 auto;
  vertical-align: top;
  padding: 20px 0 10px;
}

.aboutInfo p {
  line-height: 28px;
  font-size: 14px;
  color: #666;
  padding-top: 15px;
}

.aboutInfo dl dt {
  line-height: 28px;
  font-weight: 700;
  color: #333;
  padding-top: 15px;
  font-size: 14px;
}

.aboutInfo dl dd {
  line-height: 28px;
  color: #666;
  font-size: 14px;
}

.aboutInfo dl strong {
  font-weight: bold;
  color: #333;
}

.aboutInfo dl .textIndent2 {
  text-indent: 28px;
}