/****************************
 single-works
*****************************/
#single-works .bar {
  width: 100%;
  height: 80px;
  background: #b4d4ef;
  margin-bottom: 50px;
}
#single-works h1 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
#single-works img {
  max-width: 600px;
  width: 100%;
}
#single-works .cnt {
  margin-bottom: 50px;
  line-height: 2em;
  word-break: break-all;
}
#single-works .label {
  color: #3977ac;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
#single-works .meta {
  margin-bottom: 15px;
}
#single-works .meta a {
  color: #000;
  text-decoration: none;
}
#single-works .meta span:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
#single-works h3 {
  font-size: 20px;
  border-left: 10px solid #000;
  padding-left: 10px;
}
