@charset "utf-8";
/* CSS Document */

/*班級列表頁面*/
.m0 {
  margin-left: 0px;
  margin-right: 0px;
}
.table-course {
  border: 1px solid #ddd;
}
.table-course th {
  width: 30%;
  text-align: center;
  background: #d9444b;
  color: #ffffff;
}
.table-course th:nth-child(1),
.table-course th:nth-child(2) {
  width: 30%;
}
.table-course tr {
}
.table-course tr:nth-child(odd) {
  background: #eeeeee;
}
.table-course td {
  text-align: center;
  vertical-align: middle !important;
}

.queBtn {
  width: 80px;
  height: auto;
  padding: 5px 6px;
  background-color: #d9444b;
  color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.queBtn:hover,
.queBtn:focus {
  transition: 0.3s;
  background: #c2000a;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.187);
  text-decoration: none;
  color: #fff;
}

.com-btn2 {
  width: 25%;
  text-align: center;
}
.f-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.course-date {
  padding-right: 10px;
}

/********手機板*********/
@media screen and (max-width: 767px) {
  .course-date,
  .course-time {
    width: 100%;
    display: block;
    text-align: center;
  }
  .course-date {
    padding-right: 0px;
  }
}

/*班級列表頁面 end*/

/*滿意度調查*/
.member-wrapper .member-q .course-q {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px #ccc;
  box-shadow: 0 0 2px #ccc;
  padding: 30px;
  border: #ddd 1px solid;
  position: relative;
  border-radius: 0px 0px 15px 15px;
  overflow: hidden;
}

.member-wrapper .member-q .course-q:before {
  content: "";
  background: #e2e2e2;
  background-repeat: no-repeat;
  height: 6px;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.member-wrapper .member-q .top-cont h1 i {
  font-size: 30px;
  color: #d9444b;
  padding-right: 5px;
}

.member-wrapper .member-q .course-q .intro h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
}

.member-wrapper .member-q .course-q .one .one-section .t-name i {
  padding-right: 10px;
  color: #d9444b;
  font-size: 18px;
}
.member-wrapper .member-q .course-q .one .one-section .t-name {
  margin-bottom: 1rem;
  /* padding-bottom: 5px; */
  font-size: 18px;
  /* border-bottom: #ddd 1px solid; */
  /* padding-left: 15px; */
  margin-top: 1rem;
}
.member-wrapper .member-q .course-q .one .one-section .quest h5 {
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 10px;
  line-height: 24px;
}
table[id^="Q"] tr {
  width: auto;
  display: inline-block;
}

.member-wrapper .member-q .course-q .one .one-section .quest label {
  cursor: pointer;
  margin-right: 15px;
  font-size: initial;
  color: #666666;
}
.member-wrapper .member-q .course-q .one .one-section .quest {
  margin-bottom: 15px;
}
.intro p {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  margin-bottom: 1.3rem;
}

.t-name {
  border-left: 5px solid #d9444b;
  padding-left: 10px;
}
.one .one-section h4 {
  padding-top: 1rem;
  font-weight: bolder;
}

/********手機板*********/
@media screen and (max-width: 767px) {
  .com-btn2 {
    width: 80%;
    text-align: center;
  }
}
/*滿意度調查 end*/
