@charset "UTF-8";

/*------------------------------
   CMD Lab. Top
------------------------------*/

/*------------------------------
   top theater
------------------------------*/

div#theater {
  background-color: #90d7e3;
  width: 100%;
  height: 590px;
  text-align: center;
}


/*------------------------------
   news
------------------------------*/

dl#news dt {
  clear: left;
  float: left;
  display: list-item;
  list-style-position: outside;
  list-style-type: disc;

  width: 7em;
}

dl#news dd {
  margin-left: 7em;
}
