@charset "shif-jis";

@media screen and (max-width: 749px) {

	input.example, select {
		width: 80%;
	}

	textarea {
		width: 80%;
		height: 7em;
	}

	input, select, textarea {
		font-size: 100%;
	}
}

@media screen and (min-width: 750px) {
	input.example, select {
		width: 50%;
	}

	textarea {
		width: 50%;
		height: 7em;
	}

	input, select, textarea {
		font-size: 100%;
	}

}

#kansha .selectlink{
  margin: 30px 0px 0px;
  padding: 15px;
  border-radius: 3px;
  background-color: #fef7fa;
  cursor: pointer;
}

#kansha .selectlink1{
  margin: 30px 0px 0px;
  padding: 15px;
  border-radius: 3px;
  background-color: #fef7fa;
  cursor: pointer;
}

#kansha .selectlink:hover{
  background-color: #fef7fa;
	opacity: 0.8;
}

#kansha .selectlink1:hover{
  background-color: #fef7fa;
	opacity: 0.8;
}
#kansha form{
	width: 90%;	
}

