/*-- sponsor link modal --*/
#mod {
top:150px;
left:50%;
background:url(/ad/common/include/body_messages/img_lp19/keikoku_modal_v2.png) no-repeat center;
position:absolute;
display:block;
width:655px;
height:310px;
overflow:hidden;
margin-left:-335px;
z-index:5;
}

#mod img {
margin:/*142px 0 0 195px*/ 163px 0 0 148px;
cursor:pointer;
max-width: /*260px*/370px;
}
@media only screen and (max-width: 680px) {
#mod {
top:55px;
left:5%;
background:url(/ad/common/include/body_messages/img_lp19/keikoku_modal_v2.png) no-repeat center;
background-size:100%;
display:block;
width:90%;
overflow:hidden;
margin:0 auto;
}
#mod img {
position:absolute;
cursor:pointer;
width:/*40%*/60%;
margin-left:/*30%*/ 20%;
margin-top:158px;
}
