@charset "utf-8";

#content {
	padding:0 20px;	
}

#company table, #access table {
	width:100%;
	max-width:800px;
	margin:0 auto;	
}
#company table tr th, #access table tr th {
	font-weight:lighter;
}
#company table tr {
	border:1px solid #fff;	
}
#company table tr th {
	width:30%;
	border:1px solid #fff;	
	background-color:#333;
	text-align:center;
}
#company table tr td {
	width:70%;
	padding:15px 0 15px 10px;
}


#access {
	max-width:800px;
	margin:70px auto 0;
}
#access h3 {
	text-align:center;
	font-size:1.6rem;	
	margin:20px 0;
}
#access iframe {
	width:100%;
	height:400px;
}
#access table {
	margin-top:20px;	
}
#access table tr th {
	width:30%;
	padding-right:5%;
	vertical-align: top;
	text-align:right;	
}
#access table tr td {
	width:65%;
	padding-bottom:20px;
}

@media screen and (min-width:1200px) {
		
}