/*
css/pstyle-import.css
*/


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