#fixed_layout .sub_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-box-shadow:  0 0 10px rgba(0,0,0,.2);
    -moz-box-shadow:  0 0 10px rgba(0,0,0,.2);
    box-shadow:  0 0 10px rgba(0,0,0,.2);
}

#fixed_layout .sub_contents {
    position: fixed;
    top:60px;
    left: 0;
    right: 0;
    bottom: 0;
}

#fixed_layout .sub_contents .left {
    width:600px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: auto;
    float: none;
    display: table;
    table-layout:fixed;
    height: 100%;
}


#fixed_layout  .sub_contents .right {
    left:600px;
    right:0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: auto !important;
    height: auto;
    float: none;
}


#fixed_layout .sub_contents .left .top {
    display: block;
}

#fixed_layout .sub_contents .left .bottom {
    display: table-row;
    position: relative;
    height:100%;
}


#fixed_layout .sub_contents .left .bottom .bottom-inner {
    display: block;
    position: relative;
    width: 100%;
    height:100%;
}

#fixed_layout  .sub_contents .left  .info_wrap.sub01 {
    height: 100% !important;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    width: auto !important;
    position: absolute;
    left: 180px;
    /* top: 0; */
    /* bottom: 0; */
    right: 0;
}

.sub_wrap .sub_contents .left .search_a select.select_common {
    width:158px;
}


#fixed_layout .search_area,
#fixed_layout .search_area .search_inner .search_fields {
    width:auto !important;
    height: auto;
    top:0;
}
#fixed_layout .search_area .search_inner .search_fields {
    padding:15px 10px 10px 10px;
}

#fixed_layout .search_area .search_inner .search_fields  .select_a select,
#fixed_layout .search_area .search_inner .search_fields  .select_a input {
    width: 172px;
    padding: 0 10px;
    margin-right: 6px;
}



#village_places h2.village_name {
    font-size:14px;
    font-weight:500;
    color: #999;
    padding: 15px;
    background:#f2f2f2;
    border-bottom:1px solid #ddd;
}

#village_places h2.village_name  strong {
    color:#000;
    font-weight:700;
    font-size: 18px;
}

#village_places .sub_search_area {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 180px;
    border-right:1px solid #ddd;
}


#village_places form[name="filter_form"] {
    padding:15px;
}

#village_places .input-block {
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #ddd;
}

#village_places .input-block .input-label {
    font-size:12px;
    display: block;
    color: #999;
    margin-bottom:8px;
    font-weight:700;
}

#village_places .input-block .radio {
    display: block;
    line-height:20px;
    font-size:16px;
}
#village_places .input-block .radio input {
    position: static;
    display: block;
    vertical-align: middle;
    margin: 1px 6px 0 0;
    height:16px;
    float: left;
}


#village_places .input-block select {
    display: block;
    padding:0 10px;
    height:30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
}


#village_places .btn_find {
    background:#72af2d;
    color:#fff;
    padding:10px 30px;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*scrollbar*/
#fixed_layout  .sub_contents .left  .info_wrap.sub01::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    background-color: #F5F5F5;
}

#fixed_layout  .sub_contents .left  .info_wrap.sub01::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#fixed_layout  .sub_contents .left  .info_wrap.sub01::-webkit-scrollbar-thumb
{
    background-color: #aaa;
}



#mainSearchForm #themes .theme-list-header {

}
#mainSearchForm #themes .theme-list-header h3,
#mainSearchForm #themes .theme-list-header .btn-toggle {
    float: left;
    margin-right:5px;
}


#mainSearchForm #themes .theme-list-header .btn-toggle  {
    border: 1px solid #ddd;
    padding:2px 5px;
    font-size:11px;
    float: right;
    background: #fff;
}

#mainSearchForm #themes.opened .theme-list-header .btn-toggle .opened {
    display: none;
}

#mainSearchForm #themes .theme-list-header .btn-toggle .closed {
    display: none;
}

#mainSearchForm #themes.opened .theme-list-header .btn-toggle .closed {
    display: inline;
}

#mainSearchForm #themes.opened .theme-list {
    display: none;}