@charset "utf-8";

#header-1 h2 img { width: 80vw; }

#sec1{
	margin:3% auto;
}

#sec2{
	margin-bottom: 5%;
}
#sec2 table{
	width: 96%;
    border-collapse: separate;
    border-spacing: 5px 5px;
    margin: 0 auto;
}
#sec2 table td{
	width: 50%;
	background-color: #7A000D;
	padding: 10px 0;
}
#sec2 table img{
	height: 70%;
    width: auto;
    display: block;
    margin: 0 auto;
}

.info-table{
	width: 96%;
	margin: 5% auto 0;
	color: #42210B;
}
.info-table th{
	width: 30%
}

#sec4, #sec5, #sec6, #sec7, #sec8, #sec9{
	margin-top: 3%;
}

