.mod-relation-item.m-recentry{
position:relative;
position:relative;
z-index:0;
}
.mod-relation-item.m-recentry:before{
position:absolute;
top:0;
right:-1000%;
bottom:0;
left:-1000%;
content:" ";
display:block;
background:#f4f4f4;
z-index:-1;
}

div.mod-relation-item > div.mod-itemList .mod-item .body .item-name a,
div.mod-relation-item > div.mod-itemList .mod-item .body .item-price,
div.mod-relation-item > div.mod-itemList .mod-item .body .item-price .period-wrapper .period,
div.mod-relation-item > div.mod-itemList .mod-item .body .item-price .wprice{
font-size:14px;
}

div.mod-relation-item > div.mod-itemList .mod-item .body .item-name a:link, a:visited{
color:#333;
text-decoration:underline;
}

div.mod-relation-item > div.mod-itemList .mod-item .body .item-name a:hover{
color:#333;
text-decoration:none;
}

#mailButton {
text-align:center;
margin:0 0 100px 0;
}
#mailButton a {
font-size: 20px;
font-size: 2rem;
border: none;
border-radius: 8px;
font-weight: bold;
background: #f17fbf;
color: #fff;
text-decoration: none;
text-align: center;
line-height: 60px;
display:inline-block;
width:520px;
}