﻿@charset "utf-8";

.store-sch {
    background: #fff;
 
    height: 500px;
    width: 100%;
	margin:0 auto 41px;
}
.store-sch .map1 {
    float: left;
	padding:0;
	width:40%;
}
.store-sch .store {
    float: left;
    padding: 25px 0 0 25px;
	box-sizing:border-box;
	width:60%;
	border-left:1px solid #bdbdbd;
}
@media screen and (max-width: 768px){
.store-sch .map1 {float: left;padding:0;width:100%;}
.store-sch .store {width:100%;}
}
.store-sch .store h2 {
    padding-bottom: 11px;
}
.store-sch .store .sch {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
   

   
    margin-top: 21px;
    padding: 20px 0;
    width: 100%;
}
.store-sch .store .sch ul {
    display: inline-block;
    margin-top: -13px;
}
.store-sch .store .sch li {
    padding-top: 13px;
}
.store-sch .store .sch ul ul {
    display: block;
    margin-top: 0;
}
.store-sch .store .sch li li {
    padding-top: 0;
}
.store-sch .store .sch li img {
    margin-top: 2px;
}
.store-sch .store .sch li label {
    display: inline-block;
    vertical-align: top;
    width: 70px;
}
.store-sch .store .sch li input {
    background-color: #FFFFFF;
    vertical-align: top;
    width: 294px;
}
.store-sch .store .sch li .selInlin {
    margin: 0;
}
.store-sch .store .btn {
    margin-top: 20px;
   background:none; border:none;
}
.store-sch .store .btn input {
    border: medium none;
    height: 32px;
    width: 50px;
}
.store-sch .store .sch li .selectbox {
    background: url("/resources/images/board/selelct_typeA_arrow02.gif") no-repeat scroll right 50% #FFFFFF;
}

#areaCd{ padding:5px;}
#subAreaCd{ padding:5px;}
#shopAddr{ padding:5px;}
#listArea{ margin-top:20px;}

.bbs_list .basic {
    padding: 0 0 13px;
}
.bbs_list table {
    width: 100%;
	border-collapse: collapse;
}
.bbs_list th {
   
	background:#0e6eb8;
    margin: 0;
    padding: 0;
    word-break: break-all;
}

.bbs_list .basic thead th {	
	color:#fff;
    line-height: 25px;
	height:25px;
}

.bbs_list .basic tbody td {
	border:1px solid #ddd;
	text-align:center;
}
