@charset "utf-8";
/* ===================================================================
CSS information

 file name  :search.css
 author     :Ability Consultant
style info  :検索ボックス設定　ハックは最下部に記述
=================================================================== */
/* -----------------------------------------------------------
	.box_search
----------------------------------------------------------- */
.con_sea .box_sea_wrap {
	margin-bottom: 20px;
}
.con_sea h2 {
	background-color: #0e0e0e;
	text-align: center;
}
.con_sea .box_sea {
	border: 1px solid #0e0e0e;
	padding: 0 10px;
}
.con_sea .box_sea select {
	margin-bottom: 5px;
}
.con_sea .box_sea ul.link_res{
	padding-left: 0;
	margin-left: 5px;
}
.con_sea .box_sea ul.link_res li {
	list-style-type: none;
	background: url(../images/arrow_gray.gif) no-repeat left 50%;
	padding-left: 12px;
}


.con_sea .box_bef {
	border: 1px solid #0e0e0e;
	text-align: center;
}
.con_sea .box_bef_wrap a {
	display: block;
	text-decoration: none;
	color:#333;
}
.con_sea .box_bef_wrap a:hover,
.con_sea .box_bef_wrap a:active,{
	text-decoration: underline;
}
.con_sea .box_bef h3{
	background-color: #121212;
	color: #ffffff;
	margin: 0 0 10px 0;
}
.con_sea .box_bef p{
	padding: 0 10px;
}
.con_sea .box_bef p.txt_cha{
	color: #ff0000;
}
.con_sea .box_bef p span{
	color: #39c;
	text-decoration: underline;
}


/* ---	ボタン設定 ---- */


