form p{
	font-size:100%;
  padding-bottom : 5px;
}
input,select{
	font-size:120%; padding:5px;
  width : 98%;
}
input:focus,input:hover{
	background:#acf3ff;
}
textarea{
	width : 98%; font-size:120%; padding:5px; height:50px;
}
textarea:focus,textarea:hover{
	height: 150px;background:#acf3ff;
}
.focus{
	background:#acf3ff;
}
.wd33per{
	width : 28%;
}.wd20per{
	width : 15%;
  font-size : 100%;
}

hr{
  border-bottom-width : 2px;
  border-top-style : none;
  border-bottom-style : dotted;
  border-bottom-color : #33b8ff;
  margin-top : 10px;
  margin-bottom : 10px;
  width : 100%;
}

.iro{
  background-color : #ffd2d2;
  margin-bottom : 5px;
  margin-top : 10px;
  padding-top : 3px;
  padding-left : 3px;
  padding-bottom : 3px;
}

.chui{
  color : red;
  font-size : 12px;
}

.maru input{
  width : 14px;
  height : 14px;
}
/*submit�{�^���̐ݒ�*/
input[type="submit"],
input[type="button"]{
	width : 50%;	/*�{�^����*/
	padding : 10px;	/*�{�^����̗]��*/
	margin-bottom: 20px;
	border : medium none;
	border-radius: 30px;	/*�p�ۂ̃T�C�Y*/
	background-color : #f57499;	/*�w�i�F�i�Â��u���E�U���Ƃ����̐F�݂̂��o�܂��j*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f994b8), to(#f57499));	/*�O���f�[�V����*/
	background-image: -webkit-linear-gradient(#f994b8, #f57499);	/*����*/
	background-image: linear-gradient(#f994b8, #f57499);			/*����*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*�e�̐ݒ�B���ꂼ��E�ցA���ցA�ڂ������A�F�̐ݒ�B*/
	box-shadow: 1px 2px 7px #ccc;			/*����*/
	color : #ffffff;		/*�����F*/

  float : left;
  font-size : 14px;
}input[type="reset"],
input[type="button"]{
	width : 50%;	/*�{�^����*/
	padding : 10px;padding-bottom : 10px;	/*�{�^����̗]��*/
	margin-bottom: 20px;
	border : medium none;
	border-radius: 30px;	/*�p�ۂ̃T�C�Y*/
	background-color: #f57499;	/*�w�i�F�i�Â��u���E�U���Ƃ����̐F�݂̂��o�܂��j*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f994b8), to(#f57499));	/*�O���f�[�V����*/
	background-image: -webkit-linear-gradient(#f994b8, #f57499);	/*����*/
	background-image: linear-gradient(#f994b8, #f57499);			/*����*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*�e�̐ݒ�B���ꂼ��E�ցA���ցA�ڂ������A�F�̐ݒ�B*/
	box-shadow: 1px 2px 7px #ccc;			/*����*/
	color: #FFF;		/*�����F*/

  clear : right;
  font-size : 14px;
}
/*submit�{�^���̃}�E�X�I�����̐ݒ�*/
input[type="submit"]:hover,
input[type="button"]:hover{
	background-color: #f994b8;	/*�w�i�F�i�Â��u���E�U���Ƃ����̐F�݂̂��o�܂��j*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f57499), to(#f994b8));	/*�O���f�[�V����*/
	background-image: -webkit-linear-gradient(#f57499, #f994b8);	/*����*/
	background-image: linear-gradient(#f57499, #f994b8);			/*����*/
}
