@charset 'utf-8';

/* reset css */
@import url("html5reset.css");

/* dentsmile basic*/
/*
@import url("basic.css") screen and (min-width: 769px);
@import url("sp.css") screen and (max-width: 768px);
*/

/* site-shokunin */
@import url('master.css') screen and (min-width:769px),print;
@import url('block.css') screen and (min-width:769px),print;
@import url('sp_master.css') screen and (max-width: 768px);
@import url('sp_block.css') screen and (max-width: 768px);

/* dentsmile sub*/
@import url("index2.css");
@import url("slicknav.css");