
/*=========================
 *  PC
 *  =========================*/

#pc-zip-search-area .Popup {
    position:absolute;
    top:500px;
}

#pc-zip-search-area .popupTD {
    background-color:#ffffff;
    }

#pc-zip-search-area .PopupIn{
    padding:0;}
    
#pc-zip-search-area .PopupIn table{
    width:400px;
    border-collapse: separate;
    border-spacing: 2px;
}
#pc-zip-search-area .PopupIn th{
    padding:10px 20px 10px 10px;
    background-color:#e2e0e0;
    font-size:14px;
    color:#2f2f2f;
    font-weight:normal;
    text-align:left;
    white-space: nowrap;
    vertical-align: middle;
}

#pc-zip-search-area .PopupIn td{
    background-color:#eeeeee;
    padding:5px 10px;
    text-align:left;}
	


#pc-zip-search-area .PopupIn select {
    height: 34px !important;
    line-height: 34px !important;
    font-size: 14px;
    border: 1px solid #999;
    position: relative;
    vertical-align: top;
}

#pc-zip-search-area .PopupIn p{
    background: #e2e0e0;  
    width:100%;
    height:34px;
    padding:9px 0 0 10px;
    margin:0 0 0 0;
    font-size:16px;
    font-weight: bold;
    color:#333333;
    text-align:left;
}
    	
#pc-zip-search-area .BtnAdd{
	padding: 10px 10px 0;
	font-size: 12px;
	line-height: 1;
	text-align:center;
}

#pc-zip-search-area .BtnAdd span {
	display: inline-block;
	padding: 10px;
	border-radius: 3px;
	background: #ccc;
  text-decoration: none !important;
}
#pc-zip-search-area .BtnAdd span:first-child {
	background: #ff841d;
	color: #fff;
	font-weight: bold;
}	

.popupLC{
    background-image:url(/images/lc.png);}
.popupLT{
    background-image:url(/images/lt.png);background-position:bottom;background-repeat:repeat-x;}
.popupCT{
    background-image:url(/images/ct.png); background-position:bottom;background-repeat:repeat-x;}
.popupRT{
    background-image:url(/images/rt.png);background-position:bottom;background-repeat:repeat-x;}
.popupRC{
    background-image:url(/images/rc.png);}
.popupCF{
    background-image:url(/images/cf.png); background-repeat:repeat-x;}


/*=========================
 *  SP
 *  =========================*/

#sp-zip-search-area .Popup {
	position:absolute;
	top:500px;
	width: calc(100% - 40px);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.35);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.35);
  
}

#sp-zip-search-area .popupTD {
    background-color:#ffffff;
}

#sp-zip-search-area .Popup img {
	display: none;
}

#sp-zip-search-area .Popup table{
	width: 100%;
}

#sp-zip-search-area .PopupIn{
	padding: 10px;
}

#sp-zip-search-area .PopupIn th{
	padding: 10px;
	background-color:#e2e0e0;
	font-size:14px;
	color:#2f2f2f;
	font-weight:normal;
	text-align:left;
	white-space: nowrap; }

#sp-zip-search-area .PopupIn td{
	background-color:#eeeeee;
	padding: 10px;
	text-align:left;}

#sp-zip-search-area .PopupIn select {
	width: 100% !important;
	height: 34px !important;
	line-height: 34px !important;
	font-size: 16px;
	border: 1px solid #999;
	position: relative;
	vertical-align: top;
}

#sp-zip-search-area .PopupIn p{
	padding: 5px;
	border: 2px solid #fff;
	border-bottom: none;
	background-color: #666;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
}

#sp-zip-search-area .BtnAdd{
	padding: 10px;
	font-size: 12px;
	line-height: 1;
	text-align:center;
}

#sp-zip-search-area .BtnAdd span {
	display: inline-block;
	padding: 10px;
	border-radius: 3px;
	background: #ccc;
}
#sp-zip-search-area .BtnAdd span:first-child {
	background: #ff841d;
	color: #fff;
	font-weight: bold;
}