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


@media screen and (max-width : 768px){
	
	
.formArea{
	width:100%;
	margin:0 auto 30px auto;
	padding:0 0 0 0;
	font-size:large;
	background:#DDD; 
}

.formSearch{
	width:100%;
	font-size:large;
	padding:25px 10px 20px 10px;
	background:#DDD; 
	margin:0 auto 0 auto;
	position:relative;
}

.keyword{
	width:100%;
	height:50px;
	margin:0 0 20px 0;
	padding:0 10px 0 10px;
	font-size:large;
}

input[type="text"]{ 
	border-radius:0px 0px;
	
}

.modeLabel{
	color:#333; font-size:20pxl;
}



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

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


/**************************/
.searchBtn{
	display:block;
	position:absolute;
	bottom:15px;
	right:10px;
	width: 150px;
	background: #bf1900;
	color: #FFF;
	border: #666 solid 1px;
	text-align: center;
	border-radius: 5px 5px;
	padding: 5px 5px;
	margin: 0 0 0 auto;
	/*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:large;
	
}




}