@charset "UTF-8";

.contact form .add{
	width:90px !important;
	border:1px solid #CCC;
	height:26px;
	border-radius:4px;
}

.contact .con_btn {
	font-size: 13px;
	color: #FFF;
	background: #555;
	height: 26px;
	width: 86px;
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 26px;
	border-radius: 5px;
	-webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
	-moz-border-radius: 5px;/* for Firefox 対応*/
	margin-left:7px;
}
