@charset "utf-8";
/*--------- footer部分 -----------------------------------------------*/
footer {
	width: 100%;
	background-color: #000012;
	color: #fff;
	height: 140px;
}
.foot_box {
	width: 100%;
	background-color: #000012;
	color: #fff;
	padding-top: 15px;
}
.foot_right {
	width: 250px;
	float: right;
	text-align: center;
	margin-right: 15px;
	padding-top: 15px;
}
#foot_navigation {
	width: 950px;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 2px;
	z-index: 5;
	position: absolute;
	margin-top: 60px;
	margin-left: 30px;
}
#foot_navigation:after{
	content:"";
	position: relative;
	border-right:1px solid #ffffff;
	height:13px;
}
.foot_menu01 {
	z-index: 0;
	visibility: hidden;
	display: inline;
	opacity: 0;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: -155px;
	color: #FFF;
	width: 230px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.foot_menu02 {
	z-index:0;
	visibility:hidden;
	display:inline;
	opacity:0;
	padding:0px;
	margin:0px;
	position:absolute;
	top:-124px;
	color:#FFF;
	width:210px;	
	-webkit-transition:all 0.2s ease-in-out;
    -moz-transition:width 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.foot_menu03 {
	z-index: 0;
	visibility: hidden;
	display: inline;
	opacity: 0;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: -124px;
	color: #FFF;
	width: 220px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.foot_menu04 {
	z-index: 0;
	visibility: hidden;
	display: inline;
	opacity: 0;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: -92px;
	color: #FFF;
	width: 150px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.foot_text {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 11px;
	text-align: right;
	background-color: #1A1A1A;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 6px;
	letter-spacing: 1px;
	height: 14px;
	line-height: 14px;
}
.foot_text a:link,.foot_text a:visited {
	text-decoration: none;
	color: #FFC447;
}
.foot_text a:hover,.foot_text a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.foot_copy {
	color: #4D4D4D;
	font-size: 8px;
	letter-spacing: 1px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}
