/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 207px;
	height: 100%;
}
.footer, .push {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 162px;
}

.wrapper {
	min-height: 100%;
 
	/* フッタの高さと等しいネガティブマージン */
	/* また最後の子要素の潜在的なマージンとしても機能 */
	margin-bottom: 250px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container {
	padding: 0 15px;
}
.container .text-muted {
	margin: 20px 0;
}