@charset "utf-8";	

/*==============================	
	((CSS INDEX))

	CSS for Top Page
	
==============================*/	
table.network {	
	width:100%;
	border:none;
	border-top:dotted 1px #999;
	border-bottom:dotted 1px #999;
	border-collapse: collapse;
	margin: 20px 0 0 0;
}

table.network th, 	
table.network td{
	border-left:none;
	border-right:none;
	border-bottom: dotted 1px #999;
	border-top: none;
	line-height: 1.3;
	padding:0 6px 8px 6px;
}

table.network th{
	border: none !important;
	padding:8px 6px 3px 6px;
}

table.dott {	
	width:100%;
	border:none;
	border-top:dotted 1px #999;
	border-bottom:dotted 1px #999;
	border-left:dotted 1px #fff;
	border-right:dotted 1px #fff;
	border-collapse: collapse;
}

table.dott th, 	
table.dott td{
	border-left:none;
	border-right:none;
	border-bottom:dotted 1px #999;
	border-top: none;
	line-height: 1.3;
}
/*==============================	
	CSS for map
==============================*/

.printBtn{
	width:501px;
	text-align:center;
	padding:15px 0px 20px;
}
.closeBtn{
	width:501px;
	text-align:center;
	padding:25px 0px 20px;
}
#mapBox{
	width:501px;
	margin:0px auto;
	text-align:left;
}
#mapBox dd{
	line-height:1.8;
}
