/* supporter.css*/

.content_supporter {
	margin: 20px;
	font-size: 20px;
}

.sp-h1 {
	padding: 0.25em 0.5em; 
	color: #494949;
	background: transparent;
	border-left: solid 8px #7db4e6;
}

.form-desc {
	font-size: 16px;
}

.sp-top {
	display: block;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}

form a {
	display: block;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}

input[type='text']{
  width: 100%;
  max-width: 500px;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #999;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='submit']{
  border: none;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  border-radius: 5px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin: 0 auto;
}

