@charset "utf-8";
/* ===================================================================
CSS information

  file name  :search.css
 style info :引越し会社検索
 
================================================================== */
/* 見出し */
.searchTitle {
	font-size: 30px;
	width: 740px;
	height: 130px;
	text-align: center;
	background: url(/images/search/result/search_ttl_bg.png) no-repeat;
}

.searchTitle strong {
	font-weight: bold;
	color: #F30;
}
.searchTitle .title {
	display: block;
	padding-top: 28px;
}

.searchTitle .intro {
	display: block;
	font-size: 14px;
	color: #444;
}


/* 業者一覧 */
.searchTable {
	width: 100%;
	margin: 0;
}

.searchTable td,
.searchTable th {
	border: solid 1px #bebebe;
}

.searchTable th {
	font-weight: bold;
	padding: 5px;
	background: #E4FFAC;
}

.searchTable td {
	padding: 5px;	
}

.searchTable td h4 {
	font-weight: bold;
}

.searchTable .pr {
	width: 60px;
	text-align: center;
}

.searchTable .logo {
	vertical-align: top;
}

.searchTable .name a {
	font-weight: bold;
}

.searchTable .name p {
	font-size: 10px;
	line-height: 1.2;
	color: #333;
}

/*----------------------------------------------------
	.resultBody - 検索結果
----------------------------------------------------*/
/*
#main h2,#main h1 {
	width: 580px;
	height: 130px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-left: 160px;
	background: url(../../images/search/result/h2_bg.jpg) 0 0 no-repeat;
	font-size: 18px;
	font-weight: bold;
}



#main h2 span,#main h1 span {
	margin-right: 10px;
	font-size: 52px;
	font-weight: bold;
	color: #FF3300;
}

#main h2 span.intro,#main h1 span.intro {
	margin-right: 10px;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}*/

#main div.searchCondition ul {
	width: 740px;
	border-bottom: 3px solid #99CCFF;
}

#main div.searchCondition ul li {
	float: left;
	border-top: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	border-left: 1px solid #99CCFF;
	padding: 3px 5px;
	margin-right: 5px;
}


#main div.searchRelated dl {
	width: 740px;
}

#main div.searchRelated dl dt {
	float: left;
}

#main div.searchRelated dl dd {
	float: left;
}


/* ページネーション */
#main div.pagenation {
	width: 730px;
	padding: 5px 5px;
	margin-bottom: 10px;
	text-align: center;
}

#main div.pagenation span {
	padding: 0px 3px;
	margin-right: 2px;
	text-align: center;
}

#main div.pagenation span a {
	text-decoration: none;
}

#main div.pagenation span.linkBorder {
	padding: 3px 0 0 0;
}

#main div.pagenation span.linkBorder a {
	display: inline-block;
	border: 1px solid #0099CC;
	background-color: #FFFFFF;
	padding: 2px 4px;
	text-decoration: none;
	font-size: 10px;
	vertical-align: middle;
}

#main div.pagenation span.linkBorder a:hover {
	background-color: #66C2E1;
	color: #FFFFFF;
}


/* 検索結果数・並び替え */
#main div#menuResult {
	width: 740px;
}

#main div#menuResult p {
	float: left;
}

#main div#menuResult p span {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}

#main div#menuResult dl {
	float: right;
}

#main div#menuResult dl dt {
	float: left;
	margin-right: 10px;
}

#main div#menuResult dl dd {
	float: left;
	margin-right: 5px;
}



/* 引越し会社情報リスト */
#main table.serviceList {
	width: 738px;
	border: 1px solid #FE9900;
}

#main table.serviceList th,
#main table.serviceList td {
	border: 1px solid #FE9900;
}

#main table.serviceList th {
	text-align: center;
	padding: 3px 0;
	font-weight: bold;
	background: #FFCC66;
}

#main table.serviceList .pr {
	width: 50px;
	text-align: center;
	font-size: 14px;
}

#main table.serviceList td.logo {
	width: 80px;
	padding: 5px 0 5px 5px;
	border-right: none;
	vertical-align: top;
}

#main table.serviceList td.name {
	padding: 5px 10px 10px 20px;
	border-left: none;
}

#main table.serviceList td.name p {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.2;
}

#main table.serviceList td.name h4 {
	font-size: 16px;
	font-weight: bold;
}



/* エリアを変更 */
#main .changeAreaBox {
	margin-bottom: 10px;
}

#main .changeAreaBox ul {
	padding: 10px 15px;
	background: #EFF8FD;
}

#main .changeAreaBox ul li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin-right: 15px;
	margin-bottom: 10px;
	line-height: 1;
}

#main .changeAreaBox ul li a {
	background: url(../../images/common/item/icon_arrow1.jpg) 0 2px no-repeat;
	padding-left: 15px;
}

/* タグ絞込み */
#main div#narrowItemBox {
	margin-bottom: 10px;
}

#main div#narrowItemBox h4 {
	margin: 0;
	padding: 10px 15px 0px;
	background: #EFF8FD;
}

#main div#narrowItemBox ul {
	margin: 0;
	padding: 10px 15px;
	background: #EFF8FD;
}

#main div#narrowItemBox ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	line-height: 1;
}

#main div#narrowItemBox ul li a {
	background: url(../../images/common/item/icon_arrow1.jpg) 0 2px no-repeat;
	padding-left: 15px;
}

/* ボタン */
#main div.btnEstimate {
	width: 738px;
	margin-top: 10px;
	/*
	text-align: center;
	padding: 5px 0;
	background-color: #FFFFE5;
	border: 1px solid #FFEB99;
	*/
}

#main div.btnEstimate:hover {
	background-position: 0 bottom;
}

#main div.btnEstimate p span {
	color: #FF3300;
	font-weight: bold;
}

#main div.btnEstimate p a {
	display: block;
	width: 356px;
	height: 56px;
	margin: 3px auto 0 auto;
	background: url(../../images/search/result/btn_estimate.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

#main div.btnEstimate p a:hover {
	background-position: 0 bottom;
}

/* 検索結果の見出し */
#main .ttl_area {
	height: 28px;
	line-height: 28px;
	padding-left: 35px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: url(../../images/search/result/ttl_area.jpg) no-repeat 0 0;	
}

#main .ttl_city {
	height: 28px;
	line-height: 28px;
	padding-left: 35px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: url(../../images/search/result/ttl_city.jpg) no-repeat 0 0;	
}

#main .ttl_keyword {
	height: 28px;
	line-height: 28px;
	padding-left: 35px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: url(../../images/search/result/ttl_keyword.jpg) no-repeat 0 0;	
}

#main .ttl_railway {
	height: 28px;
	line-height: 28px;
	padding-left: 35px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: url(../../images/search/result/ttl_railway.jpg) no-repeat 0 0;	
}


/*----------------------------------------------------
	エリアページ用
----------------------------------------------------*/
.checkArea {
	text-align: center;
}

.checkArea div,
.checkArea p {
	display: inline;
}

.checkArea div {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 25px;
	background: url(../../images/form/arw_01.gif) no-repeat left 0px;
}

.checkArea div p {
	padding: 0 25px 0 0;
	background: url(../../images/form/arw_01.gif) no-repeat right 0px;
}

.checkArea div p strong {
	color: #C00;
	font-weight: bold;
}




