﻿@charset "utf-8";

h2 {
  color: #000;
}

img.top {
  float: right;
  padding: 30px;
}

.clear {
  clear: both;
}

.cl_ar_video_wrapper {
  padding: 1em;
}

#id_video_round_table_talk {
  width: 100%;
}

#employee_introduction {
  width: 100%;
  margin-top: 1em;
}

#employee_list {
  width: 100%;
}

.employee {
  width: 100%;
  list-style-type: none;
  margin: 25px auto;
  background: #f5f5f5;
}

.outline {
  width: 100%;
  padding: 10px;
  background: linear-gradient(140deg, #e0e0e0 30%, #ebebeb 70%);
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}

.outline th {
  text-align: center;
  width: 200px;
}

.outline img {
  display: block;
  height: 180px;
  width: 180px;
}

.open_detail, .close_detail {
  display: block;
  width: 50%;
  height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  background-color: #888;
  color: #fff;
  line-height: 1.9;
}

.employee_detail {
  width: 100%;
  display: none;
  padding: 5px 0;
}

.profile {
  font-weight : bold;
}

dl {
  margin-bottom: 30px;
}

dt {
  margin: 15px 5px 3px;
  padding: 3px;
  font-weight: bold;
  color: #23af39;
  border-bottom: 3px double #bbb;
}

dd {
  margin: 0 10px 20px;
}

hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ccc;
  margin: 0 3%;
}

@media screen and (max-width:499px) {
  img.top {
    float: none;
    display: block;
    padding: 0;
    margin: 0 auto;
  }

  .outline th, .outline td {
    display: block;
  }

  .outline th {
    margin: 0 auto;
  }
  .outline img {
    display: block;
  }
}
