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

いちごパソコン教室
http://ichigopasokon.com
-------------------------------------------------------------- */
h3{
	margin:40px 0 10px 0;
	border-bottom:#F90 4px dotted;
}

div.flow{
	margin:0 auto;
	padding-bottom:10%;
	background:url(../img/freetrial/arrow.jpg) center bottom no-repeat ;
}

div.flow_02{
	background-image:none;
}

div.flow p{
	margin-bottom:20px;
	margin:0;
}


@media screen and (max-width: 999px) {/* スクリーンサイズ999px以下の為の設定 ---------- */
div.flow,
div.flow_02{
	max-width:80%;
}





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

@media screen and (min-width: 1000px) {/* スクリーンサイズ1000px以上の為の設定 ---------- */
div.flow,
div.flow_02{
	max-width:60%;
}

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

