.bottom-line {
  border-bottom: 10px solid #16A6B6;
}

.top-line {
  border-top: 10px solid #16A6B6;
}

.theme-color {
  color: #fff;
  background-color: #34495e;
}

/* align属性の代わり */
.align-center {
  text-align: center;
}

button.theme-color:focus,
button.theme-color:hover {
  color: #fff;
  background-color: #283848;
}

a.list-theme-color {
  color: #fff;
  background-color: #34495e;
  border: 1px solid #34495e;
}

a.list-theme-color:focus,
a.list-theme-color:hover {
  color: #fff;
  background-color: #34495e;
}

.content {
  padding: 20px 0;
}

.content-top {
  padding-top: 180px;
}

.list-name {
  text-align: right;
  font-weight: 700;
}
@media (max-width: 992px) {
  .list-name {
    text-align: left;
    font-weight: 700;
  }
}

.input-group .item-width-lg {
  width: 220px;
}

.item-width {
  width: 130px;
}

.item-width-s {
  width: 90px;
}

.item-width-ss {
  width: 80px;
}

.item-width-sm {
  width: 110px;
}

.item-width-m {
  width: 160px;
}

.item-width-lg {
  width: 220px;
}

.item-width-xl {
  width: 280px;
}

.item-width-big {
  width: 470px;
}

.time-text {
  display: inline-block;
  text-align: center;
}

.text-bottom {
  display: table;
  vertical-align: bottom;
}

.item-margin {
  display: inline-block;
  margin: 0 10px 0;
}

.inline-block {
  display: inline-block;
}

.panel-bk-default {
  background-color: #f5f5f5;
}

.panelIcon {
  display: inline-block;
  float: right;
}

/**
.btn-group .theme-color.active {
  background-color: #283848;
  box-shadow: inset 0 5px 5px rgba(0,0,0,.8);
}

.btn-group .theme-color:focus,
.btn-group .theme-color:hover {
  color: #fff;
  background-color: #283848;
}

.form-control.theme-color {
  border-color: #34495e;
}

button.datePicker {
  color: #fff;
  background-color: #34495e;
  border: none;
}

button.datePicker:focus,
button.datePicker:hover {
  color: #fff;
  background-color: #283848;
}
*/

.datepicker {
  margin-top: 56px;
}

.date-guide {
  text-align: right;
  padding-right: 18px;
}

.date-guide > button {
/**
  color: #fff;
  background-color: #34495e;
  border: none;
*/
  font-weight: 700;
}

/**
.date-guide > button:focus,
.date-guide > button:hover {
  color: #fff;
  background-color: #283848;
}
*/

ul.legend {
  text-align: right;
  padding-top: 15px;
  padding-right: 18px;
}

ul.legend > li > span {
  display: inline-block;
  margin-right: 3px;
}

.legend-1 {
  width: 14px;
  height: 14px;
  background-color: #ffa500;
  border-radius: calc(50%);
}

.legend-2 {
  width: 14px;
  height: 14px;
  background-color: #ff0000;
  border-radius: calc(50%);
}

.legend-3 {
  width: 14px;
  height: 14px;
  background-color: #000000;
  border-radius: calc(50%);
}

.legend-4 {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12.1px solid #00bfff;
}

.legend-5 {
  width: 14px;
  height: 14px;
  background-color: #008000;
}

.legend-6 {
  width: 14px;
  height: 14px;
  background-color: #808080;
}

.height-control {
  height: 65vh; /** IE9以上 */
  overflow: auto;
}

/* -------------------------- */
/* 時間割表                                                    */
/* -------------------------- */
.search-classroom-modal {
  width: 980px;
}

.schedule {
  color: #555;
}

.schedule > thead > tr > th {
  text-align: center;
  background-color: #ecf0f1;
  border: 1px solid #ddd;
}

.schedule > thead > tr:nth-child(1) > th:first-child {
  width: 283px;
  max-width: 283px;
}
/* IE10 */
@media all and (-ms-high-contrast: none) {
  .schedule > thead > tr:nth-child(1) > th:first-child {
    width: 288px;
    max-width: 288px;
  }
}
/* Edge */
_:-ms-lang(x), _::-webkit-meter-bar,.schedule > thead > tr:nth-child(1) > th:first-child {
  width: 288px;
  max-width: 288px;
}

.schedule > thead > tr:nth-child(1) > th:not(:first-child) {
  width: 90px;
  max-width: 90px;
}

.schedule > thead > tr:nth-child(n+2) > th {
  width: 90px;
  max-width: 90px;
  line-height: 1.3;
}

.schedule > thead,
.schedule > tbody {
  display: block;
  table-layout: fixed;
}

.schedule > tbody > tr > th {
  background-color: #ecf0f1;
  border: 1px solid #ddd;
}

.schedule > tbody > tr.oneblock > th:first-child {
  width: 100px;
  max-width: 100px;
}

.schedule > tbody > tr.oneblock > th:nth-child(2),
.schedule > tbody > tr:not(.oneblock) > th:first-child {
  width: 183px;
  max-width: 183px;
  height: 40px;
  max-height: 80px;
}

.schedule > tbody > tr > th > a {
  color: #34495e;
}

.schedule > tbody > tr > td:focus,
.schedule > tbody > tr > td:hover {
  opacity: 0.7;
}

.schedule > tbody > tr > td > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 12px;
  padding: 8px;
}

.schedule > tbody > tr > td > a:focus,
.schedule > tbody > tr > td > a:hover {
  text-decoration: none;
}

.schedule > tbody > tr > td span {
  display: inline-block;
  vertical-align: middle;
  transform: scale(1.72);
}

.schedule > tbody > tr > td.reserve > a {
  padding: 23px 39px;
}

.schedule > tbody > tr > th > div.icon {
  display:inline;
  color: #34495e;
  cursor: pointer;
}

.schedule > tbody > tr > td {
  width: 90px;
  max-width: 90px;
  height: 40px;
  max-height: 80px;
  background-color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  padding: 0;
}

.schedule > tbody > tr > td.operatable-td:focus,
.schedule > tbody > tr > td.operatable-td:hover {
  opacity: 0.7;
  cursor: pointer;
}

.schedule > tbody > tr > td > div.td-contents-div {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 12px;
  padding: 8px;
}

.schedule > tbody > tr > td.reserve:focus,
.schedule > tbody > tr > td.reserve:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}

.schedule > tbody > tr > td.reserve.selectArea {
  background-color: #A8D8B9 !important;
}

.schedule > tbody > tr > td.cell-disabled:focus,
.schedule > tbody > tr > td.cell-disabled:hover,
.schedule > tbody > tr > td.not-reserve:focus,
.schedule > tbody > tr > td.not-reserve:hover {
  opacity: 1;
}

.cell-disabled {
  background-color: #808080 !important;
}

.reserved-detail-list {
  margin-left: 15px;
}

.classroom-list > tbody > tr > td:first-child {
  width: 40px;
}

.classroom-list > tbody > tr > td {
  background-color: #fff;
}

.reserveInfo-list > thead,
.reserveInfo-list > tbody {
  display: block;
  width: 1108px;
}

.reserveInfo-list > tbody {
  width: 1108px;
  max-height: 500px;
  overflow-y: auto;
}

.reserveInfo-list > thead > tr > th:nth-child(1),
.reserveInfo-list > tbody > tr > td:nth-child(1) {
  width: 40px;
}

.reserveInfo-list > thead > tr > th:nth-child(2),
.reserveInfo-list > tbody > tr > td:nth-child(2) {
  width: 120px;
}

.reserveInfo-list > thead > tr > th:nth-child(3),
.reserveInfo-list > tbody > tr > td:nth-child(3) {
  width: 120px;
}

.reserveInfo-list > thead > tr > th:nth-child(4),
.reserveInfo-list > tbody > tr > td:nth-child(4) {
  width: 100px;
}

.reserveInfo-list > thead > tr > th:nth-child(5),
.reserveInfo-list > tbody > tr > td:nth-child(5) {
  width: 100px;
}

.reserveInfo-list > thead > tr > th:nth-child(6),
.reserveInfo-list > tbody > tr > td:nth-child(6) {
  width: 318px;
}

.reserveInfo-list > thead > tr > th:nth-child(7),
.reserveInfo-list > tbody > tr > td:nth-child(7) {
  width: 122px;
}

.reserveInfo-list > thead > tr > th:nth-child(8),
.reserveInfo-list > tbody > tr > td:nth-child(8) {
  width: 170px;
}

.approval-list > thead,
.approval-list > tbody {
  display: block;
  width: 1108px;
}

.approval-list > tbody {
  width: 1108px;
  max-height: 560px;
  overflow-y: auto;
}

.approval-list > thead > tr > th:nth-child(1),
.approval-list > tbody > tr > td:nth-child(1) {
  width: 40px;
}

.approval-list > thead > tr > th:nth-child(2),
.approval-list > tbody > tr > td:nth-child(2) {
  width: 120px;
}

.approval-list > thead > tr > th:nth-child(3),
.approval-list > tbody > tr > td:nth-child(3) {
  width: 120px;
}

.approval-list > thead > tr > th:nth-child(4),
.approval-list > tbody > tr > td:nth-child(4) {
  width: 100px;
}

.approval-list > thead > tr > th:nth-child(5),
.approval-list > tbody > tr > td:nth-child(5) {
  width: 90px;
}

.approval-list > thead > tr > th:nth-child(6),
.approval-list > tbody > tr > td:nth-child(6) {
  width: 230px;
}

.approval-list > thead > tr > th:nth-child(7),
.approval-list > tbody > tr > td:nth-child(7) {
  width: 100px;
}

.approval-list > thead > tr > th:nth-child(8),
.approval-list > tbody > tr > td:nth-child(8) {
  width: 170px;
}

.approval-list > thead > tr > th:nth-child(9),
.approval-list > tbody > tr > td:nth-child(9) {
  width: 120px;
}

.classroomInfo-list > thead,
.classroomInfo-list > tbody {
  display: block;
  width: 1108px;
}

.classroomInfo-list > tbody {
  width: 1108px;
  max-height: 620px;
  overflow-y: auto;
}

.classroomInfo-list > thead > tr > th:nth-child(1),
.classroomInfo-list > tbody > tr > td:nth-child(1) {
  width: 100px;
}

.classroomInfo-list > thead > tr > th:nth-child(2),
.classroomInfo-list > tbody > tr > td:nth-child(2) {
  width: 80px;
}

.classroomInfo-list > thead > tr > th:nth-child(3),
.classroomInfo-list > tbody > tr > td:nth-child(3) {
  width: 100px;
}

.classroomInfo-list > thead > tr > th:nth-child(4),
.classroomInfo-list > tbody > tr > td:nth-child(4) {
  width: 100px;
}

.classroomInfo-list > thead > tr > th:nth-child(5),
.classroomInfo-list > tbody > tr > td:nth-child(5) {
  width: 100px;
}

.classroomInfo-list > thead > tr > th:nth-child(6),
.classroomInfo-list > tbody > tr > td:nth-child(6) {
  width: 540px;
}

.classroomInfo-list > thead > tr > th:nth-child(7),
.classroomInfo-list > tbody > tr > td:nth-child(7) {
  width: 70px;
}

.request-list > thead,
.request-list > tbody {
  display: block;
  width: 1108px;
}

.request-list > tbody {
  width: 1108px;
  max-height: 620px;
  overflow-y: auto;
}

.request-list > thead > tr > th:nth-child(1),
.request-list > tbody > tr > td:nth-child(1) {
  width: 120px;
}

.request-list > thead > tr > th:nth-child(2),
.request-list > tbody > tr > td:nth-child(2) {
  width: 120px;
}

.request-list > thead > tr > th:nth-child(3),
.request-list > tbody > tr > td:nth-child(3) {
  width: 100px;
}

.request-list > thead > tr > th:nth-child(4),
.request-list > tbody > tr > td:nth-child(4) {
  width: 100px;
}

.request-list > thead > tr > th:nth-child(5),
.request-list > tbody > tr > td:nth-child(5) {
  width: 280px;
}

.request-list > thead > tr > th:nth-child(6),
.request-list > tbody > tr > td:nth-child(6) {
  width: 120px;
}

.request-list > thead > tr > th:nth-child(7),
.request-list > tbody > tr > td:nth-child(7) {
  width: 150px;
}

.request-list > thead > tr > th:nth-child(8),
.request-list > tbody > tr > td:nth-child(8) {
  width: 100px;
}

.reserveInfoUpload-list > thead,
.reserveInfoUpload-list > tbody {
  display: block;
  width: 1108px;
}

.reserveInfoUpload-list > tbody {
  width: 1108px;
  max-height: 350px;
  overflow-y: auto;
  word-break: break-all;
}

.reserveInfoUpload-list > thead > tr > th:nth-child(1),
.reserveInfoUpload-list > tbody > tr > td:nth-child(1) {
  width: 110px;
}

.reserveInfoUpload-list > thead > tr > th:nth-child(2),
.reserveInfoUpload-list > tbody > tr > td:nth-child(2) {
  width: 120px;
}

.reserveInfoUpload-list > thead > tr > th:nth-child(3),
.reserveInfoUpload-list > tbody > tr > td:nth-child(3) {
  width: 87px;
}

.reserveInfoUpload-list > thead > tr > th:nth-child(4),
.reserveInfoUpload-list > tbody > tr > td:nth-child(4) {
  width: 75px;
}

.reserveInfoUpload-list > thead > tr > th:nth-child(5),
.reserveInfoUpload-list > tbody > tr > td:nth-child(5) {
  width: 75px;
}

.reserveInfoUpload-list > thead > tr > th:nth-child(6),
.reserveInfoUpload-list > tbody > tr > td:nth-child(6) {
  width: 108px;
}

.reserveInfoUpload-list > thead > tr > th:nth-child(7),
.reserveInfoUpload-list > tbody > tr > td:nth-child(7) {
  width: 90px;
}

.reserveInfoUpload-list > thead > tr > th:nth-child(8),
.reserveInfoUpload-list > tbody > tr > td:nth-child(8) {
  width: 95px;
}

.reserveInfoUpload-list > thead > tr > th:nth-child(9),
.reserveInfoUpload-list > tbody > tr > td:nth-child(9) {
  width: 115px;
}

.reserveInfoUpload-list > thead > tr > th:nth-child(10),
.reserveInfoUpload-list > tbody > tr > td:nth-child(10) {
  width: 75px;
}

.reserveInfoUpload-list > thead > tr > th:nth-child(11),
.reserveInfoUpload-list > tbody > tr > td:nth-child(11) {
  width: 90px;
}

.reserveInfoUpload-list > thead > tr > th:nth-child(12),
.reserveInfoUpload-list > tbody > tr > td:nth-child(12) {
  width: 50px;
}

.underline {
  padding-bottom: 3px;
  border-bottom: 1px solid #555;
}

.check-ok {
  color: #5cb85c;
  font-size: 16px;
  text-align: center;
}

.check-ng {
  color: #d9534f;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.error {
  line-height: 2em;
}

.error h4 {
  margin-bottom: 15px;
}

.error p {
}

.error .glyphicon {
  color: #f00;
}

.modal-title .glyphicon-remove-sign {
  color: #d9534f;
}

.modal-color {
  background-color: #ecf0f1;
}

.classroomInfoReference-center {
  position: absolute;
}

.reserveReference-center {
  position: absolute;
}

.reserveRegister-center {
  position: absolute;
}

.reserveConfirm-center {
  position: absolute;
}

.reserveApproval-center {
  position: absolute;
}

.reserveDismiss-center {
  position: absolute;
}

.reserveLumpApproval-center {
  position: absolute;
}

.classroomInfoModify-center {
  position: absolute;
}

.classroomInfoConfirm-center {
  position: absolute;
}

.errorMessage-center {
  position: absolute;
}

.completeMessage-center {
  position: absolute;
}

.messageFolderRegister-center {
  position: absolute;
}

.content-foot {
  padding: 0px;
  text-align: center;
  overflow-x: auto;
}

.content-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.content-loading .loading-modal {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
}

.content-loading .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: url('/portal/img/loading.gif') no-repeat;
  margin: -22px 0 0 -22px;
}

body.modal-open {
  padding-right: 0px !important;
}
.modal-dialog {
  left: 0px;
  right: 0px;
  margin: auto;
}

.modal-content{
  visibility:hidden;
}

.modal-sm {
  width: 300px;
}

html {
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: scrollbar;
    border: 1px solid #ddd;
  }
}

/* -------------------------- */
/* メッセージ内容改行表示 */
/* -------------------------- */
.message-text-break-word {
    width: 1120px;
    height: 48px;
    overflow: hidden;
    word-wrap: break-word;
    white-space: pre-wrap;
}

/* -------------------------- */
/* メニュー用 */
/* -------------------------- */
.menu-span-h2 {
  font-size: 1.53em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-transform: none;
}

.menu-span-h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-transform: none;
  color:#FFFFFF;
}

.menu-login-div > * {
  position: relative;
  top: 10px;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.menu-title-div {
  flex-grow: 7;
  flex-shrink: 0;
}

.menu-login-div {
  flex-grow: 5;
  flex-shrink: 0;
}

/* -------------------------- */
/* ポータル画面 */
/* -------------------------- */
.portal-body {
  margin: 0px;
}
.portal-iframe {
  border: none;
  vertical-align: bottom;
}

/* -------------------------- */
/* テーブルページング用 */
/* -------------------------- */
.table-page-guide {
  font-weight: 700;
  cursor: pointer;
}

/* TODO:削除予定 */
.table-paging-form-adjustment {
  margin-top: 0;
  margin-bottom: 0;
}

/* TODO:削除予定 */
.table-paging-contents-adjustment {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.table-form-adjustment {
  margin-top: 0;
  margin-bottom: 0;
}

.table-form-contents-adjustment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* -------------------------- */
/* 落し物情報一覧 */
/* -------------------------- */

.lostItem-listPub > tbody {
  width: 1108px;
}

.lostItem-listPub > thead > tr > th:nth-child(1),
.lostItem-listPub > tbody > tr > td:nth-child(4) {
  width: 500px;
}

.lostItem-listPub > thead > tr > th:nth-child(2),
.lostItem-listPub > tbody > tr > td:nth-child(5) {
  width: 110px;
}

.lostItem-listPub > thead > tr > th:nth-child(3),
.lostItem-listPub > tbody > tr > td:nth-child(6) {
  width: 407px;
}

.lostItem-listPub > thead > tr > th:nth-child(4),
.lostItem-listPub > tbody > tr > td:nth-child(7) {
  width: 260px;
}

/* -------------------------- */
/* 落し物情報管理 */
/* -------------------------- */

.lostItem-list > tbody {
  width: 1108px;
}

.lostItem-list > thead > tr > th:nth-child(1),
.lostItem-list > tbody > tr > td:nth-child(6) {
  width: 455px;
}

.lostItem-list > thead > tr > th:nth-child(2),
.lostItem-list > tbody > tr > td:nth-child(7) {
  width: 389px;
}

.lostItem-list > thead > tr > th:nth-child(3),
.lostItem-list > tbody > tr > td:nth-child(8) {
  width: 259px;
}

.lostItem-list > thead > tr > th:nth-child(4),
.lostItem-list > tbody > tr > td:nth-child(9) {
  width: 194px;
}

/* -------------------------- */
/* メッセージ送信一覧 */
/* -------------------------- */

.sendMessage-list > tbody {
  width: 1108px;
}

.sendMessage-list > thead > tr > th:nth-child(1),
.sendMessage-list > tbody > tr > td:nth-child(4) {
 width: 28%;
}

.sendMessage-list > thead > tr > th:nth-child(2),
.sendMessage-list > tbody > tr > td:nth-child(5) {
 width: 10%;
}

.sendMessage-list > thead > tr > th:nth-child(3),
.sendMessage-list > tbody > tr > td:nth-child(6) {
  width: 10%;
}

.sendMessage-list > thead > tr > th:nth-child(4),
.sendMessage-list > tbody > tr > td:nth-child(7) {
  width: 18%;
}

.sendMessage-list > thead > tr > th:nth-child(5),
.sendMessage-list > tbody > tr > td:nth-child(8) {
  width: 10%;
}

.sendMessage-list > thead > tr > th:nth-child(6),
.sendMessage-list > tbody > tr > td:nth-child(9) {
  width: 10%;
}

.sendMessage-list > thead > tr > th:nth-child(7),
.sendMessage-list > tbody > tr > td:nth-child(10) {
  width: 14%;
}
.sendMessage-list h4 {
  text-transform: none;
}

.sendMessage-deleteDialog-center {
  position: absolute;
}

/* -------------------------- */
/* メッセージフォルダ一覧/管理 */
/* -------------------------- */

.messageFolde-list > thead > tr > th:nth-child(1) {
  width: 103px;
}

.messageFolde-list > thead > tr > th:nth-child(2) {
  width: 1194px;
}

.messageFolder-deleteDialog-center {
  position: absolute;
}

/* -------------------------- */
/* コメント一覧 */
/* -------------------------- */

.comment-list > thead,
.comment-list > tbody {
  display: block;
  width: 1108px;
}

.comment-list > thead > tr > th,
.comment-list > tbody > tr > th,
.comment-list > tfoot > tr > th,
.comment-list > thead > tr > td,
.comment-list > tbody > tr > td,
.comment-list > tfoot > tr > td {
  /* 枠線削除 */
  /*border-top: 0px;*/
}

.comment-list > tbody {
  width: 1108px;
}

.comment-list > thead > tr > th:nth-child(1),
.comment-list > tbody > tr > td:nth-child(1) {
  width: 160px;
}

.comment-list > thead > tr > th:nth-child(2),
.comment-list > tbody > tr > td:nth-child(5) {
  width: 200px;
}

.comment-list > thead > tr > th:nth-child(3),
.comment-list > tbody > tr > td:nth-child(6) {
  width: 150px;
}

.comment-list > thead > tr > th:nth-child(4),
.comment-list > tbody > tr > td:nth-child(7) {
  width: 598px;
}

.comment-list h4 {
  text-transform: none;
}

/* -------------------------- */
/* 電子掲示板ポスター一覧*/
/* -------------------------- */

.poster-listPub > tbody {
  width: 1108px;
}

.poster-listPub > thead > tr > th:nth-child(1),
.poster-listPub > tbody > tr > td:nth-child(4) {
  width: 851px;
}

.poster-listPub > thead > tr > th:nth-child(2),
.poster-listPub > tbody > tr > td:nth-child(5) {
  width: 446px;
}

/* -------------------------- */
/* 電子掲示板ポスター管理*/
/* -------------------------- */

.poster-list > tbody {
  width: 1108px;
}

.poster-list > thead > tr > th:nth-child(1),
.poster-list > tbody > tr > td:nth-child(4) {
  width: 660px;
}

.poster-list > thead > tr > th:nth-child(2),
.poster-list > tbody > tr > td:nth-child(5) {
  width: 452px;
}

.poster-list > thead > tr > th:nth-child(3),
.poster-list > tbody > tr > td:nth-child(6) {
  width: 185px;
}

/* -------------------------- */
/* 教務情報信一覧 */
/* -------------------------- */

.curriculumInfo-list > tbody {
  width: 1108px;
}

.curriculumInfo-list > thead > tr > th:nth-child(1),
.curriculumInfo-list > tbody > tr > td:nth-child(4) {
  width: 33%;
}

.curriculumInfo-list > thead > tr > th:nth-child(2),
.curriculumInfo-list > tbody > tr > td:nth-child(5) {
  width: 10%;
}

.curriculumInfo-list > thead > tr > th:nth-child(3),
.curriculumInfo-list > tbody > tr > td:nth-child(6) {
  width: 10%;
}

.curriculumInfo-list > thead > tr > th:nth-child(4),
.curriculumInfo-list > tbody > tr > td:nth-child(7) {
  width: 10%;
}

.curriculumInfo-list > thead > tr > th:nth-child(5),
.curriculumInfo-list > tbody > tr > td:nth-child(8) {
  width: 10%;
}

.curriculumInfo-list > thead > tr > th:nth-child(6),
.curriculumInfo-list > tbody > tr > td:nth-child(9) {
  width: 10%;
}

.curriculumInfo-list > thead > tr > th:nth-child(7),
.curriculumInfo-list > tbody > tr > td:nth-child(10) {
  width: 17%;
}

.curriculumInfo-list h4 {
  text-transform: none;
}

/* -------------------------- */
/* キャビネット一覧 */
/* -------------------------- */

.cabinet-list > tbody {
  width: 1108px;
}

.cabinet-list > thead > tr > th:nth-child(1),
.cabinet-list > tbody > tr > td:nth-child(1) {
  width: 948px;
}

.cabinet-list > thead > tr > th:nth-child(2),
.cabinet-list > tbody > tr > td:nth-child(2) {
  width: 649px;
}

/* -------------------------- */
/* キャビネット管理 */
/* -------------------------- */
.cabinetMng-list > tbody {
  width: 1108px;
}

.cabinetMng-list > thead > tr > th:nth-child(1),
.cabinetMng-list > tbody > tr > td:nth-child(1) {
  width: 98px;
}

.cabinetMng-list > thead > tr > th:nth-child(2),
.cabinetMng-list > tbody > tr > td:nth-child(2) {
  width: 550px;
}

.cabinetMng-list > thead > tr > th:nth-child(3),
.cabinetMng-list > tbody > tr > td:nth-child(3) {
  width: 694px;
}
/* -------------------------- */
/* キャビネット内容一覧 */
/* -------------------------- */

.cabinet-content-list > thead > tr > th,
.cabinet-content-list-header > thead > tr > th,
.cabinet-content-list > tbody > tr > th,
.cabinet-content-list > tfoot > tr > th,
.cabinet-content-list > thead > tr > td,
.cabinet-content-list-header > thead > tr > td,
.cabinet-content-list > tbody > tr > td,
.cabinet-content-list > tfoot > tr > td {
  /* 枠線削除 */
  border-top: 0px;
}

.cabinet-content-list > tbody,
.cabinet-content-list-header > tbody {
  width: 1108px;
}

.cabinet-content-list > thead > tr > th:nth-child(1),
.cabinet-content-list > tbody > tr > td:nth-child(1),
.cabinet-content-list-header > thead > tr > th:nth-child(1),
.cabinet-content-list-header > tbody > tr > td:nth-child(1) {
  width: 0.1px;
}

.cabinet-content-list > thead > tr > th:nth-child(2),
.cabinet-content-list > tbody > tr > td:nth-child(2),
.cabinet-content-list-header > thead > tr > th:nth-child(2),
.cabinet-content-list-header > tbody > tr > td:nth-child(2) {
  width: 65px;
}

.cabinet-content-list > thead > tr > th:nth-child(3),
.cabinet-content-list > tbody > tr > td:nth-child(3),
.cabinet-content-list-header > thead > tr > th:nth-child(3),
.cabinet-content-list-header > tbody > tr > td:nth-child(3) {
  width: 22px;
}

.cabinet-content-list > thead > tr > th:nth-child(4),
.cabinet-content-list > tbody > tr > td:nth-child(4),
.cabinet-content-list-header > thead > tr > th:nth-child(4),
.cabinet-content-list-header > tbody > tr > td:nth-child(4) {
  width: 466px;
}

.cabinet-content-list > thead > tr > th:nth-child(5),
.cabinet-content-list > tbody > tr > td:nth-child(5),
.cabinet-content-list-header > thead > tr > th:nth-child(5),
.cabinet-content-list-header > tbody > tr > td:nth-child(5) {
  width: 554px;
}


/* -------------------------- */
/* PDPスケジュール設定                               */
/* -------------------------- */

/* .pdpDevice-list > thead > tr > th,
.pdpDevice-list > tbody > tr > th,
.pdpDevice-list > tfoot > tr > th,
.pdpDevice-list > thead > tr > td,
.pdpDevice-list > tbody > tr > td,
.pdpDevice-list > tfoot > tr > td {
  枠線削除
  border-top: 0px;
} */
.pdpScheduleSetting-list > tbody {
  width: 1108px;
}

.pdpScheduleSetting-list > thead > tr > th:nth-child(1),
.pdpScheduleSetting-list > tbody > tr > td:nth-child(1) {
  width: 33.24px;
}

.pdpScheduleSetting-list > thead > tr > th:nth-child(2),
.pdpScheduleSetting-list > tbody > tr > td:nth-child(2) {
  width: 1019.36px;
}

/* -------------------------- */
/* PDP装置一覧                                            */
/* -------------------------- */

/*  PDP装置一覧tableが現れるたびにカウンタ変数を作成(値は0) */


/* .pdpDevice-list > thead > tr > th,
.pdpDevice-list > tbody > tr > th,
.pdpDevice-list > tfoot > tr > th,
.pdpDevice-list > thead > tr > td,
.pdpDevice-list > tbody > tr > td,
.pdpDevice-list > tfoot > tr > td {
  枠線削除
  border-top: 0px;
} */
.pdpDevice-list > tbody {
  width: 1108px;
}

.pdpDevice-list > thead > tr > th:nth-child(1),
.pdpDevice-list > tbody > tr > td:nth-child(1) {
  width: 88.64px;
}

.pdpDevice-list > thead > tr > th:nth-child(2),
.pdpDevice-list > tbody > tr > td:nth-child(2) {
  width: 1019.36px;
}

/* -------------------------- */
/* テロップ一覧 */
/* -------------------------- */

.telop-list > tbody {
  width: 1108px;
}

.telop-list > thead > tr > th:nth-child(1),
.telop-list > tbody > tr > td:nth-child(1) {
  width: 96px;
}

.telop-list > thead > tr > th:nth-child(2),
.telop-list > tbody > tr > td:nth-child(2) {
  width: 1201px;
}

/* -------------------------- */
/* 一時保存メッセージ一覧 */
/* -------------------------- */

.draft-list > tbody {
  width: 1108px;
}

.draft-list > thead > tr > th:nth-child(1),
.draft-list > tbody > tr > td:nth-child(4) {
  width: 570px;
}

.draft-list > thead > tr > th:nth-child(2),
.draft-list > tbody > tr > td:nth-child(5) {
  width: 129px;
}

.draft-list > thead > tr > th:nth-child(3),
.draft-list > tbody > tr > td:nth-child(6) {
  width: 194px;
}

.draft-list > thead > tr > th:nth-child(4),
.draft-list > tbody > tr > td:nth-child(7) {
  width: 220px;
}

.draft-list > thead > tr > th:nth-child(5),
.draft-list > tbody > tr > td:nth-child(8) {
  width: 194px;
}

/* -------------------------- */
/* 宛先グループメンバー表示 */
/* -------------------------- */
.group-member-list > thead > tr > th:nth-child(1),
.group-member-list > tbody > tr > td:nth-child(1) {
    width: 10%;
}

.group-member-list > thead > tr > th:nth-child(2),
.group-member-list > tbody > tr > td:nth-child(2) {
    width: 15%;
}

.group-member-list > thead > tr > th:nth-child(3),
.group-member-list > tbody > tr > td:nth-child(3) {
    width: 40%;
}

.group-member-list > thead > tr > th:nth-child(4),
.group-member-list > tbody > tr > td:nth-child(4) {
    width: 35%;
}

/* -------------------------- */
/* 履修グループメンバー表示 */
/* -------------------------- */
.lecture-member-list > thead > tr > th:nth-child(1),
.lecture-member-list > tbody > tr > td:nth-child(1) {
    width: 10%;
}

.lecture-member-list > thead > tr > th:nth-child(2),
.lecture-member-list > tbody > tr > td:nth-child(2) {
    width: 15%;
}

.lecture-member-list > thead > tr > th:nth-child(3),
.lecture-member-list > tbody > tr > td:nth-child(3) {
    width: 40%;
}

.lecture-member-list > thead > tr > th:nth-child(4),
.lecture-member-list > tbody > tr > td:nth-child(4) {
    width: 35%;
}

/* -------------------------- */
/* ログイン */
/* -------------------------- */
.loginPublicInfo-list > thead,
.loginPublicInfo-list > tbody {
  width: 1138px;
}

.loginPublicInfo-list > thead > tr,
.loginPublicInfo-list > tbody > tr {
  height: 20px;
}

.loginPublicInfo-list > thead > tr > th:nth-child(1),
.loginPublicInfo-list > tbody > tr > td:nth-child(1) {
  height: 20px;
  padding: 0px 0px 0px 1px;
}

.loginPublicInfo-list > thead > tr > th,
.loginPublicInfo-list > thead > tr > td,
.loginPublicInfo-list > tbody > tr > td {
  /* 枠線削除 */
  border-top: 0px;
}




.loginNoLectureInfo-list > thead,
.loginNoLectureInfo-list > tbody {
  display: block;
  width: 1138px;
}

.loginNoLectureInfo-list > thead > tr > th,
.loginNoLectureInfo-list > tbody > tr > th,
.loginNoLectureInfo-list > thead > tr > td,
.loginNoLectureInfo-list > tbody > tr > td {
    /* 枠線削除 */
  border-top: 0px;
}

.loginNoLectureInfo-list > thead > tr > th,
.loginNoLectureInfo-list > tbody > tr > th,
.loginNoLectureInfo-list > tfoot > tr > th,
.loginNoLectureInfo-list > thead > tr > td,
.loginNoLectureInfo-list > tbody > tr > td,
.loginNoLectureInfo-list > tfoot > tr > td {
  /* 枠線削除 */
  border-top: 0px;
}

.loginNoLectureInfo-list > thead > tr > th:nth-child(1),
.loginNoLectureInfo-list > tbody > tr > td:nth-child(1) {
  width: 0px;
}

.loginNoLectureInfo-list > thead > tr > th:nth-child(2),
.loginNoLectureInfo-list > tbody > tr > td:nth-child(2) {
  width: 0px;
}

.loginNoLectureInfo-list > thead > tr > th:nth-child(3),
.loginNoLectureInfo-list > tbody > tr > td:nth-child(3) {
  width: 113px;
}

.loginNoLectureInfo-list > thead > tr > th:nth-child(4),
.loginNoLectureInfo-list > tbody > tr > td:nth-child(4) {
  width: 113px;
}

.loginNoLectureInfo-list > thead > tr > th:nth-child(5),
.loginNoLectureInfo-list > tbody > tr > td:nth-child(5) {
  width: 569px;
}

.loginNoLectureInfo-list > thead > tr > th:nth-child(6),
.loginNoLectureInfo-list > tbody > tr > td:nth-child(6) {
  width: 227px;
}

.loginNoLectureInfo-list > thead > tr > th:nth-child(7),
.loginNoLectureInfo-list > tbody > tr > td:nth-child(7) {
  width: 227px;
}



/* -------------------------- */
/* ページトップに戻るボタン用 */
/* 2016/05/19 追加 BY 荒木    */
/* -------------------------- */
#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #000;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}



/* -------------------------- */
/* メニュー */
/* -------------------------- */

.header-title {
  margin-top: 0px;
}

.container-top {
  padding-top: 180px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

@media screen and (min-width:768px) {
	.dropdown-submenu>a:after {
	  display: block;
	  content: " ";
	  float: right;
	  width: 0;
	  height: 0;
	  border-color: transparent;
	  border-style: solid;
	  border-width: 5px 0 5px 5px;
	  border-left-color: #ccc;
	  margin-top: 5px;
	  margin-right: -10px;
	}
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* -------------------------- */
/* 参照画面（モーダル） */
/* -------------------------- */
.control-p {
    padding-top: 7px;
    margin-bottom: 0;
}

.link-notice-expired {
	color: red;
}

.link-notice-expired-bold{
	font-weight: bold;
}

.scrollable-dest-list > thead {
    display: block;
}
.scrollable-dest-list > tbody {
    display: block;
    max-height: 450px;
    overflow-y: auto;
}
.scrollable-dest-list > thead > tr > th:nth-child(1),
.scrollable-dest-list > tbody > tr > td:nth-child(1) {
	width: 45px;
}
.scrollable-dest-list > thead > tr > th:nth-child(2),
.scrollable-dest-list > tbody > tr > td:nth-child(2) {
    width: 60px;
}
.scrollable-dest-list > thead > tr > th:nth-child(3),
.scrollable-dest-list > tbody > tr > td:nth-child(3) {
    width: 120px;
}
.scrollable-dest-list > thead > tr > th:nth-child(4),
.scrollable-dest-list > tbody > tr > td:nth-child(4) {
    width: 380px;
}

.scrollable-teacher-list {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.scrollable-teacher-list > thead {
    display: block;
    width: 798px;
}
.scrollable-teacher-list > tbody {
    display: block;
    width: 798px;
    max-height: 250px;
    overflow-y: auto;
}
.scrollable-teacher-list > thead > tr > th:nth-child(1),
.scrollable-teacher-list > tbody > tr > td:nth-child(3) {
    width: 60px;
}
.scrollable-teacher-list > thead > tr > th:nth-child(2),
.scrollable-teacher-list > tbody > tr > td:nth-child(4) {
    width: 50px;
}
.scrollable-teacher-list > thead > tr > th:nth-child(3),
.scrollable-teacher-list > tbody > tr > td:nth-child(5) {
    width: 90px;
}
.scrollable-teacher-list > thead > tr > th:nth-child(4),
.scrollable-teacher-list > tbody > tr > td:nth-child(6) {
    width: 280px;
}
.scrollable-teacher-list > thead > tr > th:nth-child(5),
.scrollable-teacher-list > tbody > tr > td:nth-child(7) {
    width: 300px;
}
/* -------------------------- */
/* 学生検索用                   */
/* 2017/08/28 追加 BY hiraoka  */
/* -------------------------- */
#studentListTable_info {
  line-height: 19px;
  margin-bottom: 3px;
}
.paging_full_numbers {
  text-align: center;
  padding-top: 20px;
}
.paginate_button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  margin: 0 5px 0 5px;
}
.paginate_button:hover {
  background-color: #ccc;
  color:#000;
  text-decoration:none;
}
.disabled{
	background-color: #eee;
}
.current{
	background-color: #eee;
}
.dataTables_paginate{
	margin-bottom: 20px;
}
#studentListTable_paginate{
	padding-top: 30px;
}
.paginate_button{
	font-weight: bolder;
}
.syllabus_svg {
	fill: white
}
.content-foot.formBtn{
   padding: 10px;
}
.panel-heading-mytimetable{
	height: 80px;
}

.form-control[disabled]{
	cursor: default;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

input[type='radio'][disabled] {
    cursor: default;
}

input[type='checkBox'][disabled] {
    cursor: default;
}

.item-width-dgm{
    width: 300px;
    margin-left: 25%;
}

.bottom-dgm{
    margin-bottom: 10px;
}

.select-checked{
    font-size: 15px;
    font-weight: bold;
}

.col-title-dgl{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 30%;
    float: left;
}

.col-input-dgl{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 70%;
    float: left;
}

.form-control-dgl{
    display: block;
    width: 75%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control-dgl[disabled]{
    background-color: #eee;
    opacity: 1;
}
.textboxwidth{
	width: 170px;
}

p#dropdownLms{
    font-size: 12px;
    margin-bottom: -20px;
    line-height: 1;
}

.lmsAdjustment{
    margin-left: 2px;
}

th#spWhiteSpaceNormal{
	white-space: normal;
	width: 8.8%;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  th#spWhiteSpaceNormal{
	white-space: normal;
	width: 8.4%;
  }
}

@media screen and (min-width:768px) and (max-width:907px) { 
  .dropdown-menu.studentSyllabus {
	margin-left: -68px;
  }
  
  .dropdown-menu.studentSyllabusDropdown {
	left: auto;
	margin-left: -174px;
  }
  
  .dropdown-submenu.studentSyllabusTriangle>a:after {
	float: left;
	margin-left: -10px;
	transform: rotateY(180deg);
  }
}

@media screen and (min-width:768px)  and (max-width:920px) { 
  .dropdown-menu.adminCourse {
	margin-left: -93px;
  }
  
  .dropdown-menu.adminCourseDropdown {
	left: auto;
	margin-left: -233px;
  }
  
  .dropdown-submenu.adminCourseTriangle>a:after {
	float: left;
	margin-left: -10px;
	transform: rotateY(180deg);
  }
}

@media screen and (min-width:768px)  and (max-width:960px) { 
  .dropdown-menu.adminSyllabus {
	margin-left: -68px;
  }
  
  .dropdown-menu.adminSyllabusDropdown {
	left: auto;
	margin-left: -190px;
	width: 192px;
  }
  
  .dropdown-submenu.adminSyllabusTriangle>a:after {
	float: left;
	margin-left: -10px;
	transform: rotateY(180deg);
  }
}

@media screen and (min-width:800px) and (max-width:1100px)  { 
  .dropdown-menu.adminResult {
	margin-left: -93px;
  }
  
  .dropdown-menu.adminResultDropdown {
	left: auto;
	margin-left: -195px;
  }
  
  .dropdown-submenu.adminResultTriangle>a:after {
	float: left;
	margin-left: -10px;
	transform: rotateY(180deg);
  }
}

@media screen and (min-width:866px) and (max-width:1100px) { 
  .dropdown-menu.adminClassroom {
	margin-left: -93px;
  }
  
  .dropdown-menu.adminClassroomDropdown {
	left: auto;
	margin-left: -190px;
  }
  
  .dropdown-submenu.adminClassroomTriangle>a:after {
	float: left;
	margin-left: -10px;
	transform: rotateY(180deg);
  }
}

@media screen and (min-width:768px) and (max-width:990px)  { 
  .dropdown-menu.staffResult {
	margin-left: -93px;
  }
  
  .dropdown-menu.staffResultDropdown {
	left: auto;
	margin-left: -195px;
  }
  
  .dropdown-submenu.staffResultTriangle>a:after {
	float: left;
	margin-left: -10px;
	transform: rotateY(180deg);
  }
}

@media screen and (min-width:768px) and (max-width:800px)  { 
  .dropdown-menu.teacherSyllabus {
	margin-left: -68px;
  }
  
  .dropdown-menu.teacherSyllabusDropdown {
	left: auto;
	margin-left: -190px;
	width: 192px;
  }
  
  .dropdown-submenu.teacherSyllabusTriangle>a:after {
	float: left;
	margin-left: -10px;
	transform: rotateY(180deg);
  }
}

@media screen and (min-width:768px)  and (max-width:1100px) { 
  .dropdown-menu.staffClassroom {
	margin-left: -93px;
  }
  
  .dropdown-menu.staffClassroomDropdown {
	left: auto;
	margin-left: -190px;
  }
  
  .dropdown-submenu.staffClassroomTriangle>a:after {
	float: left;
	margin-left: -10px;
	transform: rotateY(180deg);
  }
}

.btn.btn-default.btn-sm.shortcut  {
	width: 210px;
	outline:none;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding: 8px 10px 5px 10px;
	text-decoration: none;
	border-radius: 8px;
	border: 2px solid black;
	margin: 1px;
}

.btn.btn-default.btn-sm.shortcut:hover{
	background: #16A6B6;
	color: #FFFFFF;
}

.btn.btn-default.btn-sm.shortcut:active{
	background: #0090a0;
	color: #FFFFFF;
}

div.col-sm-1.text-right > h4 > a{
	color: #FFFFFF;
}

ul.dropdown-submenu{
	color: #FFFFFF;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.file-word-break{
    word-break: break-all;
}
