@charset "UTF-8";

/* ===================================================================
各cssファイル読み込み用
=================================================================== */


/* default style - リセット
----------------------------------------------------------- */
@import url("default.css");


/* media queries
----------------------------------------------------------- */
/* for 960px - */
/*@import url("style1.css") only screen and (min-width:1110px);*/

/* for 768px - 959px */
/*@import url("style2.css") only screen and (min-width:768px) and (max-width: 1109px);*/
@import url("style2.css") only screen and (min-width:768px);


/* for - 767px */
@import url("style3.css") only screen and (max-width:767px);