ul#pList {
    list-style : none;
    overflow : hidden;
    width : 100%;
    margin-bottom : 7%;
    border-top : solid 1px #c8c8c8;
}

ul#pList li {
    position : relative;
    padding : 5% 4% 5% 4%;
    border-bottom : solid 1px #c8c8c8;
}

ul#pList li a {
    display : block;
    width : 100%;
    color : #3c3c3c;
    text-decoration : none;
}

.thumnail {
	width : 40%;
	background-size : cover;
	background-position : center center;
	padding-top : 155px;
    border-radius : 5px;
}

ul#pList li div {
    position : absolute;
    width : 50%;
    top : 9%;
    right : 4%;
}

ul#pList li h3 {
    display : -webkit-box;
	-webkit-box-orient : vertical;
	-webkit-line-clamp : 2;
    overflow : hidden;
    margin-bottom : 12px;
    font-weight : 600;
    font-size : 110%;
    line-height : 1.4em;
    top : 0;
    right : 0;
}

p.price {
    color : #ff0000;
    font-size : 110%;
    font-weight : 600;
    line-height : 1.5em;
}

p.price font {
    margin-right : 3px;
    font-size : 180%;
	font-family : "bebas-neue",sans-serif;
	font-weight : 400;
	font-style : normal;
    letter-spacing : 1px;
    vertical-align : -1px;
}

p.price span {
    color : #3c3c3c;
    font-size : 80%;
	font-style : normal;
    font-weight : 400;
}

p.parea span {
    display : none;
}

p.vdetail {
    position : absolute;
    width : 48%;
    padding : 4px 0 6px 0;
    font-size : 84%;
    font-weight : 600;
    text-align : center;
    color : #ffffff;
    background : #00375f;
    border-radius : 30px;
    right : 6%;
    bottom : 10%;
}