﻿/* CSS Document */

.txt_read {
  color: #706a64;
  font-weight: bold;
  font-size: 16px;
}

.ttlA {
  color: #FFF;
  background-color: #706a64;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-size: 14px;
  border-left: solid 6px #009de1;
}

.useList {
  list-style: none;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.useList li {
  margin-bottom: 2px;
  background-color: #ccdbec;
  clear: both;
  padding: 10px;
  box-sizing: border-box;
  width: 33.2%;
}
.useList li .txt {
  height: 130px;
}
.useList li .txt h5 {
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #004098;
}
.useList li .pic {

}
.useList li .pic img {
  width: 100%;
}