@charset "utf-8";

/* ===========================================================================
    privacy
=========================================================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
}


@media screen and (min-width: 640px) {
/* [common] -----------------------------------------*/
#pagetitle { background:url(../img/bg-pagetitle-01.png) 50% 0 / 15px 95px repeat-x; text-shadow:0 0 25px rgba(0,57,118,0.8); }
#pagetitle h1 { background:url(../img/bg-pagetitle-02.jpg) 50% 0 / cover no-repeat; }
}


@media only screen and (min-width: 639px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 639px) and (min-device-pixel-ratio: 2) {
/* [common] -----------------------------------------*/
#pagetitle { background-image:url(../img/bg-pagetitle-01@2x.png); }
#pagetitle h1 { background-image:url(../img/bg-pagetitle-02@2x.jpg); }
}
