


#support10 {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}


.smain {
	height: 520px;
	position: relative;
}

.smain a.btn1 {
	position: absolute;
	top: 380px;
	left: 295px;
}

.smain a.btn2 {
	position: absolute;
	top: 380px;
	left: 625px;
}

.smain+div {
	margin-top: 80px;
}

.btnarea {
	padding: 50px 0 100px 0;
}

.btnarea a {
	display: inline-block;
	margin: 0 15px;
	box-shadow: 2px 2px 2px 0px #ccc;
}

.arrow {
	margin-bottom: 90px;
}

.cfooter {
	background: url(../../images/support10/boarder.gif) no-repeat;
	padding-bottom: 100px;
	padding-top: 72px;
}


@media screen and (max-width: 767px) {


img {
	width: 90%;
	height: auto;
}

#support10 {
	width: 100%;
}

.smain {
	height: auto;
	margin-bottom: 200px;
}

.smain #mymain img {
	width: 100%;
	height: auto;
}

.smain a.btn1 img,
.smain a.btn2 img {
	width: 50%;
	height: auto;
}

.smain a.btn1 {
	top:300px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.smain a.btn2 {
	top:380px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 200;
}

.btnarea {
	padding: 30px 0;
}

.btnarea a {
	display: block;
	margin: 0 auto 10px auto;
	width: 50%;
	box-shadow: 2px 2px 2px 0px #ccc;
}

.btnarea a img {
	width: 100%;
	height: auto;
}

.arrow {
	margin-bottom: 40px;
}

.arrow img {
	width: 100%;
	height: auto;
}


}

