@charset "Shift_JIS";

/*CSS3 footer アニメーション */
/*フッター領域追加*/
#hpb-footerExtra1 ul.footer_area{
	height: 300px;
	margin:-30px 0 0 0;
	padding:5px 0 0 0;
	overflow:hidden;
	list-style-type: none;
    	text-align: left;
	/*background-color:#dcdcdc;*/
}

/*メニュー＆バナー領域 x 3*/
#hpb-footerExtra1 li.footer_banner{
	margin: 0;
	width:300px;
	height:300px;
	padding:0 0 0 -10px;
	position:relative;
	margin:10px 10px;
	float:left;
	/*background-color:#dcdcdc;*/
}

/*タイトル*/
#hpb-footerExtra1 p{
	font-size:18px;
	padding:5px 0;
	margin:0 0 10px 0;
	color: #e0d0c0;
	border-bottom:1px solid #ffffff;
}

/*フッターメニュー*/
#hpb-footerExtra1 ul.footer_menu{
	line-height:2.5em;
	list-style-type: none;
	text-indent:-1.5em;
}

#hpb-footerExtra1 li a:link{
    	color: #e0d0c0;
	background-image : url(css/fpoint_2Ta.png);
    	background-position: left center;
    	background-repeat: no-repeat;
}
#hpb-footerExtra1 li a:visited{
    color: #e0d0c0;
    text-decoration: none;
}
#hpb-footerExtra1 li a:hover{
	color: #fff;
    text-decoration: none;
}
#hpb-footerExtra1 li a:active{
	color: #fff;
    text-decoration: none;
}


/*transform*/
/*#hpb-footerExtra1 img{
	z-index:auto;
	-webkit-transition: all 600ms cubic-bezier(0.47,0,0.745,0.715);
	transition: all 600ms cubic-bezier(0.47,0,0.745,0.715);
}

#hpb-footerExtra1 img:hover{
	margin:0 0 0 -330px;
}*/

