.footer{
	margin: 0;
	width: 100%;
}
.footer1, .footer2{
	padding: 30px 0;
	width: 100%;
}
.footer1{
	background: #666;
}
.footerLogo{
	margin: 0 auto;
	width: 150px;
	display: flex;
	justify-content: center;
}
.footerLogo img{
	width: 100%;
}
.footerIcon{
	margin: 30px auto 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.footerTwitter{
	width: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footerTwitter div{
	text-align: center;
}
.footerTwitter h1{
	font-size: 28px;
	color: #fff;
}
.footerTwitter h2{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 12px;
	font-weight: 100;
	color: #fff;
}
.footerMenu{
	margin: 30px auto 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.footerMenu h1{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 12px;
	font-weight: 100;
	color: #fff;	
}
.footerMenu div{
	width: 150px;
	display: flex;
	justify-content: center;
}
.footer2{
	background: #333;
	text-align: center;
}
.footer2 h1{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}