.order-lst .clearfix {
  overflow: auto;
}
.order-lst{
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #191919;
    /*display: list-item;*/
    text-align: -webkit-match-parent;
}

.order-lst li{
    display: list-item;
}
.order-lst input {
    text-rendering: auto;
    color: initial;
	line-height: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}
.order-lst input {
    -webkit-writing-mode: horizontal-tb;
}

.order-lst .btn-xs, .order-lst .btn-group-xs > .order-lst .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.order-lst .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.order-lst .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.order-lst .c-pink {
    color: #f06b6c !important;
}
.order-lst label {
    margin-bottom: 0;
    font-weight: normal;
}

.order-lst .bold {font-weight: bold;}
.order-lst .f_right { float: right !important;}

.order-lst .text-right {text-align: right;}
.order-lst ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.order-lst .web-novel-viewmore-btn.mint-btn {
    margin-left: 5px;
    padding: 0.4em 1.4em;
}
.order-lst input[type="submit"] {
    width: 100%;
    margin: 10px 0;
    padding: 15px 0;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

/* pay table */
.pay-table table{width:80%;margin:20px auto;border:1px solid #aeafaf;}
.pay-table table tr{border-bottom:1px solid #c9caca;}
.pay-table table tr th{padding:10px;}
.pay-info ul{margin:0 10px 10px;border:1px solid #aeafaf;}
.pay-info ul li{padding:20px 10px;border-bottom:1px solid #c9caca;}
.pay-info ul li:last-child{border-bottom:0;}
.pay-info-tit{margin-bottom:10px;}
.pay-info-tit span{display:block;font-weight:normal;}
.pay-total{background-color:#fcf6f6;}

.pay-info-box {width:100%}
.pay-info-box input {display:inline;  padding-top:5px; padding-bottom:5px;}
.pay-info-box span {display:inline;}
/* pay */
.order-lst-tit{padding:10px;font-size:16px;}
.order-lst-box ul li{padding:10px;border-top:1px solid #ebebeb;}
.order-lst-box ul li{font-size:13px;}
.order-book-tit{padding-right:5px;font-size:15px;}
.order-total{padding:10px;border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;background-color:#fcf6f6;}

.c-pink{color:#f06b6c !important;}