.storage {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding: 4em 0;
}

.storage.m {
    width: 96%;
}

.storage .search {
    padding: 0 0 1em 0;
}

.storage #split {
    width: 100%;
    padding-left: 0.5em;
    margin: 0 0 1em 0;
    /* border-left: solid 4px #1048a0; */
    border-bottom: solid 1px #1048a0;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2.5em;
    color: #1048a0;
}

.storage .search .sItem {
    display: inline-block;
    padding-right: 2em;
}

.storage.m .search .sItem {
    display: block;
    padding-bottom: 1em;
    padding-left: 1em;
}

.storage .search .sItem span {
    display: inline-block;
    padding-right: 0.3em;
    font-size: 1.2em;
    padding-left: 0.5em;
    margin-right: 1em;
    line-height: 2em;
    color: #1048a0;
    border-left: solid 4px #1048a0;
}

.storage.m .search .sItem span {
    display: block;
    width: 100%;
    margin-bottom:0.2em;
}

.storage .search .sItem select {
    width: 8em;
    line-height: 2em;
    height: 2.6em;
    border: solid 1px #1048a0;
}

.storage .search .sItem input[type='text'] {
    height: 2.4em;
    padding: 0;
    width: 10em;
    border: solid 1px #1048a0;
    text-indent: 0.3em;
}

.storage .search .sItem input[type='button'] {
    /* line-height: 2em; */
    height: 2.4em;
    padding: 0 1.5em;
    border: solid 1px #1048a0;
    background-color: #1048a0;
    color: #fff;
    cursor: pointer;
    font-size: 1.1em;
}

.storage .search .sItem input[type='button']:hover {
    background-color: #1a5bc3;
}

#sReset {
    border: none;
    background-color: transparent;
    text-decoration: underline;
    color: #1048a0;
}

.storage .wrapper {
    border-left: solid 4px #1048a0;
    margin-bottom: 2em;
    margin-right: 3%;
    display: inline-block;
    width: 45%;
}

.storage table {
    width: 100%;
    border: solid 1px #ccc;
    font-size: 1.2em;
}
.storage.m table {
    font-size: 1em;
}

.storage.m .wrapper {
    display: block;
    width: 100%;
    margin-right: 0%;
}


.storage table tbody {
    width: 100%;
}

.storage table td {
    padding: 0.2em 1em;
}

.t-content {
    line-height: 1.3em;
}

.t-no {
    width: 6em;
}

.t-no span {
    opacity: 0.5;
    font-size: 0.8em;
}

.t-name {
    font-size: 1.2em;
    font-weight: bold;
    color: #1048a0;
}

.t-count {
    width: 8em;
    text-align: center;
}

.t-count span {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    color: #1048a0;
}

.t-center {
    text-align: center;
}

.storage thead {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 3em;
    border-bottom: solid 1px #666;
}

.storage tbody {
    font-size: 1em;
    line-height: 3em;
    border-bottom: solid 1px #ccc;
}