/**
 * Mafin CSS
 *
 * @author: matsumaru
 * @version: 1.0
 */
@charset "UTF-8";

/* common
   ========================================================================== */
body {
  min-width: 1024px;
  height: 100%;
}

table > tbody > tr input,
table > tbody > tr select {
    margin-bottom: 0;
}
label{
/* ▼ 20210219 morinaga VES-149 日本語、英語切替対応 */
    word-break: normal; /*break-all;*/
/* ▲ 20210219 morinaga VES-149 日本語、英語切替対応 */
}
.ap-reference-body {
	min-width: 1000px;
    background-color: #fff;
}

.button {
    width: 200px;
    border-radius: 10px !important;
}

.input-group-button .button {
	border-radius: 0px !important;
}

.button.ap-border-none {
	width: auto;
}

.ap-menu li.active {
	background-color: #66AADE;
}

.ap-evaluation-button {
	background-color: #005799;
}
.ap-evaluation-button:hover {
    background-color: #043c78;
}

.ap-lblue-button {
	background-color: #5fa4ed;
	color: #fff;
}
.ap-lblue-button:hover {
	background-color: #6495ed;
	color: #fff;
}

.ap-footer-logo {
    width: 70px;
    margin-left: 1rem;
}
.ap-font-red { color: red; }

.ap-evaluate-cell {
	color: #0068b7;
	font-weight: bold;
}

/*
 * 各種ボタン
 */
/* 通常系 */
.button, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
    border: 1px solid #4093ec;
    color: #4093ec;
    background-color: #fff;
}
.button:hover, .button:focus {
	border: 1px solid #4093ec;
	color: #4093ec;
	background-color: #cae1fa;
}
/* 戻る系 */
.ap-btn-return, .ap-btn-return[disabled], .ap-btn-return[disabled]:hover, .ap-btn-return[disabled]:focus {
    border: 1px solid #7f7f7f;
    color: #000;
    background-color: #fff;
}
.ap-btn-return:hover, .ap-btn-return:focus {
	border: 1px solid #7f7f7f;
	color: #000;
	background-color: #d9d9d9;
}
/* 評価系 */
.ap-btn-eval, .ap-btn-eval[disabled], .ap-btn-eval[disabled]:hover, .ap-btn-eval[disabled]:focus {
	padding: 1.15em 1em;
    border: 1px solid #4093ec;
    color: #fff;
    background-color: #4093ec;
}
.ap-btn-eval:hover, .ap-btn-eval:focus {
	border: 1px solid #177ce7;
	color: #fff;
	background-color: #177ce7;
}
/* 削除系 */
.ap-btn-del, .ap-btn-del[disabled], .ap-btn-del[disabled]:hover, .ap-btn-del[disabled]:focus {
    border: 1px solid #a6a6a6;
    color: #fff;
    background-color: #a6a6a6;
}
.ap-btn-del:hover, .ap-btn-del:focus {
	border: 1px solid #7f7f7f;
	color: #fff;
	background-color: #7f7f7f;
}
/* 取り消し */
.ap-account-section-row-del, .fleet-del {
    border-radius: 0 !important;
}


/* margin
   ========================================================================== */
.ap-mb-t-1  { margin-top: 1rem !important; }
.ap-mb-t-2  { margin-top: 2rem !important; }
.ap-mb-t-3  { margin-top: 3rem !important; }
.ap-mb-t-4  { margin-top: 4rem !important; }
.ap-mb-t-5  { margin-top: 5rem !important; }
.ap-mb-t-6  { margin-top: 6rem !important; }
.ap-mb-t-7  { margin-top: 7rem !important; }
.ap-mb-t-8  { margin-top: 8rem !important; }
.ap-mb-t-9  { margin-top: 9rem !important; }
.ap-mb-t-10 { margin-top: 10rem !important; }
.ap-mb-t--20 { margin-top: -20px !important; }

.ap-mb-r-1  { margin-right: 1rem !important; }
.ap-mb-r-2  { margin-right: 2rem !important; }
.ap-mb-r-3  { margin-right: 3rem !important; }
.ap-mb-r-4  { margin-right: 4rem !important; }
.ap-mb-r-5  { margin-right: 5rem !important; }
.ap-mb-r-6  { margin-right: 6rem !important; }
.ap-mb-r-7  { margin-right: 7rem !important; }
.ap-mb-r-8  { margin-right: 8rem !important; }
.ap-mb-r-9  { margin-right: 9rem !important; }
.ap-mb-r-10 { margin-right: 10rem !important; }

.ap-mb-b-0  { margin-bottom: 0rem !important; }
.ap-mb-b-1  { margin-bottom: 1rem !important; }
.ap-mb-b-2  { margin-bottom: 2rem !important; }
.ap-mb-b-3  { margin-bottom: 3rem !important; }
.ap-mb-b-4  { margin-bottom: 4rem !important; }
.ap-mb-b-5  { margin-bottom: 5rem !important; }
.ap-mb-b-6  { margin-bottom: 6rem !important; }
.ap-mb-b-7  { margin-bottom: 7rem !important; }
.ap-mb-b-8  { margin-bottom: 8rem !important; }
.ap-mb-b-9  { margin-bottom: 9rem !important; }
.ap-mb-b-10 { margin-bottom: 10rem !important; }

.ap-mb-l-1  { margin-left: 1rem !important; }
.ap-mb-l-2  { margin-left: 2rem !important; }
.ap-mb-l-3  { margin-left: 3rem !important; }
.ap-mb-l-4  { margin-left: 4rem !important; }
.ap-mb-l-5  { margin-left: 5rem !important; }
.ap-mb-l-6  { margin-left: 6rem !important; }
.ap-mb-l-7  { margin-left: 7rem !important; }
.ap-mb-l-8  { margin-left: 8rem !important; }
.ap-mb-l-9  { margin-left: 9rem !important; }
.ap-mb-l-10 { margin-left: 10rem !important; }
/* ▼ 20230301 VES-530 個船毎に評価基準日と市況設定日を設定 */
.ap-mb-l-14 { margin-left: 14rem !important; }
.ap-mb-l-1point2 { margin-left: 1.2rem !important; }
.ap-mb-l-0point3 { margin-left: 0.3rem !important; }
.ap-mb-l-13point1 { margin-left: 13.1rem !important; }
/* ▲ 20230301 VES-530 個船毎に評価基準日と市況設定日を設定 */

.ap-ma-0 { margin: 0; }

/* padding 20210608
   ========================================================================== */
.ap-pb-b-1 { padding-bottom: 1rem; }
.ap-pb-t-1 { padding-top: 1rem; }
/* ▼ 20230301 VES-530 個船毎に評価基準日と市況設定日を設定 */
.ap-pb-t-06-r-08 { padding: 0.6rem 0.8rem; }
/* ▲ 20230301 VES-530 個船毎に評価基準日と市況設定日を設定 */

/* size
   ========================================================================== */
.ap-w-25  { width: 25px !important; }
.ap-w-50  { width: 50px !important; }
.ap-w-70  { width: 70px !important; }
.ap-w-80  { width: 80px !important; }
.ap-w-90  { width: 90px !important; }
.ap-w-100 { width: 100px !important; }
.ap-w-120 { width: 120px !important; }
.ap-w-130 { width: 130px !important; }
.ap-w-135 { width: 135px !important; }
.ap-w-150 { width: 150px !important; }
.ap-w-160 { width: 160px !important; }
.ap-w-170 { width: 170px !important; }
.ap-w-200 { width: 200px !important; }
.ap-w-210 { width: 210px !important; }
.ap-w-230 { width: 230px !important; }
.ap-w-250 { width: 250px !important; }
.ap-w-300 { width: 300px !important; }
.ap-w-350 { width: 350px !important; }
.ap-w-450 { width: 450px !important; }
.ap-w-500 { width: 500px !important; }

/* ▼ 20191018 sakurai VES-244 画面レイアウト */
.ap-w-190 { width: 190px !important; }
.ap-w-140 { width: 140px !important; }
.ap-w-330 { width: 330px !important; }
/* ▲ 20191018 sakurai VES-244 画面レイアウト */
/* ▼ 20191101 sakurai VES-244 画面レイアウト */
.ap-w-380 { width: 380px !important; }
/* ▲ 20191101 sakurai VES-244 画面レイアウト */
/* ▼ 20191120 sakurai スクラップ船価 */
.ap-w-530 { width: 530px !important; }
/* ▲ 20191120 sakurai スクラップ船価 */
/* ▼ VES-257-20200304 sakurai レイアウト調整 */
/* ▼ 20230227 VES-484 船価推移グラフの元データのダウンロード機能追加 */
.ap-w-400 { width: 400px !important; }
/* ▲ 20230227 VES-484 船価推移グラフの元データのダウンロード機能追加 */
/* ▼ 20250930 VES-670,671 メタノール/LPG二元燃料調整値の追加 */
.ap-w-120 { width: 120px !important; }
.ap-w-240 { width: 240px !important; }
.ap-w-750 { width: 750px !important; }
/* ▲ 20250930 VES-670,671 メタノール/LPG二元燃料調整値の追加 */
/* ▼ 20230301 VES-530 個船毎に評価基準日と市況設定日を設定 */
.ap-w-fit { width:fit-content !important; }
/* ▲ 20230301 VES-530 個船毎に評価基準日と市況設定日を設定 */
.ap-w-auto {
	width: auto;
    max-width: 100%;
}
/* ▲ VES-257-20200304 sakurai レイアウト調整 */

/* .ap-h-auto { height: auto; } */

.ap-unit-label {
    font-size: .78rem;
}

.ap-iw-sm {
	width: 150px !important;
}

.ap-iw-mi {
	width: 200px !important;
}

.ap-iw-la {
    width: 300px !important;
}

.ap-iw-range-sm {
	width: 350px !important;
}

/* display
   ========================================================================== */
.ap-d-none { display: none; }
.ap-d-inline { display: inline; }
.ap-d-block { display: block; }
.ap-d-iblock { display: inline-block; }
.ap-d-table { display: table; }
/* ▼ 20230301 VES-530 個船毎に評価基準日と市況設定日を設定 */
.ap-d-flex { display: flex; }
/* ▲ 20230301 VES-530 個船毎に評価基準日と市況設定日を設定 */

/* border
   ========================================================================== */
.ap-border-none, .ap-border-none:hover { border: none; }

/* foundation override
   ========================================================================== */
.breadcrumbs li {
    font-size: 1em;
}

.breadcrumbs li:not(:last-child)::after {
    z-index: -1;
}

nav[role=navigation] {
    margin-top: 10px;
}

.reveal {
	padding: 0px;
}

.input-group-button .button {
    width: auto;
}

.grid-x label {
	margin-bottom: 0;
}

@media print, screen and (min-width: 64em) {
    .ap-panel .grid-margin-x > .large-10 {
        width: calc(91.66667% - 2.5rem);
    }
    .ap-panel .grid-margin-x > .large-offset-1 {
        margin-left: calc(4.33333% + 1.25rem);
    }
}

/* app.css add
   ========================================================================== */
.ap-signin__logo {
	width: 130px;
}

.ap-panel {
    position: relative;
}

.ap-name {
	color: #0068b7;
}

.ap-name img {
	width: 90px;
}

.ap-name > .ap-default-logo {
    width: 90px;
}

.ap-reference-body .ap-main {
    margin: 0;
}

.ap-signin__passwordrecovery {
    text-align: center;
    font-size: .875rem;
    display: inline-block;
}

.ap-header__select > label > p {
    font-size: 0.95rem;
    margin-top: 7px;
    margin-bottom: 0px;
    color: #0a0a0a;
}

.ap-fieldset-range > p {
    font-size: .875rem;
}

.ap-fieldset-range__inputs.ap-no-range > input {
    width: 100%;
}

.ap-fieldset-range__inputs > .ap-fieldset-range__units {
	font-size: .8rem;
}

.ap-search-action input {
	max-width: 200px;
	border-radius: 10px !important;
}

.ap-information p {
    margin-bottom: 0px;
}

.ap-sidebar {
	background-color: #0068b7;
	padding: 60px 0 0 0;
}

.open .ap-sidebar {
    background-color: #005799;
}

.ap-sidebar-btnbox {
	height: 60px;
	background-color: #0068b7;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.ap-sidebar .ap-menu {
    background-color: #0068b7;
}

.ap-usage-log {
	margin: 0;
    min-height: 116px;
    padding: 2rem 16px 2rem 16px;
}

.ap-sidebar .ap-menu-info {
	background-color: #005799;
}

.ap-search-result-container {
	height: auto;
	overflow: hidden;
}

.ap-fieldset-range__inputs {
	position: relative;
}

.ap-menu > li > a > span:before, .ap-menu > li > span > span:before {
    bottom: .145rem;
}
.ap-menu > li > a > span.icon-home:before,
.ap-menu > li > span > span.icon-home:before {
  background: transparent url(../img/icon-home.svg) no-repeat 50% 50%/20px;
  }
.ap-menu > li > a > span.icon-vehicle:before,
.ap-menu > li > span > span.icon-vehicle:before {
  background: transparent url(../img/icon-vehicle.svg) no-repeat 50% 50%/20px;
  }
.ap-menu > li > a > span.icon-records:before,
.ap-menu > li > span > span.icon-records:before {
  background: transparent url(../img/icon-records.svg) no-repeat 50% 50%/20px; }
.ap-menu > li > a > span.icon-account:before,
.ap-menu > li > span > span.icon-account:before {
  background: transparent url(../img/icon-account.svg) no-repeat 50% 50%/20px;
  }
.ap-menu > li > a > span.icon-setting:before,
.ap-menu > li > span > span.icon-setting:before {
  background: transparent url(../img/icon-setting.svg) no-repeat 50% 50%/20px; }
.ap-menu > li > a > span.icon-link:before,
.ap-menu > li > span > span.icon-link:before {
  background: transparent url(../img/icon-link.svg) no-repeat 50% 50%/20px; }

/* main
   ========================================================================== */
@media (max-width: 1024px) {
    .ap-header > .ap-header-title {
        margin-left: 30px;
    }
}

.ap-flex-center {
	justify-content: center;
}

.ap-wrap {
  position: relative;
}

.ap-container-no-menu {
  margin: 0;
  padding: 80px 20px 0 20px;
}

.ap-container {
  margin: 0 0 0 200px;
  padding: 80px 20px 0 20px;
}

.ap-search-form__action {
  margin: 1rem 0 0 0;
  text-align: center;
}

.ap-search-form__action > button[type=submit] {
  min-width: 7rem;
}

.ap-search-form__action > .ap-pass-reissue {
  display: block;
}

/* loading animation
   ========================================================================== */
.ap-loading {
    /* border: 1px dashed #999; */
    padding: 15px;
    position: fixed;
    top: 40%;
    left: 50%;
    /* background-color: #FFF; */
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
    z-index: 2001;
    text-align: center;
    transform: translate(-50%, -50%);
}

.ap-back-ground {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2000;
    background-color: #ccc;
    opacity: 0.5;
}

.ap-parent-back-ground {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    background-color: #333;
    opacity: 0.3;
}

.ap-input-group-label {
	font-size: .875rem;
    padding: 0 0 0 1rem;
	color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1px;
}

/* header
   ========================================================================== */
.ap-header-top {
    height: 5rem;
    background-color: #00008B;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
    padding: 0;
    justify-content: space-between;
    z-index: 10;
}

.ap-header.ap-noside-menu {
    margin-bottom: 28px;
}

.ap-header-top > .ap-header-title {
    color: #fff;
    min-width: 250px;
    margin: 0 0 0 200px;
    font-weight: 700;
    font-size: 1.5rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex : 1 1 auto;
    flex: 1 1 auto;
}

.ap-tggle-btn {
    position: absolute;
    left: 14px;
    color: #fff;
    bottom: 0;
    margin-bottom: 10px;
    font-size: 30px;
    cursor: pointer;
}

.ap-user-control {
    margin-right: 21px;
}

.ap-user-control > a {
    display: block;
    color: #fff;
}

.ap-user-control > a:hover {
    text-decoration: underline;
}

.ap-user-info {
    margin-right: 21px;
    min-width: 300px;
}

.ap-user-info .ap-user-mark {
    font-size: 4rem;
    color: #fff;
    margin: 0 14px 0 0;
}

.ap-user-info .ap-user-name {
    margin-top: 25px;
}

.ap-user-info .ap-user-name > p {
    margin: 0;
    color: #fff;
}

/* title
   ========================================================================== */
.ap-middle-text {
    padding: .5625rem 0;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a;
}

.ap-display-title {
    border-bottom: 2px solid #093385;
    padding: 14px;
    margin-bottom: 28px;
    text-align: center;
}

.ap-login-form {
    width: 550px;
    margin: auto;
    padding: 35px;
}

.ap-display-account-title {
    padding: 14px;
    text-align: center;
}

.ap-border-blue {
    border-bottom: 2px solid #ccc;
    max-width: 100%;
}

.ap-form-title {
	font-size: 1.5rem;
    padding: 14px;
    margin-bottom: 1rem;
    text-align: center;
}

/* wijmo override
   ========================================================================== */
.wj-state-selected {
    background-color: #0085c7 !important;
    color: #fff !important;
}

.wj-state-selected a {
	color: #fff;
}
.wj-state-selected a:hover {
	text-decoration: underline;;
}

.wj-state-multi-selected {
    background-color: #80ADBF !important;
    color: #fff !important;
}

.wj-cell {
	font-size: .875rem;
    padding: 5px 5px 6px 5px !important;
}

.wj-header {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #d4d4d4 !important;
}

.wj-flexgrid {
	max-height: 380px;
}

/* ▼ 20230810 takami VES-532 レポート販売機能 */
.future-row:not(.wj-state-selected):not(.wj-state-multi-selected) {
  background-color: #ccffcc !important;
}
.private-row:not(.wj-state-selected):not(.wj-state-multi-selected) {
  background-color: #a6a6a6 !important;
}
.report-panel {
    padding: 15px 20px 0 20px;
}
#reportFlexGrid>.wj-flexgrid {
	/*max-height: 695px;*/
	max-height: 530px;
}
/* ▲ 20230810 takami VES-532 レポート販売機能 */
/* ship detail
   ========================================================================== */
#shipDetail{
    min-width: 750px;
}

/* wijmo row color
   ========================================================================== */
.ap-vessel-spec-history-row{
	background-color: #a0d8ef !important;
}

.wj-cell input[type=radio] {
    margin: 0;
}

/* information
   ========================================================================== */
.ap-info-title {
    font-size: 1.25rem;
}
.ap-info-list {
    font-size: .875rem;
}
.ap-info-list .ap-info-list__title {
	font-weight: 700;
	margin-bottom: .5rem;
}
.ap-info-list dt {
    vertical-align: top;
    width: 15%;
    display: inline-block;
}
.ap-info-list dd {
    width: 84%;
    display: inline-block;
}

/* modal
   ========================================================================== */
.ap-modal-header {
	padding: 1rem;
	border-bottom: 1px solid #ccc;
    background-color: #f4f5f7;
}

.ap-modal-header .close-button {
	top: 1.4rem;
}

.ap-modal-content {
	padding: 1rem;
	background-color: #efefef;
	max-height: 650px;
	overflow: auto;
}

/* window
   ========================================================================== */
.ap-window-body {
	min-width: 900px;
	background-color: #efefef;
}
.ap-window-body .ap-topbar {
	margin: 0;
	background-color: #f4f5f7;
}
.ap-window-body .ap-panel {
	background-color: #efefef;
}

/* account role
   ========================================================================== */
.ap-account-role-tbl {
    font-size: .875rem;
}
.ap-account-role-tbl > thead, .ap-account-role-tbl > tbody {
	border: none;
}
.ap-account-role-tbl > thead > tr {
	background-color: #093385;
    color: #fff;
}
.ap-account-role-tbl > tbody > tr {
	background-color: #fff;
}
.ap-account-role-tbl > tbody > tr.ap-account-role-tbl__section {
	background-color: #efefef;
}

/* value result price
   ========================================================================== */
.ap-value-result-title {
    /* color: #fff; */
    /* border: 1px solid #000; */
    padding: 4px 7px;
    /* background-color: #093385; */
}

.ap-value-result-title > label {
	color: #000;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 6px 0 0 0;
}

.ap-value-result-price {
	/* border: 1px solid #000; */
    padding: 4px 7px;
    text-align: right;
}

.ap-value-result-price > * {
	padding: 0px 7px;
}

.ap-price-grid {
    display: flex;
    align-items: center;
}

.ap-price-text {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    padding-left: 1rem;/* <- 20191220 sakurai スクラップ船価表示調整 2rem -> 1rem */
}

/* reference
   ========================================================================== */
.ap-reference {
    width: 814px;
    margin: 0 auto;
    padding-top: 3rem;
}

.ap-reference-title {
    height: 240px;
    color: #fff;
    font-size: 40px;
    background-color: #0068b7;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ap-company-table {
/* ▼ 20210219 morinaga VES-149 日本語、英語切替対応 */
    width: 700px;/*650px;*/
/* ▲ 20210219 morinaga VES-149 日本語、英語切替対応 */
	margin: 0 auto;
	border-collapse: inherit;
}

.ap-company-table tr {
	background-color: #fff !important;
}

.ap-company-table tr > th {
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}

.ap-reference-number-ol {
    list-style: none;
    counter-reset: number;
    margin: 0;
}

.ap-reference-number-ol > li {
    text-indent: -1.5rem;
    padding-left: 3.5rem;
}

.ap-reference-number-ol > li:before {
    counter-increment: number;
    content: "("counter(number)")";
    margin-right: .5rem;
}

.ap-reference__text + ol {
    margin-top: -1rem;
}

.ap-reference__text > strong {
    font-size: 18px;
}

/* top list link
   ========================================================================== */
.ap-top-link {
    font-size: 2rem;
    display: block;
    color: #fff;
}

.ap-top-link:hover {
    color: #fff;
}

.ap-top-link-box {
    text-align: center;
    width: 60px;
    margin: 0;
    position: absolute;
    right: 1rem;
    background-color: lightgray;
}

.ap-top-link-box:hover {
    background-color: gray;
}

.ap-bottom-link-box {
    width: 60px;
    background-color: lightgray;
    text-align: center;
    right: 1rem;
    position: absolute;
    top: 1rem;
}

.ap-bottom-link-box:hover {
    background-color: gray;
}

/* top list link
   ========================================================================== */
.ap-fieldset-range > p.ap-fieldset-range__inputs__text {
    margin-top: .1rem;
    margin-bottom: .5rem;
    font-size: .75rem;
    white-space: pre;
}

.ap-fieldset-range__inputs__text2 {
    position: absolute;
    margin-top: .5rem;
}

.ap-fieldset-range__inputs_unit {
	margin-left: 5px;
}

/* new old
   ========================================================================== */
#new_old_table{
    border: 2px solid #d4d4d4;
}
.gw-table-h{
    width: 17%
}
.gw-table-d{
    width: 33%
}
.gw-table-d.first {
    border-right: 2px solid #d4d4d4;
}
#new_old_table tbody tr:nth-child(even){
    border-bottom: 0;
    background-color: transparent;
}
#new_old_table tbody {
    border: none;
    background-color: transparent;
}
#new_old_table td {
    vertical-align: top;
}
/* Tooltip */
.tooltip_font {
    display: block;
}
.tooltip_text {
    display:block;
    position:absolute;
    z-index:9999;
    top:0;
    left:0;
    pointer-events:none;
    max-width:400px;
    padding:6px;
    background-color:#ffffe5;
    border:1px solid rgba(0,0,0,.1);
    border-radius:6px;
    box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-sizing:border-box;
    word-wrap: break-word;
}

/* ▼ 20191018 sakurai VES-244 画面レイアウト */
.ap-search-detail-btn{
    width: auto;
    padding: 0.5625rem 0;
}
.ap-search-fleet-detail{
    padding: 1.25rem 5px;
    margin: 1.125rem -5px;
}
.ap-font-bold{
    font-weight: bold;
}
#conditionFlexGrid .wj-flexgrid{
    max-height: 460px;
}

.ap-arrow-up, .ap-arrow-down{
    position: relative;
    display: inline-block;
    padding-right: 35px;
    cursor: pointer;
}
.ap-arrow-down::after{
    content: '';
    width: 15px;
    height: 15px;
    border: 0px;
    border-bottom: solid 2px #0a0a0a;
    border-right: solid 2px #0a0a0a;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 14px;
    right: 12px;
    margin-top: -4px;
}
.ap-arrow-up::after{
    content: '';
    width: 15px;
    height: 15px;
    border: 0px;
    border-top: solid 2px #0a0a0a;
    border-left: solid 2px #0a0a0a;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 23px;
    right: 12px;
    margin-top: -4px;
}
/* ▲ 20191018 sakurai VES-244 画面レイアウト */
/* ▼ 20191101 sakurai VES-244 画面レイアウト */
label.ap-label-bold{
    font-weight: bold;
    font-size: 1.1rem;
    margin: -3px 0 0 0;
}
/* ▲ 20191101 sakurai VES-244 画面レイアウト */
/* ▼ 20191115 sakurai 画面レイアウト */
.ap-search-action.ap_fleet_search_div{
    padding: 1rem 0 0 0;
}
.ap-border-blue.ap_fleet_search_hr{
    margin: 0 auto .8rem;
}
/* ▲ 20191115 sakurai */
/* ▼ 20200120 sakurai スクラップ船価　LDT注釈表示 */
.scrap_ldt{
    display: none;
}
.scrap_ldt_label{
    margin: -9px 0 -12px;
    font-size: 0.75rem;
    position: absolute;
}
/* ▲ 20200120 sakurai */
/* ▼ 20200217 sakurai 検索項目追加 */
.input-group-button .input-set-btn{
    height: 2.25rem;
}
.reveal.large.ChildSearch{
    max-width: 710px;
    min-width: 640px;/* <- VES-245-20200304 sakurai キャンセルボタン追加*/
}
/* 一覧のチェックボックスのマージンを消す */
.wj-flexgrid label > [type='checkbox'] {
    margin: 0 !important;
    line-height: 1.8 !important;
}
/* ▲ 20200217 sakurai 検索項目追加 */
/* ▼ VES-275-20200217 sakurai ご利用状況追加 */
#usingChart{
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
}
#usingLink label {
    cursor: pointer;
}
/* ▲ VES-275-20200217 sakurai ご利用状況追加 */
/* ▼ VES-97-20200217 sakurai マニュアル */
#manualLink label {
    cursor: pointer;
}
/* ▲ VES-97-20200217 sakurai マニュアル */
/* ▼ 20200225 sakurai ファイルストレージ */
.drag_drop_set{
    border: 2px solid #ffc996;
    margin: -2px 0;
}
.ap-menu > li > a > span.icon-file:before,
.ap-menu > li > span > span.icon-file:before {
    background: transparent url(../img/icon-file.svg) no-repeat 50% 50%/20px;
}
/* ▲ 20200225 sakurai ファイルストレージ */
/* ▼ 20200825 sakurai 行の並び替え */
#fleetFlexGrid [wj-part="rh"] .wj-cell.wj-header {
    cursor: all-scroll;
}
#fleetFlexGrid [wj-part="rh"] .wj-cell.wj-header:before{
    content:"";
    width:100%;
    height: 100%;
    display: block;
    background: transparent url(/css/foundation/svgs/fi-arrows-expand.svg) no-repeat 50% 50%/15px;
    transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
}
/* ▲ 20200825 sakurai 行の並び替え */

/* ▼ 20201221 sakurai VES-315 IMO一括指定 */
.ap-tabs-ul{
    height: 100%;
    border: 1px solid #bbb;
    border-right: none;
    margin: 0.2rem 0;
}
.ap-tabs-ul .tabs-title > a {
    padding: 0.8em 1em;
    min-width: 125px;
    text-align: center;
    color: #0a0a0a;
    border-right: 1px solid #bbb;
}
.ap-tabs-ul .tabs-title > a:focus,
.ap-tabs-ul .tabs-title > a[aria-selected='true'] {
    color: #0a0a0a;
}
/* ▲ 20201221 sakurai VES-315 IMO一括指定 */

/* ▼ 20201221 sakurai VES-300 メニューの表示方法の変更 */
.ap-menu > li > ul > li > .ap-menu-not-link {
    display: block;
    padding: .5rem 0 .5rem 52px;
    background-color: #004477;
    color: #376282;
    cursor: not-allowed;
}
.ap-menu > li > a > span.icon-pc:before,
.ap-menu > li > span > span.icon-pc:before {
    background: transparent url(../img/icon-pc.svg) no-repeat 50% 50%/20px;
}
/* ▲ 20201221 sakurai VES-300 メニューの表示方法の変更 */
/* ▼ 20201221 sakurai VES-357 自動評価対象外の船の表示 add */
.grayRow {
    background:#bfbfbf !important;
    color:black !important;
}
.yelloRow {
    background: #ffffcc !important;
}
.evaluationRow {
    background:#e6e6e6 !important;
    color:black !important;
}
.grayRowFont{
    color: #8c8c8c !important;
    font-weight: bold;

}
.yelloRowFont{
    font-weight: bold;
}
/* ▲ 20201221 sakurai VES-357 自動評価対象外の船の表示 add */
/* ▼ 20201221 sakurai VES-348 船仕様表示項目追加 add */
.ap-check-box [type=checkbox]{
    display: none;
}
.ap-check-box {
    display: inline-block;
    position: relative;
    width: auto;
}
.ap-check-box::before {
    background: #000;
    border: 1px solid #000;
    content: '';
    display: block;
    height: 12px;
    right: -13px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 12px;
    border-radius: 2px;
    cursor: not-allowed;
}
.ap-check-box::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
    display: block;
    height: 9px;
    right: -9px;
    margin-top: -7px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
    cursor: not-allowed;
}
/* ▲ 20201221 sakurai VES-348 船仕様表示項目追加 add */
/* ▼ 20201228 sakurai 用船者情報 add */
#CharterListGrid .wj-flexgrid {
    max-height: 530px;
}
/* ▲ 20201228 sakurai 用船者情報 add */
/* ▼ 20210421 VES-351 船価推移の算出及びグラフ表示 */
/* グラフ線タイトル文字サイズ */
#theChart .wj-flexchart .wj-legend .wj-label {
    opacity: .9;
    font-size: 80%;
}
/* グラフ ツールチップ */
#theChart .wj-flexchart .wj-chart-linemarker{
    background: transparent;
}
#theChart .wj-flexchart .wj-chart-linemarker .wj-chart-linemarker-content {
    padding: 12px;
    margin: 6px;
    background: white;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
/* ▲ 20210421 VES-351 船価推移の算出及びグラフ表示 */

/* ▼ 20210219 morinaga VES-149 日本語、英語切替対応 レイアウト調整*/
/*
label.middle {
    line-height: 1.5;
    padding: 0 0;
}
.cell.middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-items: center;
            align-items: center;
}
label > [type='checkbox'], label > [type='radio'] {
    margin-right: 0.5 rem;
    margin-bottom : 0;
}
.cell.middle [type='text']{
    margin-bottom : 0;
}
.ap-panel {
    padding: 10px 20px;
}
.ap-mb-t-2 {
    margin-top: 0rem !important;
}
.ap-fieldset-range {
    margin: 0;
}
*/
/* ▲ 20210219 morinaga VES-149 日本語、英語切替対応 レイアウト調整*/

/* ▼ 20230222 morinaga VES-485 「船名」検索ボックスの注意書き */
label + div.remarks {
	margin-top: -0.9rem;
	margin-bottom: .5rem;
	font-size: .75rem;
}
/* ▲ 20230222 morinaga VES-485 「船名」検索ボックスの注意書き */
/* ▼ 20230608 VES-559 HOME画面お知らせへの「NEW」の表示 */
.infomaiton-title-table {
	display: table;
}
.new-cell {
	display: table-cell;
	vertical-align: middle;
	padding-left: 1rem;
}
.new-div {
	background-color: red;
    width: 45px;
    color: white;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    height: 20px;
    padding-top: 2px;
}
/* ▲ 20230608 HOME画面お知らせへの「NEW」の表示 */

/* ▼ 20230810 morinaga VES-532 レポート販売機能 */
.drag_drop_set{
    border: 2px solid #ffc996;
    margin: -2px 0;
}
.ap-menu > li > a > span.icon-report:before,
.ap-menu > li > span > span.icon-report:before {
    background: transparent url(../img/icon-report.svg) no-repeat 50% 50%/20px;
}
/* ▲ 20230810 morinaga VES-532 レポート販売機能 */
/* ▼ 20230810 takami VES-532 レポート販売機能 */
.report-new-cell {
	display: table;
	margin: auto;
}
/* ▲ 20230810 takami VES-532 レポート販売機能 */
.wj-flexchart {
    background: #fff !important;
}
.wj-flexgrid .wj-grid-editor {
    color: #0a0a0a !important;
}
/* wijmo.cssのline-heightを打ち消す */
.wj-cell > label {
    line-height: 1.8 !important;
}

/* ▼ 20240719 morinaga VES-422 船価範囲のグラフ表示 */
.open .ap-sidebar {
  width: 260px;
}
.ap-menu > li > a > span.icon-graph:before,
.ap-menu > li > span > span.icon-graph:before {
  background: transparent url(../img/icon-graph.svg) no-repeat 50% 50%/20px;
}
/* ▲ 20240719 morinaga VES-422 船価範囲のグラフ表示 */

/* ▼ 20240821 morinaga VES-604 フリート内の船仕様削除済みの場合に評価依頼が来ないようにしたい */
div.message-box {
  text-align: left;
  display: block;
  font-size: .75rem;
  padding: 0.5rem;
  margin: 0 0 0.5rem 0;
  color: #ff0a0a;
  background-color: #ffffee;
  border: 1px solid #F6AA00;
  border-radius: 3px
}
/* ▲ 20240821 morinaga VES-604 フリート内の船仕様削除済みの場合に評価依頼が来ないようにしたい */

/* ▼ 20240823 morinaga VES-619 船仕様詳細の船種の横にオープンハッチの表記を追加したい */
#shipSpecWindow > .ap-modal-content,
#shipOldNewInfoWindow > .ap-modal-content {
  max-height: 80vh;
}
/* ▲ 20240823 morinaga VES-619 船仕様詳細の船種の横にオープンハッチの表記を追加したい */
 /* ▼ 20250905 VES-646 船舶登録依頼時の入力項目追加 */
.clip-button {
  /* 背景画像を設定 */
  background-image: url(../img/icon-clip.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.clip-button:hover{
  opacity:0.5;
	transition:0.3s;
}
/* ▲ 20250905 VES-646 船舶登録依頼時の入力項目追加 */
