/*
css/presenti-import.css
*/


/* プレゼントページに適用するCSS
-------------------------------------------------------*/
@import "present-print.css" print;
@import url("pc-present.css") screen and (min-width:768px);
@import url("sp-present.css") screen and (max-width:767px);
