/* common */

html,
body,
form {
    margin: 0px;
    height: 100%;
}

.theme-bg {
    background-color: #15a8fe;
}

.theme-fg {
    color: #15a8fe;
}

.theme-gray {
    color: #808080;
}

.fontsize {
    font-size: 22px;
}

.fontsize-s {
    font-size: 20px;
}

div.header {
    position: fixed;
    margin: 0px auto;
    top: 0px;
    width: 100%;
    height: 100px;
    background-color: darkkhaki;
}

div.content {
    width: 800px;
    background-color: #fafafa;
    margin: 0px auto;
    padding-top: 100px;
    padding-bottom: 200px;
    height: 100%;
    box-sizing: border-box;
}

div.footer {
    width: 800px;
    height: 200px;
    position: fixed;
    margin: 0px auto;
    bottom: 0px;
    background-color: chocolate;
    padding: 40px;
    box-sizing: border-box;
}

div.login_base {
    width: 660px;
    height: 100%;
    margin: 0px auto;
    display: table;
}

div.login_inner {
    width: 660px;
    vertical-align: middle;
    display: table-cell;
}

div.login_inner img {
    margin: 0 auto;
    display: table-cell;
    text-align: center;
    max-width: 90%;
}

div.login_inner .register {
    margin: 0 auto;
    text-align: center;
    max-width: 90%;
}

div.login_frame {
    width: 100%;
    height: 400px;
    background-color: #444442;
    border-radius: 16px;
    padding: 46px;
}

div.login_frame input[type="text"],
input[type="password"] {
    height: 52px;
}

div.login_frame button {
    height: 52px;
}

div.anchor {
    margin: 0 auto;
    text-align: center;
}

div.anchor p {
    cursor: pointer;
}

div.h50 {
    height: 50px;
}

div.scroller {
    overflow: scroll;
}

div.footerPlay {
    position: absolute;
    right: 40px;
    top: 40px;
}

div.footerLegend {}

button.footerPlay {
    width: 100px;
    height: 40px;
}


/* top */

div.shelfCateHead {
    width: 100%;
    height: 30px;
    background: url(../img/shelf_cate_header.png);
    background-repeat: repeat-x;
    vertical-align: middle;
}

div.shelfCateHead img {
    margin-left: 12px;
    margin-top: 2px;
}

div.shelfCateHead p {
    color: #fefefe;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 8px;
    font-size: 18px;
    line-height: 18px;
    height: 30px;
}

div.shelfCateHead a {
    display: inline-block;
    text-align: right;
    float: right;
    margin: 2px 8px 0 0;
    color: #fefefe;
}

div.shelfBody {
    width: 100%;
    min-height: 190px;
    padding: 0 32px 0 32px;
    background: url(../img/shelf_rack.png);
    background-repeat: repeat;
    box-sizing: border-box;
}

div.matItem {
    position: relative;
    display: inline-block;
    width: 172px;
    height: 190px;
}

div.matItem img {
    position: absolute;
    bottom: 12px;
    width: 150px;
    height: 150px;
    margin: 0 11px 0 11px;
    object-fit: cover;
    box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.5), 1px -1px 2px 2px rgba(0, 0, 0, 0.7);
}

div.matItem span {
    position: absolute;
    top: 4px;
    color: #202020;
    text-align: center;
    width: 172px;
    text-shadow: 1px 1px 0px #eee, -1px -1px 0px #eee;
}