/**************************************************************************************************************

    料金体系 / Price

**************************************************************************************************************/

@media screen and (max-width:639px){
    
    
    
    
    
}




@media screen and (min-width:640px){
    
    #PriceBox{
        padding: 0 0 0 0;
    }

    #PriceBox #PriceBoxInner{
        width: 980px;
        background-color: #ffffff;
        margin: 30px auto 30px auto;
        overflow: hidden;
        display: table;
        table-layout: fixed;
    }
    
    #PriceBox #PriceBoxInner .text{
        text-align: center;
        margin-bottom: 25px;
    }
    
    #PriceList{
        margin-top: 25px;
    }
    
    #PriceList dl{
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    
    #PriceList dl dt{
        display: table-cell;
        padding: 10px 0;
    }
    
    #PriceList dl dd{
        display: table-cell;
        padding: 10px 0;
        text-align: right;
        background: url(../images/price/line.gif) repeat-x 0 50%;
    }
    
    #PriceList dl dd span{
        display: inline-block;
        padding: 0 0 0 10px;
        background-color: #ffffff;
    }
    

}


