﻿/* 新カタログPDFリンクバナー */

/* 共通項目 */

@media screen and (max-width: 750px) {
.catlogtop_pc_only {
display:none;
}
}

@media screen and (min-width: 750px) {
.catlogtop_sp_only {
display:none;
}
}

#newcatalog_pdflink a:hover {
opacity:70%;
transition:0.4s ease-in-out;
}
#newcatalog_pdflink_top a:hover {
opacity:70%;
transition:0.4s ease-in-out;
}


/* マイページ用 */

#newcatalog_pdflink {
margin:20px 0 15px 0;
}
@media screen and (max-width: 750px) {
#newcatalog_pdflink {
margin-top:0px;
}
}

#newcatalog_pdflink img {
border:0;
}


/* TOPページ用 */

#newcatalog_pdflink_top {
margin:-80px 0 0 auto;
max-width:464px;
width:32.5%;
position:relative;
bottom:-640px;
right:0px;
}
