@charset "utf-8";

/*----------data----------*/
#data {
	margin-top: 70px;
}

#data h2 {
	/*color:#00153e;*/
	color: #004d9f;
	font-size: 32px;
	border-bottom: dotted 2px #00153e;
}

@media screen and (max-width:768px) {
	#data h2 {
		font-size: 24px;
	}
}

#data table {
	border-collapse: collapse;
	width: 100%;
	margin: 3% 0;
}

#data table td {
	padding: 20px;
	border: 1px dashed #bfbfbf;
}

#data table .midashi {
	background: #f5f5f5;
}

@media screen and (max-width: 650px) {

	#data table th,
	#data table td {
		display: block;
	}
}

/*----------access----------*/
#access {
	margin-top: 5%;
	padding-bottom: 6%;
}

#access h2 {
	color: #004d9f;
	border-bottom: dotted 2px #00153e;
}

.accessimg {
	display: block;
	text-align: center;
}

/*----------���X�|���V�u----------*/