#gr_content {
    position:relative;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/*
a[href~="#"] {
    color:#E6E6E6;
    font-style: italic;
}
*/

.flash_message {
    border-radius: 5px;
    opacity: 0.8;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
}

/* ヘッダー */
.sub-toggle {
    position: relative;
}

.sub-toggle::after {
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

@media (min-width: 720px) {
    .sub-toggle::after {
        transform: rotate(-90deg);
    }
}

.sub-menu {
    position: absolute;
    top: 0 !important;
    left: 100% !important;
}

/* テーブルスタック */
.table-stack {
    font-size: 0.8rem;
  }
  .table-stack tr {
    background: #ffffff;
    border: solid 1px #ccc;
    padding: .3rem;
  }
  .table-stack th {
    background: #f8aba6;
    border: solid 1px #ccc;
    color: #fff;
    padding: .3rem;
  }
  .table-stack td {
    border: solid 1px #ccc;
    padding: .3rem;
    min-height: 2em;
  }
/* テーブルスタック(スマホ) */
@media screen and (max-width: 640px) {
    .last td:last-child {
        border-bottom: solid 1px #ccc;
        width: 100%;
    }
    .table-stack {
        margin-left:0px;
        width: 100%;
    }
    .table-stack .thead {
        display: none;
    }
    .table-stack tr {
        width: 100%;
    }
    .table-stack th,
    .table-stack td {
    border-bottom: none;
        display: block;
        width: 100%;
    }
    .table-stack .td-right{
        display: block;
        text-align: right;
        width: 100%;
    }
    .table-stack .td-right:first-child {
        background: #ffc9d2;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    .table-stack .td-right:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 10px;
    }
}
/* 入金済みの色変更 */
tr.paid td {
    background-color: #999999;
}
/* formのくくり */
fieldset.gr-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  1px 1px 1px 1px #000;
    border-radius: 5px !important;
}
legend.gr-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}
/*  */
.section-title {
    width: 100%;
    background-color: #F08080;
    color: white;
    font-size: 16px;
    padding-left: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
}
::placeholder {
    color: red;
}

.tags {
    height:200px;
    background:#FFF;
    overflow-y: scroll;
    border:#CCC 1px solid;
    border-radius:3px;
    user-select: none;
}

.tags > span {
    font-size: 1em;
    cursor: pointer;
    margin: 2px;
}

.skill-tags {
    border: 1px #000 solid;
    border-radius: 3px;
    margin:10px 0;
    padding: 10px;
}

.skill-tags > span {
    margin: 2px 5px;
    font-weight: bold;
    user-select:none;
}

.skill-tags input[type="checkbox"] {
    display:none;
}
.skill-tags input:checked + label {
    color: red;
    border-radius: 3px;
}

label.required::after {
    content: '(必須)';
    color: #f00;
}

hr.underline {
    margin-top: 1px !important;
}

/* パンくずリスト */
.breadcrumb{/* 背景色の変更 */
	background: #4c4d4d;
    padding: 0.15rem 1.5rem !important;
    border-radius: 0rem;
}
.breadcrumb a{/* 文字色 */
	color:#fff;
    font-size:0.8rem !important;
}
.breadcrumb-item.active{/* アクティブ文字色の変更 */
	color:#A9A9A9;
    font-size:0.8rem !important;
}
.breadcrumb-item+.breadcrumb-item::before{/* 区切り線の文字色変更 */
	color:#fff;
    font-size:0.8rem !important;
    content: ">";
}
/*  */
th.dblclk{
    /* color: #FF69B4; */
    color: #FFFF66;
}