@charset "utf-8";

/*
スマホ： 729px以下
タブレット：730px～949px（未確定）
PC: 950px以上
*/

/* =============================================================
	駸々堂テスト会（模擬テスト会の強み） /shinshindou/bigappeal
	振り分けスタイル
============================================================= */

/* スマホのスタイル */
@import url(ms_bigappeal_s.css) screen and (min-width:0px) and (max-width:729px);
/* タブレットのスタイル */
@import url(ms_bigappeal_t.css) screen and (min-width:730px) and (max-width:949px);
/* PCのスタイル */
@import url(ms_bigappeal.css) screen and (min-width:950px);

/*IE8,7のスタイル*/