@charset "utf-8";

/*
スマホ： 729px以下
タブレット：730px～949px（未確定）
PC: 950px以上
*/

/* =============================================================
	京都テスト会（中３京都模試の強み） /kyoto/bigappeal
	振り分けスタイル
============================================================= */

/* スマホのスタイル */
@import url(mk_bigappeal_s.css) screen and (min-width:0px) and (max-width:729px);
/* タブレットのスタイル */
@import url(mk_bigappeal_t.css) screen and (min-width:730px) and (max-width:949px);
/* PCのスタイル */
@import url(mk_bigappeal.css) screen and (min-width:950px);

/*IE8,7のスタイル*/