@charset "UTF-8";
/* footer
----------------------------------------------------------------*/
.footer{
	width:100%;
	background:#3A67C2;
	height:auto;
	margin:20px 0 0;
	padding:30px 0 0;
	color:#FFF;
	font-size:95%;
}
/*.btn_pagetop{top: -72px;right: -72px;}*/
.footer img{margin-bottom:10px;}
.footer ul{margin: 0 40px 0 0;	width:auto;	list-style:url(../images/footer_arrow.png) none inside;	padding:0px;display: inline-table;}
.footer li{
	margin: 6px 0px 6px 0px;
	list-style-position: inside;
}
.footer li a{
	color:#FFF;
}

.footer p{
	clear:both;
	text-align:center;
	padding:20px 0px;
}

/*ページトップへ   スクロールに追従する用
--------------------------------------------- 
div.pagetop{
    bottom: 5px;
	z-index:9999;
	margin-left:800px;
}
div.pagetop a{
    display: block;
background-color: #3A67C2;
}
*/