/*
	FE advanced search
*/
/********** 検索フォーム **********/
/* 検索box */
.fas_search{
	background:#eee;
	padding-top:6px;
	padding-bottom:10px;
	margin-bottom:15px;
}

/* 検索boxh2 */
.search_h2{
	font-size: 24px;
	padding: 3px 0px 2px 10px;
	margin-top: 12px;
	margin-bottom: 15px;
	/*border-left: 8px solid #149749;*/
	background:url(../images/topcontent_h1_icon.png) 0px 50% no-repeat;
	background-size:35px;
	padding-left:40px;
}
/* 検索項目box */
#feas-0{
	border-top:#ddd 1px solid;
}
/* 検索グループ外枠 */
.se-formdiv{
	border-bottom:#ddd 1px dotted;
}
/* 検索グループタイトル */
.se-title{
	float:left;
	padding:8px;
	font-weight:bold;
	font-size:15px;
	width:145px;
}
/* 検索グループ選択肢 */
.se-element{
	float:left;
	padding:3px 5px;
	width:580px;
}
.feas_clevel_01{
	padding:4px 6px 4px 4px;
	margin-bottom: 0px;
	font-weight:normal;
}
.feas_clevel_01 input[type=radio], input[type=checkbox] {
	margin: 2px 5px 2px 0px;
}
/* 検索ボタン */
#feas-submit-button-0 {
	color: #ffffff;
	background: -moz-linear-gradient(#006c3b, #006811);
	background: -webkit-gradient(linear, left top, left bottom, from(#006c3b), to(#006811)); 
	font-size: 18px;
	font-weight: bold;
	padding: 13px 100px;
	border: none;
	margin:15px 37% 10px 37%;
	border-radius: 2px;
	box-shadow: 1px 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px 1px #ccc;
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#feas-submit-button-0:hover {
	cursor:pointer
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
/********** 検索結果 **********/
#feas-result-0 {
	background:#f3f3f3;
	font-weight:bold;
	font-size: 22px;
	border-top:none;
	padding:20px 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
}

/********** ソート **********/
/* ソートメニュー外枠 */
#feas-sl-menu{
	border-bottom: solid #ddd 1px;
	margin-bottom: 30px;
}
/* ソート項目外枠 */
.sort-divbox{
	float:left;
	width: 16%;
	text-align:center;
	padding-bottom:10px;
}
/* ソート項目タイトル */
.sort-title{
	font-weight:bold;
	font-size:14px;
}
/* ソートキー */
span[class^="feas-sl-"]{
	padding:5px 5px;
	font-size:14px;
}
