@media (max-width: 750px) {
#header {
	width: 100%;
	height: auto;
	/* margin-top: 24px; */
}
#header .headleft {
	float: none;
	width: 100%;
}
#header .headleft h1 {
	text-align: center;
	font-size: small;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header .headleft .logo {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#topimg .btn1 {
	width: 100%;
}
#topimg .btn1 p{
	width: 100%;
}
#topimg .btn1 h2{
	font-size: 1.4rem;
}
.spread_contents .pair{
	width: 100%;
	flex-direction: column;
}

.spread_contents{
	width: 100%;
}
.spread{
	width: 100%;
}
.spread_value_dl{
	width: 100%;
}
.spread_dl{
	width: 100%;
}
.note{
	width: 100%;
}

.copyright{
	font-size: 10px;
}

.spread_dl_sp_none{
	display: none;
}
#risk{
	width: 100%;
}
}

@media (max-width: 350px) {

	#footer{
		margin-top: 44;
	}
	#risk{
		margin-top: 60px;
	}
.country{
	font-size: 11px;
    margin-left: 4px;
}
.h3{
	font-size: 22px;
}
}