#page {
     display:table;
	 position: absolute;
     width: 100%;
	 top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
	 table-layout: fixed;
}

#footer {
	 display:table;
	 position: absolute;
	 width: 100%;
	 bottom: -30px;
     left: 50%;
     transform: translate(-50%);
	 background-color: #ffffff;
}

#pagefootline {
     border-top: solid 1px #bbbbbb;
	 width: max;
	 margin-top: 0px;
	 clear: both;
}

#pagefoot {
	 text-align: center;
}

.campanyinfo {
     font-size: 11px;
	 font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	 line-height: 1;
}

.copyright {
     font-size: 9px;
	 font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	 line-height: 1;
}