@charset "UTF-8";

/* 共通css */
@import url("bd_shared.css");
/* スマートフォン 480px以下 */
@import url("bd_sp.css") only screen and (max-width:480px);
/* タブレット 481px以上、768px以下*/
@import url("bd_tab.css") only screen and (min-width:481px) and (max-width:768px);
/* デスクトップ 769px以上*/
@import url("bd_pc.css") print, screen and (min-width:769px);

