﻿@charset "utf-8";

/* 所属企業一覧
---------------------------------------------------------------------------- */
/*検索*/
.inquiry-filter{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 20px 0;
}
.inquiry-filter-item{
    margin: 0 15px 10px 0;
}
.inquiry-filter__title{
    line-height: 1;
    font-size: 0.8em;
    margin: 0 0 5px 0;
}
.inquiry-filter input{
    padding: 10px;
}
.search-btn{
    padding: 15px 0 0 0;
}
@media screen and (max-width: 900px) {

}
/*テーブル*/
.table-sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 0 20px 0;
}
.table-sort div{
    margin: 0 0 10px 20px;
}

/*テーブル*/
.inquiry-table{
    width: 100% !important;
    min-width: 1200px !important;/*スクロール*/
    white-space: nowrap;/*スクロール*/
    border-left: 1px solid #CCCCCC;
	font-size: 0.9em;
}
/*
.inquiry-table tr:nth-child(even) {
    background: #f0f0f6;
}
*/
.inquiry-table tr:hover{
    cursor: pointer;
    background: #dadaf7;
}
.inquiry-table th{
	padding: 2px;
    background: #EEEEEE;
    text-align: center;
	border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
/*
.inquiry-table tr:nth-child(even) {
    background: #f0f0f6;
}
*/
.inquiry-table tr:hover{
    cursor: pointer;
    background: #dadaf7;
}
.inquiry-table td{
	padding: 2px;
    text-align: center;
	border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.inquiry-table a.edit,
.inquiry-table a.copy,
.inquiry-table a.delete{
    display: block;
    margin: -15px 0 0 0;
}
.inquiry-table a img:hover{
    opacity: 0.8;
}
.inquiry-table a.edit img,
.inquiry-table a.copy img,
.inquiry-table a.delete img{
    width: 20px;
    height: 20px;
}
.inquiry-table a img:hover{
    opacity: 0.8;
}

/*未読*/
.unread td{
    font-weight: bold !important;
    
}
.unread td{
    /*color: #FFFFFF;*/
    background: #e8e8ff;
}
.unread td:first-child img{
    /*filter: brightness(0) invert(1);*/
}


/* 詳細
---------------------------------------------------------------------------- */
.count{
    font-size: 0.8em;
    text-align: right;
}
.title-form-wrap{
    display: flex;
    justify-content: left;
}
.title-form-wrap div{
    margin: 0 20px 0 0;
}
.title-form-item__title{
    font-size: 0.8em;
    margin: 0 0 5px 0;
}
.annotation{
    color: #666666;
    font-size: 0.8em;
}
.post-btn-wrap{
    display: flex;
    justify-content: left;
}
.post-btn-wrap .btn-action{
    margin: 3px 0 0 10px;
}
.bank-name,
.branch-name{
    font-size: 0.9em;
    margin: 0 0 0 5px;
}

