@charset "utf-8";
/* CSS Document */



#wPrimary {
	display: inline;
	float: right;
	width: 715px;
}


#wSecondary {
	display: inline;
	float: left;
	width: 215px;
}

#wContents h1 {
	line-height: 1.4;
	margin-bottom: 8px;
	padding-bottom: 3px;
	font-size: 24px;
	font-weight: bold;
	background: url(/public/images/storesearch/bg_dot_whiteGray.gif) repeat-x bottom;
}

#wPrimary h2 {
	line-height: 1.4;
	margin-bottom: 8px;
	padding-bottom: 3px;
	font-size: 20px;
	font-weight: bold;
	background: url(/public/images/storesearch/bg_dot_whiteGray.gif) repeat-x bottom;
}

#wPrimary h3 {
	line-height: 1.4;
	margin-bottom: 8px;
	padding-bottom: 3px;
	font-size: 18px;
	font-weight: bold;
}



#wPrimary .section {
	min-height: 150px;	
	margin-bottom: 80px;
}


#wStatus {
	margin-bottom: 5px;	
}

#wStatus p {
	line-height: 1.2;
	margin-bottom: 2px;	
}

.ctrlPage {
	clear: both;
	margin-bottom: 15px;
}

.ctrlPage li {
	display: inline;
	float: left;
	font-size: 16px;
	margin-right: 2px;
}

.ctrlPage .on {
	display: block;
	padding: 5px;
	font-weight: bold;	
}

.ctrlPage li a {
	display: block;
	padding: 5px;
}

.ctrlPage p {
	display: inline;
	float: left;
	margin: 0;
	padding: 5px 0;
}



.shopData {
	display: inline;
	float: left;
	width: 545px;
}

.shopUtility {
	display: inline;
	float: right;
	width: 150px;
	/*background-color: #f0f0f0;
	padding: 5px;
	background: #f7f7f7;
	box-shadow: 0 1px 4px #d6d6d6;
	-moz-box-shadow: 0 1px 4px #d6d6d6;
	-webkit-box-shadow: 0 1px 4px #d6d6d6;*/
}


#wContents .shopData h2 {
	color: #99000;
	border: none;
	background: none;
}

.shopData h2 img {
	float: left;
	margin-right: 5px;
}



.data {
	clear: both;
	width: 100%;
    margin: 0 0 10px 0;
}

.data a {
    font-weight: normal !important;
}

caption {
    text-align: center;
}


.data tr {
	background: url(/public/images/storesearch/bg_dot.gif) bottom repeat-x;
}

* html .data tr {	
	background: url(/public/images/storesearch/bg_dot.gif) none;
}

* html .data td, * html .data th {
	background: url(/public/images/storesearch/bg_dot.gif) bottom repeat-x;
}

.data th {
	padding: 10px;
    font-weight: normal;
	text-align: center;
}

data td {
	padding: 10px;
	text-align: left;
}


.listNearShop {
	margin: 0 0 5px 0;
}

.listNearShop li {
	display: inline;
	float: right;
	margin-right: 5px;
}

#wPrimary .shopData h3 {
	clear: both;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
}

.shopData dl {
	clear: both;
	width: 545px;
}

.shopData dt {
	float: left;
}

.shopData dd {
	float: left;
	width: 400px;
}

.shopData dd img {
	margin: 0 2px 2px 0;	
}


.shopUtility ul {
	margin-bottom: 8px;
}

.shopUtility li {
	display: block;
	margin-bottom: 2px;
}

.QRcode {
	border: 1px solid #eeeeee;
	background-color: #f7f7f7;
}

.QRcode li {
	margin: 0;
	border: 1px solid #fff;	
}

.QRcode img {
	display: block;
	margin: 0 auto;
}

#wSecondary h2 {
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 12px;
}


#wSearchOption {
	width: 200px;
	padding: 5px;
	background: #f7f7f7;
	box-shadow: 0 1px 4px #d6d6d6;
	-moz-box-shadow: 0 1px 4px #d6d6d6;
	-webkit-box-shadow: 0 1px 4px #d6d6d6;
}


#selectCity, #selectBrand, #selectAddress {
	margin-bottom: 5px;
	padding-bottom: 4px;
	background: url(/public/images/storesearch/bg_separator.gif) bottom repeat-x;	
}


#selectCity select {
	overflow: auto;
	width: 200px;
	max-width: 200px;
	max-height: 200px;
	font-size: 12px;
	border: 1px solid #e7e7e7;
	color: #3d3333;
}

#selectCity option {
	padding: 2px;
}



#selectBrand .inner {
	padding: 5px;
	border: 1px solid #e7e7e7;
	font-size: 12px;
	background-color: #fff;
}

#selectBrand .inner img {
	margin: 2px 5px 2px 2px;	
}


#selectService .inner {
	padding: 0 10px 10px 10px;
	border: 1px solid #e7e7e7;
	background-color: #fff;
}

#selectService dt img {
	margin: 0;	
}


#selectService dd {
	width: 174px;
}

* html #selectService dd {
	width: 178px;
}

#selectService dd img {
	margin: 2px 14px 2px 4px;
}
*+html #selectService dd img {
	margin-right: 8px;
}
* html #selectService dd img {
	margin-right: 10px;
}

#wSearchOption .btnOver {
	display: block;
	margin: 10px auto;	
}

#wSearchOption,
* html #wSearchOption {
	border/*\**/: 1px solid #e6e6e6;
}




*+html #selectService img, * html #selectService img,
*+html #selectBrand img, * html #selectBrand img,
*+html #selectCity img, * html #selectCity img {
	margin-bottom: 1px;
}




.section, .ctrlPage, .listNearShop {
	zoom: 1;
}


.section:after, .ctrlPage:after, .listNearShop:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}