/*///////// ALL /////////*/
.wrapper {
  background: url(../img/update/bg.jpg) fixed no-repeat !important;
  background-size: 100% auto !important;
  line-height: 1.8; }

.update {
  width: 94%;
  max-width: 1080px;
  margin: 0 auto;
  letter-spacing: 0.03em; }

.update__date {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  text-shadow: 0 0 5px #feb300, 0 0 10px #feb300, 0 0 20px #feb300;
  margin-bottom: 1em; }

dt, dd {
  margin: 0;
  padding: 0; }

.update__list {
  width: 100%;
  margin: 0 auto 2em;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap; }

.update__list dt,
.update__list dd {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  padding: 15px 30px; }

.update__list dt {
  width: 200px;
  display: flex;
  text-align: center;
  align-items: center;
  background: #99782d;
  color: #fff; }

.update__list dd {
  width: calc(100% - 200px);
  background: rgba(0, 0, 0, 0.5); }

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 700px) {
  .update__list {
    width: 100%;
    border-left: none;
    display: block; }

  .update__list dt,
  .update__list dd {
    border-right: none;
    width: 100%;
    padding: 10px 15px; }

  .update__list dt {
    border-bottom: none;
    padding-bottom: 0;
    background: linear-gradient(to right, #99782d 20%, rgba(255, 255, 255, 0) 100%); } }

/*# sourceMappingURL=update.css.map */
