@charset "UTF-8";

/* ========================================================================= */
/* 拠点選択 */
/* ver 0.0.0.0   2010-07-22 ooba  初版 */
/* ========================================================================= */

@import url(./common.css);
@import url(./rollover.css);


/*== ヘッダー部 ==*/
div.btn_close {
  left:850px;
}


/*== ページヘッダー ==*/
div.frm_pageheader {
  height: 21px;
}

div.box_pagetitle {
  height: 21px;
  background:#CCCCCC;
  padding: 7px 0 0 30px;
  font-size: 14px;
  font-weight: bold;
}

div.btn_select {
  position: absolute;
  top:26px;
  left:785px;
}


/*== 条件指定部 ==*/
div.box_explain {
  margin: 15px 0 10px 30px;
}

div.box_condition1 {
  margin:0 0 5px 45px;
}
div.box_condition1 input {
  margin-right:5px;
}
div.box_condition1 label {
  margin-right:15px;
}
div.box_condition1 input[type="text"] {
  width:180px;
}

div.box_condition2 {
  margin:0 0 5px 45px;
}
div.box_condition2 select {
  margin-left: 10px;
}

div.box_condition3 {
  margin:0 0 5px 45px;
}
div.box_condition3 table {
  width:630px
}
div.box_condition3 table td {
  width:210px
}

select {
  width:180px;
}
div.img_dotted {
  background: url(../images/dotted.png) repeat-x;
  height:2px;
  margin:5px 0 5px 45px;
  width:650px;
}
div.btn_search {
  position: absolute;
  top:164px;
  left:745px;
}

div.lin_line1 {
  height:1px;
  width:856px;
  margin: 0 0 10px 15px;
  border-bottom: 1px solid #ccc;
}


/*== 検索結果部 ==*/
div.box_count {
  margin-left: 15px;
  line-height: 13px;
}
div.btn_prev {
  position: absolute;
  top:203px;
  left:746px;
}
div.btn_next {
  position: absolute;
  top:203px;
  left:809px;
}

/* テーブル部 */
table.tbl_result tr,
table.tbl_result th,
table.tbl_result td {
  border: 1px solid gray;
  padding: 2px 2px 1px 8px;
}
table.tbl_result {
  margin: 5px 5px 5px 15px;
  width: 854px;
  border-collapse: collapse;
}
.r1, .r2, .r3, .r4, .r5 {
  text-align:left;
  padding-left:13px;
  height:20px;
}
.r1 { width: 400px; }
.r2 { width: 110px; }
.r3 { width:  90px; }
.r4 { width: 200px; }
.r5 { width:  14px; }
table.tbl_result td.chk_check {
  padding-left: 2px;
}

.ico_directionTop {
  font-size: 11px;
  margin-left: 780px;
  margin-bottom: 10px;
}