@charset "utf-8";
/* CSS Document */

/* reset */
html, body, div, h1, h2, h3, h4, h5, h6,p, blockquote, pre,
address,ul, ol, li, dl, dt, dd,table, th, td, form, fieldset, textarea, input, select {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family:
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
}
body {
  overflow-y:hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul, ol {
  list-style: none; /* マーカーを消す */
}
a {
  text-decoration: none; /* 下線を消す */
}
img {
  border: 0;
}
img, input {
  vertical-align: bottom;
}
select {
  border-radius: 5px;
  width: 70px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 3px 5px 3px 5px;
  border: 2px solid #aaaaaa;
  background-size: 20px, 100%;
  background: url("/public/images/icon/i-under-arrow-gray.png") 96% center no-repeat, -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
  background: url("/public/images/icon/i-under-arrow-gray.png") 96% center no-repeat, linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
  background-size: 10px 10px;
  cursor:pointer;
}
select.flex {
  width: auto;
  min-width: 70px;
}
.display_selected_item {
  border-radius: 5px;
  width: 136px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 3px 5px 3px 5px;
  border: 2px solid #aaaaaa;
  cursor:pointer;
}
.select_ul {
  width: 150px;
  border: 1px solid #c5c5c5;
  height: 320px;
  position: absolute;
  display: none;
  top: 248px;
  left: 1340px;
  background-color: #ffffff;
}
.select_ul li {
  cursor: default;
  box-sizing: border-box;
  padding: 2px 10px;
  cursor:pointer;
}
/*全体で使用*/
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.padding-top15 {
  padding-top: 15px;
}
.padding-left15 {
  padding-left: 15px;
}
.padding-right15 {
  padding-right: 15px;
}
.display-none {
  display: none;
}

/*************/
/*Flexboxスタイル*/
/*************/
.main-nav, .main {
  display: flex;
}
.main-nav {
  background: #FFFFFF;
}
/*
.main-nav li:first-child {
  margin-right: auto;
}
*/
.main-nav a {
  margin: 10px;
  border-radius: 5px;
  background: #26286b;
  color: #ffffff;
  display: block;
  padding: 15px;
}
.main-nav .logo {
  background: #26286B;
  width: 50px;
}
.main-nav .nav-horizontal-action-hidden {
  display: none;
}
.nav-horizontal-action-view-sp
{
  display: none;
}
#nav-horizontal-action-menu
{
  margin-top: 20px;
  margin-right: 10px;
  cursor: pointer;
}
/*** 新メニューのcss ***/
/* メニューアイコンのcss */
.nav-horizontal-menu
{
  display: none;
  margin-top: 4px;
  width: 250px;
  height: auto;
  padding: 10px 20px;
  background: #ffffff;
  position: fixed;
  z-index: 900;
  right: 70px;
  border: 1px solid #ccc;
  border-color: rgba(0,0,0,.2);
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.nav-horizontal-menu:after
{
  content: "";
  position: absolute;
  top: -21px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #ffffff transparent transparent;
  transform: rotate(90deg);
  filter: drop-shadow(-1.5px 0px 1px #ccc);
}
/* 名前のcss */
.nav-horizontal-mymenu
{
  display: none;
  margin-top: 4px;
  width: 150px;
  height: auto;
  padding: 10px 20px;
  background: #ffffff;
  position: fixed;
  z-index: 900;
  right: 20px;
  border: 1px solid #ccc;
  border-color: rgba(0,0,0,.2);
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.nav-horizontal-mymenu:after
{
  content: "";
  position: absolute;
  top: -22px;
  left: 145px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #ffffff transparent transparent;
  transform: rotate(90deg);
  filter: drop-shadow(-1.5px 0px 1px #ccc);
}
.nav-horizontal-menu ul,
.nav-horizontal-mymenu ul
{
  width: 100%;
}
.nav-horizontal-menu li
{
  width: 29%;
  height: 80px;
  float: left;
  text-align: center;
  margin: 20px 5px 5px 5px;
}
.nav-horizontal-mymenu li
{
  width: 100%;
  float: left;
  text-align: left;
  margin: 5px 5px 5px 5px;
}
.nav-horizontal-mymenu li.li-line
{
  border-top: 0.5px solid #cccccc;
  margin-left: -20px;
}

.nav-horizontal a,
.nav-horizontal-menu a,
.nav-horizontal-mymenu a,
.csv-upload-nav a
{
  color: #949494;
  display: block;
  font-size: 0.7em;
}
.nav-horizontal-mymenu a
{
  font-size: 0.9em;
  color: #333333;
}
.nav-horizontal a:hover,
.nav-horizontal-menu a:hover,
.nav-horizontal-mymenu a:hover,
.csv-upload-nav a:hover
{
  color: #777799;
}

/* Main contents */
.main section {
  flex: 1;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  padding: 15px 15px 15px 15px;
  z-index: 100;
}
.main .col-1{
  flex: 1.0;
  margin: 0px;
  border-radius: 0px;
  background: #FFFFFF;
  padding: 0;
}
.main .col-2 {
  flex: 2;
  z-index: 10;
  position: relative;
  padding-right: 0;
}
.col-2-div-container
{
  overflow-y: auto;
}
.col-2-div-container::-webkit-scrollbar{
  width: 5px;
  background: #cccccc;
}
.col-2-div-container::-webkit-scrollbar:horizontal{
  height: 5px;
  background: #cccccc;
}
.col-2-div-container::-webkit-scrollbar-thumb{
  background: #26286b;
  border-radius: 2px;
}
.col-2-div-container::-webkit-scrollbar-thumb:horizontal{
  background: #26286b;
  border-radius: 2px;
}

.col-background {
  background: #FFFFFF !important;
}

.main .col-3 {
  flex: 1.0;
  padding-right: 0px;
}

.main .marginDiv {
  margin-bottom: 30px;
}
.main h1, .main h2 , .nav-horizontal h2 {
  color: #26286b;
}
.main h2 {
  font-size: 1.2em;
}
.main p {
  margin-top: 10px;
  font-size: 1.1em;
}

/* anchor関連 */
.main h2 a {
  color: #E6AC27;
}
.main h2 a:hover {
  color: #f88554;
}
.room-search {
  width: 100%;
  height: 40px;
  text-align: center;
  margin-bottom: 5px;
}
.room-search-input {
  background: url(/public/images/icon/i-search.png) no-repeat 8px 3px;
  background-position: 10px;
  background-color: #eeeeee;
  background-size: 15px 15px;
  padding: 0px 0px 0px 32px;
  margin-top: 5px;
  width: 75%;
  height: 30px;
  border-color: #eeeeee;
}
.room-search-input:placeholder-shown { color: #999999; }
/* Google Chrome, Safari, Opera 15+, Android, iOS */
.room-search-input::-webkit-input-placeholder { color: #999999; }
/* Firefox 18- */
.room-search-input:-moz-placeholder { color: #999999; opacity: 1; }
/* Firefox 19+ */
.room-search-input::-moz-placeholder { color: #999999; opacity: 1; }
/* IE 10+ */
.room-search-input:-ms-input-placeholder { color: #999999; }

.room-search-clear-icon
{
  width: 23px;
  position: absolute;
  margin-top: 11px;
  margin-left: -55px;
  float: right;
}
.room-search-clear-icon-no-search-option
{
  margin-left: -28px;
}

.room-search-option {
  width: 100%;
  margin-bottom: 5px;
}

.room-search-option fieldset{
  border: 1px solid #dddddd;
  padding-left:5px;
  padding-top:2px;
  padding-right:5px;
  padding-bottom:5px;
}

.search-option-container {
  margin-bottom: 2px;
}
.search-option-container::after{
  clear: both;
}
.search-option-container li {
  display: inline-block;
}
.room-search-option-toggle-icon {
  width: 20px;
  margin-top: 12px;
  margin-left: -28px;
  cursor: pointer;
  position: absolute;
  float: right;
}
.room-search-option legend{
  font-size:0.7em;
}

.room-search-checkbox {
  display: none;
}
.room-search-important-customer-chk {
  display: none;
}
.room-search-checkbox:checked + .room-search-option-label, .room-search-rank-checkbox:checked + .room-search-rank-option-label, .room-search-important-customer-chk:checked + .room-search-option-label{
  background-color: #F5847A;
  border: solid 1px #DE4B3E;
  font-weight: lighter;
}

.room-search-option-label {
  font-size: 0.7em;
  margin-top: 3px;
  padding: 6px;
  border: solid 1px #2A206F;
  display: block;
  width: 60px;
  text-align: center;
}
.room-search-rank-option-label {
  font-size: 0.7em;
  margin-top: 3px;
  padding: 6px;
  border: solid 1px #2A206F;
  display: block;
  width: 20px;
  text-align: center;
}
.search-option-box {
  margin: 3px;
}
.room-chat-search {
  display: none;
  height: 30px;
  text-align: right;
  right: 4px;
  margin-top: -12px;
  position: absolute;
  z-index: 11;
}
.room-chat-search-input {
  background: url(/public/images/icon/i-search.png) no-repeat 8px 3px;
  background-position: 10px;
  background-color: #eeeeee;
  background-size: 15px 15px;
  padding: 0px 0px 0px 32px;
  height: 24px;
  border-color: #eeeeee;
}
.room-chat-search-input:placeholder-shown { color: #999999; }
/* Google Chrome, Safari, Opera 15+, Android, iOS */
.room-chat-search-input::-webkit-input-placeholder { color: #999999; }
/* Firefox 18- */
.room-chat-search-input:-moz-placeholder { color: #999999; opacity: 1; }
/* Firefox 19+ */
.room-chat-search-input::-moz-placeholder { color: #999999; opacity: 1; }
/* IE 10+ */
.room-chat-search-input:-ms-input-placeholder { color: #999999; }

.room-chat-search-clear-icon
{
  width: 25px;
  position: absolute;
  margin-left: -30px;
  margin-top: -26px;
}

.more-room,
.more-room-search
{
  background-color: #fcfcfc;
  border: 1px solid;
  border-radius: 5px;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 3px 3px 15px;
  text-align: center;
  vertical-align: middle;
  width: 84.5%;
  font-size:1.0em;
}

@-moz-document url-prefix() {
  .room-chat-search-clear-icon
  {
    width: 25px;
    position: absolute;
    margin-left: -30px;
    margin-top: 2px;
  }
}
.scroll-auto {
  overflow: auto;
}
.always-scroll-y {
  overflow-y: scroll;
}
.scroll-auto-search {
  overflow: auto;
  display: none;
}
.search-marker
{
  font-size: 1.1em;
  font-weight: bold;
  color: #000000;
  background-color: #faec74;
  border-radius: 5px;
}

.scroll-auto::-webkit-scrollbar,
.scroll-auto-search::-webkit-scrollbar,
.always-scroll-y::-webkit-scrollbar
{
  width: 5px;
  background: #cccccc;
}
.scroll-auto::-webkit-scrollbar:horizontal,
.scroll-auto-search::-webkit-scrollbar:horizontal,
.always-scroll-y::-webkit-scrollbar:horizontal
{
  height: 5px;
  background: #cccccc;
}
.scroll-auto::-webkit-scrollbar-thumb,
.scroll-auto-search::-webkit-scrollbar-thumb,
.always-scroll-y::-webkit-scrollbar-thumb
{
  background: #26286b;
  border-radius: 2px;
}
.scroll-auto::-webkit-scrollbar-thumb:horizontal,
.scroll-auto-search::-webkit-scrollbar-thumb:horizontal,
.always-scroll-y::-webkit-scrollbar-thumb:horizontal
{
  background: #26286b;
  border-radius: 2px;
}
.job-seeker-list li {
  width: 100%;
  height: 60px;
  margin-bottom: 3px;
  clear: both;
}
.job-seeker-list-icon-div {
  width: 21%;
  float: left;
  padding-top: 5px;
  padding-left: 10px;
  max-width: 45px;
  max-height: 45px;
}
.job-seeker-list-icon {
}
.job-seeker-list-icon-one {
  max-width: 45px;
  max-height: 45px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.d100 {
  border-radius:45px;
}
.p100 {
  overflow:hidden;
  width: auto;
  height: auto;
  max-height: 45px;
  border-radius:45px;
}
.job-seeker-list-icon-two {
  width: 22.5px;
  height: 45px;
  overflow:hidden;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.d200 {
  border-radius:45px 0 0 45px;
}
.d211 {
  border-radius:0 45px 45px 0;
}
.p200 {
  float: left;
  overflow:hidden;
  width: auto;
  height: auto;
  max-height: 45px;
  margin-left: -10px;
}
.p211 {
  float: right;
  overflow:hidden;
  width: auto;
  height: auto;
  max-height: 45px;
  margin-right: -10px;
}
.job-seeker-list-icon-three {
  width: 22.5px;
  height: 22.5px;
  overflow:hidden;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.d300 {
  border-radius:45px 0 0 45px;
}
.d310 {
  border-radius:0 45px 0 0;
}
.d311 {
  border-radius:0 0 45px 0;
}
.p300 {
  float: left;
  overflow:hidden;
  width: auto;
  height: auto;
  max-height: 45px;
  margin-left: -10px;
}
.p310 {
  float: right;
  overflow:hidden;
  width: auto;
  height: auto;
  max-width: 22.5px;
  max-height: 22.5px;
}
.p311 {
  float: right;
  overflow:hidden;
  width: auto;
  height: auto;
  max-width: 22.5px;
  max-height: 22.5px;
}
.job-seeker-list-icon-four {
  width: 22.5px;
  height: 22.5px;
  overflow:hidden;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.d400 {
  border-radius:45px 0 0 0;
}
.d401 {
  border-radius:0 45px 0 0;
}
.d410 {
  border-radius:0 0 0 45px;
}
.d411 {
  border-radius:0 0 45px 0;
}
.p400 {
  float: left;
  overflow:hidden;
  width: auto;
  height: auto;
  max-width: 22.5px;
  max-height: 22.5px;
}
.p401 {
  float: right;
  overflow:hidden;
  width: auto;
  height: auto;
  max-width: 22.5px;
  max-height: 22.5px;
}
.p410 {
  float: left;
  overflow:hidden;
  width: auto;
  height: auto;
  max-width: 22.5px;
  max-height: 22.5px;
}
.p411 {
  float: right;
  overflow:hidden;
  width: auto;
  height: auto;
  max-width: 22.5px;
  max-height: 22.5px;
}
.job-seeker-list-name-and-message-div {
  position: relative;
  width: 77%;
  height: 55px;
  float: left;
  border-bottom: 1px solid #dddddd;
  padding-right: 10px;
}
.job-seeker-list-title {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  width: 55%;
  color: #000000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 150px;
  font-size: 0.95em;
}
.job-seeker-list-name-div {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
  width: 95%;
  color: #aaaaaa;
}
.job-seeker-list-name {
  display: table-caption;
  width: 150px;
  font-size: 0.7em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
}
.job-seeker-list-message-div {
  float: left;
  margin-top: 5px;
  margin-left: 10px;
  width: 95%;
  color: #aaaaaa;
}
.job-seeker-list-message {
  display: table-caption;
  width: 150px;
  font-size: 0.7em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
}
.job-seeker-list-badgeNumber-div {
  position: absolute;
  clear: both;
  min-width: 18px;
  height: 20px;
  border-radius:20px;
  background-color: #e62727;
  text-align: center;
  float: right;
  top: 24px;
  right: 4px;
  padding-left: 1.3px;
  padding-right: 1.3px;
}
.job-seeker-list-badgeNumber {
  color: #FFFFFF;
  FONT-SIZE: 0.8em;
  top: 0px;
  position: relative;
}
.job-seeker-list-setting-div {
  display: none;
  clear: both;
  border-radius:20px;
  text-align: center;
  float: left;
  position: absolute;
  top: 24px;
  right: 4px;
}
.job-seeker-list-nologin-div {
  clear: both;
  border-radius:20px;
  text-align: center;
  float: left;
  position: absolute;
  top: 24px;
  right: 4px;
}
.job-seeker-list-important-img {
  clear: both;
  border-radius:20px;
  text-align: center;
  float: left;
  position: absolute;
  top: 23px;
  right: 25px;
}
.job-seeker-list-setting {
  top: 0px;
  position: relative;
}
.job-seeker-list-nologin {
  top: 0px;
  position: relative;
}
.job-seeker-list-date-div {
  height: 25px;
  text-align: right;
  float: right;
  margin-top: -25px;
  margin-left: 50%;
  font-size: 0.8em;
}
.job-seeker-list-date {
  color: #aaaaaa;
  line-height: 25px;
}
.job-seeker-list-comp-date-div {
  width: 100px;
  height: 25px;
  text-align: right;
  float: right;
  margin-top: -25px;
  margin-left: 50%;
  font-size: 0.6em;
}
.job-seeker-list-comp-date {
  color: #aaaaaa;
  line-height: 25px;
}
.job-seeker-important-room {
  width: 20px;
  vertical-align: middle;
}

/* 初期画面表示時のcol-2部分 */
hr.col-2-hr {
  clear: both;
  width: 95%;
  border-top: 1px solid #DDDDDD;
  float: left;
}
.col-2-count-container
{
  width: 105%;
  margin-left: auto;
  margin-right: auto;
}
.col-2-count-box
{
  width: 43%;
  background: #26286b;
  border: 1px solid #000000;
  border-radius: 5px;
  margin: 10px 10px 10px 10px;
  display: table;
  position: relative;
  color: #ffffff;
  float: left;
}
.col-2-company-user-count-label
{
  border: 1px solid #26286b;
  border-radius: 5px;
  width: 60%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 1.0em;
  font-weight: bold;
}
.col-2-company-user-count:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0px 10px 10px;
  border-color: transparent transparent transparent #26286b;
}
.col-2-company-user-count
{
  background-color: #ffffff;
  border: 1px solid #26286b;
  border-radius: 5px;
  width: 40%;
  height: 80px;
  color: #26286b;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5em;
}
.col-2-table-container,
.col-2-caracnt-table-container
{
  overflow-y: auto;
  float: left;
  height: 510px;
  width: 48.5%;
}
.col-2-table-container-width100
{
  width: 100%;
}
.height-auto
{
  height: auto;
}
.col-2-table-container::-webkit-scrollbar{
  width: 5px;
  background: #cccccc;
}
.col-2-table-container::-webkit-scrollbar:horizontal{
  height: 5px;
  background: #cccccc;
}
.col-2-table-container::-webkit-scrollbar-thumb{
  background: #26286b;
  border-radius: 2px;
}
.col-2-table-container::-webkit-scrollbar-thumb:horizontal{
  background: #26286b;
  border-radius: 2px;
}
.col-2-table
{
  margin: 10px;
  width: 94%;
  float: left;
  border: 1px solid #26286b;
}
.col-2-table th
{
  background: #26286b;
  color: #ffffff;
  border: 1px solid #26286b;
}
.col-2-caracnt-td-left
{
  width: 20%;
  text-align: right !important;
  border-right : none !important;
  font-size: 0.95em !important;
}
.col-2-caracnt-td-right
{
  width: 20%;
  text-align: left !important;
  border-left : none !important;
  font-size: 0.8em !important;
}
.col-2-table tr, .col-2-table td
{
  height: 30px;
  border: 1px solid #26286b;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
}
.col-2-caracnt-table-container tr td a:hover
{
  text-decoration: underline;
}
.table-color-red th
{
  background-color: #e62727;
}

/* チャット吹き出しの右クリックメニュー */
.right-click-menu,
.three-points-click-menu
{
  display: none;
  position: fixed;
  width: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px rgba(0,0,0,.2);
  z-index: 1000;
  border-radius: 5px;
}
.right-click-menu.show,
.three-points-click-menu.show
{
  display: block;
}
.right-click-menu ul,
.three-points-click-menu ul
{
  list-style: none;
  padding: 4px 0;
}
.right-click-menu ul li,
.three-points-click-menu ul li
{
  padding: 4px 10px;
  font-size: 14px;
  color: #333;
}
.right-click-menu ul li:hover,
.three-points-click-menu ul li:hover
{
  background-color: #e5e5e5;
}


/* チャットレイアウト */
.chat-container {
  float: left;
  overflow: hidden;
  margin: 0;
  display: block;
  padding: 0;
  font-size: 0.8em;
  height: 100%;
  width: 100%;
}
.chat-box-container-search {
  display: none;
}
.chat-box-container,
.chat-box-container-search {
  height: 88%;
  overflow-y: auto;
  padding-bottom: 5px;
  z-index: 100;
}
.chat-box-container::-webkit-scrollbar,
.chat-box-container-search::-webkit-scrollbar{
  width: 5px;
  background: #cccccc;
}
.chat-box-container::-webkit-scrollbar:horizontal,
.chat-box-container-search::-webkit-scrollbar:horizontal{
  height: 5px;
  background: #cccccc;
}
.chat-box-container::-webkit-scrollbar-thumb,
.chat-box-container-search::-webkit-scrollbar-thumb{
  background: #26286b;
  border-radius: 2px;
}
.chat-box-container::-webkit-scrollbar-thumb:horizontal,
.chat-box-container-search::-webkit-scrollbar-thumb:horizontal{
  background: #26286b;
  border-radius: 2px;
}
#past-chatData {
  width: 100%;
  height: 30px;
}
.chat-box-date-container {
  margin: 10px 0;
  width: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.chat-box-date {
  border-radius: 15px;
  background-color: #ebebeb;
  padding: 5px 0;
}
.chat-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 1px;
}
.chat-face {
  float: left;
  margin-right: -120px;
}
.chat-face img{
  border-radius: 30px;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px #ddd;
}
.chat-area {
  width: 100%;
  float: right;
}
.chat-data-id-hidden {
  display: none;
}
.chat-date {
  font-size: 0.7em;
  color: #aaaaaa;
  position: absolute;
  bottom: 0px;
  left: -33px;
}
.chat-date-someone {
  font-size: 0.7em;
  color: #aaaaaa;
  position: absolute;
  bottom: 0;
  right: -30px;
}
.chat-gazou {
  float: right;
  clear: both;
  margin-top: 6px;
  margin-right: 10px;
}
.chat-gazou-img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.chat-hukidashi {
  display: inline-block;
  padding: 15px 20px;
  float: right;
  margin-top: -40px;
  margin-left: 0px !important;
  border-radius: 10px;
  position: relative;
  background-color: #3d6fc9;
  color: #FFFFFF;
  word-wrap: break-word;
  word-break: break-all;
}
.chat-hukidashi a {
  color: #ffffff;
  text-decoration: underline;
}
.chat-hukidashi-someone a {
  color: #000000;
  text-decoration: underline;
}
.chat-hukidashi:after {
  content: "";
  position: absolute;
  top: 24px;
  right: -8px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 0px 10px 10px;
  border-color: transparent transparent transparent #3d6fc9;
}
.chat-hukidashi-someone {
  float: none;
  display: block;
  text-align: left;
  color: #000000;
}
.chat-hukidashi-someone:after {
  left: -8px;
  top: 24px;
  border-width: 0px 10px 10px 0px;
  border-color: transparent #dddddd transparent transparent;
}
.chat-three-points
{
  left: -60px;
  font-size: 0.7em;
  color: #aaaaaa;
  position: absolute;
  display: none;
}
.chat-three-points-img
{
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.preview-image
{
  width: 100px;
}
.preview-load-image
{
  margin-top: 10px;
  width: 50px;
}
.preview-download-link
{
  text-align: center;
}
.someone {
  float: left;
  margin-left: 10px;
  text-align: left;
}
.someone-color {
  background-color: #dddddd;
}
.someone:after {
  left: -8px;
  top: 24px;
  border-width: 0px 10px 10px 0px;
  border-color: transparent #dddddd transparent transparent;
}
.chat-back {
  display: none;
}
.chat-next {
  display: none;
}
.chat-next-img {
  height: 20px;
}

.chat-name {
  clear: both;
  text-align: center;
  float: right;
  margin-right: 0px;
  margin-top: 3px;
  color: #aaaaaa;
  font-size: 0.5em;
  width: 60px;
}
.chat-name-someone {
  clear: both;
  margin-left: 0px !important;
  margin-top: 3px;
  color: #aaaaaa;
  font-size: 0.7em;
  width: 60px;
  text-align: center;
}
.chat-kidoku {
  font-size: 0.7em;
  color: #aaaaaa;
  position: absolute;
  bottom: 10px;
  left: -33px;
}
.chat-hukidashi-favorite {
  float: right;
  max-width: 70%;
}
.chat-hukidashi-favorite-someone {
  float: left;
  max-width: 70%;
}
.chat-favorite {
  display: none;
  margin-top: -30px;
  margin-left: -25px;
  font-size: 2.0em;
}
.chat-favorite-someone {
  font-size: 2.0em;
  float: right;
  margin-top: -40px;
  margin-right: -29px;
}
.chat-favorite-someone img {
  width: 25px;
}
.chat-favorite-on {
  color: #ebce00;
}
.chat-favorite-off {
  color: #dddddd;
}
.link-ogp-item
{
  width: 98%;
  border-left: solid 2px #cccccc;
  padding: 8px;
  margin-top: 10px;
}
.link-ogp-item div
{
  margin-bottom: 6px;
}
.link-ogp-item-title
{

}
.link-ogp-item-description
{

}
.link-ogp-item-image
{
}
.link-ogp-item-image img
{
  width: 100px;
}
.icon-image
{
  width: 30px;
  float: left;
  margin-right: 4px;
  margin-bottom: 1px;
}
.chat-input {
  position: absolute;
  bottom: 0;
  height: 92px;
  margin-left: -8px;
  margin-bottom: 46px;
  resize: none;
  z-index: 115;
  font-size: 1.0em;
  overflow-y: auto;
  outline: none !important;
  padding: 5px;
  border: solid 2px #bcbcbe;
  background-color: #ffffff;
}
.chat-input:focus
{
  border: solid 2px #999999 !important;
  box-shadow: none;
  outline-width: 0;
}
.chat-input::placeholder,
.chat-input::-webkit-input-placeholder
{
  color: #a0a0a0;
}
.chat-input::-moz-placeholder
{
  color: #a0a0a0;
  opacity: 1;
}
.chat-input::-webkit-scrollbar{
  width: 5px;
  background: #cccccc;
}
.chat-input:focus
{
  border: solid 2px #717274;
}
.chat-input::-webkit-scrollbar:horizontal{
  height: 5px;
  background: #cccccc;
}
.chat-input::-webkit-scrollbar-thumb{
  background: #26286b;
  border-radius: 2px;
}
.chat-input::-webkit-scrollbar-thumb:horizontal{
  background: #26286b;
  border-radius: 2px;
}
.chat-input-back {
  position: absolute;
  bottom: 0;
  width: 49.5%;
  height: 46px;
  margin-left: -15px;
  resize: none;
  z-index: 110;
  font-size: 16px;
  overflow-y: hidden;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  outline: none !important;
  background-color: #FFFFFF
}
.chat-button-div {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  margin-left: -15px;
  resize: none;
  z-index: 116;
  overflow-y: hidden;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.chat-tool-button
{
  margin-left: 5px;
}
.chat-button {
  float: right;
  max-width: 35px;
  z-index: 116;
  border: 1px solid #0084ff;
  border-radius: 5px;
  padding: 8px;
  color: #0084ff;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 10px;
}
.chat-button-sams {
  float: right;
  max-width: 25px;
  z-index: 116;
  padding: 4px;
  cursor: pointer;
}
.chat-button-fixed-phrase {
  float: right;
  max-width: 25px;
  z-index: 116;
  padding: 4px;
  cursor: pointer;
}
.chat-button-fileup {
  /* position: absolute;
  left: 10px; */
  float: left;
  margin-left: 10px;
  max-width: 15px;
  z-index: 116;
  padding: 4px;
  cursor: pointer;
}
.chat-button:hover {
  background-color: #0084ff;
  color: #ffffff;
}
/*
.chat-button-sams:hover {
  border: 1px solid #cccccc;
  border-radius: 10px;
  background-color: #3d6fc9;
}
*/
.chat-button-img {
  width: 25px;
}
.chat-button-thumbsupButton-img {
  width: 25px;
}
.chat-button-fixed-phrase-img {
  width: 25px;
  height: 25px;
}
.chat-button-fileupButton-img {
  width: 25px;
}
.chat-hidden {
  display: none;
}

/* ドロップエリア */
#file-dandd-area
{
  display: none;
  border: 5px dashed #26286b;
  padding: 50px;
  margin: 10px;
  font-size: 24px;
  color: #26286b;
  background-color: rgba(238, 238, 238, 0.5);
  position: absolute;
  text-align: center;
  z-index: 99999;
}
/**********/
/* col3   */
/**********/
#col-3 a{
  color: #949494;
}
#col-3 a:hover{
  color: #777799;
}

#col-3-div0 {
  height: 100%;
}
.infomation {
  max-height: 70%;
}
.modal-info-container {
  overflow: auto;
  height: 70%;
}
.modal-info-container::-webkit-scrollbar {
  width: 5px;
  background: #cccccc;
}
.modal-info-container::-webkit-scrollbar-thumb{
  background: #26286b;
  border-radius: 2px;
}
.modal-info-container::-webkit-scrollbar-thumb:horizontal{
  background: #26286b;
  border-radius: 2px;
}
.info-div, .modal-info-div {
  margin-top: 15px;
}
.info-date, .modal-info-date {
  font-size: 0.8em;
  color: #aaaaaa;
}
.info-message, .modal-info-message {
  margin-top: 5px;
  font-size: 1.2em;
  color: #aaaaaa;
}
.info-message-warn
{
  color: #F5847A;
}
.col3-div-container{
  overflow: auto;
  height: 100%;
}
.col3-div-container::-webkit-scrollbar {
  width: 5px;
  background: #cccccc;
}
.col3-div-container::-webkit-scrollbar-thumb{
  background: #26286b;
  border-radius: 2px;
}
.col3-div-container::-webkit-scrollbar-thumb:horizontal{
  background: #26286b;
  border-radius: 2px;
}
.col3-div-Invitation {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.0em;
  width: 30%;
  float: left;
  text-align: center;
}
.col3-div-room-change {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.0em;
  width: 30%;
  float: left;
  text-align: center;
}
.col3-div-room-favorite {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 1.0em;
  width: 30%;
  float: left;
  text-align: center;
}
.col3-div-Invitation span,
.col3-div-room-change span,
.col3-div-room-favorite span
{
  font-size: 0.7em;
}
.col3-div {
  border-top: 3px solid #26286b;
  width: 100%;
  clear: both;
  min-height: 110px;
}
.col3-div h2{
  float: left;
  margin-top: 5px;
  font-size: 1.0em;
}
.col3-div a{
  float: right;
  margin-left: 5px;
}
.col3-div p{
  font-size: 0.6em;
  margin-right: 8px;
}
.col3-mi-login-img
{
  width: 15px !important;
  margin-bottom: 3.5px;
  margin-left: 5px;
}
.col3-div .col3-p-email {
  margin-top: 25px;
}
.col3-div .col3-p-tel {
  color: #949494;
  margin-top: 10px;
  float: right;
  margin-left: 5px;
}
.col3-div .col3-p-img {
  float: left;
  height: 50px;
  margin-right: 10px;
}
.col3-p-email a {
  text-decoration: underline;
}
.col3-a-img {
  margin-left: 0 !important;
}
.col3-div img{
  width: 50px;
}
.col3-p-sex-male {
  color: #3d6fc9;
}
.col3-p-sex-female {
  color: red;
}
.col3-div-a {
  clear: right;
  font-size: 0.6em;
  margin-top: 2px;
  margin-right: 8px;
}
.col3-div-a a {
  margin-top: 5px;
}
.continue-button,
.password-change-button,
.plan-change-button
{
  max-width: fit-content;
  z-index: 116;
  border: 1px solid #0084ff;
  border-radius: 5px;
  padding: 8px;
  color: #0084ff;
  background-color: #ffffff;
  cursor: pointer;
  margin-top: 10px;
  font-size: 0.75em;
}
.continue-button:hover,
.password-change-button:hover,
.plan-change-button:hover
{
  background-color: #0084ff;
  color: #ffffff;
}

/**********/
/* etc    */
/**********/
#top_loding
{
  display: none;
  background: #fff;
  position: fixed;
  z-index: 3000;
  width: 150px;
  text-align: center;
  top: 40%;
  left: 45%;
}
#loading,
.loading {
  display: none;
  position: fixed;
  z-index: 10000;
  height: 75px;
  text-align: center;
  top: 50%;
  left: 45%;
}
#loading img,
.loading img {
  width: 75px;
}

.loading {
  display: block;
  background: transparent;
}

.loading-overlay {
  display: none;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(53,53,53,0.30);
  cursor: progress;
}
.fixed-room-register {
  position: fixed;
  bottom: 5px;
  left: 17%;
  width: 30px;
  border-radius: 5px;
  z-index: 101;
}
#favorite-all-icon {
  position: fixed;
  bottom: 5px;
  right: 1%;
  border-radius: 5px;
  z-index: 101;
}
#favorite-all-div
{
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 15px 0 0 15px;
  z-index: 101;
  border: 1px solid #DDDDDD;
  background-color: #ffffff;
}
.favorite-all-container
{
  overflow: hidden;
  margin: 0;
  display: block;
  padding: 0;
  font-size: 0.8em;
  height: 100%;
  width: 100%;
}
.favorite-all-chat-box-container
{
  overflow-y: auto;
  margin-top: 19px;
}
.favorite-all-chat-box-container::-webkit-scrollbar{
  width: 5px;
  background: #cccccc;
}
.favorite-all-chat-box-container::-webkit-scrollbar:horizontal{
  height: 5px;
  background: #cccccc;
}
.favorite-all-chat-box-container::-webkit-scrollbar-thumb{
  background: #26286b;
  border-radius: 2px;
}
.favorite-all-chat-box-container::-webkit-scrollbar-thumb:horizontal{
  background: #26286b;
  border-radius: 2px;
}
#favorite-all-close-icon
{
  width: 32px;
  position: absolute;
  right: 4px;
  top: 0;
  cursor: pointer;
}
#favorite-all-arrow-down-icon
{
  top: 4px;
}
.favorite-all-arrow-icon
{
  width: 20px;
  height: 10px;
  position: absolute;
  right: 50%;
}
div.status-check-container
{
  float: right;
  margin-right: 5px;
  padding: 5px;
}
.info-icon
{
  display: inline-block;
}
div.status-check-box input[type=checkbox]
{
  width: 20px;
}
div.status-check-box input[type=checkbox]:checked + label.member-status-check-label
{
  color: #26286b;
  font-weight: bold;
}

.member-status-check-label
{
  font-size: 1.0em;
  background-color: rgba(0,0,0,0);
  color: #000000;
  padding: 0px;
}

/**********/
/* Modal  */
/**********/

.modal-content
{
  display: none;
  padding: 15px;
  border: 2px solid #aaa;
  background: #fff;
  position: fixed;
  z-index: 1000;
  border-radius: 10px;
}

.modal-content h2, .modal-content2 h2
{
  margin-bottom: 10px;
}

.modal-content2
{
  display: none;
  padding: 15px;
  border: 2px solid #aaa;
  background: #fff;
  position: fixed;
  z-index: 3000;
  border-radius: 10px;
}

#modal-content-infomation,
#modal-content-icon-upload,
#modal-content-user-icon-upload,
#modal-content-password-change,
#modal-content-user-register,
#modal-content-user-register-hrcsv,
#modal-content-role-update,
#modal-content-chat-permission-update,
#modal-content-manage-register,
#modal-content-user-update,
#modal-content-user-list,
#modal-content-room-change,
#modal-content-csv-download-for-registered-user,
#modal-content-csv-download-for-job,
#modal-content-edit-chat-data,
#modal-content-google-calendar-set
{
  width: 50%;
  min-height: 70%;
}
#modal-content-user-delete,
#modal-content-room-register,
#modal-content-room-Invitation
{
  width: 55%;
  min-height: 70%;
}

#modal-content-user-status-list
{
  width: 90%;
  height: 88%;
}

#modal-content-fixed-phrase
{
  width: 80%;
  height: 80%;
}
#modal-content-user-password-reissue
{
  width: 550px;
  height: 130px;
}
#modal-content-user-password-reissue a
{
  width: 150px;
}
#modal-content-icon-upload
{
  z-index: 3000;
}
#modal-content-confirm,
#modal-content-confirm-on-overlay
{
  width: 25%;
  min-height: 5%;
  z-index: 3000;
}
#modal-content-mod-mail-body,
#modal-content-job-recommend-send-mail
{
  z-index: 3000;
}
#modal-content-job-recommend-send-mail-preview
{
  z-index: 9999;
}
#modal-content-job-recommend-user-select
{
  z-index: 9999;
}
#modal-content-setting
{
  display: none;
  width: auto;
  height: auto;
  padding: 10px 20px;
  border: 2px solid #aaaaaa;
  background: #ffffff;
  position: fixed;
  z-index: 900;
  border-radius: 10px;
/*  box-shadow: 5px 0px 10px 0px;*/
}

/* メニュー項目数で高さ・横サイズ調整を行う */
#modal-content-setting.rows-2 { height: 55px; width: 85px;}
#modal-content-setting.rows-3 { height: 80px; width: 100px;}
#modal-content-setting.rows-4 { height: 120px; width: 100px;}

#modal-content-setting:after {
  content: "";
  position: absolute;
  /*top: 70px;*/
  left: -15px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #aaaaaa transparent transparent;
}
/* (項目数2) */
/* 変更する場合は365_common.jsのviewSetting()のSETTING_DIV_ROWS_2_TOP_PXを併せて修正すること*/
#modal-content-setting.rows-2:after { top: 30px; }
/* 変更する場合は365_common.jsのviewSetting()のSETTING_DIV_ROWS_2_TOP_AFTER_PXを併せて修正すること*/
#modal-content-setting.near-bottom.rows-2:after { top: 70px; }

/* (項目数3) */
/* 変更する場合は365_common.jsのviewSetting()のSETTING_DIV_ROWS_3_TOP_PXを併せて修正すること*/
#modal-content-setting.rows-3:after { top: 50px; }
/* 変更する場合は365_common.jsのviewSetting()のSETTING_DIV_ROWS_3_TOP_AFTER_PXを併せて修正すること*/
#modal-content-setting.near-bottom.rows-3:after { top: 100px;}

/* (項目数4) */
/* 変更する場合は365_common.jsのviewSetting()のSETTING_DIV_ROWS_4_TOP_PXを併せて修正すること*/
#modal-content-setting.rows-4:after { top: 70px; }
/* 変更する場合は365_common.jsのviewSetting()のSETTING_DIV_ROWS_4_TOP_AFTER_PXを併せて修正すること*/
#modal-content-setting.near-bottom.rows-4:after { top: 120px;}

/* (項目数5) */
/* 変更する場合は365_common.jsのviewSetting()のSETTING_DIV_ROWS_5_TOP_PXを併せて修正すること*/
#modal-content-setting.rows-5:after { top: 90px; }
/* 変更する場合は365_common.jsのviewSetting()のSETTING_DIV_ROWS_5_TOP_AFTER_PXを併せて修正すること*/
#modal-content-setting.near-bottom.rows-5:after { top: 120px;}

#modal-content-message
{
  display: none;
  width: 99.8%;
  height: 60px;
  top: 0;
  text-align: center;
  border: 2px solid #aaaaaa;
  background: #eeeeee;
  position: absolute;
  z-index: 99999;
}
.modal-message-div
{
  margin-top: 20px;
}
.modal-setting-div-child
{
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 0.85em;
}
.modal-setting-div-child a
{
  color: #555555;
  text-decoration: none;
}

.modal-searched-after
{
  display: none;
}

.modal-p{
  margin-top: 1em;
}
.media-name
{
  margin-top: 20px !important;
}
.fake_input_file
{
  width: 25%;
  margin-left: 10px;
}
#entity_mediaEnumItem
{
  width: 220px;
}


.modal-p:first-child{
  margin-top: 0;
}
#modal-overlay{
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(53,53,53,0.75);
}
#modal-overlay2{
  display: none;
  z-index: 1999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(53,53,53,0.75);
}
#modal-overlay3{
  display: none;
  z-index: 2999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(53,53,53,0.75);
}
#modal-overlay4{
  display: none;
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(53,53,53,0.75);
}
#modal-overlay-tour{
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(53,53,53,0.25);
}
#modal-content-top{
  display: none;
  width: 50%;
  height: 50%;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
  position: fixed;
  z-index: 2000;
  border-radius: 10px
}

#modal-overlay-top{
  display: none;
  z-index: 1999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(53,53,53,0.75);
}
#modal-room-Invitation-button,
#p_roomSubInvitation {
  clear: both;
  display: none;
}
.button-link {
  margin: 10px 10px 10px 0;
  border-radius: 10px;
  background: #26286b;
  color: #ffffff;
  display: block;
  padding: 10px;
  width: 75px;
  text-align: center;
  float: left;
  cursor: pointer;
}
#modal-confirm-button-no,
#modal-confirm-button-yes
{
  margin: 0px 10px 0px 0px;
}

.button-link-right {
  margin: 10px 10px 10px 0;
  border-radius: 10px;
  background: #26286b;
  color: #ffffff;
  display: block;
  padding: 10px;
  width: 75px;
  text-align: center;
  float: right;
  cursor: pointer;
}
.button-link-left {
  margin: 10px 10px 10px 0;
  border-radius: 10px;
  background: #26286b;
  color: #ffffff;
  display: block;
  padding: 10px;
  width: 75px;
  text-align: center;
  float: left;
  cursor: pointer;
}
.button-link-search {
  border-radius: 0 10px 10px 0;
  background: #26286b;
  color: #ffffff;
  display: block;
  padding: 4.5px 28px;
  width: 40px;
  text-align: center;
  float: left;
  margin-left: -4px;
  cursor: pointer;
}
.csv-download{
  width: 130px;
  margin-left:8px;
}
.button-link-close {
  border-radius: 50px;
  display: block;
  width: 50px;
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: -25px;
}
#roomRegisterForm #roomName, #roomChangeForm input  {
  padding-left: 10px;
}
#roomSubInvitation
{
  width: 30px;
}
#search {
  background: url(/public/images/icon/i-search.png) no-repeat 8px 3px;
  background-position: 10px;
  background-size: 15px 15px;
  padding: 2px 2px 2px 32px;
  background-color: #ffffff;
  float: left;
}
.user-search-div,
.fixed-phrase-search-div {
  clear: both;
  width: 100%;
  overflow: auto;
}
.user-status-list-div
{
  float: left;
  width: 75%;
  margin-left: 5px;
  overflow: auto;
}
.fixed-phrase-search-div {
  max-height: 85%;
}
.user-search-div, .fixed-phrase-search-list-div
{
  margin: 10px;
}
.user-search-div
{
  margin-top: 35px;
}
.user-search-div div
{
  margin-bottom: 6px;
}
.fixed-phrase-search-list-div {
  width: 98%;
  overflow: auto;
  margin-left: 0;
}
.user-search-div input {
  width:30px;
}
.user-search-div::-webkit-scrollbar,
.user-status-list-div::-webkit-scrollbar
{
  width: 5px;
  background: #cccccc;
}
.user-search-div::-webkit-scrollbar-thumb,
.user-status-list-div::-webkit-scrollbar-thumb
{
  background: #26286b;
  border-radius: 2px;
}
.user-detail-list-div
{
  width: 3350px;
}
.user-detail-list-table,
.user-status-list-table,
.fixed-phrase-list-table
{
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.8em;
  border-radius: 5px 5px 0px 0px;
}

.user-detail-list-table, .user-detail-list-table tr, .user-detail-list-table th, .user-detail-list-table td,
.user-status-list-table, .user-status-list-table tr, .user-status-list-table th, .user-status-list-table td
{
  border: 1px solid #dddddd;
  word-wrap: normal;
  border-radius: 5px 5px 0px 0px;
}
.user-detail-list-table th,
.user-status-list-table th,
.fixed-phrase-list-table th
{
  background-color: #26286b;
  color: #ffffff;
  padding: 5px;
}
.user-detail-list-table td,
.user-status-list-table td
.fixed-phrase-list-table td
{
  min-width: 80px;
  vertical-align: top;
  padding: 3px;
}
.user-detail-list-table-w600
{
  width: 600px;
}
.user-detail-list-table-w400,
.user-status-list-table-w400
{
  width: 400px;
}
.user-status-list-table-w100
{
  width: 100px;
}
.user-status-list-table-w150
{
  width: 150px;
}
.fixed-phrase-list-table .phrase-cell {
  width: 65%;
}
.phrase-name-cell {
  width: 20%;
}
.fixed-phrase-list-table .button-cell{
  width: 5%;
  text-align: center;
}
td.button-cell {
  padding-bottom: 7px;
}
.fixed-phrase-list-table, .fixed-phrase-list-table tr, .fixed-phrase-list-table th, .fixed-phrase-list-table td
{
  border: 1px solid #dddddd;
  word-wrap: normal;
  border-radius: 5px 5px 0px 0px;
}
.fixed-phrase-list-table p {
  margin-top: 0px;
}
.fixed-phrase-list-table {
  width: 99%;
}
.fixed-phrase-list-table tr {
  width: 90%;
}
.fixed-phrase-edit-item {
  margin: 5px;
}
.fixed-phrase-edit-item #fixed-phrase-name {
  width: 400px;
}
.fixed-phrase-edit-item textarea {
  width: 400px;
  height: 150px;
}
.fixed-phrase-apply-icon {
  width: 15px;
  cursor: pointer;
}

.fixed-phrase-tool-icon {
  zoom : 125%;
  margin: auto;
  cursor: pointer;
}

.new-fixed-phrase-btn {
  position: absolute;
  right: 5%;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
div.fixed-phrase-view {
  overflow: auto;
}

.error-msg {
  color: #FF0000;
  font-size: 12px;
}

.user-searched-list-table {
  border-collapse: separate;
  border-spacing: 10px;
}

.user-searched-list-table .fullname {
  min-width: 140px;
}

.chat-permission-update-list-table .noChat-simbol img {
  width: 20px;
  height: 20px;
}
.modal-target {
  margin: 10px;
}
.modal-target div {
  margin-bottom: 10px;
}

#iconUploadForm {
  margin: 20px 0;
}
label {
  color: white;
  background-color: #26286B;
  padding: 6px 12px 6px 6px;
  border-radius: 12px;
}
.imgView {
  max-width: 70%;
}
.cropper-1 {
  margin: 10px 0 10px 0;
}
.docs-preview {
  margin-right: -15px;
}
.img-preview {
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.img-preview > img {
  max-width: 100%;
}
.preview-md {
  width: 139px;
  height: 78px;
}

:placeholder-shown { color: #999999; }
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder { color: #999999; }
/* Firefox 18- */
:-moz-placeholder { color: #999999; opacity: 1; }
/* Firefox 19+ */
::-moz-placeholder { color: #999999; opacity: 1; }
/* IE 10+ */
:-ms-input-placeholder { color: #999999; }

input[type="text"]:focus,
select:focus,
textarea:focus
{
  border-color: #2A206F !important;
  box-shadow: 0px 0px 3px 1px rgba(42, 32, 111, 0.5);
  outline-width: 0;
}
input {
  border-radius: 5px;
  background-color: #ffffff;
  height: 20px;
  width: 200px;
  border: 2px solid #aaaaaa;
}

textarea {
  border-radius: 5px;
  background-color: #ffffff;
  height: 70px;
  width: 300px;
  border-color: #aaaaaa;
}
textarea::-webkit-scrollbar{
  width: 5px;
  background: #cccccc;
}
textarea::-webkit-scrollbar:horizontal{
  height: 5px;
  background: #cccccc;
}
textarea::-webkit-scrollbar-thumb{
  background: #26286b;
  border-radius: 2px;
}
textarea::-webkit-scrollbar-thumb:horizontal{
  background: #26286b;
  border-radius: 2px;
}
.sex-p {
  clear: both;
  margin-top: 10px;
}
.name-div-container {
  clear: both;
  height: 60px;
}
.sex-p {
  clear: both;
}
.name-div {
  float: left;
}
.name-div:last-child {
  margin-left: 5px;
}
#u_createRoomCheck,
#u_mailSendCheck,
#m_mailSendCheck
{
  width: 50px;
}

.company-tab-menu{
    position: relative;
    width: auto;
    /*height: 200px;*/
    font-size: 0;
    border-bottom: solid 1px #DDDDDD;
    margin-left: -15px;
    padding-left: 15px;
}

.company-tab-menu label{
    /*display: none;*/
    padding: 0;
}
/*.company-tab-menu span{
    position: absolute;
    top: 30px;
    left: 0;
    display: block;
    margin: 4px 0 0;
    padding: 10px;
    width: 100%;
    height: 140px;
    border: 1px solid #0ae;
    -webkit-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    font-size: 14px;
}*/
.company-tab-menu input[type="radio"]{
    display: none;
}
.company-tab-menu input[type="radio"] + .company-tab-name{
    position: relative;
    z-index: 100;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 4px 0 0;
    min-width: 80px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background: #ddd;
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}
.company-tab-menu input[type="radio"]:checked + .company-tab-name{
    background: #26286b;
    color: #fff;
}
.top-page-content
{
  display: none;
}
.top-page-content.active
{
  display: block;
}

/* tootip-info-message */
.tooltip-info-message
{
  display: block;
  margin-top: 4px;
  padding: 10px 20px;
  background: #ffffff;
  position: fixed;
  border: 1px solid #ccc;
  border-color: rgba(0,0,0,.2);
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.tooltip-info-message:after
{
  content: "";
  position: absolute;
  top: -22px;
  left: 200px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #ffffff transparent transparent;
  transform: rotate(90deg);
  filter: drop-shadow(-1.5px 0px 1px #ccc);
}
.tooltip-info-message ul
{
  width: 100%;
}
.tooltip-info-message li
{
  width: 100%;
  float: left;
  text-align: left;
  margin: 5px 5px 5px 5px;
}
.tooltip-info-message li.li-line
{
  border-top: 0.5px solid #cccccc;
  margin-left: -20px;
}
.tooltip-info-message a
{
  color: #949494;
  display: block;
  font-size: 0.9em;
  color: #333333;
}


/**********/
/* Mobile */
/**********/
@media (max-width:1200px) {
.job-seeker-list-icon-div
{
  width: 21%;
}
.job-seeker-list-name-and-message-div
{
  width: 74%;
}
}
/* 1200 end */

@media (max-width:1100px) {
.job-seeker-list-icon-div
{
  width: 23%;
}
.job-seeker-list-name-and-message-div
{
  width: 70%;
}
}
/* 1100 end */
@media (max-width:950px) {
.job-seeker-list-icon-div
{
  width: 26%;
}
.job-seeker-list-name-and-message-div
{
  width: 60%;
}
}
/* 950 end */
@media (max-width:767px){

body {
}

.main {
  flex-direction: column;
  position: relative;
}
.nav-horizontal-menu
{
  right: 10px;
  width: 80%;
}
.nav-horizontal-menu:after
{
  left: 59%;
}
.nav-horizontal-menu li
{
  width: 29%;
}
.nav-horizontal .nav-horizontal-div {

  height: inherit;
  overflow-x: inherit;
}
.nav-horizontal-ul
{
  display: block;
}
.nav-horizontal .nav-horizontal-ul li {
  margin: 3%;
  float: left;
  width: 27%;
  min-width: 0;
}
.li-separator,
.li-user-register-hrcsv,
.li-user-list,
.li-manage-register
{
  display: none !important;
}
.nav-horizontal-action-view-sp
{
  display: none;
}

.main .col-1 {
}
.fixed-room-register {
  display: none;
}
.main .col-2 {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  padding: 15px 0 0 0;
  z-index: 110;
  margin-left: -2px;
}
.main .col-3 {
  display: none;
}
.job-seeker-list-message {
  width: 250px;
}

.chat-container {
  float: none;
  margin-right: 3px;
  min-width: 96%;
}
.chat-box-container {
  height: 95%;
}
.someone {
  margin-left: 10px;
}

.chat-back {
  display: block;
  position: absolute;
  color: #26286B;
  font-size: 1.5em;
}
a.chat-back:before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  width: 25px;
  height: 25px;
  margin-top: -5px;
  border-radius: 50%;        /* CSS3草案 */
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */
    -moz-border-radius: 50%;   /* Firefox用 */
  background: #fff;
}
a.chat-back:after {        /*「after要素」で三角 */
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 8px solid transparent;        /*top right bottom を透明化 */
  border-right: 15px solid #26286B;
}
a.chat-back:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */
  border-right: 15px solid #26286B;
}
.chat-next {
  display: block;
  position: absolute;
  color: #26286B;
  font-size: 1.5em;
  right: 10px;
  top: 8px;
}
input {
  width:80%;
}
.chat-h2 {
  margin-bottom: 10px;
  margin-left: 50px;
}
.col3-div-Invitation {
  margin-top: 10px;
}
.name-div-container {
  height: 110px;
}
.name-div {
  width: 100%;
}
.name-div:last-child {
  margin-left: 0px;
}

.col3-div-Invitation,
.col3-div-room-change,
.col3-div-room-favorite
{
  display: none;
}

#modal-content-setting:after {
  content: "";
  position: absolute;
  top: 50%;
  left: initial;
  right: -15px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #aaaaaa;
}
.chat-input
{
  margin-left: 6px;
  margin-bottom: 56px;
}
.chat-button-div
{
  margin-left: 0;
  margin-bottom: 12px;
}
} /* mediaの閉じ */
