@charset "UTF-8";


section#contactform		{ 
margin: 10px auto 10px;
width:700px;
color:#333;
 }


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

/*スパンの指定*/
section#contactform span {
    color: #F00;
    font-size: 12px;
}


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


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

/*----------------------------------------------------
	element style
----------------------------------------------------*/
input, textarea {
	width:95%;
	}
	
	
input, example { 
	height: 20px;
	}	

select {
	height: 35px; 
	}

	
	
/*----------------------------------------------------
	submit style
----------------------------------------------------*/

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


.narimasu{
	text-align:center;
	font-size:15px;
	padding:0px 0px 20px;
}
