/* ----------------------------------------
topimg
---------------------------------------- */
.bgimg-slider {
	width: 100%;
	height: 400px;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* ----------------------------------------
breadcrumb
---------------------------------------- */
#breadcrumb {
	background: url(../images/bg.jpg);
	clear: both;
	box-sizing: border-box;
	padding: 40px 10%;
	overflow: hidden;
}
#breadcrumb::after {
    content: '';
    margin-top: 10px;
    display: block;
    width: 50px;
    height: 2px;
    background-color: #434654;
    transition: .3s;
    left: 0;
    bottom: 0;
}
#breadcrumb dt,
#breadcrumb dd{
	display:inline-block;
	margin-right:10px;
}
#breadcrumb dl a{
	color:#434654;
	font-size: 14px;
}
#breadcrumb dl a:hover{
	text-decoration:none;
}
#breadcrumb dd::before {
    content: '/';
	padding-right:10px;
}
/* ----------------------------------------
pagebody
---------------------------------------- */
#pagebody{
	width:80%;
	margin:80px auto;
}
#pagebody h2.title{
	text-align:center;
	font-size:40px;
	font-weight:normal;
	line-height:1em;
	margin-bottom:60px;
}
#pagebody h2.title span{
	font-size:14px;
	display:block;
}
#pagebody .table{
	width:100%;
	border-top:1px solid #CCC;
	margin-bottom:40px;
}
/* ----------------------------------------
mailform
---------------------------------------- */
.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
    border: solid 0px #000!important;
    background:#CCC!important;
    color:#000!important;
}
.attention{
    color:#FFF;
}