@charset "utf-8";

html,
body {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    color: #2E2E2E;
    font-size: 90%;
    background-color: #F8F8F8;
    -ms-word-break: break-all;
        word-break: break-all;
    -ms-word-wrap: break-word;
        word-wrap: break-word;
    overflow-wrap: break-word;
}

#js-withdrawal {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #2B2929;
}

ul li {
    list-style: none;
}

ul li a {
    display: block;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    touch-callout: none;
    -webkit-touch-callout: none;
       -moz-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.bg-color-red {
    background-color: #FFDFDF !important;
}

.bg-color-orange {
    background-color: #FFF1DF !important;
}

.bg-color-yellow {
    background-color: #FFFFDF !important;
}

.bg-color-green {
    background-color: #E1FFDF !important;
}

.bg-color-blue {
    background-color: #DFF1FF !important;
}

.selected {
    background-color: #D0EBF4 !important;
}

.message-textarea,
.error-textarea {
    position: relative;
    z-index: 0;
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    padding: 8px;
    margin-bottom: 4px;
    border: solid 1px #D82930;
    border-radius: 2px;
    color: #D82930;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.message-textarea article,
.error-textarea article {
    text-align: left;
}

.message-textarea {
    background-color: #FFFFFF;
}

.error-textarea {
    background-color: #FFCACA;
}

.message-textarea a img,
.error-textarea a img {
    height: 20px;
    margin-right: 4px;
    float: left;
}

.message-textarea a p,
.error-textarea a p {
    line-height: 20px;
    float: left;
}

.surround::after,
.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.attention-text {
    color: #D82930;
}

.small-text {
    font-size: 0.8em;
}

.button {
    background-color: #3E82CB;
    border-top: 1px solid #3E82CB;
    border-left: 1px solid #3E82CB;
}

.gray-out {
    background-color: #c9c9c9 !important;
}

.surround {
    position: relative;
    width: 100%;
    padding: 12px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.band {
    background-color: #D82930;
    border: solid 1px #D82930;
    color: #FFFFFF;
    padding: 2px;
    border-radius: 4px;
    line-height: 12px;
    font-size: 10px;
}

.band.black {
    background-color: #424242;
    border: solid 1px #424242;
}

.comment {
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
    background-color: #E4E3E3;
    border-radius: 2px;
    font-size: 0.8em;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.comment p {
    line-height: 24px;
    text-align: left;
}

.comment p input[type="checkbox"] {
    margin: 0 4px;
}

#main footer {
    position: relative;
    z-index: 2;
    margin: 16px 0;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    padding: 8px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

#main footer input {
    width: 100%;
}


/*
------------------------
表示切替
------------------------
*/

.hidden,
.pc,
.tab,
.sp {
    display: none !important;
}


/* pc */

@media only screen and (min-width: 1101px) {
    .pc {
        display: inline-block !important;
    }
    table tr th.pc,
    table tr td.pc {
        display: table-cell !important;
    }
}


/* tab */

@media only screen and (min-width: 641px) and (max-width: 1100px) {
    .tab {
        display: inline-block !important;
    }
    table tr th.tab,
    table tr td.tab {
        display: table-cell !important;
    }
}


/* sp */

@media only screen and (max-width: 640px) {
    .sp {
        display: inline-block !important;
    }
    table tr th.sp,
    table tr td.sp {
        display: table-cell !important;
    }
}


/*
------------------------
エラー件数
------------------------
*/

.icon-notice {
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -15px;
}


/*
------------------------
2カラム
------------------------
*/

.two-column {
    margin-bottom: 4px;
}

.two-column>.left {
    width: 35%;
    text-align: center;
    float: left;
}

.two-column>.left .profile-image {
    width: 50%;
    margin: 16px auto 0;
}

.two-column>.right {
    width: 64%;
    float: right;
}


/* tab sp */

@media only screen and (max-width: 1100px) {
    .two-column>.left,
    .two-column>.right {
        width: 100%;
        float: none;
    }
    .two-column>.left {
        width: 50%;
        margin-bottom: 8px;
    }
}


/*
------------------------
正方形 可変
------------------------
*/

.square {
    position: relative;
    height: auto;
}

.square::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.square p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.square .arrive {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 30%;
}

.square img {
    position: absolute;
    width: auto;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}


/*
------------------------
profile
------------------------
*/

.profile>.icon {
    width: 100%;
    height: 100%;
    background-color: #CCCCCC;
    color: #FFFFFF;
    border: solid 2px #FFFFFF;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.profile>.icon img {
    width: 100%;
}


/*
------------------------
デバイス
------------------------
*/

.device {
    width: 98%;
    padding: 8px 1% 0;
    border-radius: 2px;
    background-color: #FFFFFF;
    margin-bottom: 4px;
}

.device>li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.device>li:first-of-type {
    float: none;
}

.device>li ul {
    border: solid 1px #C6C6C6;
    padding: 4px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
}

.device>li ul li {
    margin-right: 4px;
    float: left;
}

.device>li ul .band {
    font-size: 10px !important;
    line-height: 10px !important;
    padding: 4px 6px !important;
}

.device>li ul input {
    font-size: 10px;
    line-height: 10px;
    padding: 4px 6px;
    margin-top: -1px;
    border-radius: 4px;
}


/*
------------------------
リスト
------------------------
*/

#list-label {
    position: relative;
    display: table;
    width: 100%;
    padding: 4px 8px;
    line-height: 24px;
    background-color: #DADADA;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

#list-label .left {
    position: absolute;
    display: table;
    width: 300px;
    margin-left: 40px;
}

#list-label .left div {
    float: left;
    margin-right: 8px;
}

#list-label .left div:last-of-type {
    margin-right: 0;
}

#list-label .left #js-list-open {
    width: 70px;
    text-align: left;
}

#list-label .left #js-list-open,
#list-label .left #js-list-check {
    cursor: pointer;
}

#list-label .left #js-list-open img,
#list-label .left #js-list-check img {
    height: 26px;
    margin-right: 4px;
    float: left;
}

#list-label .left #js-list-open p,
#list-label .left #js-list-check p {
    line-height: 26px;
    float: left;
}

#list-label .right {
    width: calc(100% - 340px);
    margin-left: 340px;
}

#list-style>li.surround {
    margin-bottom: 2px;
}

#list-style>li.surround:last-of-type {
    margin-bottom: 0;
}

#list-style>li.two {
    width: 97%;
    margin-left: 3%;
}

#list-style>li.three {
    width: 96%;
    margin-left: 4%;
}

#list-style>li.four {
    width: 95%;
    margin-left: 5%;
}

#list-style>li.five {
    width: 94%;
    margin-left: 6%;
}

#list-style>li .icon-area li {
    position: relative;
    float: left;
    margin: 0 8px 8px 0;
    line-height: 22px;
    font-size: 12px;
}

#list-style>li .icon-area li:last-of-type {
    margin-right: 0;
}


/* 表示部分 */

#list-style>li>.profile-image {
    width: 32px;
    margin-right: 8px;
    float: left
}

#list-style>li>.right {
    width: calc(100% - 40px);
    float: left
}

#list-style .title {
    position: relative;
    z-index: 1;
}

#list-style .title li {
    padding: 0 4px;
    text-align: center;
}

#list-style .title .left {
    display: table;
    width: 32%;
    margin-left: 3%;
    float: left;
}

#list-style .title .left li {
    width: 22%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

#list-style .title .left li .js-button {
    display: block;
    cursor: pointer;
}

#list-style .title .left li .js-button img,
#list-style .title .left li .link img {
    height: 33px;
}

#list-style .title .left .top-image,
#list-style .title .left .profile-image {
    width: 33px;
    margin: 0 auto;
}

#list-style .title .left .top-image p {
    position: relative;
}

#list-style .title .right {
    width: 65%;
    line-height: 20px;
    float: left;
}

#list-style .title .right .js-input-area {
    width: 100%;
    padding-bottom: 1px;
    margin-bottom: 1px;
}


/* 非表示部分 */

#list-style>li>.js-target {
    position: relative;
    z-index: 0;
    display: none;
    margin-top: 8px;
    padding-top: 8px;
}

#list-style>li>.js-target.display {
    display: block;
    overflow: hidden;
}

#list-style>li>.js-target>.box:nth-of-type(2n+1) {
    width: 48.5%;
    float: left;
    padding: 6px 0.5%;
    background-color: #FFFFFF;
    border-radius: 2px;
    margin-bottom: 8px;
}

#list-style>li>.js-target>.box:nth-of-type(2n) {
    width: 48.5%;
    float: left;
    padding: 6px 0.5%;
    background-color: #FFFFFF;
    border-radius: 2px;
    margin-left: 1%;
    margin-bottom: 8px;
}

#list-style>li>.js-target>aside {
    clear: both;
}

#list-style>li>.js-target>aside>div {
    width: 33%;
    float: left;
}

#list-style>li>.js-target>.full {
    width: 100% !important;
    padding: 6px 0 !important;
    margin: 0 !important;
}

#list-style>li>.js-target>.left {
    width: 30%;
    text-align: center;
    float: left;
}

#list-style>li>.js-target>.left>.image {
    max-height: 260px;
    overflow: hidden;
}

#list-style>li>.js-target>.left img {
    width: 80%;
}

#list-style>li>.js-target>.right {
    width: 67%;
    float: right;
}

#list-style>li>.js-target>.right>table>tbody>tr>th {
    width: 32%;
    text-align: left;
}

#list-style>li>.js-target>.right>table>tbody>tr>td {
    width: 60%;
}


/* tab */

@media only screen and (max-width: 1100px) {
    #list-label .left,
    #list-label .right,
    #list-style .title .left,
    #list-style .title .right {
        position: relative;
        width: 100%;
        float: none;
        padding: 0;
        margin: 0;
    }
}


/* sp */

@media only screen and (max-width: 639px) {
    #list-style>li>.js-target>.box:nth-of-type(2n+1),
    #list-style>li>.js-target>.box:nth-of-type(2n),
    #list-style>li>.js-target>.left,
    #list-style>li>.js-target>.right {
        position: relative;
        width: 100%;
        float: none;
        padding: 0;
        margin: 0;
    }
    #list-style .title .right {
        margin-top: 6px;
        line-height: 18px;
    }
    #list-style>li>.js-target>.left img {
        width: 50%;
        margin-bottom: 16px;
    }
    #list-style>li>.js-target>aside>.box {
        width: 100%;
        float: none;
    }
    .data>table {
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 8px !important;
        float: none;
    }
}


/* sp */

@media only screen and (max-width: 639px) {
    .top-images .right>.date,
    .top-images .right>.button {
        width: 100%;
        float: none;
        margin-bottom: 8px;
    }
    .top-images .right>.date {
        text-align: left;
    }
}


/*
------------------------
ユーザーエージェント
------------------------
*/

.user-agent-area {
    line-height: 20px;
}

.user-agent-area img {
    height: 20px;
    margin: 0 4px;
}


/*
------------------------
リスト 一覧
------------------------
*/

#title-area {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 4px 2%;
    line-height: 24px;
    background-color: #DADADA;
    border-radius: 4px 4px 0 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

#title-area p {
    text-align: center;
    float: left;
}

.list-area {
    border-bottom: solid 2px #F0F0F0;
}

.list-area:last-of-type {
    border-bottom: none;
}

.list-area>li {
    border-bottom: solid 2px #F0F0F0;
}

.list-area>li:last-of-type {
    border-bottom: none;
}

.list-area>li .contents {
    position: relative;
    width: calc(100% - 40px);
    padding-left: 40px;
}

.list-area>li .contents>div {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 8px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.list-area>li .contents>div:last-of-type {
    padding-right: 0;
}

.list-area>li .contents>div .js-input-area {
    width: 100%;
}


/*
------------------------
profit
------------------------
*/

.profit {
    text-align: center;
    margin-bottom: 4px;
}

.profit tr th {
    background-color: #DADADA;
}

.profit tr th,
.profit tr td {
    width: 33%;
    padding: 2px;
    font-size: 0.9em;
    border: solid 1px #DADADA;
}

.profit tr th:nth-of-type(2),
.profit tr td:nth-of-type(2) {
    width: 34%;
}


/*
------------------------
portfolio
------------------------
*/

.portfolio {
    text-align: center;
    margin-bottom: 4px;
}

.portfolio tr th {
    background-color: #DADADA;
}

.portfolio tr th,
.portfolio tr td {
    width: 25%;
    padding: 2px;
    font-size: 0.9em;
    border: solid 1px #DADADA;
}


/*
------------------------
balance
------------------------
*/

.balance {
    text-align: center;
    margin-bottom: 4px;
}

.balance tr th,
.balance tr td {
    width: 28%;
    padding: 2px;
    font-size: 0.9em;
    border: solid 1px #DADADA;
}

.balance tr th:first-of-type,
.balance tr td:first-of-type {
    width: 16%;
}

.balance.avarege tr th,
.balance.avarege tr td {
    width: 16.8%;
}


/*
------------------------
paging
------------------------
*/

.paging ul {
    float: left;
}

.paging ul li {
    width: 50px;
    padding: 8px 0;
    float: left;
    text-align: center;
}

.paging ul li a {
    display: block;
    height: 100%;
    color: #304DE2;
}

.paging ul li a img {
    height: 30px;
}

.paging .count {
    float: right;
    padding: 8px;
}


/*
------------------------
table-scroll
------------------------
*/

.table-scroll {
    width: 100%;
    overflow-x: scroll;
}

.table-scroll table {
    width: 1200px;
}

.table-scroll table tr .fixed-left::before,
.table-scroll table tr .fixed-right::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: solid 1px #DADADA;
}

.table-scroll table tr .fixed-left,
.table-scroll table tr .fixed-right {
    position: sticky;
    z-index: 1;
    background: #FFFFFF;
}

.table-scroll table tr .fixed-left {
    left: 0;
}

.table-scroll table tr .fixed-right {
    right: 0;
}


/*
------------------------
header-tab
------------------------
*/

#header-tab {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    font-weight: bold;
}

#header-tab>section {
    border-bottom: solid 1px #C6C6C6;
    background-color: #F1F1F1;
}

#header-tab .left {
    width: 20%;
    height: 30px;
    float: left;
}

#header-tab .left a {
    padding-left: 16px;
}

#header-tab .right {
    width: 80%;
    height: 30px;
    float: right;
    text-align: right;
}

#header-tab .right img {
    height: 30px;
    margin-right: 6px;
}

#header-tab .right .icon-notice {
    top: 0;
    right: 28px;
    margin-top: -4px;
}

#header-tab nav {
    position: absolute;
    top: 31px;
    width: 100%;
    height: 100%;
    display: none;
}

#header-tab nav ul li {
    position: relative;
    min-width: 150px;
}

#header-tab nav ul li::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

#header-tab nav ul li a {
    position: relative;
    padding: 8px 6px;
    text-align: left;
    background-color: #E8E8E8;
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px #C6C6C6;
    border-bottom: solid 1px #C6C6C6;
}

#header-tab nav ul li a img {
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

#header-tab nav ul li a p {
    display: inline-block;
    line-height: 30px;
}

#header-tab nav .close-setting {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #1C1C1C;
    -khtml-opacity: 0.5;
      -moz-opacity: 0.5;
           opacity: 0.5;
    -ms-filter: "alpha(opacity=50)";
        filter: alpha(opacity=50);
}


/*
------------------------
header
------------------------
*/

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    font-weight: bold;
}

#header>section {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #F1F1F1;
    border-right: solid 1px #C6C6C6;
    border-bottom: solid 1px #C6C6C6;
    border-left: solid 1px #C6C6C6;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

#header .left {
    width: 20%;
    height: 30px;
    float: left;
}

#header .left a {
    padding-left: 16px;
}

#header .right {
    width: 80%;
    height: 30px;
    float: right;
    text-align: right;
}

#header .right>ul {
    display: inline-block;
}

#header .right>ul>li {
    position: relative;
    padding-right: 16px;
    float: right;
    text-align: left;
}

#header .right>ul>li img {
    margin-right: 4px;
    height: 30px;
}

#header .right>ul>li p {
    display: inline-block;
    line-height: 30px;
}

#header .right>ul>li>ul>li {
    min-width: 100px;
}

#header .right>ul>li>ul {
    position: absolute;
    top: 31px;
    width: 100%;
    display: none;
}

#header .right>ul>li>ul>li>a {
    position: relative;
    width: 100%;
    padding: 0 6px;
    text-align: left;
    background-color: #E8E8E8;
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px #C6C6C6;
    border-bottom: solid 1px #C6C6C6;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

#js-navi-click {
    position: relative;
    z-index: 1;
    margin-top: 35px;
    margin-bottom: 4px;
    border-top: solid 1px #C6C6C6;
    border-left: solid 1px #C6C6C6;
}

#js-navi-click>li {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 30px;
    padding: 8px 0;
    cursor: pointer;
    background-color: #F1F1F1;
    border-top: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
    border-right: solid 1px #C6C6C6;
    border-bottom: solid 1px #C6C6C6;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

#js-navi-click>li>div {
    float: left;
}

#js-navi-click>li>div:first-of-type {
    width: calc(100% - 100px);
}

#js-navi-click>li>div:last-of-type {
    width: 100px;
}

#js-navi-click>li>div img {
    margin-right: 4px;
    height: 30px;
}

#js-navi-click>li>div p {
    display: inline-block;
    line-height: 30px;
}

#js-navi-click>li>div>ul>li {
    min-width: 100px;
}

#js-navi-click>li>div>ul {
    position: absolute;
    top: 48px;
    display: none;
    width: 101px;
}

#js-navi-click>li>div>ul>li>a {
    position: relative;
    width: 100%;
    padding: 0 6px;
    text-align: left;
    background-color: #E8E8E8;
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px #C6C6C6;
    border-bottom: solid 1px #C6C6C6;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

#js-navi-content {
    position: relative;
    z-index: 0;
}

#js-navi-content>li {
    display: none;
}

#js-navi-content>li:last-of-type .total {
    width: 60%;
    float: left;
}

#js-navi-content>li:last-of-type .graph {
    width: 35%;
    float: right;
}

ul.navi {
    margin-bottom: 4px;
    border-top: solid 1px #C6C6C6;
    border-left: solid 1px #C6C6C6;
    background-color: #FFFFFF;
}

ul.navi li {
    width: 20%;
    float: left;
    border-top: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
    border-right: solid 1px #C6C6C6;
    border-bottom: solid 1px #C6C6C6;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

ul.navi li a {
    display: block;
    width: 100%;
    padding: 8px 0;
    line-height: 12px;
    text-align: center;
    background-color: #D3D3D3;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

/* sp */

@media only screen and (max-width: 639px) {
    ul.navi li,
    #header .location li {
        width: 50%;
    }
    #js-navi-content>li:last-of-type .total,
    #js-navi-content>li:last-of-type .graph {
        width: 100%;
        float: none;
    }
}


/*
------------------------
delete area
------------------------
*/

.js-delete-button {
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    border: solid 1px #D82930;
    line-height: 12px;
    font-size: 12px;
    color: #D82930;
    text-align: center;
}

#delete-area {
    position: relative;
    z-index: 5;
}

#delete-area .text-button {
    display: none;
    width: calc(100% - 16px);
    padding: 8px 8px 0;
    margin: 0;
    border-radius: 2px;
    background-color: #D82930;
    border: none;
}

#delete-area .text-button>div {
    padding: 0;
    margin-bottom: 8px;
}

#delete-area .text-button input {
    margin: 0 !important;
}

#delete-area .js-delete-button {
    width: 120px;
    margin: 16px auto;
}


/*
------------------------
button-area
------------------------
*/

.button-area {
    position: relative;
    width: calc(100% - 16px);
    padding: 8px 8px 0.1px;
    margin-bottom: 4px;
    border-radius: 2px;
    background-color: #FFFFFF;
}

.button-area input,
.button-area textarea,
.button-area select {
    margin: 0 !important;
}

.button-area ul {
    display: table;
}

.button-area ul>li {
    position: relative;
    padding: 0 8px 8px 0;
    float: left;
}

.button-area ul>li:last-of-type {
    padding-right: 0;
}

.button-area ul>li.date .js-tooltip {
    margin-right: 4px;
    float: left;
}

.button-area ul>li.date .js-tooltip img {
    height: 32px;
}

.button-area ul>li.date .input-area {
    float: left;
}

.button-area ul>li.date input {
    width: 110px;
    margin: 0 2px !important;
}

.button-area ul>li label {
    margin-right: 6px;
}

.button-area ul>li label input {
    margin-left: 6px !important;
}

header.button-area .only {
    padding-bottom: 8px;
}


/* sp */

@media only screen and (max-width: 640px) {
    .button-area ul>li.date input {
        width: 75px;
        font-size: 10px;
    }
}


/*
------------------------
main
------------------------
*/

#main {
    position: relative;
    z-index: 0;
    padding-bottom: 74px;
}

#main a {
    color: #304DE2;
}


/*
------------------------
/index.php
------------------------
*/

#cash-flow.index .list tr th {
    width: 38%;
    padding: 0 2%;
    text-align: left;
}

#cash-flow.index .list tr th:first-of-type {
    width: 18%;
}

#cash-flow.index .list tr td .company-name {
    font-weight: bold;
}


/*
------------------------
/cash-flow/location.php
/cash-flow/title.php
/assets/location.php
/assets/title.php
------------------------
*/

.list ul li>div .js-input-area {
    width: 100%;
}


/*
------------------------
/cash-flow/index.php
------------------------
*/

#cash-flow #main-area form:first-of-type {
    margin-bottom: 4px;
}

#cash-flow #main-area .list-style li {
    padding: 12px 0 0 12px;
    border: solid 1px #DADADA;
    background-color: #FFFFFF;
    text-align: center;
    border-top: none;
}

#cash-flow #main-area .list-style li header {
    position: relative;
    margin-bottom: 4px;
}

#cash-flow #main-area .list-style li header div {
    margin: 0 8px 0 0;
    line-height: 20px;
    float: left;
}

#cash-flow #main-area .list-style li header button[type="button"] {
    padding: 3px 4px 2px;
}

#cash-flow #main-area .list-style li.header {
    border: solid 1px #DADADA;
    background-color: #DADADA;
    border-radius: 4px 4px 0 0;
    padding: 0 8px;
}

#cash-flow #main-area .list-style li.header p {
    float: left;
    width: calc(20% - 12px);
    padding-right: 12px;
}

#cash-flow #main-area .list-style li dl dd {
    float: left;
    width: calc(20% - 12px);
    padding-right: 12px;
    padding-bottom: 12px;
    text-align: left;
}

#cash-flow #main-area .list-style li dl dt {
    display: none;
}

#cash-flow #main-area .list-style li dl dd .js-input-area {
    width: 100%;
}

#cash-flow #main-area .list-style li dl:nth-of-type(2) dd:first-of-type {
    width: 99%;
    text-align: left;
}

#cash-flow #main-area .list-style li dl:nth-of-type(2) dd textarea {
    min-height: 90px;
}


/* sp */

@media only screen and (max-width: 639px) {
    #cash-flow #main-area .list-style {
        border-top: solid 1px #DADADA;
    }
    #cash-flow #main-area .list-style li.header {
        display: none;
    }
    #cash-flow #main-area .list-style li dl {
        border-top: solid 1px #E8E8E8;
    }
    #cash-flow #main-area .list-style li dl dt {
        display: block;
        width: 30%;
        float: left;
        clear: left;
        background-color: #E8E8E8;
        line-height: 53px;
        border-bottom: solid 1px #FFFFFF;
    }
    #cash-flow #main-area .list-style li dl dd,
    #cash-flow #main-area .list-style li dl dd:first-of-type {
        width: 69%;
        padding: 4px 0 4px 1%;
        border-bottom: solid 1px #E8E8E8;
        line-height: 45px;
    }
    #cash-flow #main-area .list-style li dl dt:last-of-type,
    #cash-flow #main-area .list-style li dl dd:last-of-type {
        border-bottom: solid 1px #E8E8E8;
    }
    #cash-flow #main-area .list-style li dl dd input,
    #cash-flow #main-area .list-style li dl dd select,
    #cash-flow #main-area .list-style li dl dd textarea {
        margin: 0;
    }
    #cash-flow #main-area .list-style li dl dd input,
    #cash-flow #main-area .list-style li dl dd select {
        height: 29px;
    }
    #cash-flow #main-area .list-style li dl:nth-of-type(2) {
        border-top: none;
    }
    #cash-flow #main-area .list-style li dl:nth-of-type(2) dt:first-of-type {
        border-top: solid 1px #FFFFFF;
    }
    #cash-flow #main-area .list-style li dl:nth-of-type(2) dd:first-of-type {
        width: 69%;
        border-top: solid 1px #FFFFFF;
    }
}


/*
------------------------
/cash-flow/location.php
------------------------
*/

#cash-flow.list.location ul li.header {
    border: solid 1px #DADADA;
    background-color: #DADADA;
    border-radius: 4px 4px 0 0;
}

#cash-flow.list.location ul li.header>div {
    height: 20px;
    line-height: 20px;
}

#cash-flow.list.location ul li {
    position: relative;
    padding: 12px 0 12px 12px;
    border: solid 1px #DADADA;
    background-color: #FFFFFF;
    text-align: center;
    border-top: none;
}

#cash-flow.list.location ul li>div {
    padding-right: 12px;
    float: left;
}

#cash-flow.list.location ul li>div:first-of-type {
    width: 80px;
    margin-left: 30px;
}

#cash-flow.list.location ul li>div:nth-of-type(2) {
    width: calc(40% - 134px);
}

#cash-flow.list.location ul li>div:nth-of-type(3) {
    width: 40px;
}

#cash-flow.list.location ul li>div:last-of-type {
    width: calc(60% - 64px);
}

#cash-flow.list.location ul#add-area {
    margin-bottom: 4px;
}

#cash-flow.list.location ul#add-area li>div:first-of-type {
    width: calc(40% - 12px);
    margin-left: 0;
}

#cash-flow.list.location ul#add-area li>div:nth-of-type(2) {
    width: 40px;
}

#cash-flow.list.location ul#add-area li>div:last-of-type {
    width: calc(60% - 64px);
}


/*
------------------------
/cash-flow/title.php
------------------------
*/

#cash-flow.list.title ul {
    margin-bottom: 4px;
}

#cash-flow.list.title ul li.header {
    border: solid 1px #DADADA;
    background-color: #DADADA;
    border-radius: 4px 4px 0 0;
}

#cash-flow.list.title ul li.header>div {
    height: 20px;
    line-height: 20px;
}

#cash-flow.list.title ul li.header-sub {
    text-align: center;
    border-radius: 4px;
    padding: 0;
    border: solid 1px #DADADA;
    background-color: #DADADA;
    margin: 4px 0;
}

#cash-flow.list.title ul li {
    padding: 12px 0 12px 12px;
    border: solid 1px #DADADA;
    background-color: #FFFFFF;
    text-align: center;
    border-top: none;
}

#cash-flow.list.title ul li>div {
    width: calc(20% - 12px);
    padding-right: 12px;
    float: left;
}

#cash-flow.list.title ul li>div {
    width: calc(20% - 12px);
}

#cash-flow.list.title ul li>div:first-of-type {
    width: 80px;
}

#cash-flow.list.title ul li>div:nth-of-type(2) {
    width: calc(20% - 104px);
}

#cash-flow.list.title ul#add-area li>div:first-of-type,
#cash-flow.list.title ul#add-area li>div:nth-of-type(2) {
    width: calc(20% - 12px);
}


/*
------------------------
/cash-flow/aggregate.php
------------------------
*/

#cash-flow.aggregate .title {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    width: 98%;
    padding: 6px 1% 4px;
    margin-bottom: 4px;
    border-radius: 2px;
    background-color: #FFFFFF;
}

#cash-flow.aggregate table {
    font-size: 10px;
}

#cash-flow.aggregate table tr th,
#cash-flow.aggregate table tr td {
    min-width: 62px;
    padding: 2px;
    text-align: center;
    border: solid 1px #DADADA;
}

#cash-flow.aggregate table tr td:hover {
    background-color: #D9D9D9;
    cursor: default;
}

#cash-flow.aggregate table tr th {
    background-color: #E8F0FF;
}

#cash-flow.aggregate table tr td span {
    display: block;
}

#cash-flow.aggregate table tr td .js-tooltip-target {
    top: 28px;
    padding: 2px 8px;
    font-size: 10px;
}

#cash-flow.aggregate table tr .ratio {
    background-color: #E8F0FF;
    font-weight: bold;
}

#cash-flow.aggregate table tr .sub-total {
    background-color: #E4E3E3;
}

#cash-flow.aggregate table tr .total {
    background-color: #CCCCCC;
    font-weight: bold;
}


/*
------------------------
/assets/index.php
------------------------
*/

#assets #main-area .list-style li {
    padding: 12px 0 0 12px;
    border: solid 1px #DADADA;
    background-color: #FFFFFF;
    text-align: center;
    border-top: none;
}

#assets #main-area .list-style li header {
    position: relative;
    margin-bottom: 4px;
}

#assets #main-area .list-style li header div {
    margin: 0 8px 0 0;
    line-height: 20px;
    float: left;
}

#assets #main-area .list-style li header button[type="button"] {
    padding: 3px 4px 2px;
}

#assets #main-area .list-style li.header {
    border: solid 1px #DADADA;
    background-color: #DADADA;
    border-radius: 4px 4px 0 0;
    padding: 0 8px;
}

#assets #main-area .list-style li.header p {
    float: left;
    width: calc(15% - 12px);
    padding-right: 12px;
}

#assets #main-area .list-style li dl dd {
    float: left;
    width: calc(15% - 12px);
    padding-right: 12px;
    padding-bottom: 12px;
    text-align: left;
}

#assets #main-area .list-style li.header p:first-of-type,
#assets #main-area .list-style li dl dd:first-of-type {
    width: calc(10% - 12px);
}

#assets #main-area .list-style li dl dt {
    display: none;
}

#assets #main-area .list-style li dl dd .js-input-area {
    width: 100%;
}

#assets #main-area .list-style li dl:nth-of-type(2) dd:first-of-type {
    width: 99%;
}

#assets #main-area .list-style li dl:nth-of-type(2) dd textarea {
    min-height: 90px;
}


/* sp */

@media only screen and (max-width: 639px) {
    #assets #main-area .list-style {
        border-top: solid 1px #DADADA;
    }
    #assets #main-area .list-style li.header {
        display: none;
    }
    #assets #main-area .list-style li dl {
        border-top: solid 1px #E8E8E8;
    }
    #assets #main-area .list-style li dl dt {
        display: block;
        width: 30%;
        float: left;
        clear: left;
        background-color: #E8E8E8;
        line-height: 53px;
        border-bottom: solid 1px #FFFFFF;
    }
    #assets #main-area .list-style li dl dd,
    #assets #main-area .list-style li dl dd:first-of-type {
        width: 69%;
        padding: 4px 0 4px 1%;
        border-bottom: solid 1px #E8E8E8;
        line-height: 45px;
    }
    #assets #main-area .list-style li dl dt:last-of-type,
    #assets #main-area .list-style li dl dd:last-of-type {
        border-bottom: solid 1px #E8E8E8;
    }
    #assets #main-area .list-style li dl dd input,
    #assets #main-area .list-style li dl dd select,
    #assets #main-area .list-style li dl dd textarea {
        margin: 0;
    }
    #assets #main-area .list-style li dl dd input,
    #assets #main-area .list-style li dl dd select {
        height: 29px;
    }
    #assets #main-area .list-style li dl:nth-of-type(2) {
        border-top: none;
    }
    #assets #main-area .list-style li dl:nth-of-type(2) dt:first-of-type {
        border-top: solid 1px #FFFFFF;
    }
    #assets #main-area .list-style li dl:nth-of-type(2) dd:first-of-type {
        width: 69%;
        border-top: solid 1px #FFFFFF;
    }
}


/*
------------------------
/assets/location.php
------------------------
*/

#assets.list.location ul li.header {
    border: solid 1px #DADADA;
    background-color: #DADADA;
    border-radius: 4px 4px 0 0;
}

#assets.list.location ul li.header>div {
    height: 20px;
    line-height: 20px;
}

#assets.list.location ul li {
    position: relative;
    padding: 12px 0 12px 12px;
    border: solid 1px #DADADA;
    background-color: #FFFFFF;
    text-align: center;
    border-top: none;
}

#assets.list.location ul li>div {
    padding-right: 12px;
    float: left;
}

#assets.list.location ul li>div:first-of-type {
    width: 80px;
    margin-left: 30px;
}

#assets.list.location ul li>div:nth-of-type(2) {
    width: calc(40% - 134px);
}

#assets.list.location ul li>div:last-of-type {
    width: calc(60% - 12px);
}

#assets.list.location ul#add-area {
    margin-bottom: 4px;
}

#assets.list.location ul#add-area li>div:first-of-type {
    width: calc(40% - 12px);
    margin-left: 0;
}

#assets.list.location ul#add-area li>div:last-of-type {
    width: calc(60% - 12px);
}


/*
------------------------
/assets/title.php
------------------------
*/

#assets.list.title ul li.header {
    border: solid 1px #DADADA;
    background-color: #DADADA;
    border-radius: 4px 4px 0 0;
}

#assets.list.title ul li.header>div {
    height: 20px;
    line-height: 20px;
}

#assets.list.title ul li {
    padding: 12px 0 12px 12px;
    border: solid 1px #DADADA;
    background-color: #FFFFFF;
    text-align: center;
    border-top: none;
}

#assets.list.title ul li>div {
    padding-right: 12px;
    float: left;
}

#assets.list.title ul li>div:first-of-type {
    width: 80px;
}

#assets.list.title ul li>div:nth-of-type(2) {
    width: 52px;
}

#assets.list.title ul li>div:nth-of-type(3) {
    width: calc(50% - 168px);
}

#assets.list.title ul li>div:last-of-type {
    width: calc(50% - 12px);
}

#assets.list.title ul#add-area {
    margin-bottom: 4px;
}

#assets.list.title ul#add-area li>div:first-of-type {
    width: 52px;
}

#assets.list.title ul#add-area li>div:nth-of-type(2) {
    width: calc(50% - 76px);
}

#assets.list.title ul#add-area li>div:last-of-type {
    width: calc(50% - 12px);
}


/*
------------------------
/manager/history-change.php
------------------------
*/

#manager.history-change-list .js-target ul {
    margin: 2px;
    border: solid 1px #CCCCCC;
}

#manager.history-change-list .js-target ul li dl dt,
#manager.history-change-list .js-target ul li dl dd {
    width: 98%;
    padding: 4px 1%;
}

#manager.history-change-list .js-target ul li dl dt {
    background-color: #E4E3E3;
}


/*
------------------------
/master/ip.php
------------------------
*/

#master.ip #title-area p,
#master.ip .list-area .contents>div {
    width: calc(50% - 50px);
}

#master.ip #title-area p:first-of-type,
#master.ip .list-area .contents>div:first-of-type {
    width: 100px;
}
