@charset "utf-8";

/*-----------------------------------------------------------
 Setting
-----------------------------------------------------------*/

/*-----------------------------------------------------------
 Network Index
-----------------------------------------------------------*/

#nwIndex #primary table {
	margin: 0 0 30px;
	}
	#nwIndex #officeSec   table th { width: 9em; }
	#nwIndex #relationSec table th { width: 14em; }
	
	#nwIndex #primary table td.nwAddress { border-right: none; }
	#nwIndex #primary table td.nwMap {
		width: 60px;
		padding-left: 20px;
		text-align: right;
		vertical-align: middle;
		border-left: none;
		}
		#nwIndex #primary table td.nwMap a {
			position: relative;
			width: 65px; height: 30px;
			display: block;
			}



/*-----------------------------------------------------------
 Access
-----------------------------------------------------------*/

/*---------- accessSec ----------*/

.network #accessSec {
	}
	.network #accessSec #gMap {
		height: 430px;
		margin: 0 0 10px;
		border: 5px solid #eee;
		}
		.gm-style-iw div { width: auto !important; }
	
	.network #accessSec p#btnGoogleMap {
		text-align: right;
		}


/*---------- infoSec ----------*/

.network #infoSec {
	}
	.network #infoSec table th { width: 13em; }





