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

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

/* ResearchArea */
  #ResearchAreaMain,
  #ResearchAreaAdd {
    position: static;
		background-color: #fff2f2;
		background-image: url(/imgs/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: -7px;
    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: 2px;
    margin-right: -90px;
  }
  .ie7 #ResearchAreaMain #researchBtAdd { margin-right: -88px; }
  .ie6 #ResearchAreaAdd #researchBtClose,
  .ie7 #ResearchAreaAdd #researchBtClose { margin-top: -23px; }
  .ie6 #ResearchAreaAdd #researchBtClose { margin-right: 5px; }
  .ie7 #ResearchAreaAdd #researchBtClose { margin-right: 9px; }

  #ResearchAreaAdd {
		background-color: #ffe1e1;
    z-index: 1;
	}
	#ResearchArea input,
	#ResearchArea select {
	 margin-right: 1px;
	 white-space: nowrap;
	}
  #ResearchArea .content {
    padding: 10px 0;
  }
  #ResearchAreaMain .content {
		background-color: transparent;
		background-image: url(/imgs/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 #f00;
    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 .content {
    padding: 40px 10px 10px;
  }

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

/* stepTitle */
  .stepTitle {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
  }
  .stepTitle img {
    margin-right: 5px;
    vertical-align: top;
  }

/* planTitle */
  .planTitle {
    margin-bottom: 30px;
    padding: 0 10px 0 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
		background-color: transparent;
		background-image: url(/imgs/special/bg-result.gif);
		background-repeat: no-repeat;
		background-position: left 50%;
  }

/* addShopTable */
  .addShopTable table td,
  .addShopTable table th {
    border-left: 1px solid #cecece;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: normal;
    text-align: center;
    font-weight: bold;
  }
  .addShopTable table th {
    border-left: none;
    background-color: #f8f8f8;
  }
  .addShopTable .first td,
  .addShopTable .first th {
    background-color: #f1f1f1;
  }

/* areaNav */
  .areaNav {
		background-color: transparent;
		background-image: url(/imgs/special/bg-areanav-bottom.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
  }
  .areaNav ul {
    padding: 15px 5px 10px 15px;
		background-color: transparent;
		background-image: url(/imgs/special/bg-areanav-top.gif);
		background-repeat: no-repeat;
		background-position: center top;
		zoom: 1;
  }
  .areaNav ul li {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 15%;
  }
  .areaNav ul li.long {
    margin-right: 0;
    width: 20%;
  }