@charset "utf-8";
/* system.css -------------------------------------------------
このCSSファイルは、system.phpに関する設定を記述しています。

いちごパソコン教室
http://ichigopasokon.com
-------------------------------------------------------------- */

@media screen and (max-width: 999px) {/* スクリーンサイズ999px以下の為の設定 ---------- */
img#timeshift01{
	padding-left:80px;
}


/* END//スクリーンサイズ999px以下の為の設定 ---------- */}

@media screen and (min-width: 1000px) {/* スクリーンサイズ1000px以上の為の設定 ---------- */
img#timeshift01{
	float:left;
}

div#timeshift02{
	margin-top:20px;
	padding-left:40px;
}


div#timeshift02 P{
	padding-left:280px;
	background:url(../img/system/timeshift.jpg) left top no-repeat;	
}

/* END//スクリーンサイズ1000px以上の為の設定 ---------- */}

