/* contact
***************************************************************************/

#contact_wrap{
	max-width: 630px;
	margin: 0 auto;
}

.orange{
	color: #F60;
}

.contact_form{
	width: 100%;
	margin-bottom: 20px;
}

.contact_form tr td{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}

.contact_form tr td:first-child{
	width: 20%;
}

.form01{
	width: 98%;
}

.form02{
	width: 98%;
	height: 150px;
}

.form03{
	max-width: 200px;
}


.btn_confirm{
	text-align:center;
	margin-bottom: 20px;
}

.notes{
	border: 1px solid #ccc;
	padding: 15px;
	font-size: 90%;
	margin-bottom: 20px;
}


/* screens smaller than 820
*********************************/ 
@media only screen and (min-width:541px) and (max-width:820px) {

}

/* screens smaller than 540
*********************************/ 
@media only screen and (max-width:540px) {

}