.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

footer{
	font-family: 'Noto Sans Japanese' , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size:18px;
	color:#000000 !important;
	line-height:150%;
}

footer .column01,
footer .column02,
footer .column03,
footer .column04{
	float:left;
}

footer .column01{
	width:165px;
	margin-right:40px;
}

footer .column02{
	width:270px;
	margin-right:40px;
}

footer .column03{
	width:255px;
	margin-right:40px;
}

footer .column04{
	width:110px;
}

footer #footerMenuArea{
	padding:60px 0 40px;
	background:#e4e4e4;
}

footer #footerMenuArea .wrap{
}

footer #footerMenuArea .listBox{
}

footer #footerMenuArea .listBox p{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:20px;
}

footer #footerMenuArea .listBox ul{
	margin:0;
	padding:0;
	list-style:none;
}

footer #footerMenuArea .listBox ul li{
	padding-top:5px;
	padding-bottom:5px;
}

footer #footerMenuArea .listBox ul li a{
	/*color:#000000;*/
}

footer #footerMenuArea .listBox ul li a:hover{
	text-decoration:underline;
}

footer #footerMenuArea ul.centerList li{
	float:left;
}

footer #footerMenuArea ul.centerList li:nth-child(odd){
	margin-right:20px;
	width:50%;
}

footer #footerMenuArea ul.centerList li:nth-child(even){
	width:40%;
}

footer #footerMenuArea .footerLink{
	margin:60px auto 0;
}

footer #footerMenuArea .footerLink ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}

footer #footerMenuArea .footerLink ul li{
	display:inline-block;
	padding:0 2%;
	border-right:1px solid #000000;
}

footer #footerMenuArea .footerLink ul li:last-child{
	border:none;
}

footer #footerMenuArea .footerLink ul li a{
	/*color:#000000;*/
}

footer #footerMenuArea .footerLink ul li a:hover{
	text-decoration:underline;
}

footer #footerCopyArea{
	padding:30px 0;
	background: #0E1271;
}

footer #footerCopyArea p{
	text-align:center;
	color:#ffffff;
}