
h2 {
	display: block;
	width: 290px;
	background: url(../img/lineB.png) center bottom no-repeat;
}

.peaceWrap {margin: 50px auto;}
.peaceWrap p {text-align: center;}


body , html {height: 100%;}

.container {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}




/*	pc	*/
@media screen and (min-width: 813px) {
	
	footer {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 215px;
	}
	
}

/*	sp	*/
@media screen and (max-width: 812px) {
	
	
}


/*	モバイル縦長	*/
@media screen and (max-width: 812px) and (orientation: portrait) {
	
	footer {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 99vw;
	}
	
}


/*	モバイル横長	*/
@media screen and (max-width: 812px) and (orientation: landscape) {
	
	
}

