.contents_inner h3.member {
  border-left: 5px solid #0068b6;
  padding: 5px 10px;
  line-height: 1;
  margin: 0 0 20px;
}

.list {
  padding: 0 0 35px;
}

.list .list_left {
  float: left;
  display: inline;
  width: 430px;
  margin: 0 0 0 15px;
}

.list .list_right {
  float: right;
  display: inline;
  width: 430px;
  margin: 0 0 0 15px;
}

.list p {
  padding: 0 0 5px;
}

.list a {
  color: #4c4c4c;
}

.list a img{
  height: 0.9em;
  width: auto;
  vertical-align: baseline;
  margin-left: 0.5em;
}

.detail{
  border: 1px solid #ccc;
  margin: 0 0 30px;
  line-height: 1.8;
}
.detail.active{
  border: 5px solid #ff9494;
}
.detail_left{
  float: left;
  display: inline;
  width: 50%;
  height: 100%;
}

.detail_right{
  float: right;
  display: inline;
  border-left: 1px solid #ccc;
  width: 50%;
  box-sizing: border-box;
}

.detail_bottom{
  clear: both;
  padding: 0.5em 0.5em 0;
  border-top: 1px solid #ccc;
  height: auto !important;
  display: flex;
  flex-wrap: wrap;
}

.detail_item{
  background: #ffffad;
  border: 1px solid #ffe84d;
  border-radius: 5px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding: 8px 0.6em;
  line-height: 1;
  font-size: 0.9em;
}

.detail_title{
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  line-height: 1;
}

.detail_left .detail_title{
  background: #ffd5e4;
}

.detail_right .detail_title{
  background: #d5f6ff;
}

.detail h4{
  padding: 1em 1em 0;
}

.detail p{
  padding: 1em 1em 1em;
}
