@charset "utf-8";

.ui-widget-content{
    border: none;
}
.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#contents div.section{
    padding: 15px 10px 0 10px;
    margin-bottom: -1px !important; /* iPadでの表示崩れ対応のため0pxでなく-1px */
    background: #FFF;
}
div.section.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.mg_box{
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 0 16px;
    margin: 2px 0 0 0;
}
div#dl_byBusiness div.sg_box{
    font-size: 12px;
    margin-left: 32px;
}
div#dl_byBusiness div.sg{
    font-size: 12px;
    line-height: 20px;
    width: 150px;
    float: left;
}
/* エリア選択部分 */
div.byArea div.pref{
    line-height: 26px;
    color: #F30;
    width: 705px;
    padding: 0 0 0 5px;
    margin: 3px 0 2px 0;
    background-color: #f3f3f3;
    clear: both;
}
div.byArea div.pref label{
    font-size: 14px;
    font-weight: bold;
}
div.byArea div.large{
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 0 16px;
    margin: 2px 0 0 0;
}
div.byArea div.middle_box{
    font-size: 12px;
    margin-left: 32px;
}
div.byArea 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{
    float: left;
    margin-left: 10px;
    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 */
}
#loadingPic {
    width: 96px;             /* gif画像の幅 */
    height: 96px;            /* gif画像の高さ */
    margin: -68px 0 0 -68px; /* gif画像を画面中央に */
    padding: 20px;           /* gif画像を大きく */
    opacity: 0.5;            /* 透過させる */
    border-radius: 15px;     /* 丸角 */
    position: fixed;         /* gif画像をスクロールさせない */
    left: 50%;               /* gif画像を画面横中央へ */
    top: 50%;                /* gif画像を画面縦中央へ */
    background: #000;
}
