@charset "UTF-8";
/*スマホで長押し画像保存禁止対応--------------*/
/*拡大ページ*/
.boatPhotoList .superbox img {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
/*印刷ページ*/
.boatPrint .mainPhoto img, .boatPrint .thumbnail img {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
/*印刷ページの画像クリックで遷移するスライドショー*/
.boatPhotoDetail #zoom_pic {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
/* //スマホで長押し画像保存禁止対応--------------*/