.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
/*footer*/

#footer {
	position: relative;
	z-index: 20;
	margin-right: auto;
	margin-left: auto;
	min-width: 1024px;
	height: 600px;
	background-image: url(../img/footer.png);
	background-position: top;
	background-repeat:repeat-y;
	padding-bottom: 0;
	margin-bottom: 0;
}
#footer_e {
	position: relative;
	z-index: 20;
	margin-right: auto;
	margin-left: auto;
	min-width: 1024px;
	height: 700px;
	background-image: url(../img/footer.png);
	background-position: top;
	background-repeat:repeat-y;
	padding-bottom: 0;
	margin-bottom: 0;
}
#footer_box {
	min-width: 1024px;
	width:100vw;
	height: 580px;	
}

#footer_banner {
	width:100vw;
	min-width: 1024px;
	height: 207px;
	background-image: url(../img/footer_bnner.png);
	background-position: top;
	background-repeat: no-repeat;	
	position: relative;
	z-index: 21;	
}
#footer_banner ul {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	text-align: center;
}
#footer_banner li {
	float: left;
	margin-top: 15px;
/*	margin-left: 15px;*/
	margin-right: 10px;
}

#ftbox {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 20px;
}
#ftbox a {
	color: #FFF;
	text-decoration: none;
}

#ftbox a:hover {
	text-decoration: underline;
}
#ftbox01 {
	width:230px;
	float:left;
}
#ftbox02 {
	width:230px;
	float:left;
}
#ftbox03 {
	width:230px;
	float:left;
}
#ftbox04 {
	width: 230px;
	float: left;
}
#ftbox05 {
	width: 100px;
	float: left;
	text-align: right;
}
#ftbox05 img {
	margin-left:5px;
}
#ftbox01 dl, #ftbox02 dl, #ftbox03 dl, #ftbox04 dl {
	margin-bottom: 20px;
}
#ftbox01 dt, #ftbox02 dt, #ftbox03 dt, #ftbox04 dt {
	font-weight: bold;
	border-left: 3px solid #069;
	padding-left: 5px;
	margin-bottom:5px;
}
#ftbox01 dd, #ftbox02 dd, #ftbox03 dd, #ftbox04 dd {
	font-size: 10px;
	margin-left: 14px;
	margin-bottom:5px;
}
#ftbox01 dl span, #ftbox02 dl span, #ftbox03 dl span, #ftbox04 dl span {
	font-size: 0.9em;
	margin-left: 14px;
	color: #C8FF00;
}
#ftbox04 #ftbox_attention {
	bottom: 10px;
	font-size: 0.8em;
}
#footer_cr {
	clear:both;
	width: 100vw;
	min-width: 1024px;
	height: 35px;
	background-image: url(../img/footer_cr.png);
	background-position: top;
	background-repeat: no-repeat;
}
#footer_cr p {
	width: 1024px;
	color: #FFF;
	font-size: 80%;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}
#footer #ftbox #ftbtn_box,#footer_e #ftbox #ftbtn_box {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#ftbox01 dt#go_to_index, #footer_e #ftbox01 dt#go_to_index {
	font-weight: bold;
	border-left:none;
	padding-left: 5px;
	margin-bottom:5px;
}
#footer_e #ftbox h4#go_to_index {	
	padding-left: 10px;
	margin-bottom:10px;
}
.div_clear {
	clear: both;
}
/*footer*/
.cursorpointer:hover{
	cursor: pointer;
	opacity: 0.7;
}
.txt_right {	
	text-align: right;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}

/*=============
totop
===============*/
#totop {
	position: fixed;
	bottom: 10px;
	right: 5px;
	font-size: 77%;
	z-index: 100;
	display: none;
}
#totop a {
	display: table-cell;
	background-color: rgba(116,123,78,0.70);
	text-decoration: none;
	text-align: center;
	vertical-align:middle;
	color: #fff;
	width: 6em;
	height: 6em;
	/*line-height: 1;*/
	border-radius: 50%;
}
 
*:first-child+html #totop a {
	display: block;
	layout-grid-line: 6em;;/*IE7*/
}
#totop a:hover {
	text-decoration: none;
	background: #999;
}