/* Sticky footer styles
-------------------------------------------------- */

html,
body {
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Set the fixed height of the footer here */
#footer {
	background-color: #d2b48c;
	color:#663333;
	padding-top:20px;
}

#footer a {
	color:#663333;
}

#footer a:hover {
	color:#FFF;
	text-decoration:none;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
