@charset "UTF-8";
h4 {
	width: 150px;
	font-size: 18px;
	font-weight: bold;
	color: #A61D46;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A61D46;
	margin-right: auto;
	margin-left: auto;
	}
#news h4 {
	margin-bottom: 15px;
}
#news th {
	width: 100px;
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-weight: bold;
	color: #000;
	vertical-align: top;
	border-bottom: 1px solid #CEC7C3;
}
#news td {
	width: 850px;
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #CEC7C3;
}
#construction li p {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
}
@media print, screen and (min-width: 760px) {
#advantage li {
	width: 472px;
	height: 110px;	
	float: left;
	margin-bottom: 30px;
}
#advantage li:nth-child(odd) {
	margin-right: 36px;
}
#construction li {
	width: 218px;
	float: left;
	margin-right: 36px;
	margin-bottom: 30px;
}
#construction li:nth-child(4n) {
	margin-right: 0px;
}
#construction li:nth-child(n+5) {
	margin-bottom: -30px;
}
}
@media only screen and (max-width: 759px) {
#pageWrapper {
	padding-bottom: 50px;
}
#news th,
#news td {
	padding-left: 5px;
	padding-right: 5px;
}
#advantage li {
	width: 100%;
	padding-bottom: 30px;
}
#advantage li:last-child{
	margin-bottom: 30px;
}
#construction li {
	margin-bottom: 20px;
}

}

