@charset "utf-8";

.noTitleDialog .ui-dialog-titlebar {display:none;}

.dialog1 .bg01{
background:#fff
}

#dialog_search{
    max-height: 510px;
}
div.searchtitle {
    background: #FFF;
    height: 40px;
    width: 730px;
}
div.searchtitle .title{
    float: left;
    color: #F69;
    font-weight: bold;
    padding: 9px 0 0 15px;
}
div.searchtitle .title span{
    display: block;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}
div.search_count {
    float: right;
    margin: 9px 15px 0 0;
    width: 20px;
}
div.search_count a{
    float: right;
    margin: 9px 15px 0 0;
    width: 20px;
}

div.search_count_neta {
    float: right;
    margin: 7px 0;
    width: 20px;
}

div.search_count_neta a{
    float: right;
    margin: 7px 0;
    width: 20px;
}

div#contents div.section {
    padding: 15px 10px 0 10px;
    margin-bottom: -1px !important; /*iPadでの表示崩れ対応のため0pxでなく-1px*/
    background: #FFF;
}

div#contents div.section_neta_other {
    padding: 0px 10px 8px 10px;
    margin-bottom: -1px !important; /*iPadでの表示崩れ対応のため0pxでなく-1px*/
    margin-top: 20px;
    background: #FFF;
    overflow: auto;
    height: 295px;
    font-size: 13px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;"
}

div.section.filter {
    padding: 1px 0px 1px 0px;
    width: 710px;
    margin-bottom: 0px;
}

div.section_neta_other.filter {
    padding: 1px 0px 1px 0px;
    width: 710px;
    margin-bottom: 0px;
}

/*コンディション全体*/
div#search_condition {
    width:710px;
    text-align: left;
}
div#search_condition dl{
    margin-top: 0;
    padding-top: 0;
}
/* チェックボックスとラジオボタンの間隔制御 */
div#search_condition input{
    margin:0 3px 2px 0;
    /** FireFox3.0用 **/
    vertical-align:middle;
}

/*黄色バーの部分*/
div#search_condition div.condition_bar {
    font-size:14px;
    font-weight:bold;
    color:#000000;
    width:710px;
    margin:0;
    background-repeat:no-repeat;
    display: block;
    overflow: hidden;
}

/* 業種画像 */
div#search_condition div.business_t {
    background: #ffe8f4;
}

/* エリア画像 */
div#search_condition div.area_t {
    background: #ffe8f4;
    margin-bottom: 10px;
}

div#search_condition div.condition_bar div.title {
    font-size:14px;
    font-weight:bold;
    color:#000000;
    line-height:30px;
    width:520px;
    height:26px;
    padding-left:10px;
    float:left;
}

div#search_condition div.condition_bar div.title span{
    font-weight: normal;
}

div#search_condition div.condition_bar div.checkbox {
    font-size:12px;
    line-height:26px;
    width:140px;
    height:26px;
    float:right;
    font-weight: normal;
}

/*業種選択部分*/
div#dl_byBusiness {
    padding-left:2px;
}

div#dl_byBusiness div.large {
    color:#FF0000;
    font-weight:bold;
    font-size:12px;
    line-height:22px;
    width:489px;
    background-color:#F3F3F3;
    padding:2px 0 1px 5px;
    margin:3px 0 2px 0;
}

div#dl_byBusiness div.small_box {
    padding-left:20px;
}

div#dl_byBusiness div.small {
    font-size:12px;
    width:158px;
    line-height:20px;
    float:left;
}

/*エリア選択部分*/
div.byArea {
}
div#dl_by_h_Area div.pref,
div.byArea div.pref {
    font-size:14px;
    font-weight:bold;
    line-height:26px;
    color:#F30;
    width:705px;
    padding:0 0 0 5px;
    margin:3px 0 2px 0;
    background-color:#f3f3f3;
    clear: both;
}

div#dl_by_h_Area div.large,
div.byArea div.large {
    font-size:12px;
    line-height:20px;
    padding:0 0 0 16px;
    margin:2px 0 0 0;
}

div#dl_by_h_Area div.middle_box,
div.byArea div.middle_box {
    font-size:12px;
    margin-left:32px;
}

div.byArea div.middle,
div#dl_by_h_Area div.middle {
    font-size:12px;
    line-height:20px;
    width:150px;
    float:left;
}

/* 最下の追加・変更ボタン */
div#search_condition div.button_bottom {
    text-align:center;
    clear: both;
    padding-bottom: 15px;
}
.search_btn {
    border: 1px solid #DDD;
    width: 180px;
    text-align: center;
    margin: 10px auto 0 auto;
}
.search_btn a{
    background: -moz-linear-gradient(top,#0099CC 0%,#006699);
    background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
    background: linear-gradient(to bottom, #0099CC , #006699);   /* Standard */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0099CC,endColorstr=#006699);
    padding: 10px 0;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-size: 13px;
}
.search_btn a:hover{
    text-decoration: none;
    background: -moz-linear-gradient(top,#55bee1 0%,#0099CC);
    background: -webkit-gradient(linear, left top, left bottom, from(#55bee1), to(#0099CC));
    background: linear-gradient(to bottom, #55bee1 , #0099CC);   /* Standard */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#55bee1,endColorstr=#0099CC);
}
.search_panel_text {
    margin-left: 10px;
    float: left;
    line-height: 40px;
}

#loading {
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    background:#000;
    z-index:2;
    top:0;
    left:0;
    opacity:0.5;
    filter: alpha(opacity=50); /* IE lt 8 */
}
.netaList {
    padding: 1px;
}
.netaOtherDate {
    border-radius: 0 5px 5px 0;
    box-shadow: 2px 0 2px #ddd;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    padding: 0px 5px;
    position: relative;
    text-align: center;
    background-color: #74df00;
    float: left;
}
.netaOtherTitle{
    width:85%;
    float:left;
}
.netaOtherTitle:hover{
    text-decoration: underline;
}
}