@charset "euc-jp";

@media screen and (min-width: 641px) {

.content {
	width:620px;
	margin:10px auto;
}

.close_top {
	position:absolute;
	top:16px;
	right:10px;
}

#header {
	width:640px;
	position:relative;
	text-align:left;
	height:80px;
	background-color:#000;
}

}

@media screen and (max-width: 640px) {

.access_logo {
	width: 50%;
}

.close_btn {
	width: 100%;
}

.close_top {
	width: 40%;
	position: absolute;
	top: 10px;
	right: 10px;
}

#header, #container, .content {
	width: 100% !important;
}

#header {
	position:relative;
	text-align:left;
	background-color:#000;
	height: auto;
}

#map {
	width: 90%;
	margin: 10px auto;
	height: 300px;
}

.content p {
	width: 90%;
	display: block;
	margin: 10px auto 20px;
}

.content table {
	border: none;
}

.content td {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
	border: none;
	margin-bottom: 10px;
}

.content td img {
	width: 60%;
	margin: 0 auto;
}

}