@charset "utf-8";

body{
	height: auto;
	color: #1a1a1a;
}
#wrap {
    background: #fff;
}
.txt{
	font-size: 1.4rem;
	line-height: 1.5;
	width: 850px;
}
.mb-0{
	margin-bottom:0 !important;
}
a { color: #000;}
header{
	text-align: center;
	height:70px;
	width: 100%;
	margin:0 auto;
	padding:0;
	background-size: 100%;
	box-shadow: 0 5px 10px #aaa;
	background-size: cover;
}
h2{
	letter-spacing: 0;
}