@charset "utf-8";
.container .top_txt {
	font-size: 16px;
	line-height: 1.6em;
}
.container .list01 {
	margin-left: 15%;
}
.center-txt {
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
}
.center-div {
    width: auto;   
	margin: auto;
}
.float_left {
	float: left;
}
.float_clear {
	overflow: hidden;
}
.ht_240 {
	height: 240px;
}
.ht_flex   {
	display: flex;
}
.panel_100 {
	height: 100%;
}

.mg_10 {
	margin-right: 10px;
}

.mg_22 {
	margin: 22px 0 0 0;
}

.clea_float {
overflow: hidden;
.ht_flex {
}

.row-eq-height {
	display: -webkit-box;
 	display: -webkit-flex;
 	display: -ms-flexbox;
 	display:         flex;
	display: inline-block;
 	flex-wrap: wrap;
}

.pst_btm{
    position:absolute;
    bottom: 0;
}

.hd_nav{
    float: right;
    margin-top: 16px;
	
}
.header_inner {
    width: 1260px;
    text-align: left;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    padding-top: 20px;
}

a {
    color: #666666;
    text-decoration: none;
}

lh14 {
		line-height: 1.4;
	}
lh14_center{
		line-height: 1.4;
		text-align: center;
	}	
lh14_left{
		line-height: 1.4;
		text-align: left;
	}
