/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-size: 14px;
  background-image: url(../images/bg04.jpg);
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.container {
	max-width: 980px;
}
.footer {
/*   position: absolute; */
/*   bottom: 0; */
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}



.footer p {
	color: #000;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 15px 15px 50px;
  margin-top: 20px;
  background-color: #fff;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
