@charset "UTF-8";
/* ======================================================= *//* 
Style Name: build_search.css
Style URI: css/build_search.css
Description: 建物詳細検索のcss
Version: 1.0
Last Up Date: 070316
Suggested order:各要素の指定は以下の順に記述して下さい。
	1. 視覚整形モデル
		display
		list-style
		position
		float
		clear
	2. ボックスモデル
		width
		height
		margin
		padding
		border
	3. 背景と前景
		background
	4. フォントとテキスト
		color
		font
		text-decoration
		text-align
		vertical-align
		white-space
		other text
	5. 生成内容	
		content
Reference:基本フォント14px相当の場合の指定比率
/* 142.86%　/* 20px相当 */
/* 128.57%　/* 18px相当 */
/* 114.29%　/* 16px相当 */
/* 100.00%　/* 14px相当 */
/* 85.71%　/* 12px相当 */
/* 71.43%　/* 10px相当 */
/* 57.14%　/* 8px相当 */
/* 42.86%　/* 6px相当 */
/*
/* ======================================================= */

/* ----------------------------------------
　パーツcssの読み込み
* ---------------------------------------- */

/* div#categoryMenu
 * ---------------------------------------- */
@import url("categoryMenu.css");

/* 詳細検索共通
 * ---------------------------------------- */
@import url("search.css");

/* ----------------------------------------
　ヘッダーグローバルメニューの現在地表示
* ---------------------------------------- */
@import url("header_build.css");