html.body{
    font-size: 14px;
}

header,footer{
    background: linear-gradient(rgba(57,66,99,0.9),#394263);
}

h2{
    padding: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

h2.navy{
    background: #394263;
}
h2.gray{
    color: initial;
    background: #eee;
}

h3{
    border-bottom: dotted 1px #dcdcdc;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

h4{
    font-weight: bold;
    font-size: 14px;
}

.mark{
  background: orange;
  color: black;
}

.pointer{
  cursor: pointer;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.none{
  display: none;
}

.placeholder{
  color: #ccc;
}

/***__MARGIN & PADDING__***/
.mt5{
    margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}

.mt20 {
  margin-top: 20px!important;
}

.mt30 {
  margin-top: 30px!important;
}

.mt40 {
  margin-top: 40px!important;
}

.mb0 {
  margin-bottom: 0!important;
}
.mb5{
    margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}

.mb20 {
  margin-bottom: 20px!important;
}

.mb30 {
  margin-bottom: 30px!important;
}

.mb40 {
  margin-bottom: 40px!important;
}
.mla{
  margin-left: auto;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5{
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}
.mr5{
    margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.pt5 {
  padding-top: 5px!important;
}

.pt0 {
  padding-top: 0px!important;
}

.pt10 {
  padding-top: 10px!important;
}

.pt20 {
  padding-top: 20px!important;
}

.pt30 {
  padding-top: 30px!important;
}

.pt40 {
  padding-top: 40px!important;
}

.pb5 {
  padding-bottom: 5px!important;
}

.pb10 {
  padding-bottom: 10px!important;
}

.pb20 {
  padding-bottom: 20px!important;
}

.pb30 {
  padding-bottom: 30px!important;
}

.pb40 {
  padding-bottom: 40px!important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

/***__width__***/
.w-100{
  width: 100%;
}
.w-75{
  width: 75%;
}
.w-50{
  width: 50%;
}
.w-25{
  width: 25%;
}

main{
    padding: 30px 0;
    min-height: 100%;
    overflow: hidden;
}

.success-messaage-container{
    width: 100%;
    padding: 15px;
    color: #fff;
    background: rgba(48,212,117,0.8);
    position: fixed;
    bottom: 0;
}

.error-message-container{
    padding: 8px;
    margin-bottom: 10px;
    color: #e65454;
    border: solid 1px #e65454;
    background: #edc9c9;
}
.error-message-container li{
    list-style: none;
    padding:3px 0;
    color: #e65454;
}
header{
    height: 60px;
    position: relative;
}

.header-logo{
  padding-top: 0px;
}

.header-year{
  display: inline-block;
  margin-left: 5px;
  padding: 13px;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

.header-year:hover{
  background-color: #535972;
}

a.header-next{
  display: inline-block;
  margin-left: 10px;
  padding-top: 13px;
  vertical-align: middle;
  color: #fff;
  text-decoration: underline;
}

.header-nav{
    position: absolute;
    top: 20px;
    left: 490px;
}

.header-nav li{
    margin-right: 40px;
    float: left;
    list-style: none;
}

.header-nav li a{
    color: #fff;
}

/*------mypage------*/

.information-list{
    margin: 0;
    padding: 0;
}
.information-list li{
    padding: 10px 15px;
    list-style: none;
    border-bottom: dotted 1px #dcdcdc;
}

.information-date{
    color: #428bca;
    font-size: 16px;
}

.information-title{
    margin-left: 15px;
    position: relative;
}

.information-title:before{
    content:"";
    border:solid 5px transparent;
    border-left: solid 5px #394263;
    position: absolute;
    top: 4px;
    left: -14px;
}
table#upload_entrysheet {
    border-bottom: solid 1px #ddd;
}
.bold{
    font-weight: bold;
}

/*------ information-detail ------*/
figcaption {
  text-align: center;
}
#info .heading-1 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-left: 0px;
}
#info .detail a {
  display: block;
}
#info .info_date {
  text-align: right;
}
#info .info-content {
  border-top: 1px dotted #cdcdcd;
  letter-spacing: 0.05em;
  line-height: 1.7;
  word-break: break-all;
  padding: 20px 0 20px;
  margin-top: 10px;
}
#info .info-content h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  margin: 0 0 30px;
}
#info .info-content h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #1d90b7;
  border-bottom: 2px solid;
  border-color: #1d90b7;
  padding: 0 0 8px;
  margin: 0 0 30px;
}
#info .info-content h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid;
  border-color: #1d90b7;
  padding: 0 0 3px;
  margin: 0 0 30px;
}
#info .info-content h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #1d90b7;
}
#info .info-content p {
  margin-bottom: 0px;
}
#info .info-content ul {
  list-style: none;
}
#info .info-content ul,
#info .info-content ol {
  padding: 0 0 0 calc(0.02vw);
  margin: 0 0 30px;
  max-width: 100%;
}
#info .info-content ul li,
#info .info-content ol li {
  font-size: 14px;
  line-height: 23px;
  font-weight: normal;
  color: #333;
  padding: 0 0 0 1rem;
  position: relative;
}
#info .info-content ul li::before {
  content: "";
  display: inline-block;
  border-bottom: 2px solid;
  box-sizing: border-box;
  font-weight: bold;
  color: #1d90b7;
  position: absolute;
  top: calc(1.75rem - 5px);
  left: 0;
  width: 5px;
  transform: translate(0, -50%);
}
#info .info-content ol li {
  list-style: decimal;
  padding: 0;
  margin: 0 0 0 1.8rem;
}
#info .info-content table {
  margin: 0 0 30px;
  width: 90%;
  max-width: 90%;
  border: 1px solid #ddd;
}
#info .info-content table tr {
  border-bottom: 1px solid #ddd;
}
#info .info-content table tr th,
#info .info-content table tr td {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  padding: 11px 20px;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}
#info .info-content img {
  margin: 0 0 30px;
  width: 100%;
  max-width: 100%;
}
#info .info-content .figure {
  width: 100%;
}
/***__flexレイアウト__***/
.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-j-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-a-center {
  -webkit-align-items: center;
  align-items: center;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*-----container-----*/

.lcontaienr{
    width: 600px;
    margin: 0 auto;
}

.submit-container1{
    padding: 15px 0;
    text-align: center;
}


.submit-container2{
    margin: 30px 0;
}

.search-container{
    padding: 40px;
    overflow: hidden;
    border:solid 1px #dcdcdc;
}

.message-container{
    width: 100%;
    max-height: 600px;
    overflow-y: scroll;
    min-height: 300px;
    background: #efefef;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}

.maintenance-container{
    padding: 15px;
    margin-top: -10px;
    border: solid 1px #eee;
}

.action-contaienr{
    padding: 15px 0;
    background: #fffccc;
}
/*-----pagination------*/

.pagination-container{
    float: right;
}

.page-label{
    margin: 20px 0;
    padding: 8px 20px;
    font-weight: bold;
}

/*-----inner-----*/

.btn-inner1{
    width: 510px;
    margin: 0 auto;
}
.btn-inner1 div:first-child{
    float: left;
    margin-right: 10px;
}

/*-----table------*/

.table-header{
    overflow: hidden;
}

.table_title{
    float: left;
    border: none;
}

.table-scroll-wrapper {
    overflow-x: auto;
    white-space: nowrap;
}

.table1{
    width: 100%;
    font-size: 14px;
}

.table1 th{
    padding: 10px;
    background: #eee;
}
.table1 th.click{
    cursor: pointer;
}
.table1 td{
    padding: 15px 10px;
    border-bottom: dotted 1px #dcdcdc;
}


.th-job-offer-title {
  min-width: 390px;
}

.th-company {
  min-width: 104px;
}

.th-department {
  min-width: 104px;
}

.th-occupation {
  min-width: 104px
}

.th-area {
  min-width: 104px;
}

.th-date {
  width: 125px;
}

.th-recommendation {
  width: 90px;
}

.th-recommend-btn {
  min-width: 215px;
}


.table2{
    width: 100%;
    font-size: 12px;
}
.table2 td{
    padding: 10px;
    border-bottom: dotted 1px #dcdcdc;
}
.table2 td:last-child{
    text-align: right;
}

.ntable{
    margin-bottom: 50px;
}

.ntable-row{
    margin: 10px 0;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
}

.ntable-td{
    padding: 15px;
    float:left;
}
.ntable-td:first-child{
    width: 250px;
    padding: 20px;
    background: #f5f5f5;
    font-weight: bold;
}

.ntable-td:last-child{
    max-width: 660px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] { 
  -moz-appearance:textfield; 
}

.ntable-td p{
  font-weight:normal;
}
.ntable-flex{
  display:-webkit-flex;
  display:flex;
}
.ntable-flex .ntable-td{
  float:none;
}

.ftable-td{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    float: left;
}

.matching-row{
    overflow: hidden;
    padding: 5px 0;
    border-bottom: dotted 1px #dcdcdc;
    clear: both;
    line-height: 36px;
}

.matching-th{
    padding: 8px;
    overflow: hidden;
    background: #eee;
    font-weight: bold;
}

.reserve_history .ntable-td {
    display: table-cell;
    vertical-align: middle;
    float: none;
}


footer{
    padding: 15px;
    text-align: center;
    color: #fff;
}

/*------angular ------*/

.error_form{
    background: #F6CECE;
    border-color: red;
}
.hover_error_message{
    font-size: 12px;
}

.container_open{
    display: block;
}

.container_hide{
    display: none;
}

.current_hover{
    background: #f5f5f5;
}

/*-----breadcrumb-----*/

.breadcrumb{
    background: #fff;
}

/*------button------*/
.openbtn{
    padding: 5px 10px;
    margin: 10px 0;
    border: solid 1px #dcdcdc;
    font-weight: bold;
    cursor: pointer;
}

.green{
    background: #30d475;
    color: #fff;
}
.yellow{
    background: #DED121;
    color: #fff;
}
.red{
    background: #e74c3c;
    color: #fff;
}
.grey{
  background-color:#aaa;
  color:#fff;
}
.light_blue{
  background-color:#32b9e6;
  color:#fff;
}
.btn{
    border-radius: 0;
}

.btn-lg {
    display: block;
    width: 400px;
    line-height: 45px;
    text-align: center;
    margin: 20px auto 0;
    font-size: 18px;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0;
}

.btnlg{
    width: 250px;
}
.btnsm-inline{
  display:inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0 10px;;
}
.btnblock{
    width: 120px;
    height: 82px;
    line-height: 82px;
    border:none;
    font-weight: bold;
}

.birth select {
    display: inline;
    width: auto;
}

#suggest {
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    font-size: 90%;
    width: 300px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
}
#suggest div {
    display: block;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px;
}
#suggest div.select{ /* キー上下で選択した場合のスタイル */
    color: #FFFFFF;
    background-color: #3094e7;
}
#suggest div.over{ /* マウスオーバ時のスタイル */
    background-color: #ecf6ff;
}

/* selection (pattern, status) label */

.color-selection-decline {
  background-color: #e34d4d;
}

.color-decline-before-consent {
  background-color: #ef9a9a;
}

.color-decline-after-consent {
  background-color: #e97171;
}

/*------form------*/
input[type="radio"], input[type="checkbox"] {
  margin-right: 5px;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

/*------form-width------*/

.form-wlg{
    width: 320px;
}


/*-----message-----*/
.yourmessage,.mymessage,.systemmessage{
    width: 60%;
    margin: 5px 20px;
    padding: 20px 15px;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.yourmessage{
  align-self: flex-end;
}
.mymessage{
  align-self: flex-start;
}
.systemmessage{
  align-self: center; 
}

.message_name{
    position: absolute;
    top: 20px;
    left: 15px;
}

.message_date{
    position: absolute;
    top: 20px;
    right: 15px;
}

.message_content{
    margin-top: 30px;
    white-space: pre-wrap;
}



/*------login------*/

.login-container{
    background: #394263;
}

.linner{
    width: 640px;
    padding: 20px;
    margin: 100px auto 0 auto;
    background: #fff;
}

.login-logo{
    margin: 30px auto;
    display: block;
}


.lformcontainer{
    overflow: hidden;
}

.lcopy{
    text-align: center;
    font-size: 12px;
}

/*------event-------*/
#event_all {
    width: 700px;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-group .panel+.panel {
    margin-top: 0;
}
#event_all .week_heading a {
    display: block;
    color: #000;
}
#event_all .week_heading a:hover,
#event_all .week_heading a:focus {
    text-decoration: none;
}
#event_all .week_heading .icon {
    margin-left: 10px;
    vertical-align: middle;
}
.day_showed > div {
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
}
.day_showed > div:not(:last-child) {
    padding-right: 15px;
}
.day_showed > div:nth-child(2) {
    max-width: 580px;
    word-break: break-all;
}
.day_showed a {
    text-decoration: underline;
}
.day_hidden > div + div {
    padding-top: 10px;
    word-break: break-all;
}

/**
** 404
**/
#fof {
    overflow: hidden;
    background-color: white;
    width: 800px;
    margin: 0 auto;
}

#fof_child {
    color: #aaa;
    overflow: hidden;
    padding:135px 40px;
}

#c404{
    overflow: hidden;
    display: block;
    float: left;
     margin-right: 50px;
      width: 300px;
}



#fof-text{
    display: block;
    float:left;
    text-align: left;
   
}

#fof-text h1{
    color: navy;
    margin: 0;
    font-size: 32px;
    font-weight: bold;
}

#fof-text > div {
    margin-top: 10px;
    line-height: 1.5;
}

#fof-text p{
    margin-bottom: 0;
    font-size: 80%;
}

#fof-text ul li{
    font-size: 80%;
}

/*------calendar------*/
#calendar h2 {
    color: #333;
    font-size: 20px;
    padding: 5px;
}
.fc-event-container {
    cursor: pointer;
}


/*------modal------*/
#loader,
#loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
#loader {
  /*位置情報*/
  /*display: none;*/
  position: fixed;
  _position: absolute; /* IE6対応 */
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  z-index: 121;
  /*位置情報end*/
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(33, 142, 196, 0.2);
  border-right: 1.1em solid rgba(33, 142, 196, 0.2);
  border-bottom: 1.1em solid rgba(33, 142, 196, 0.2);
  border-left: 1.1em solid #218ec4;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
#loader.show{
  display: block;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.overlay {
    z-index:1;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.20);
}
.modal-container {
    border: 2px solid #aaa;
    background: #fff;
    position: absolute;
    z-index: 5;
    padding: 0;
    width: 800px;
    top: 100px;
    left: 50%;
    margin-left: -400px;
}
.modal-header {
    margin: 0;
    padding: 10px 15px;
    background: #4189eb;
    color: #fff;
    font-weight: bold;
}
.modal-event {
    border: 2px solid #aaa;
    background: #fff;
    position: absolute;
    z-index: 5;
    padding: 0;
    width: 600px;
    top: 100px;
    left: 50%;
    margin-left: -300px;
}
.modal-close {
    position: absolute;
    top: 6px;
    right: 5px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.modal-recommend-block {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.modal-recommend h3 {
    margin-top: 0;
}
.modal-recommend-table {
  margin-top: 40px;
}
.modal-recommend table {
  margin-top: 10px;
}
.import-status {
  padding: 20px;
  background-color: #eee;
  color: #e74c3c;
  font-weight: bold;
}
.btn-recommend {
  width: 95px;
}
.modal-event h4 {
    margin: 0;
    padding: 10px 15px;
    background: #4189eb;
    color: #fff;
}
.modal-event h4 span {
    margin-left: 15px;
}
.mtable-row {
    margin: 10px 0;
    overflow: hidden;
    padding: 0 15px;
}
.mtable-th,
.mtable-td {
    display: table-cell;
    vertical-align: middle;
}
.mtable-th {
    width: 100px;
    padding: 20px;
    background: #f5f5f5;
    font-weight: bold;
}
.mtable-td {
    padding: 0 15px;
}
.modal-event h3 {
    padding: 10px 15px 0;
}
.list-reserved {
    list-style: none;
    padding: 0 15px;
}
.list-reserved li {
    padding: 5px 15px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.list-reserved li span {
    vertical-align: text-bottom;
}
.list-reserved li a {
    vertical-align: sub;
}
.list-reserved li button {
    padding: 3px 10px;
    color: #fff;
    float: right;
}
#mobilize_student {
    margin: 0 15px 10px;
}
#mobilize_body {
    padding: 15px;
}
#mobilize_body label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
#mobilize_body input[type=text] {
    display: inline;
    width: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    vertical-align: top;
    margin-left: 10px;
}
#mobilize_body .btn_search {
    height: 34px;
    width: 50px;
    background: #888;
    border: none;
    color: #fff;
    margin-left: -5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.search_and_select {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 20px;
  overflow: hidden;
}

.search_and_select .tables_name {
  display: flex;
  display: -webkit-flex;
}

.search_and_select .tables_name .one_table_name {
  width: 285px;
}

.box_student {
    width: 248px;
    height: 150px;
    border: 1px solid #ddd;
    float: left;
    padding: 10px;
    overflow-y: scroll;
}
.box_student ul {
    list-style: none;
    padding: 0;
}
.searched li,
.selected .icon-close_01 {
    cursor: pointer;
}
.searched li:hover {
    background: #eee;
}

.search_and_select .arrows-between-tables {
  width: 35px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

/*------notice------*/
.unread {
    background: #ffffeb;
}
.unread td:first-child:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e31b74;
    position: absolute;
    left: 15px;
    margin-top: 5px;
}
.table1 td:first-child {
    padding-left: 30px;
}
.mark_notice {
    display: inline-block;
    background: #de1c73;
    font-size: 12px;
    padding: 0 5px;
    line-height: 20px;
    vertical-align: top;
    margin: 0px;
    color: #fff;
    position: relative;
}
.popover {
  color: #333;
  word-break: break-all;
}
.form_account input[type=text]{
  width:240px;
  display:inline-block;
}
.form_account .ng-scope+.ng-scope{
  margin-top:10px;
}
.ntable-td>div+div{
margin-top:5px;
}
.sub-header{
  -webkit-display:flex;
  display:flex;
  background-color:#eee;
  padding:0 15px;
  -webkit-align-items:stretch;
  align-items:stretch;
  font-size:14px;
  height:30px;
}
.sub-header form{
  margin:0;
  display:flex;
}
.sub-header .select_container{
  height:100%;
  position:relative;
}
.sub-header .select_container:before{
  background-color:#404974;
  height:12px;
  width:12px;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:5px;
  content:"";
  pointer-events:none;
}
.sub-header .select_container:after{
  position:absolute;
  content:"";
  top:50%;
  transform:translateY(-50%);
  right:8px;
  border-top:solid 5px #fff;
  border-left:solid 3px transparent;
  border-right:solid 3px transparent;
  pointer-events:none;
}
.sub-header select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  color:#404974;
  font-weight:bold;
  background-color:inherit;
  vertical-align:middle;
  height:100%;
  padding-right:20px;
  padding-left:10px;
  cursor:pointer;
}
.sub-header .select_container .over_select.top{
   position:absolute;
   top:0;
   left:0;
   right:0;
   height:50%;
   pointer-events:none;
}
.sub-header .select_container .over_select.bottom{
   position:absolute;
   bottom:0;
   left:0;
   right:0;
   height:50%;
   pointer-events:none;
}
.sub-header select:hover {
	background: #ddd;
}
.sub-header>div:first-child{
  line-height:30px;
  color:#404974;
  margin-right:5px;
}
.header_evaluation{
  margin-top:10px;
  padding-left: 10px;
}
.header_evaluation .rater,	
.header_evaluation .date_memo {	
  margin-left: 50px;	
}
.table_evaluation{
  border-collapse:separate;
  border-spacing: 0 5px;
}
.table_evaluation>tbody>tr>th{
  font-size:14px;
  background-color:#f5f5f5;
  padding:5px 20px;
  vertical-align:baseline;
  white-space: nowrap;
}
.table_evaluation>tbody>tr>td{
  font-size:14px;
  vertical-align:baseline;
  padding:5px 20px;
}
.table_evaluation>tbody>tr>td table{
  border-collapse:collapse;
}
.table_evaluation>tbody>tr>td table th{
  font-weight:normal;
  font-size:14px;
  padding:5px 20px;
  vertical-align:baseline;
}
.table_evaluation>tbody>tr>td table td{
  font-weight:normal;
  font-size:14px;
  padding:5px 10px;
  vertical-align:baseline;
}
.eva_button a + a {
  margin-left: 20px;
}
.past_events {
  display: table;
}
.past_events .ntable-td {
  float: none;
  display: table-cell;
  word-break: break-all;
}
.past_events .ntable-td:first-child {
  padding: 15px;
}
.past_events .ntable-td:last-child {
  vertical-align: middle;
}
.past_events .label {
  margin-left: 5px;
}
.collapsible-heading-introduction {
  display: inline-block;
  position: relative;
  padding-right: 34px;
  cursor: pointer;
}
.collapsible-heading-introduction:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width:0;
  height:0;
  border-width: 8px 7px;
  border-style: solid;
  border-color: #aaa transparent transparent transparent;
  -moz-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  content: '';
}
.collapsible-heading-introduction.active:after {
  border-color: transparent transparent #aaa transparent;
  -moz-transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}
.event_detail{
  min-width: 250px;
  max-width: 300px;
  word-break: break-all;
}
.uploaded-container {
  display:-webkit-flex;
  display:flex;
}

/* バッジ */

.red_badge_of_info_title {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e11b74;
  margin: 0 0 6px 1px;
}

/*------scrollbar------*/
.scrollbar::-webkit-scrollbar {
  width: 5px;
}
.scrollbar::-webkit-scrollbar-thumb {
  width: 5px;
  background: #aaa;
}
/*------chat------*/
.chatunread{
  font-weight: bold;
}

.chat_search_btn{
  height: 34px;
}

.chat_submit_container{
  text-align: right;
}

.chat_message_container > div > ul{
  overflow-y: scroll; 
  list-style: none; 
  padding: 0; 
  height: calc(100vh - 182px); 
  max-height: 685px;
  border: 1px solid #cdcdcd;
}

.chat_message{
  height: calc(100vh - 267px);
  width: 100%;
  max-height: 600px;
  overflow-y: scroll;
  min-height: 300px;
  background: #efefef;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
}

.chat_message .create_time{
  float: right;
}

.chat_message .chat{
  white-space: pre-wrap;
}
.chatrooms{
  display: none;
  cursor: pointer;
  padding: 5px 0 5px 5px; 
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.chatrooms:hover{
  background-color: #fffcca;
}
.chat_yourmessage, .chat_mymessage{
  width: 60%;
  margin: 5px 20px;
  padding: 20px 15px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
.chat_mymessage{
  align-self: flex-end;
}
.chat_yourmessage{
  align-self: flex-start;
}

.chat_thread_list div:nth-child(1) div:nth-child(1){
  height: 40px;
  padding-top: 20px; 
  cursor: pointer; 
}
.chat_thread_list div:nth-child(1) div:nth-child(1) p{
  padding: 0 25px;
  width:100%;
  margin: 0;
}
.chat_thread_list div:nth-child(1) div:nth-child(2){
  display: flex;
  justify-content: flex-end;
  height: 20px;
  padding-right: 5px;
}
.chat_thread_list div:nth-child(1) div:nth-child(2) p{
  margin: 0;
  height: 20px;
}
.chat_thread_list div:nth-child(n + 2) p{
  margin: 0;
}
.chat_selected_thread_title{
  height: 86px;
  background: #efefef;
  overflow-y: auto;
  overflow-wrap: break-word;
}
.chat_selected_thread_title > div{
  color: #000; 
  font-size: 16px;
  width: 100%; 
  border-bottom: solid 1px #dcdcdc; 
  padding: 10px 10px 0 10px;
}
.chat_sidebar_accordion_header{
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 40px;
  -webkit-align-items: center;
  align-items: center;
}
.chat_sidebar_accordion_header:before{
  display: block;
  position: absolute;
  left: 10px;
  top: calc( 50% + 10px );
  width: 0;
  height: 0;
  border-width: 8px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #aaa;
  -moz-transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  content: '';
}
.chat_sidebar_accordion_header.active_chatroom:before {
  border-color: #aaa transparent transparent transparent;
  -moz-transform: translate(-4px, -4px);
  -webkit-transform: translate(-4px, -4px);
  transform: translate(-4px, -4px);
}

.chat_search_container{
  padding: 40px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
}

.chat_search_container .free-search-box{
  width: 200px;
  margin-right: 10px;
}
.chat_create_thread_btn{
  height: 50px; 
  display: flex;
  align-items: center; 
  margin-bottom: 10px;
}
.form-control.chat_send_message_content{
  margin-bottom: 15px; 
  height: 100px; 
  resize: none;
}
.chat_thread_list > div:nth-child(1){
  background-color: #eee;
  border: 1px solid #cdcdcd;
  cursor: pointer;
}
.chat_sendto_container{
  width:810px; 
  margin-left:15px;
}
.modal_chat_sendto_search {
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgb(0 0 0 / 20%);
  font-size: 12px;
  z-index: 10;
  background: #f5f5f5;
  border: 1px solid #cdcdcd;
}
.modal_chat_sendto_search{
  display: none;
}
.modal_chat_sendto_search .chat_sendto_search_items_container table{
  width: 100%;
}	
.chat_sendto{
  margin-top: 5px;
}
.chat_sendto ul{
  display: -webkit-flex;
  display: flex;
  overflow-y: auto;
  height: 60px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3px 0 3px 10px;
  box-shadow: 0 2px 0 #cdcdcd inset;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.chat_sendto_item{
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 0 5px 5px 0;
  padding: 5px;
  background-color: #eee;
  font-size: 12px;
  line-height: 1;
  align-items: center;
}

.chat_sendto_search_items_container{
  display: block;
  overflow-y: auto;
  height: 320px;
  box-shadow: 0 2px 0 #cdcdcd inset;
  border: 1px solid #cdcdcd;
  margin-bottom: 10px;
  background-color: #fff;
}

.chat_sendto_search_items_container table td {
  position: relative;
  padding: 6px 10px 7px;
  cursor: pointer;
}
.chat_sendto_search_items_container table td:first-child:after {
    width: calc(100% - 10px);
    left: initial;
    right: 0;
}
.chat_sendto_search_items_container table td:after {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom: 1px dotted #cdcdcd;
    content: '';
}


.chat_selected_company_backgroundcolor{
  background-color: #fffcca;
}

.chat_message_wrapper .none.chat_message_field{
  display: block;
}

.upload_message_attachment{
  height: 160px;
}

.create_thread .thread_title_field.input{
  height: 34px;
}
.create_thread .message_content_field.textarea{
  height: 200px;
  resize: none;
}
.create_thread .message_content_field, .create_thread .thread_title_field{
  width: 810px;
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-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;
}

.create_thread .message_content_field:focus ,.create_thread .thread_title_field:focus{
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}


.create_thread .selected-done{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.create_thread .input-search{
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  width: 50%;
}

.create_thread .uploaded-container{
  padding-left: 15px;
}

.create_thread .ntable-row{
  width: 100%;
}

.create_thread .ntable-row:nth-child(3){
  overflow: visible;
}

.text-count{
  display: block;
  text-align: right;
  margin-right: 20px;
}

.annotation {
  color: #e11b74;
  font-size:  12px;
  font-weight: normal;
}

.information-header {
  background-color: #f8f9fa;
  padding: 10px 15px;
  gap: 5px;
  display: flex;
  flex-direction: column;
}

.information-item {
  display: flex;
  align-items: center;
}

.annotation-message {
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid #e11b74;
    border-radius: 4px;
    background-color: #fff2f8;
    font-size: 12px;
}
  
.annotation-message > * {
    font-size: 12px;
    line-height: 1.5;
}
  
.info-message {
    border: 1px solid #326ec8;
    background-color: #eff4fa;
}