body.sp .page_layout{
    width: 100%;
    margin:0 auto;
    padding:15px 15px 30px;
}

body.sp .page_layout ul{
    padding:15px;
}
body.sp .page_layout table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

body.sp .page_layout table td{
    vertical-align: top;
}
body.sp .page_layout table td:first-child{
    display: none;
}
body.sp .page_layout table td:nth-of-type(2),
body.sp .page_layout table td:nth-of-type(3){
    display: block;
}
body.sp .page_layout table td:nth-of-type(4){
    width: 100%;
}