/*///////////////////////////////////
// ET PC
///////////////////////////////////*/

body {

}

#c1 {
	display:none;
}

#c2 {
	display:none;
}

.fctop {

}

.fcbtn {
	width:144px;
	height:26px;
	margin-top:5px;
	font-size:14px;
	border-radius:15px;
	box-shadow:none;
}


.btn-buy {
  width:80%;
  background: #d2691e;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
}

.btn-buy2 {
  background: #d2691e;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
}

.btn-buy a {
  color: #fff;
}

.btn-buy:hover {
  background: #ff8c00;
}

.btn-ref {
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  transition: 0.3s;
}


#gotoform {
	width:100%;


	bottom:20px;



	text-align:center;

	position:fixed;

	z-index:1000;

	display:none;
}



