div.container{
    min-width:1191px;
}
ul.point-item-grid {
    border-top: 1px solid #ddd;
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul.point-item-grid li {
    float: left;
    list-style: none;
    width: 24.93%;
    min-width: 332px;
    height: 385px;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-right: -1px;
    overflow: hidden;
}
@media (max-width:1430px) {
    ul.point-item-grid li {
        width: 33.25%;
    }
}

/*sort btn*/
.search-container{
    padding:10px;
}

.btn-group{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group button{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    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;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    float:left;
}
.btn-group button:hover{
    background-color: #FFECFB;
}
button.sortbtn-active{
    background-color: #FFC4F2;
}
button.sortbtn-active:hover{
    background-color: #FFC4F2;
}

.btn-group button:first-child{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group button:last-child{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

ul.point-item-grid li:hover {
    background-color:#F1F1F1;
}
.item-container{
    margin: 38px 32px 10px 32px;
}
.item-image{
    height: 235px;
}
.item-image img{
    max-height: 235px;
    max-width: 300px;
}
.item-title{
    font-size: 15px;
    line-height: 18px;
    color: #111;
    text-align: center;
    margin-top: 18px;
}
.item-badge{
    display: inline;
    padding: 1px 5px;
    margin-right: 5px;
    font-size: 65%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.new-badge{
    background-color: #FF231D;
}
.item-point{
    font-size: 12px;
    line-height: 18px;
    color: #FF2A2A;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
}
.welcome-msg{
    display: table;
    color: #222;
    font-family: Arial,Sans-Serif;
    padding: 10px;
    margin: auto;
}
.welcome-msg h2{
    text-align: center;
    font-size: 27px;
}
.welcome-msg p{
    font-size: 13px;
    color: #FF3C3C;
    font-weight: bold;
}
.headline{
    margin: 40px 0 12px 10px;
    padding: 32px 0 0 60px;
    font-size: 24px;
    background: url(http://www.getchu.com/common/images/logo_com10th_2.gif) no-repeat 0 20px;
    background-size: 60px;
    border-top: 1px dashed #ddd;
}
.headline-first{
    margin: 5px 0 12px 10px;
    padding: 14px 0 0 60px;
    font-size: 24px;
    background: url(http://www.getchu.com/common/images/logo_com10th_2.gif) no-repeat 0 2px;
    background-size: 60px;
}
.pointitem-panel{
    position: relative;
    padding: 24px;
    border: 1px solid #ddd;
}
.pointitem-panel ol{
    margin:0;
    padding: 0;
}
.pointitem-panel ol li{
    margin: 0 0 0px 20px;
    font-size: 15px;
    line-height: 1.4;
}
.explain-table{
    display: table;
    width: 100%;
    height: 100%;
}
.explain-box{
    display: table-cell;
    width: 33.3333%;
    height: 100%;
    vertical-align: top;
}
.explain-box_inner{
    border:solid 1px #ddd;
    margin: 0 5px 0 5px;
    padding: 15px;
    position: relative;
}
.explain-box_headline{
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.explain-box_content{
    display: table;
    width: 100%;
}
.explain-box_content-left{
    display: table-cell;
    width:40%;
}
.explain-box_content-right{
    display: table-cell;
    width:60%;
    vertical-align: top;
    font-size: 15px;
}
.explain-box_content-image{
    width: 100%;
    text-align: center;
    max-width: 120px;
    margin: 0 auto;
}
.explain-box_content-image img{
    width:100%;
}
.btn{
    text-align: center;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    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;
}
.btn-register{
    color: #fff;
    background-color: #F779FF;
    border-color: #F779FF;
}
.btn-register:hover{
    color: #fff;
    background-color: #FBBEFF;
    border-color: #FBBEFF;
}
.btn-point{
    background-color: #FFA604;
    border-color: #FFA604;
    color: #fff;
}
.btn-point:hover{
    background-color: #FFC660;
    border-color: #FFC660;
    color: #fff;
}
.explain-box_bottom{
    position: absolute;
    bottom: 15px;
    right: 20px;
    width: 100%;
    text-align: right;
}
.explain-box_bottom a{
    color: #454545 !important;
}
.explain-box_bottom_guide{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #000000;
    display: inline-block;
    margin-right: 3px;
}