#head_img{
	background-image: url(/common/imgs/img_header_bg.jpg);
	background-size: cover;
	background-position: center center;
}
#head_img h1{
	color: #fff;
	margin: 0;
	font-size: 1.6em;
	padding: 20px 10px;
}
.page_area{
	padding: 60px 0 0px;
	background-image: url(/common/imgs/img_outline_1.jpg);
	background-size: cover;
	background-position: center center;
}
#companytable{
	border-top: 1px solid #ddd;
	width: 80%;
	border-collapse: collapse;
	margin-bottom: 150px;
}
#companytable tr{
	border-bottom: 1px solid #ddd;
}
#companytable th,
#companytable td{
	padding: 15px 20px;
	box-sizing: border-box;
	font-weight: normal;
}
#companytable th{
	min-width: 150px;
	text-align: left;
	vertical-align: top;
}
h3{
	text-align: right;
	font-size: 2em;
	color: #fff;
	text-shadow: 3px 3px #ddd;
}

@media (max-width: 897px) {

}

@media (max-width: 767px) {
	#head_img h1{
		padding: 25px 10px;
	}
	.page_area{
		padding: 40px 0 0;
	}
	#companytable{
		width: 100%;
		margin-bottom: 120px;
	}
	#companytable th{
		min-width: 105px;
	}
	h3{
		font-size: 1.2em;
	}
}