#staffdetail h2{border: none; background-color: #cc0000; font-size: 16px; padding: 10px 15px; font-weight: normal; color: #fff; margin-bottom: 10px;}
#staffdetail .photoarea{width:300px; height:505px; float:left; display:inline; margin-bottom:10px; padding:10px; border: solid 1px #ccc; background-color: #fff;}
#staffdetail .photoarea #bigphoto{width:300px; height:400px; margin-bottom:5px;}

#staffdetail .photoarea #thumbnail ul{margin-left:2px;}
#staffdetail .photoarea #thumbnail li{width:72px;margin-left:2px; float:left; display:inline;}
#staffdetail .photoarea #thumbnail img{width:70px; border:solid 1px #fff;}

#staffdetail .profarea{width:285px; float:right; display:inline;}
#staffdetail .profarea h3{background-color: #000; color: #fff; padding: 5px; margin-bottom: 5px}
#staffdetail .profarea table{border-collapse: collapse; width: 100%; margin: 0 0 10px 0;}
#staffdetail .profarea th{text-align:left; background-color:#333; border:solid 1px #ccc; padding: 5px 0px 5px 8px; color:#fff; width:120px; font-weight: normal;}
#staffdetail .profarea td{padding-left: 5px; border:solid 1px #ccc; background-color:#fff;}

#staffdetail .cmbox{border:solid 1px #ccc; padding:10px; height:80px; overflow-y:scroll; background-color: #fff; margin-bottom: 10px;}
#staffdetail .cmbox02{border:solid 1px #ccc; padding:10px; height:214px; overflow-y:scroll; background-color: #fff;}

#staffdetail .schedule{clear: both; margin:0 auto 10px auto;}
#staffdetail .schedule table{border-collapse: collapse; width: 100%; margin: 0 0 10px 0;}
#staffdetail .schedule th,#staffdetail .schedule td{line-height:24px; text-align: center;}
#staffdetail .schedule th{background-color:#333; border:solid 1px #ccc; color:#fff; width:89px; font-weight: normal; padding: 5px 0;}
#staffdetail .schedule td{border:solid 1px #ccc; background-color:#fff;}


#staffdetail div#bigphoto .staffimg {
width: 300px;
}
.twbtn a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out; text-decoration: none;
    font-weight: 500;
}
.twbtn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.twbtn a:hover {
  background: #cc0000;
  color: #FFF;
}
.twbtn a:hover:after {
  right: 1.4rem;
}
.twbtn2 {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out; text-decoration: none;
    font-weight: 500;
}