/* 受信一覧相手先・会社名アイコン、ボタン */
.search-rgt {
    margin-left:25px;
}
.btn-callinfo {
    background: #f2f2f2;
    border: 1px solid #777;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 4px;
    transition-duration: 0.2s;
    vertical-align: middle;
}
.btn-callinfo:hover {
    background: #f7dbdb;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.btn-callinfo:active {
    background: #f9bfbf;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.btn-callinfo img {
    vertical-align:middle;
}

/* ログイン・アウト */
.login-wrap {
    margin:50px auto 10px;
}
.login-header {
    margin-bottom:10px;
    font-size:15px;
}
.login-header img {
    max-width:183px;
    width:45%;
    vertical-align:middle;
    margin-right:10px
}
.login-form {
    margin-bottom:20px;
}
.login-form div {
    margin:5px 0 15px;
}
.login-form p {
    margin:5px 0;
}
.login-form input {
    width:92%;
    font-size: 16px;
    padding: 10px 3.5%;
}
.btn_center {
    text-align:center;
}
.btn_center button {
    width:75%;
    font-size:16px;
    padding:5px 0px;
}
#login footer {
    font-size:90%;
    max-width:400px;
    min-width:320px;
    width:95%;
    margin:auto;
    text-align:center;
}
p.logout {
    padding:10px;
    font-size:90%;
    font-weight:bold;
    text-align:center;
    background-color:#f2f7ff;
    border:1px dashed #999;
    margin-bottom:20px;
}
p.error {
    color:#ff0000;
    font-size:90%;
}

/* mobile */
@media screen and (max-width: 767px) {
#login {
    background-color:#fff; }
.login-wrap {
    padding:0 20px; }
.login-box {
    text-align:left;
    background-color:#fff; }
}
/* PC */
@media screen and (min-width: 768px) {
.login-wrap {
    max-width:450px;
    min-width:320px;
    width:95%; }
.login-box {
    text-align:left;
    background-color:#fff;
    padding:35px 60px;
    border:1px solid #bbb;
    border-radius:7px; }
}



/* 検索ズレ */
select:focus {
    border:1px solid #f27935;
}
input[type="text"] {
    vertical-align:middle;
}
.detail-search-inner {
    width:100%;
}

/* 自分のみで絞り込み・まとめて操作 */
/* 以下のdisplayは打消し用。原本からdisplayごと消してください。 */
.list-operation-srhbtm {
    margin-bottom:10px;
    display:block;
}
.check-operation {
    overflow:hidden;
    display:block;
}
.check-ope-otlist {
    display:block;
    float:left;
}
.chk-single {
    margin-right:10px;
}


/* 受信ファイルキャプション  */
.caption-ope-fl {
    height:auto;
}
.caption-left {
    float: left;
    font-size: 90%;
    padding: 7px 10px 5px 13px;
}
.caption-left {
    float: left;
    font-size: 90%;
    padding: 7px 10px 5px 13px;
}
.caption-right {
    display: table;
    float: right;
    font-size: 85%;
    vertical-align: text-top;
    width: 75%;
}
div.cap-inline-box-l {
    display: table-cell;
    height: 38px;
    vertical-align: middle;
}
div.cap-inline-box {
    display: table-cell;
    vertical-align: middle;
}
.fllist-pager {
    background-color: #ffded8;
    color: #333333;
    font-size: 100%;
}
.cap-inline-box div.fllist-pager {
    border-left: 1px solid #ecb3b8;
}

/* 以下は打消し用。原本にあるfllist-pagerは削除してください */
.fllist-pager { 
    display: block; 
    font-size: 100%;
    height: auto; 
    margin: 0;
    border-radius:0;
}

.fllist-pager-inner {
    display: table;
    width:100%;
    height: 38px;
}
.fllist-pager-right {
    display: table-cell;
    height: 38px;
    padding-right: 2px;
    text-align: right;
    vertical-align: middle;
}

.fllist-pager-center {
    display: table-cell;
    height: 38px;
    text-align: center;
    vertical-align: middle;
}

.fllist-pager-left {
    display: table-cell;
    height: 38px;
    padding-left: 2px;
    text-align: left;
    vertical-align: middle;
}

.fllist-pager-rst {
    display: table-cell;
    padding: 0 10px;
    text-align: right;
    vertical-align: middle;
}

/* ページ下部のページャー */
.pltable-btm {
    width:100%;
    float:unset;
    background-color:#ffded8;
    border: 1px solid #ecb3b8;
}
.panel-table {
    margin-bottom:0;
}

.pltable-btm div.fllist-pager {
    float: right;
}
/* 以下は効果打消し用 */



/* 現在の表示 */
.search-entry-inlist {
    margin-bottom:5px !important;
}

/* HOVER背景色 */
ul.stat-rcv li.active {
    background-color:#ffb6a9;
}
ul.stat-rcv li:hover {
    text-decoration:underline;
    background-color:#ffdad4;
}
table.fol-snd tr.active {
    background-color:#a9c1ff;
}
table.fol-snd tr:hover {
    background-color:#cbdaff;
}


/* refer-box */
.inner-box-non {
    width:1140px;
    overflow:auto;
}
.refer-box {
    margin-right:0;
    text-align:center;
    padding:10px;
    background-color:#fff6dc;
    border:2px dotted #999;
    border-radius:10px;
}
.btn-square {
    background: #ebe8f0 none repeat scroll 0 0;
    border: 1px solid #667875;
    color: #333;
    padding:3px 0;
    margin:0 2px;
    width:90px;
    text-align:center;
    font-size:10px;
    text-shadow:none;
}
.btn-square:hover {
    background: #c6efe8;
    border: solid 1px #6f837f;
}
.btn-square:active {
    background: #95d2c8;
    border: solid 1px #384140;
}
.ico15 {
    width:15px;
    margin-right:4px;
    vertical-align:sub;
}


/* TEST */
.title2 {
    background-color: #d9f0ec;
    background-position: left 20px center;
    background-repeat: no-repeat;
    color: #333;
    display: table;
    font-size: 105%;
    min-width: 1140px;
    overflow: hidden;
    width: 100%;
}
.title-main {
    background-color:#358f7f;
    color:#fff;
    display: table-cell;
    padding: 5px 25px;
    width: 120px;
}
.title-sub {
    display: table-cell;
    padding-left: 10px;
    font-size: 13px;
    font-weight:bold;
    width:90px;
    position:relative;
    background-color:#c1e2dc;
}
.title-sub:after {
    border-bottom: 17px solid transparent;
    border-left: 11px solid #c1e2dc;
    border-top: 17px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -11px;
    top: 0;
    width: 0;
    z-index: 2;
}

.title2 ul {
    display: table-cell;
    list-style:none;
    padding:0 0 0 25px;
    margin:0;
    vertical-align:middle;
}
.title2 li {
    font-size: 13px;
    float:left;
    margin-right:20px;
}
.title2 li a {
    text-decoration:underline;
    transition: 0.4s ;
}
.title2 li a:hover {
    color:#41b67b;
}

/* 設定画面色 */
.caption {
    background-color:#ceebe6;
    color:#333;
    border-top:1px solid #8cbbb3;
    border-left:1px solid #8cbbb3;
    border-right:1px solid #8cbbb3;
    padding:5px 10px;
}
div.nav-list li#isana-conf a:hover {
    background-color:#41b67b;
}

/* エラー */
.error-wrap {
    margin:50px auto 10px;
}
.error-header {
    margin-bottom:10px;
    font-size:15px;
}
.error-header img {
    max-width:183px;
    width:45%;
    vertical-align:middle;
    margin-right:10px
}
.error-box {
    text-align:left;
    margin-bottom:10px;
    color: #880000;
    background-color:#ffe3e3;
    padding:35px 60px;
    border:1px solid #dd0000;
    border-radius:7px;
}
.error-link {
    text-align:center;
}
.error-link a {
    text-decoration: underline;
}

/* mobile */
@media screen and (max-width: 767px) {
.error-wrap {
    padding:0 20px; }
}

/* PC */
@media screen and (min-width: 768px) {
.error-wrap {
    max-width:450px;
    min-width:320px;
    width:95%; }
}
