html,
body {
  height: 100%;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 90%;
  }
}

/* ぶら下げアイコン用 */
.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.container-m {
  margin-top: 10px;
}

.skillbank-info-box {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.skillbank-waku-box {
  border: 1px solid #f00;
  padding: 1em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#navbar {
}
.bg-body-navi {
  background-color: #444;
  font-weight: bold;
}
.bg-body-navi a {
  color: #fff;
}
.bg-body-navi a:link,
.bg-body-navi a:visited {
  text-decoration: none;
}
.bg-body-navi a:hover,
.bg-body-navi a:active {
  color: #ffc;
  text-decoration: none;
}



footer.footer {
  background-color: #444;
  color: #fff;
  text-align: center;
}
footer.footer a {
  color: #fff;
}

footer.footer a:link,
footer.footer a:visited {
  text-decoration: none;
}
footer.footer a:hover,
footer.footer a:active {
  text-decoration: underline;
}


.glogin .form-signin {
  max-width: 330px;
  padding: 1rem;
}

.gmember .form-signin {
  max-width: 430px;
  padding: 1rem;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.e-error-msg {
  color: #cc0000;
}
.err-msg {
  color: #ff0000;
  font-weight: bold;
}
.g-msg {
  color: #666;
  font-weight: bold;
}
.chui-msg {
  background-color: #ffffcc;
  color: #ffaf00;
  font-weight: bold;
  line-height: 2em;
}
.chui {
  color: #ffaf00;
  font-weight: bold;
}
.hissu {
  background-color: #ffaf00;
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: .2em .5em;
  text-align: center;
  margin-left:.5em;
}
.nini {
  background-color: #666;
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: .2em .5em;
  text-align: center;
  margin-left:.5em;
}


@include color-mode(dark) {
}

.sumi {
  color: #c00;
  font-weight: bold;
  font-size: .7em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  margin-right: .7em;
  text-decoration: none;
  border: 2px solid #c00;
  background-color: #fff;
  display: inline-block;
  padding: .3em .5em;
}


header .container {
      padding-top: 7%;
      padding-bottom: 5%;
text-shadow: 2px  2px 5px #333,
            -2px  2px 5px #333,
             2px -2px 5px #333,
            -2px -2px 5px #333;
}

.top-arrow {
  color: #084e86;
}
.top-box-ttl {
  color: #084e86;
}
.top-box-ttl span {
  border-radius: 12px;
  background-color: #084e86;
  color: #fff;
  font-size: 1.4em;
  padding: 0 .3em;
  margin-left: .1em;
}
.infobox h3 {
  border-bottom: 1px solid #666;
  padding: 0 0 .2em .5em;
  color: #084e86;
}
.infobox .img-hidden img {
  max-height: 200px;
}
@media screen and (min-width: 1300px) {
  .infobox #entry-flow img,
  .infobox #entry-flow2 img {
    max-width: 400px;
  }
}
@media screen and (1000px < width <= 1300px) {
  .infobox #entry-flow img,
  .infobox #entry-flow2 img {
    max-width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .infobox #entry-flow img,
  .infobox #entry-flow2 img {
    max-width: 400px;
  }
}

h2,h2.h2 {
  color: #666;
  text-align: center;
  padding: 0.25em;
  border-top: solid 2px #666;
  border-bottom: solid 2px #666;
  background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 3px,#fcfcfc 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px,#fcfcfc 3px, #e9f4ff 7px);
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 90%;
  }
  h2,h2.h2 {
    font-size: 1.5em;
  }
  h3,h3.h3 {
    font-size: 1.5em;
  }
}

.lead {
  font-size: 1em;
}
.form-label {
  font-weight: bold;
  color: #666;
  font-size: 1.1em;
}
.skillbank-edit-box {
  border: 1px solid #cecece;
  padding: .5em 1em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.skill-hr {
  background-color: #fff;
  border-top: 2px dotted #8c8b8b;
}



.skillbank-box td,
.skillbank-box th {
  border: 1px solid #999;
  line-height: 1.5em;
  padding: 10px;
}
.skillbank-box thead th {
  vertical-align: middle;
}
.skillbank-box thead th,
.skillbank-box tbody th {
  background-color: #eee;
  color: #333;
  font-weight: normal;
}
.skillbank-box tbody td {
  color: #666;
  word-break: break-all;
}
.skillbank-box .d-disabled {
  background-color: #ccc;
}

@media screen and (max-width: 767px) {
  .skillbank-box table {
    width: 100%;
  }
  .skillbank-box thead th {
    display: block;
    text-align: center;
    width: 100%;
  }
  .skillbank-box tbody th,
  .skillbank-box tbody td {
    border-top-width: 0;
    display: block;
    width: 100%;
  }
  .skillbank-box tbody th {
    font-weight: bold;
    text-align: left;
    padding: 10px .5em;
  }
  .skillbank-box tbody td {
    padding: 10px .5em 10px 1em;
    min-height: 40px;
  }
  .skillbank-box tbody tr:first-child {
      border-top: 1px solid #999;
  }
}
@media screen and (min-width: 768px) {
  .skillbank-box tbody th {
    width: 180px;
  }
  .skillbank-box tbody td {
    width: 500px;
  }
  .skillbank-box thead th {
    text-align: center;
  }
}

#select-list #sort-msg .sort-ttl {
  color: #666;
}
#select-list #sort-msg .now,
#select-list #sort-msg a {
  margin: auto 10px;
}
.my-member-box p {
  padding: 0;
  margin: 0;
}
.my-member-box {
  border: 1px solid #999;
  padding: 3px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.my-member-box .mmbtype,
.my-member-box .mmbtyped {
  color: #666;
  font-size: .9em;
}
.my-member-box .mmbd {
  color: #333;
  font-size: 1.3em;
  line-height: 1.4em;
  padding-left: .3em;
}
.my-member-box .mmt1,
.my-member-box .mmt2,
.my-member-box .mmt0 {
  font-size: 1.3em;
  line-height: 1.4em;
  padding-left: .3em;
  font-weight: bold;
}
.my-member-box .mmt1 {
  color: #ff6e08;
}
.my-member-box .mmt2 {
  color: #c60808;
}
.my-member-box .mmt0 {
  color: #f00;
}
.my-member-box .mmtfree {
  color: #007bbb;
}
.my-member-box .mmbd0 {
  color: #f00;
  font-weight: bold;
}
.my-member-box .mmbd1 {
  color: #1e50a2;
}
.my-member-box .mmbtypel {
  margin: 3px 0;
}
.loginSp .mmt1,
.loginSp .mmt2,
.loginSp .mmt0 {
}
.loginSp .mmt1 {
  color: #ff6e08;
}
.loginSp .mmt2 {
  color: #c60808;
}
.loginSp .mmt0 {
  color: #f00;
}
.loginSp .mmtfree {
  color: #007bbb;
}
.loginSp .mmbd0 {
  color: #f00;
  font-weight: bold;
}
.loginSp .mmbd1 {
  color: #1e50a2;
}

@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) {
  .my-member-box {
    margin: 0 10px;
  }
  .my-member-box .mmbtype {
    padding-top: .5em;
  }
  .my-member-box .mmbtyped {
    padding-top: .5em;
  }
}
.entry-icon{
  animation: entry-flash 2s linear infinite;
  margin: auto .5em auto .5em;
  font-weight: bold;
  color: #ffe;
}
@keyframes entry-flash {
  0% {
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
}
.sns {
  border: 2px solid #66ffcc;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin: 10px auto 10px auto;
  overflow: hidden;
  padding: 7px;
  text-align: center;
  width: 95%;
}
.sns > div {
  float: right;
  margin-left: 10px;
  width: auto;
}
.sns .pv {
  color: #666;
  line-height: 20px;
  margin-right: 10px;
}
/*-------------------------------------------------------------
|  案件一覧（検索結果）
-------------------------------------------------------------*/
.l-srh-box h3 {
  background-color: #084e86;
  border-bottom: 1px solid #999;
  color: #fff;
  font-weight: bold;
  margin-bottom: 7px;
  padding: 5px;
  text-align: center;
  font-size: 1.1em;
}
.l-srh-box h4 {
  color: #444;
  font-weight: bold;
  text-align: left;
  font-size: 1em;
}
.l-srh-box {
  border: 2px solid #ccc;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  display: block;
  overflow: hidden;
  margin: 0 15px 15px 15px;
  text-align: left;

}
.l-srh-box hr {
  border-color: #999;
  border-style: solid;
  border-width: 1px 0 0 0;
}
.l-srh-box hr {
  border-color: #999;
  border-style: solid;
  border-width: 1px 0 0 0;
}
.l-srh-box .now {
  color: #666;
  font-weight: bold;
  font-size: 1em;
}
.l-srh-box p {
  margin: .5em auto;
}
#select-list #sort-msg {
  display: block;
  text-align: right;
  margin: 10px;
}
#select-list #sort-msg .sort-ttl {
  color: #666;
}
#select-list #sort-msg .now {
  font-weight: bold;
  color: #777;
}
#select-list #sort-msg .now,
#select-list #sort-msg a {
  margin: auto 10px;
}
#select-list .hanrei {
  color: #666;
  display: block;
  padding: 10px 20px 10px 6em;
  text-align: left;
  text-indent: -6em;
  margin-left: 20px;
  line-height: 1.5em;
}
#select-list .hanrei-ttl {
  color: #666;
  font-weight: bold;
  margin-right: 15px;
}
#select-list .hanrei .hanrei-waku  {
  border: 1px solid #ccc;
  color: #fff;
  text-decoration: none;
  padding: 2px 5px;
  margin-right: 10px;
  font-size: 90%;
  text-shadow: 0 0 0 #000;
  font-weight: normal;
}
#select-list .hanrei .aid,
#select-list .hanrei .yid {
  background-color: #666;
}
#select-list .joken {
  border: 1px solid #999;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  color: #666;
  margin: 0 10px;
  padding: 10px;
  text-align: left;
}
#select-list .joken-ttl {
  color: #666;
  font-weight: bold;
  margin-right: 15px;
}
#select-list {
  margin: 10px 0 20px 0;
  width: 100%;
}
#select-list ul {
  list-style: none;
  margin: 3px 15px;
  padding: 0;
  text-align: left;
}
#select-list li {
  border-color: #999;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}
#select-list li:first-child {
  border-top-width: 1px;
}
#select-list li img.img-new {
  vertical-align: top;
  margin-left: 15px;
}
#select-list li img.img-new-pc {
  vertical-align: middle;
  margin-left: 15px;
}
#select-list li img.img-pc {
  margin-right: 15px;
}
#select-list li .aid,
#select-list li .yid {
  border: 1px solid #ccc;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  padding: 2px 5px;
  margin-right: 10px;
  font-size: 90%;
  text-shadow: 0 0 0 #000;
  font-weight: normal;
}
#select-list li a {
  padding: 7px;
  display: block;
}
#select-list li a:link,
#select-list li a:visited {
  color: #333;
  text-decoration: none;
}
#select-list li a:hover,
#select-list li a:active {
  background-color: #ffffcc;
  color: #333;
  text-decoration: none;
}
#select-list li:nth-child(odd) a:link,
#select-list li:nth-child(odd) a:visited {
  background-color: #fff;
}
#select-list li:nth-child(odd) a:hover,
#select-list li:nth-child(odd) a:active {
  background-color: #ffc;
}
#select-list li:nth-child(even) a:link,
#select-list li:nth-child(even) a:visited {
  background-color: #eef;
}
#select-list li:nth-child(even) a:hover,
#select-list li:nth-child(even) a:active {
  background-color: #ffc;
}
@media screen and (max-width: 767px) {
  #select-list #sort-msg,
  #select-list .hanrei {
    display: none;
  }
  #select-list ul {
    margin: 3px 3px;
    line-height: 1.8em;
  }
}


.listnow {
  font-weight: bold;
}

.jumbotron {
/*  background: url("%%ROOT_URL%%/img/bus0028-001-min.jpg");
  background: url("%%ROOT_URL%%/img/bus0123-001-01.jpg");*/
  background-position: center center;
  background-size: cover;
/*  color: #fff;
  opacity: 0.9; */
}
/*
.jumbotron h1,
.jumbotron .lead {
    text-shadow:
    0 1px #fff,
    1px 2px #fff,
    2px 3px #fff;
}
.jumbotron h1 {
  font-size: 2em;
  font-weight: bold;
}
.jumbotron .lead {
  font-weight: bold;
}
*/

@media screen and (min-width: 768px) {
 .top-list-box {
    min-height: 500px;
  }
}

/*-------------------------------------------------------------
|  新着情報
-------------------------------------------------------------*/
.top-list {
  padding: 3px 15px 3px 15px;
}
.top-list-box li p {
  margin: 0 0;
}
.top-anken {
  background-color: #fff;
}
.top-youin {
  background-color: #fff;
}
.top-youin h3,
.top-anken h3 {
  position: relative;
  padding: 10px;
  text-align: center;
  font-size: 120%;
  text-shadow: -1px 1px 0 rgba(0,0,0,0.2);
  margin-top: -10px;
}
.top-anken h3 {
  box-shadow:
    10px 0 0 0 #a0c600,
    -10px 0 0 0 #a0c600,
    0 3px 3px 0 rgba(0,0,0,0.1);
  background: #a0c600;
  color: #fff;
}
.top-youin h3 {
  box-shadow:
    10px 0 0 0 #00a0c6,
    -10px 0 0 0 #00a0c6,
    0 3px 3px 0 rgba(0,0,0,0.1);
  background: #00a0c6;
  color: #fff;
}
.top-anken h3:before,
.top-youin h3:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
}
.top-anken h3:before {
  border-right-color: #8da841;
}
.top-youin h3:before {
  border-right-color: #418da8;
}
.top-anken h3:after,
.top-youin h3:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 100%;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 0;
  border-style: solid;
  border-color: transparent;
}
.top-anken h3:after {
  border-top-color: #8da841;
}
.top-youin h3:after {
  border-top-color: #418da8;
}
.top-anken h3 a,
.top-youin h3 a {
  display: block;
  font-weight: bold;
  width: 100%;
  text-decoration:none;
}
.top-anken h3 a {
  color: #fff;
}
.top-youin h3 a {
  color: #fff;
}
.top-list-box .aid,
.top-list-box .yid {
  border: 1px solid #ccc;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  padding: 2px 5px;
  margin-right: 10px;
  font-size: 90%;
  text-shadow: 0 0 0 #000;
  font-weight: normal;
}

.top-list-box {
  display: block;
  height: 300px;
  overflow: auto;
  margin-top: -10px;
  padding-top: 10px;
}
.top-list-box ul {
  list-style: none;
  padding: 0;
}
.top-list-box li {
  line-height: 1.5em;
  margin-bottom: 5px;
  text-align: left;
}
.top-list-box li:last-child {
  margin-bottom: 0;
}
.top-list-box li .ttl {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.8em;
}
.top-list-box li span.sub {
  font-size: .8em;
  margin: 0 7px 0 15px;
}
.top-list-box li a {
  color: #006;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-decoration: none;
  background-color: #fff;
  display: block;
  text-decoration: none;
  padding: 3px 5px;
  border: 1px solid #ccc;
}
.top-list-box li img.img-worker {
  float: left;
}
.top-list-box li a:hover {
  color: #ab0404;
  background-color: #ffc;
}
.top-list-box li .type {
  border: 1px solid #ccc;
  color: #fff;
  font-size: .9em;
  text-decoration: none;
  padding: 2px 5px;
  margin-right: 10px;
}
.top-list-box li .order-end {
  font-weight: bold;
  color: #c00;
  border: 2px solid #c00;
  padding: 2px .5em;
  background-color: #fff;
  font-size: 12px;
  margin: 0 1em 3px 0;
  line-height: 2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .top-list-box ul {
    margin: 5px 3px 0 3px;
  }
  .top-list-box li img.img-worker {
    padding: 3px;
    margin-right: 3px;
  }
}
@media screen and (min-width: 768px) {
  .top-list-box ul {
    margin: 5px 1em 0 1em;
  }
  .top-list-box li img.img-worker {
    padding: 5px;
    margin-right: .5em;
  }
}
.top-list-box li p.sub {
  margin-left: 4em;
}
.top-list-box li p.main {
  text-indent: -4em;
  margin-left: 4em;
}

/*-------------------------------------------------------------
|  option
-------------------------------------------------------------*/
.mk-new::after {
  display        : inline-block;       /* インラインボックス定義  */
  content        : "NEW";              /* 表示する文字            */
  background     : #ffaf00;            /* 背景色                  */
  color          : #ffffff;            /* 文字色                  */
  font-weight    : bold;               /* 太字                    */
  font-size      : 10px;               /* ベースの文字サイズ      */
  line-height    : 1;                  /* 1行の高さ               */
  vertical-align : middle;                /* 基準の高さ位置          */
  margin         : 0 1em;                  /* 外余白なし              */
  padding        : 2px .3em;                /* 反転時の内余白          */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  transform      : scale(1.2)          /* 文字サイズ変更          */
                   translateX(2%);    /* 横位置調整              */
                                       /* ブリンクのアニメ指定    */
  animation      : newAnime .7s infinite alternate;
}
@keyframes newAnime {
   0% { color      : #ffaf00;          /* ブリンク時の文字色      */
        background : #ffffff;          /* ブリンク時の背景色      */
      }
 100% { color      : #ffffff;          /* ブリンク時の文字色      */
        background : #ffaf00;          /* ブリンク時の背景色      */
      }
}
.top-new {
  position: relative;
}
.top-new:before {
  border-color: transparent #ffaf00 transparent transparent;
  border-style: solid;
  border-width: 0 45px 45px 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  z-index: 2;
}
.top-new:after {
  color: #fff;
  content: "NEW";
  font-size: 12px;
  position: absolute;
  top: 7px;
  right: 3px;
  transform: rotate(45deg);
  z-index: 3;
  animation      : topAmime .7s infinite alternate;
}
@keyframes topAmime {
   0% { color      : #ffaf00;          /* ブリンク時の文字色      */
      }
 100% { color      : #ffffff;          /* ブリンク時の文字色      */
      }
}

/*-------------------------------------------------------------
|  ページメイン部
-------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #main-banner,
  #main-banner-bottom {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    width: 100%;
  }
}

/*-------------------------------------------------------------
|  広告部
-------------------------------------------------------------*/
h3.banner-h3 {
  color: #999;
  margin-bottom: 7px;
  text-align: center;
}
.banner li {
  margin-bottom: 7px;
}

.banner li:last-child {
  margin-bottom: 0;
}
.banner li a {
  background-color: #fff;
  display: block;
}
.banner li a img {
  transition: all 0.5s ease;
}
.banner li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.banner {
  margin-bottom: 15px;
}
.banner img {
  border: 1px solid #ccc;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #main-div-bottom .banner li {
    float: left;
    margin: 0 7px;
  }
  #main-div-bottom {
    padding-top: 10px;
    border-top: 1px solid #aaa;
  }
}
@media screen and (max-width: 767px) {
  .banner li a {
    text-align: center;
    width: 100%;
  }
  .banner li a img {
    width: 100%;
    height: 100%;
    max-width: 290px;
    max-height: 87px;
  }
  .banner li a {
    width: 100%;
    height: 100%;
    max-width: 290px;
    max-height: 87px;
    margin: 0 auto;
  }
}



/*-------------------------------------------------------------
|  つぶやき
-------------------------------------------------------------*/
#sub-info-tw {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  background-color: #eee;
}
#sub-info-tw h3 {
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  height: 30px;
  background-color: #084e86;
  text-shadow: 1px 1px 1px #999;
}
#sub-info-tw-sub {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 3px 7px;
}
#sub-info-tw {
  margin-bottom: 15px;
}
#sub-info-tw .twwaku0,
#sub-info-tw .twwaku1,
#sub-info-tw .twwaku2,
#sub-info-tw .twwaku3,
#sub-info-tw .twwaku4,
#sub-info-tw .twwaku5 {
  background-color: #fff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-width: 2px;
  border-style: solid;
  color: #333;
  font-weight: normal;
  line-height: 130%;
  margin: 5px 0;
  padding: 5px 10px;
  text-align: left;
}
#sub-info-tw p {
  margin: 3px 0;
}
#sub-info-tw .photo{
  text-align: center;
}
#sub-info-tw .photo img {
/*  max-width: 100%;*/
  max-width: 150px;
}
#sub-info-tw .date {
  color: #666;
  padding: 10px 10px;
  font-weight: bold;
  font-size: .9em;
}
#sub-info-tw .icon {
  width: 40px;
  margin: 0 20px 0 0;
  float: left;
}
#sub-info-tw .icon img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
#sub-info-tw p a {
  color: #000066;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #sub-info-tw .photo img {
    max-width: 150px;
  }
  #sub-info-tw p a {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
}
.sign-tw {
  font-size:70%;
  float:right;
}
.sign-tw-f {
  color: #f0c;
}
.sign-tw-m {
  color: #0c9;
}
#sub-info-tw-sub .msg::after{
  content: "";
  display: block;
  clear: both;

}
#select-list td {
  background-color:transparent;
}

@media screen and (max-width: 768px) {
  #youin-list-d {
    margin-top: 10px;
    border:none;
  }
  #youin-list-d thead {
    display: none;
  }
  #youin-list-d tbody tr{
    display: block;
  }
  #youin-list-d tbody tr:nth-child(2n) {
    box-shadow:0 2px 2px #ddd;
    border-bottom:1px solid #ccc;
    margin-bottom:.5em;
  }
  #youin-list-d tr td {
    display:block;  /*tdをブロックレベルに（セルをやめる）*/
    border-top: 1px dotted #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
  }
  #youin-list-d tr .cstr {
    text-align: left;
  }
  #youin-list-d tr td::before {   /*tdに擬似要素 ::before*/
    content: attr(aria-label);  /*aria-label属性の値をコンテンツに*/
    float: left;                /*テキストを左寄せにする*/
    font-weight:bold;
    padding-left:.7em
  }
  #youin-list-d tr td::after {
    content:"";
    display:table;
    clear:both;
  }
  #youin-list-d tbody td.yid {
    display:block;  /*tbody内の thをブロックレベルに（セルをやめる）*/
    border:none;
    background:#666;
    color:white;
    text-align: left;
  }
  #youin-list-d tbody td.yid::before {
    content:"要員No.　"  /*tbody内の thの前に エリア と追加*/
  }
}

@media screen and (max-width: 768px) {
  #anken-list-d {
    margin-top: 10px;
    border: none;
  }
  #anken-list-d thead {
    display: none;
  }
  #anken-list-d tbody tr{
    display: block;
  }
  #anken-list-d tbody tr:nth-child(2n) {
    box-shadow:0 2px 2px #ddd;
    border-bottom:1px solid #ccc;
    margin-bottom:.5em;
  }
  #anken-list-d tr td {
    display:block;  /*tdをブロックレベルに（セルをやめる）*/
    border-top: 1px dotted #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom:none;
  }
  #anken-list-d tr .cstr {
    text-align: left;
  }
  #anken-list-d tr td::before {   /*tdに擬似要素 ::before*/
    content: attr(aria-label);  /*aria-label属性の値をコンテンツに*/
    float: left;                /*テキストを左寄せにする*/
    font-weight:bold;
    padding-left:.7em
  }
  #anken-list-d tr td::after {
    content:"";
    display:table;
    clear:both;
  }
  #anken-list-d tbody td.aid {
    display:block;  /*tbody内の thをブロックレベルに（セルをやめる）*/
    border:none;
    background:#666;
    color:white;
    text-align: left;
  }
  #anken-list-d tbody td.aid::before {
    content:"案件No.　"  /*tbody内の thの前に エリア と追加*/
  }
}

#pay-list .cashed {
  color: #009900;
  font-weight: bold;
}

#pay-list .noncahe {
  color: #0000cc;
}



.twwaku0 {
  border-color: #000000;
}
.twwaku1 {
  border-color: #cc0000;
}
.twwaku2 {
  border-color: #000099;
}
.twwaku3 {
  border-color: #006600;
}
.twwaku4 {
  border-color: #ffaf00;
}
.twwaku5 {
  border-color: #cccccc;
}
.entry0 {
  background-color: #ffffff;
}
.entry1 {
  background-color: #ffcccc;
}
.entry2 {
  background-color: #ccffff;
}
.entry3 {
  background-color: #cccccc;
}
.open0 {
  background-color: #ccc;
}
.open1 {
  background-color: #fff;
}
.open9 {
  background-color: #cff;
}




/*-------------------------------------------------------------
|  ポップアップ
-------------------------------------------------------------*/
#popup {
  display: none; /* label でコントロールするので input は非表示に */
}
.popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
.popup-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}
#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.popup-window {
  width: 90vw;
  max-width: 560px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-text {
  margin: 0;
}
.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}
.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}
#select-list .list-unstyled-non li a {
  padding: 0 0;
  display: block;
}
#select-list .list-unstyled-non li a label {
  padding: 7px;
  display: block;
}
input[type="checkbox"] {
  border: 2px solid #666;
}
input[type="radio"] {
  border: 2px solid #666;
}
.loginSp {
  margin-bottom: 0;
  padding: 0.1em 0.2em;
}





.jumbotron-msg {
  background-color: rgba(255,355,255,0.7);
  border-radius: 5px;
}
.jumbotron-msg h1 {
  font-size: 1.4em;
  font-weight: bold;
}
.jumbotron-msg .leadmsg {
  margin-left: 1em;
/*  font-weight: bold;
  color: #444;
  font-size: 1em;
   */
}
.jumbotron-motto {
  color: #00a0c6;
  font-weight: bold;
}
.memo .twwaku1,
.memo .twwaku2,
.memo .twwaku3,
.memo .twwaku4,
#memo .twwaku5 {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-width: 2px;
  border-style: solid;
  color: #333;
  font-weight: normal;
  line-height: 130%;
}
.jumbotron-chui {
  border-radius: 7px;
  border: 4px solid #c00;
  background-color: rgba(255,355,255,0.9);
}
.jumbotron-lead {
  margin-left: 1em;
  margin-right: 1em;
  color: #c00;
}
.jumbotron-bold {
  font-weight: bold;
  color: #c00;
  font-size: 1.1em;
  margin-left: .5em;
  margin-right: .5em;
}


.top-list-box {
  border:1px solid #666;
  -moz-border-bottom-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -moz-border-bottom-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
}



#select-list li a:link,
#select-list li a:visited {
  color: #006;
  text-decoration: underline;
}
#select-list li a:hover,
#select-list li a:active {
  color: #ab0404;
  text-decoration: none;
}
#select-list #sort-msg a:link,
#select-list #sort-msg a:visited {
  color: #006;
  text-decoration: underline;
}
#select-list #sort-msg a:hover,
#select-list #sort-msg a:active {
  color: #ab0404;
  text-decoration: none;
}
.breadcrumb a:link,
.breadcrumb a:visited {
  color: #006;
  text-decoration: underline;
}
.breadcrumb a:hover,
.breadcrumb a:active {
  color: #ab0404;
  text-decoration: none;
}
.breadcrumb a:link,
.breadcrumb a:visited {
  color: #006;
  text-decoration: underline;
}
.breadcrumb a:hover,
.breadcrumb a:active {
  color: #ab0404;
  text-decoration: none;
}
.infobox .text-end a:link,
.infobox .text-end a:visited {
  color: #006;
  text-decoration: underline;
}
.infobox .text-end a:hover,
.infobox .text-end a:active {
  color: #ab0404;
  text-decoration: none;
}
.popup-open {
  display: none;
}

.container .aid,
.container .yid {
  border: 1px solid #ccc;
  background-color: #666;
  color: #fff;
  padding: 2px 5px;
  margin: 3px 10px 3px 0;
  font-size: 90%;
  font-weight: normal;
}
