@charset "utf-8";
/* CSS Document */

.b2bregister-1{
	background: #001a65;
}

.b2bregister-head{text-align: center;color: #89ea00;font: 34px/46px 'Kanit', Arial, sans-serif;padding-top: 30px;padding-bottom: 30px;}
.b2bregister-pic img{
	max-width: 100%;
}
.b2bregister-pic {
	text-align:center;
}
.b2bregister-detail-head{
	color: #89ea00;
	font: 26px/35px 'Kanit', Arial, sans-serif;
}
.b2bregister-detail{
	color: #bfc0be;
	font: 18px/30px 'Kanit', Arial, sans-serif;
}
.b2bregister-1 input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.b2bregister-1 input::placeholder {
  font: 15px/25px 'Kanit', Arial, sans-serif;
}
.b2bregister-buttom{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 60px;
}