@charset "utf-8";



/****************************************************************************************************

page.css

****************************************************************************************************/
.office{
	width:850px;
}


.office table{
	
}
	.office table th{
		text-align:center;
		background-color:#4A6CAA;
		color:#fff;
		padding:1em;
	}
	.office table td{
		padding:1em;
		vertical-align:middle;
	}
	.office table tr.stripe{
		background-color:#EFF3F8;
	}
	
	.office .map_link{
		background-color:#333333;
		width:80px;
		font-size:85%;
		padding:0.2em 0.5em;
		position:relative;
	}
		.office .map_link a:link,.office .map_link a:visited,.office .map_link a:hover{
			color:#FFF;
			text-decoration:none;
		}
		.office .map_link::after{
			content: "";
			position:absolute;
			right:-13px;
			top:0;
			width: 0;
			height: 0;
			border-top: 13px solid transparent;
			border-bottom: 13px solid transparent;
			border-left: 13px solid #333;
			
		}
		
		
/*地図のページ*/
.map_container{
	max-width:800px;
	width:100%;
	margin:0 auto;
}
