@charset "UTF-8";

/*
全体
*/

#footerbox{
	width:100%;
	min-width:1200px;
	background:#fff;
	height: auto;
	}

#footer{
	width:1200px;
	background:#fff;
	margin:0 auto;
	padding: 20px 10px 0 10px;
	height: auto;
	max-height: 1000px;
	color:#333;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:11px;
	border-top:0;
	}

#footer a{
	color:#555;
	}
#footer a:hover{
	color:#111;
	}
#footer ul{
	display: block;
	width:1200px;
	margin:10px auto 30px;
	padding:0;
	}
	#footer ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	#footer ul {
	display: inline-table;
	}
	* html #footer ul { height: 1%; }
	#footer ul { display: block; }

#footer ul li{
	float: left;
	margin:0;
	padding:0;
	}

#footer ul.corporate li{
	float: left;
	margin:0 30px 0 0;
	padding:0;
	}

#footer ul.brand li{
	float: left;
	width:200px;
	margin:0 0 0 0;
	padding:0;
	}

#copyright{
	width:100%;
	min-width:1200px;
	margin:0 auto;
	padding:0;
	line-height:80px;
	border-top:1px solid #ededed;
	color:#555;
	background:#fff;
	font-size:10px;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	text-align: right;
	}

#copyright #inner{
	width:1100px;
	margin:0 auto;
	}





/*--coorporatefoot--*/
#coorporatefoot{
	width: 100%;
	position:relative;
	display: block;
	border:0;
	padding:0;
	background:#000;
	text-align:center;
	color:#fff;
	font-size: 10px;
}

#coorporatefoot img{
	width:100%;
	height:auto;
}

#coorporatefoot #copyright{
	font-size: 9px;
}
#coorporatefoot a{
	color:#fff;
}

#coorporatefoot #xtr{
	width:100%;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #333;
	border-top:1px solid #333;
	margin-bottom:10px;
}
#coorporatefoot .xleft{
	float:left;
	width:50%;
	height:30px;
	line-height:30px;
	display:block;
	border-right:1px solid #333;
}
#coorporatefoot .xright{
	float:right;
	width:49%;
	height:30px;
	line-height:30px;
	display:block;
}