.storage {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding: 4em 0;
}

.storage.m {
    width: 96%;
}

.storage .search {
    padding: 0 0 2em 0;
}


.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 {
    padding-right: 0.3em;
}

.storage.m .search .sItem span {
    display: inline-block;
    width: 5em;
}

.storage .search .sItem select {
    width: 8em;
    line-height: 2em;
    height: 2em;
    border: solid 1px #666;
}

.storage .search .sItem input[type='text'] {
    line-height: 2em;
    height: 2em;
    width: 10em;
    border: solid 1px #666;
}

.storage .search .sItem input[type='button'] {
    line-height: 2em;
    height: 2em;
    width: 5em;
    border: solid 1px #666;
    background-color: #eee;
    cursor: pointer;
}

.storage .search .sItem input[type='button']:hover {
    background-color: #ddd;
}

.storage table {
    width: 100%;
}

.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;
}