@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body {
	font-size: 1.6rem;/* 16px */
	font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	line-height:6rem;
}

body {
  line-height: 150%;
  font-family: "メイリオ", "Meiryo";
  color: #fff;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;

}

.headingWrap > img{
	width: 100%;
}

footer{
background: #090826 none repeat scroll 0% 0%;
color: #FFF;
text-align: center;
font-size: 0.9rem;
padding-top: 1.5em;
padding-bottom: 1.5em;
	margin-top: 5rem;

}

.headingWrap{
	max-width:970px;
	margin: 0 auto;
	
}
a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

