
#a_content {
  margin:90px 0px 30px 10px;
  max-width:550px;
  color:#D9D0CB;
}

.b_content {
  margin-top:30px;
  border-bottom: 1px dotted #CCCCCC;
}

.title {
  color: #73655f;
  font-size: 16px;
  line-height:28px;
}

.title2 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #49413d;
}

.textbox {
  margin: 10px 0px 30px 0px;
  font-size: 13px;
  line-height: 20px;
  color: #49413d;
  height:80px;
  overflow: hidden;
  transition: height 0.7s;
  -webkit-transition: height 0.7s;
}

.text {
}
.text a {
  text-decoration: none;
  color: #49413d;
}

.textweiter {
  color: #976657;
  cursor:pointer;
  margin-bottom:30px;
}


@media (max-width: 800px){
  #a_content {
    margin:30px 0px 30px 10px;
  }
}


a:hover {
  text-decoration:underline;
}