@charset "UTF-8";

/*
 * オリジナル
 */
body {
margin:0;padding:0;
font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
background-color:#fff;
}

footer {
padding: 40px;
margin-top:50px;
border-top:1px solid #d0d0d0;
background-color:#eee;
}

.title {
padding:18px 20px 15px 20px;
color:#111;
line-height:1;
font-size:24px;
background-color:#f5f5f5;
border-bottom:3px solid #007ab5;
display: flex;
align-items: center;
justify-content: space-between;
}

a {
    color:#428bca;
    text-decoration:none;
}t
a.title-link {
color:#007ab5;
text-decoration:none;
width: 300px;
}

.header-link-box {
font-size:14px;
line-height:2;
}

.header-channel-box {
font-size:14px;
color:#666;
line-height:2;
margin-left:auto;
}

.header-channel-box span {
margin-right:20px;
}
@media screen and (max-width: 1024px) {
.header-channel-box span {
display: block;
line-height:1.5;
}
}

.nav-title {
background-color:#cee7ff;
color:#666;
padding:3px 45px;
font-size:14px;
margin-bottom:15px;
}

.table-tool-list {
margin: 0px;
font-size: 13px;
color:#666;
}

.table-tool-list th {
background-color:#85F06F;
}

.table-tool-detail {
font-size: 13px;
color:#444;
}

.table-tool-detail th {
text-align:right;
width:300px;
background-color:#ccc;
}

.table-tool-detail-list {
font-size: 13px;
color:#444;
}

.table-tool-detail-list th {
width:300px;
background-color:#ccc;
}

.table-tool-pager {
margin: 0px;
width: 100%;
font-size: 13px;
color:#666;
}

.btn-area {
text-align: center;
}

.btn-area li {
display: inline-block;
margin: 0px 10px 30px;
}

.attention {
color:#FF0000;
}


.btn-orange, .btn-orange:visited{
    display:inline-block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    padding: 20px 70px;
    background-color: #f39800;
    border-bottom: solid 2px #ec6c00;
    border-radius: 5px; /*角丸*/
}
.btn-orange:hover{
    color: #FFF;
    background-color: #ec6c00;
    border-bottom: solid 2px #ec6c00;
    text-decoration: none;
}

/*
 * 上下に空白を持つdiv（アラート等に使用）
 */
div.div-margin-10 {
margin: 10px 0px;
}

/*
 * datepickerを常に最前面表示
 */
.ui-datepicker {
z-index: 1000 !important;
}

/*
 * bootstrap拡張
 */
.form-horizontal {
margin: 30px 0px 0px;
border-bottom: 1px solid #999;
color: #666;
}

.control-label {
color:#3366CC;
}

.form-horizontal span {
color:#666;
}
.form-horizontal .bi-info-circle-fill{
    color: #fff;
}

.form-group {
margin-bottom: 10px;
}

/* ツールチップの吹き出し内のスタイル */
.popover {
    font-weight:normal;
    max-width: 350px;
    width: 350px;
}

/* タブメニューの色を上書き */
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}
.nav-tabs{
    border-bottom: 2px solid #46b8da;
}

/* INST voice対応(いますぐ電話) */
.inst-timetable-hour .inst-use-time-li{
    background:#fff;
    border:1px solid #ccc;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    margin:5px 5px 0 5px;
    font-size:14px;
    display: inline-block;
    cursor: pointer;
    padding: 0;
}
.inst-timetable-hour .inst-use-time-li:hover{
    color: #fff;
    background-color: #f1ba6d;
    border-color: #d58512;
}
.inst-timetable-hour .inst-use-time-li a{
    width:30px;
    height:30px;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.inst-timetable-hour .inst-use-time-li a:hover{
    color: #fff;
}
.inst-timetable-hour .inst-use-time-li.act{
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.inst-timetable-hour .inst-use-time-li.act a{
color: #fff;
}
.container{
    display: table;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.bi-info-circle-fill{
    color: #fff;
}

.table-text {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    max-width: 200px;
}

.btn-status-finish {
    background-color: #F8CBAD;
}
#textarea-container {
    transition: all 0.3s ease-in-out;
}
#arbeit-ex-info {
    transition: opacity 0.3s ease-in-out;
}
.mr-15 {
    margin-right: 15px!important;
}
