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





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

.formSearch{
	width:1076px;
	background:#DDD; 
	padding:20px 20px 20px 0;
	margin:0 auto 0 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:200px;
	
}



/**************************/
.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 10px;
	/*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;
	
}



.searcherAcodionBtn{
	width: 130px;
	text-align:center; 
	font-size:12px;
	cursor:pointer;
	color: #333;
	text-align: center;
	border-radius: 0 0;
	padding: 6px 5px;
	margin:10px auto 10px auto; 
	border: #CCC solid 1px;
	background: #FFF;
}

/**************************/





.sorterBox{
	font-size:small;
	
	width:100%;
	margin:0px auto 20px auto;
	padding:10px 0px 20px 0; 
	/*border-top:#888 solid 1px;*/
	box-shadow:#666 0px 0px 2px ;
	
	background: linear-gradient(#FEFEFE,#DDD);
    background: gradient(linear,0 0,0 bottom,from(#FEFEFE),to(#DDD));
    background: -webkit-gradient(linear,0 0,0 bottom,from(#FEFEFE),to(#DDD));
    /* CSS3 PIE独自プレフィックス */
    -pie-background: linear-gradient(#FEFEFE,#DDD);
	
	
}
.sorterBoxFooter{
	font-size:small;
	
	width:100%;
	margin:0px auto;
	padding:1px 0px; 
	/*border-top:#888 solid 1px;*/
	box-shadow:#666 0px 0px 2px ;
	
	background: linear-gradient(#FEFEFE,#DDD);
    background: gradient(linear,0 0,0 bottom,from(#FEFEFE),to(#DDD));
    background: -webkit-gradient(linear,0 0,0 bottom,from(#FEFEFE),to(#DDD));
    /* CSS3 PIE独自プレフィックス */
    -pie-background: linear-gradient(#FEFEFE,#DDD);
	
	
}

.sorterGenre{
	font-size:small;
	text-align:left;
	width:100%;
	height:30px;
	padding:10px;
	float:left;
}

.sorterCondition{
	font-size:small;
	text-align:left;
	width:500px;
	height:30px;
	padding:10px;
	float:left;
}

.sorterPoint{
	font-size:small;
	width:540px;
	height:30px;
	padding:10px;
	float:left;
}
.sorterPrice{
	font-size:small;
	width:540px;
	height:30px;
	padding:10px;
	float:left;
}


.selectorGenre option{
	font-size:small;
	width:70px;
}
.selectorPrice option{
	font-size:small;
	width:70px;
}
