@charset "utf-8";

section.interview-list section.interview-customer {
	/* float: left; */
	/* width: 490px; */
	width: 100%;
	border: #333 1px solid;
	padding: 10px;
}
section.interview-list section.interview-staff {
	/* float: right; */
	/* width: 490px; */
	width: 100%;
	border: #333 1px solid;
	padding: 10px;
}
section.interview-list h5 {
	font-weight: normal;
	padding: 10px 15px;
	background: #999;
	color: #fff;
	font-size: 120%;
	margin-top: 0;
	margin-bottom: 15px;
	text-align: center;
}
ul.images {
  display: block;
  width: 100%;
  margin-left: 0;
}
ul.images li {
  margin-bottom:10px;
}
ul.images li:last-child {
  margin-bottom:0;
}
ul.images li a {
    padding: 0px;
    height: 100px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1;
    display: block;
    border: #5b5c5c 1px solid;
    padding: 4px 4px 4px 8px;
    background: #fff;
}
ul.images li a img {
  max-width: 90px;
  max-height: 90px;
  position: absolute;
  top: 5px;
  right: 5px;
}
ul.images li a i {
    color: #fff;
    font-size: 75%;
    background: #5b5c5c;
    padding: 4px;
    margin-left: 1em;
    margin-right: 0.5em;
    position: absolute;
    top: 41px;
    left: 9px;
}
ul.images li a span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    left: 35px;
    top: 0;
    height: 92px;
    line-height: 1.5;
    font-weight: bold;
    color: #353433;
}
ul.images li a:hover {
	background-color: #5b5c5c;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
ul.images li a:hover span {
	color:#fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media screen and (min-width:768px){
  .interview-table { width:580px !important; }
}
@media screen and (min-width:0px) and (max-width:767px){
  .interview-table { width:100%; }
  article p { margin-top: 10px; }
  section.interview-list section.interview-customer,
  section.interview-list section.interview-staff {
    float:none;
    width: 100%;
    margin-bottom: 1em;
  }
}
