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


.contact {
  border-collapse: collapse;
  border-spacing: 0;
}


section#contactform		{ 
margin: 40px auto 80px;
padding: 20px;
background-color: #b359a6;
width:460px;
color:#333;
 }


section#contactform	 table	{ width: 100%; }
section#contactform	 th, section td	{ padding: 10px; border: 1px solid #ddd; }
section#contactform	 th	{ background: #f4f4f4; }
section#contactform td{ background: #fff; }

/*----------------------------------------------------
	
----------------------------------------------------*/
.contact th	{ width: 30%; text-align: left; vertical-align:middle; }


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



@media only screen and (max-width:480px){
	
	section#contactform		{ 
width:auto;
 }
	
	.contact	{ margin: 0 -10px; }
    .contact th,
    .contact td{
		width: 100%;
        display: block;
		border-top: none;
		border-bottom:none;
    }
	.contact tr:first-child th	{ border-top: 1px solid #ddd; }
	.contact tr:last-child td{ border-bottom: 1px solid #ddd; }
	
}

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

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