.logo {
    background:url(/common/design/user/img/images-top/logo-market.png) no-repeat;
    background-size: 100% 100%;
    width:90px;
    height:90px;
    margin-top: 0px;
}

.search {
    padding: 0 0 1px 0;
    margin: 0 0 30px 0;
}

.search h2 {
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/common/design/user/css/img/h2_search.gif) no-repeat 0 0;
}

.search .box {
    padding: 20px;
    border: 5px solid #f8f8f8;
    background: #fff;
}

.search table {
    width: 100%;
    margin: 0 auto;
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.search th {
    width: 25%;
    font-weight: 700;
    text-align: center;
}

.search th, .search td {
    font-size: 75%;
    padding: 7px;
    border: 1px dotted #d8d8d8;
}

.search td input {
    margin: 0 3px 0 0;
    padding: 2px;
    position: static;
    top: 1px;
}

.search .sbmt {
    width: 190px;
    margin: 20px auto 0 auto;
}

.sbmt_search {
    width: 190px;
    height: 35px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.sbmt_search {
    background: url(/common/design/user/css/img/sbmt_search.gif) no-repeat 0 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.sort-btn {
    background-color: #ff0201;
    border: 1px solid white;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    width: 80px;
    height: 30px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}
.sort-btn:hover{
    background-color: lightcoral;
}
.sort-choice {
    background-color: lightcoral;
}

.creator h2 {
    font-size: 87.5%;
    height: 33px;
    padding: 15px 0 0 10px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #202020;
    border-top: 1px solid #202020;
}

.creator h2 span {
    margin: 0 0 0 10px;
}

.creator h2 strong {
    font-size: 150%;
    color: #e70000;
    margin: 0 5px 0 0;
}

.page_navi ul {
    text-align: center;
}

.page_navi li {
    font-size: 75%;
    display: inline;
}

.page_navi li span {
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
    background-color: #898989;
    border: 1px #bbb solid;
    font-weight: 700;
}

.page_navi li a {
    color: #878787;
    display: inline-block;
    padding: 6px 10px;
    border: 1px #bbb solid;
}

.page_navi li a:link, .page_navi li a:visited {
    border-color: #bbb;
}

.creator .item_list {
    margin: 20px 0;
}

.creator .item_list ul {
    margin: 0 0 -20px 0;
}

.creator .item_list li.bl-hot{
    height: auto;
}

.item_list ul {
    text-align: center;
}

.creator .item_list ul {
    margin: 0 0 -20px 0;
}

.creator .item_list ul {
    display: flex;
    flex-flow: row wrap;
}

.creator .item_list li {
    width: calc(33.33% - 20px);
    padding: 0;
    margin: 0 10px 20px;
}

.creator .item_list li img{
    height: 162px;
    object-fit: contain;
    width: 100%;
}

.creator .item_list li p {
    text-align: left;
}

.item_list li p {
    font-size: 75%;
    line-height: 150%;
    margin: 10px 0 0 0;
}

.creator .item_list li p span {
    font-size: 80%;
    color: #fff;
    padding: 0 7px;
    margin: 0 5px 0 0;
    background: #202020;
    border-radius: 20px;
    float: right;
}

.creator .item_list ul {
    display: flex;
    flex-flow: row wrap;
}

.creator .item_list li.bl-hot p:last-child{
    width:100%;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

