body {
	background:#0071c5;
}

nav.sec {
	background-color:#0071c5;
}

footer {
	background:#0071c5;
}

#main-content .why h2 {
	color:#fff;
	background:#00b0f0;
	padding:10px 20px;
	margin-bottom:0;
	border-radius:4px 4px 0 0;
	display:inline-block;
}
#main-content .why article {
	border:solid 1px #00b0f0;
	border-radius:0 4px 4px 4px;
	padding:20px;
	margin-bottom:20px;
}

#main-content .exchange-1 th ,
#main-content .exchange-2 th {
	vertical-align:middle;
}
#main-content .exchange-1 tr:nth-child(2n) td {
	background:#f2fcff;
}
#main-content .exchange-2 tr:nth-child(4n+1) td ,
#main-content .exchange-2 tr:nth-child(4n+2) td {
	background:#f2fcff;
}

.ohp-slider ul li {
	height:auto !important;
}

html[lang="en"] body > header nav.target ul li a span {
	font-size:0.8em;
}

@media ( width < 770px ) {
	html[lang="en"] body > header nav.target ul li a span {
		font-size:1em;
	}
}