/* #information
        -------------------------------------*/
#information {
    padding: 0;
    margin: 0;
}

#information span.infomsg {
    color: red;
}

#information a {
    margin-left: 20px;
}

/* table
-------------------------------------*/
#history {
    box-sizing: border-box;
    border: 1px solid #ccc;
}

#history th, #history td {
    border: none;
}

#history thead th {
    border-bottom: 1px solid #ccc;
}

#history tr:nth-child(even) {
    background: #f7f7f7;
}

#history .no {
    width: 70px;
}

#history .date {
    width: 150px;
}

#history .shipped,
#history .o-shipped,
#history .detail,
#history .o-detail {
    text-align: center;
    width: 50px;
}

#history .o-detail {
    vertical-align: middle;
}

#history a.button {
    border: none;
    border-radius: 3px;
    font-size: 12px;
    background: #217DCB;
    display: block;
    padding: 0 10px;
    text-decoration: none;
    letter-spacing: 0.1em;
    white-space: nowrap;
    color: #FFF;
    border:1px solid #aaa;
}

#history span.paypls {
    margin-left: 24px;
    font-size: 12px;
}

#history span.paypls a {
    border: none;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    background: #cb215c;
    padding: 0 10px;
    white-space: nowrap;
    color: #FFF;
    margin-left:10px;
}

a.btn-radius-solid {
    text-align:center;
    margin: 0 auto;
    padding: 10px 30px;
    max-width: 300px;
    width: 100%;
    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcc22f), to(#fcaf17));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #fcaf17 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #fcaf17 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
    border-radius: 10px;
    text-decoration: none;
    color:#333333;
}

a.btn-radius-solid:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#fcc22f), to(#fcaf17));
    background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #fcaf17 100%);
    background: linear-gradient(to top, #fdfbfb 0%, #fcaf17 100%);
    max-width: 250px;
    text-decoration: none;
    color:#333333;
}


/*####################################### 640以下 #########################################*/
@media (max-width: 640px) {
    #information p {
        text-align: left;
    }

    #information a {
        display: block;
    }
/*
    #history .date {
        width: 100px;
    }

    #history th.no, #history td.o-no,
    #history th.shipped, #history td.o-shipped {
        display: none;
    }
*/

#history tbody{
    border:1px solid #999;
}

#history tr{
    position:relative;
    display:block;
    width:100%;
}

#history th{
    display:none;
}


#history td{
    display:block;
    width:100% !important;
    padding:3px 10px;
    margin:0;
    border:none;
}

#history  td.o-no{
    background:#888;
    color:#FFF;
    padding:5px;
}

#history td.o-no:before{
    content:"商品番号：";
    font-weight: bold;
    margin:0 7px;
}

#history td.o-date{
    padding:5px 10px 0;
}

#history td.o-title span[data-im="orderlist@order_title"]{
    display:block;
}

#history span.paypls{
    margin-left:0;
}

#history td.o-detail{
    max-width:80px !important;
    padding-bottom:10px;
    position:absolute;
    top:0;
    right:0;
}

#history tr:nth-child(even){
    background:none;
}

#history span.paypls a{
    margin-left:0;
}


}