@charset "utf-8";
/**
 * result.css
 * (c) FOURDIGIT Inc.
 */
/* import */
  @import "./common.css";

/* searchResultNum */
  .searchResultNum .num { width: 55%; }
  .searchResultNum .nav { width: 45%; }

/* ResearchArea */
  #ResearchAreaMain,
  #ResearchAreaAdd {
    padding-bottom: 3px;
    position: static;
		background-color: #fff2f2;
		background-image: url(../imgs-luxury/result/bg-more-search-bottom.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
		zoom: 1;
  }
  #ResearchAreaMain #researchBtSubmit,
  #ResearchAreaMain #researchBtAdd,
  #ResearchAreaAdd #researchBtClose {
    float: right;
    margin-top: -35px;
    margin-right: 10px;
		zoom: 1;
  }
  #ResearchAreaMain #researchBtAdd {
    margin-top: -2px;
    margin-bottom: -10px;
    margin-right: 10px;
  }
  #ResearchAreaAdd #researchBtClose {
    margin-top: -20px;
  }
  .ie6 #ResearchAreaMain #researchBtSubmit,
  .ie6 #ResearchAreaMain #researchBtAdd
  .ie6 #ResearchAreaAdd #researchBtClose { margin-right: 5px; }
  .ie7 #ResearchAreaMain #researchBtSubmit,
  .ie7 #ResearchAreaMain #researchBtAdd,
  .ie7 #ResearchAreaAdd #researchBtClose { margin-right: 7px; }
  .ie6 #ResearchAreaMain #researchBtAdd,
  .ie7 #ResearchAreaMain #researchBtAdd {
    margin-bottom: -14px;
    margin-right: -90px;
  }
  .ie7 #ResearchAreaMain #researchBtAdd { margin-right: -88px; }
  .ie6 #ResearchAreaAdd #researchBtClose,
  .ie7 #ResearchAreaAdd #researchBtClose { margin-top: -20px; }
  .ie6 #ResearchAreaAdd #researchBtClose { margin-right: -5px; }
  .ie7 #ResearchAreaAdd #researchBtClose { margin-right: 5px; }

  #ResearchAreaAdd {
		background-color: #ffe1e1;
	}
	#ResearchArea input,
	#ResearchArea select {
	 margin-right: 1px;
	 white-space: nowrap;
	}
  #ResearchArea .content {
    padding: 10px 0;
  }
  #ResearchAreaMain .content {
		background-color: transparent;
		background-image: url(../imgs-luxury/result/bg-more-search-top.gif);
		background-repeat: no-repeat;
		background-position: center top;
  }
  #ResearchArea .content dl {
    margin-bottom: 3px;
    clear: both;
    padding: 0 10px;
    zoom: 1;
  }
  #ResearchArea .content:after,
  #ResearchArea .content dl:after { content : ''; display : block; clear : both; }
  #ResearchArea .content dl dt,
  #ResearchArea .content dl dd {
    float: left;
    width: 590px;
  }
  #ResearchArea .content dl dt {
    margin-right: 10px;
    padding-top: 1px;
    width: 75px;
    text-align: right;
    font-weight: bold;
  }
  #ResearchArea .content dl.short dd {
    width: 410px;
  }
  #ResearchArea .hidden {
    display: block;
    border: none;
    border-top: 1px solid #bcb377;
    height: 0;
    line-height: 0;
		zoom: 1;
  }

/* FlashSearchAreaBox */
  #HasFlashHeader {
    position: relative;
    width: 700px;
  }
  #FlashSearchArea {
    position: absolute;
    left: 351px;
    top: 7px;
    width: 340px;
    height: 166px;
    text-align: center;
    background-color: #fff;
  }
  #FlashSearchArea,
  #FlashSearchArea a {
    color: #333;
  }
  #FlashSearchArea .content {
    padding: 40px 10px 10px;
  }

/* titleTxt */
  .titleTxt {
    clear: both;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 200%;
    line-height: 1.2;
  }

/* planTitle */
  .planTitle {
    color: #db0000;
  }

/* title */
  .title p {
    width: 380px;
  }


