@charset "utf-8";
/* CSS Document */
/* ヘッダー */
div#headerbox {
}
	div#headerbox div.center {
		
	}
/* フッター */
div#footerbox {
	width:100%;
	background: url(../images/index/bgimg.jpg);
	border-top:#fff 5px solid;
	border-bottom:#fff 5px solid;
	margin-top: 85px;
	box-sizing: border-box;
	padding: 45px 0 70px 0;
	text-align: center;
}
	div#footerbox div.slogo {
		height:50px;
		background: url(../images/cmn/slogo.png) no-repeat;
		background-size: auto 100%;
		background-position: center center;
		margin:  0 auto;
	}
	div#footerbox p.kikaku {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 2px;
		margin: 20px auto 0 auto;
	}
small {
	display: block;
	width:100%;
	height:85px;
	line-height: 85px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
}
