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





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

.formSearch{
	width:100%;/*1084px;*/
	background:#DDD; 
	padding:20px;
	text-align: right;
}


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

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




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



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





.sorterBox{
	font-size:small;
	
	width:100%;
	margin:0px auto;
	padding:1px 0px 10px 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;
}
.sorterSearchengine{
	font-size:small;
	text-align:left;
	width:100%;
	height:30px;
	padding:10px;
	float:left;
}

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

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


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