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

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

section#campaign{
	padding:0 0 40px 0;
}

div#toku_img p{
	margin-bottom:0;
}


a#contact{
	font-size:2.5rem;
	font-style:normal;
	color:#D30052;
}

div#access_map01 h2{
	margin-bottom:40px;
}

address{
	font-style:normal;
	font-weight:bold;
	padding-bottom:15px;
}

table#toiawase{
	margin:0 20%;
}

table#toiawase th{
	min-width:200px;
	border-left:#FFF 4px solid;
	border-bottom:#FFF 2px dotted;
	background:#DDD;
}

table#toiawase td{
	text-align:center;
	border-left:#FFF 4px solid;
	background:#EEE;
}

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

div#google_map iframe{
	width:800px;
	height:800px;
	margin-left:80px;
}

div#access_map02{
	margin:10px 40px 150px 40px;
}

div#access_map02 ul li{
	font-size:3rem;
	font-weight:bold;
	margin:20px 0;
	border-bottom:#CCC 4px solid;
}

address{
	font-size:2.4rem;
}
/* END//スクリーンサイズ999px以下の為の設定 ---------- */}

@media screen and (min-width: 1000px) {/* スクリーンサイズ1000px以上の為の設定 ---------- */
div#google_map iframe{
	float:left;
	width:450px;
	height:450px;
	margin:0 20px 0 40px;
}

div#access_map02{
	margin-left:510px;
	min-height:500px;
}

div#access_map02 dl dt{
	font-weight:bold;
}

div#access_map02 dl dd{
	margin-bottom:10px;
}

address{
	font-size:2rem;
}

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