/* CSS Document */

/* ウィンドウ幅が0?479pxの場合に適用するCSS */

#access {
	margin-bottom:50px;
}

#access > img {
	width:30%;
	margin-left:10px;
	margin-bottom:15px;
}

#access > h1 {
	width:calc(100% - 20px);
	background:#006934;
	color:#FFFFFF;
	font-size:18px;
	padding-left:20px;
}

#access > div {
	margin-bottom:30px;
	padding:10px;
}

#access > iframe {
	width:100%;
	height:250px;
}

