@charset "UTF-8";
/* CSS Document */





.formArea{
	width:100%;
	margin:0 auto;
	padding:0 10px 0 0;
	background:#DDD; 
}

.formSearch{
	width:1076px;
	background:#DDD; 
	padding:20px 20px 20px 0;
	margin:0 auto 20px auto;
}


.keyword{
	width:55%;
	height:30px;
	padding:0 10px;
}

.modeLabel{
	color:#333; font-size:14px;
}



/* iPhoneでのボタンのアピアランス解除 */
input[type="button"],input[type="submit"],select {
  border-radius: 0;
}

input[type="button"],input[type="submit"] {
  -webkit-appearance: none;
}
select{
	width:300px;
	
}



/**************************/
.searchBtn{
	
	width: 100px;
	background: #bf1900;
	color: #FFF;
	border: #666 solid 1px;
	text-align: center;
	border-radius: 5px 5px;
	padding: 5px 5px;
	margin: 0 0 0 30px;
	/*float: right;*/
	/*グラデボタン*/
	/*
	background: -moz-linear-gradient(top,#FFF 0%,#CCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
	*/
	border: 1px solid #CCC;
	color: #FFF;
	cursor:pointer;
	font-size:normal;
	
}
