body{
	padding:120px 0 0 0;
	position:relative;
}
header{
	height:120px;
	background:rgba(255,255,255,0.8);
}
#page_title{
	height:280px;
	margin:0px 0 80px;
}
#page_title h2{
	width:960px;
	height:280px;
	padding:120px 0 0 560px;
	box-sizing:border-box;
	margin:0 auto;
	font-size:30px;
	text-align:center;
	position:relative;
}
#page_title h2 span{
	font-size:12px;
	display:block;
	padding:10px 0 0 0;
}
#page_title h2 small{
	font-size:20px;
	position:absolute;
	display:block;
	top:80px;
	right:17%;
}
#contact_box{
	height:320px;
	padding:30px 0 0 0;
	box-sizing:border-box;
	color:#fff;
	font-size:32px;
	text-align:center;
	background:url('../images/common/bg_contact.jpg') no-repeat;
}
#contact_box h5{
	margin:0 0 30px;
}

#contact_box article{
	display:flex;
	justify-content:space-between;
	font-weight:bold;
}
#contact_box .fll{
	width:50%;
	flex:none;
	line-height:1em;
}
#contact_box .flr{
	width:50%;
	flex:none;
	line-height:2em;
}
#contact_box .flr a{
	color:#fff;
	background:url('../images/common/icon_contact.png') no-repeat left center;
	padding:0 0 0 40px;
	text-decoration:none;
}
main table td ul{
	padding:0 0 0 20px;
}
img.alignleft{
	float:left;
	margin:0 40px 40px 0;
}
img.alignright{
	float:right;
	margin:0 0 40px 40px;
}