/* CSS Document */

/* common
--------------------------------------------*/
table{
	width: 525px;
	margin-top: 50px;
}
th{
	/* width 195px */
	width: 170px;
	padding-right: 25px;
	padding-bottom: 20px;
	vertical-align: top;
	text-align: right;
}
td{
	padding-bottom: 20px;
	vertical-align: top;
}
.submit_btn{
	text-align: right;
}


/* contact
--------------------------------------------*/
.name{
	width: 100px;
	margin-right: 5px;
}
#mail{
	width: 230px;
}
#inquiry{
	width: 326px;
	height: 100px;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
#to_confirm button{
	width: 100px;
	height: 20px;
	background: none;
	border: none;
}

/* confirm
--------------------------------------------*/
#to_send button{
	width: 69px;
	height: 20px;
	background: none;
	border: none;
}

#to_send_01 button{
	width: 100px;
	height: 20px;
	background: none;
	border: none;
}


/* sended
--------------------------------------------*/
#sended{
	padding-left: 25px;
	margin-top: 50px;
}
#sended p{
	margin-bottom: 15px;
}



