@charset "UTF-8";

/* ========================================================================= */
/* 事業分類選択 */
/* ver 0.0.0.0   2010-07-28 ooba  初版 */
/* ========================================================================= */

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


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

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

div.btn_close {
  left:95%;
}

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


/*== データ部 ==*/
.frm_content {
  height: 250px;
}

.box_largeClassification,
.box_middleClassification,
.box_smallClassification {
  margin:5px 5px 5px 20px;
}

select.select01,
select.select02 {
  width:440px;
}
select.select03 {
  width:440px;
  height:77px;
}
