@charset "UTF-8";
/* Reset Style */


section#contactform		{ 
margin: 10px auto 10px;
padding: 0px 20px;
width:460px;
color:#333;
 }
 
section#contactform span		{ 
color:red;
 }


table {
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  padding: 20px 10px;
  border: 1px solid #ccc;
}
table th {
  background-color: #ffffd2;
  text-align: center;
  width: 30%;
  vertical-align: middle;
}

@media only screen and (max-width:640px){
section#contactform		{ 
width:80%;
 }	
}


@media screen and (max-width: 480px) {
section#contactform	{ 
width:auto;
 }	
  table {
    border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: auto;
  }
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
input, textarea {
	width:95%;
	}
	
/*----------------------------------------------------
	submit style
----------------------------------------------------*/

.kakunin{
	text-align:center;
	padding:30px 0px;
}

/*----------------------------------------------------
	submit style
----------------------------------------------------*/
input.example { height: 20px; }	

select { height: 35px;  }