﻿@charset "utf-8";

/* 所属企業一覧
---------------------------------------------------------------------------- */
.dashboard-title-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #b39354;    
}
.dashboard-title-wrap h3{
    margin: 0;
    border: none;
}
/*検索*/
.dashboard-filter{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 0 0;
}
.dashboard-filter-item{
    margin: 0 15px 10px 0;
}
.dashboard-filter__title{
    line-height: 1;
    font-size: 0.8em;
    margin: 0 0 5px 0;
}
.dashboard-filter input{
    padding: 10px;
}
.search-btn{
    padding: 0 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;
}

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


/*お知らせ*/
.news-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 0 40px -1%;
}
.news-list li{
    margin: 0 0 20px 1%;
    width: 19%;
}
.news-list li.news-list__chip{
    width: calc(19% * 2);
}
@media screen and (max-width: 1100px) {
    .news-list li{
        width: 24%;
    }
}
@media screen and (max-width: 900px) {
    .news-list li{
        width: 32%;
    }
}
@media screen and (max-width: 768px) {
    .news-list li{
        width: 49%;
    }
}
.news-list__title{
    font-size: 0.8em;
    font-weight: bold;
}
.news-list__item{
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    background: #f6f6f6;
    border: 1px solid #CCCCCC;
}
.news-list__num{
    font-size: 2em;
    font-weight: bold;
}
.news-list__tani{
    font-size: 0.8em;
    font-weight: bold;    
}
.news-list__change{
    text-align: right;
}
.news-list__txt{
    font-size: 0.6em;
    font-weight: bold;
}
.news-list__matching{
    font-size: 0.8em;
    text-align: center;
    font-weight: bold;
}
.news-list__changenum{
    color: #e83820;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
}
/*新着マッチング*/
.new-arrival-list{
    margin: 0 0 30px 0;
}
.new-arrival-list li{
    font-size: 0.9em;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #CCCCCC;
}

/*システムに関するお知らせ*/
.system-news{
    margin: 30px 0 30px 0;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    background: #f6f6f6;
}
.system-news__title{
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.system-news__subtitlle{
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 0 0 0;
}
.system-news__txt{
    font-size: 0.9em;
    margin: 0 0 30px 0;
}
/*アンバサダー*/
.ambassador-list{
    margin: 0 0 20px 0;
}
.ambassador-btn{
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 0 60px -3%;
}
.ambassador-btn .btn-action{
    width: 47%;
    margin: 0 0 10px 3%;
}
.ambassador-btn .btn-action a{
    padding: 5px 10px 5px 10px;
    text-align: center;
}


/*問い合わせ*/
.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;
}