@charset "UTF-8";

/** shopinfo */
/**************************************/
div.shopinfo {
	top:             13px !important;
}

/** search_area */
/**************************************/
div.search_area {
	background:      url("/shared/img/store/result/search_area.gif") left top no-repeat;
	position:        relative;
	width:           215px;
	height:          157px;
	margin:          0 0 10px 0;
}

div.search_area h2 {
	color:           #333333;
	font-size:       14px;
	height:          34px;
	line-height:     34px;
	text-align:      center;
}

div.search_area div.select {
	width:           189px;
	margin:          13px auto;
}

div.search_area div.select select {
	width:           189px;
	font-size:       13px;
}

div.search_area ul {
	position:        relative;
}

div.search_area ul li {
	position:        absolute;
}

div.search_area ul li.reset {
	top:             0px;
	left:            13px;
}

div.search_area ul li.submit {
	top:             0px;
	left:            112px;
}

div.search_area ul li input {
	width:           90px;
	height:          24px;
}


/** map */
/**************************************/
div.frm-map div.frm-map-in {
	position:        relative;
	border:          3px solid #eceef2 !important;
	width:           679px !important;
	height:          249px !important;
	margin:          0 0 40px 0;
}

div.frm-map div.frm-map-in div#map-link a {
	background:      url("/shared/img/common/frm-map-expanded.png") left top no-repeat;
	position:        absolute;
	top:             5px;
	left:            546px;
	display:         block;
	text-indent:     -9999px;
	width:           131px;
	height:          41px;
}


/** send_mobile */
/**************************************/
div#send_mobile {
	background:      url("/shared/img/common/frm-blockstore_bg.gif") left top no-repeat;
	width:           685px;
	height:          137px;
	margin:          20px 0 30px 0;
}

div#send_mobile h2 {
	background:      url("/shared/img/store/detail/send_mobile_icon.gif") 5px 50% no-repeat;
	color:           #333333;
	font-size:       14px;
	line-height:     30px;
	text-indent:     25px;
	height:          28px;
}

div#send_mobile ul li {
	position:        relative;
	width:           338px;
	height:          86px;
	float:           left;
}

div#send_mobile ul li.qr {
	margin:          0 3px 0 3px;
}

div#send_mobile ul li h3 {
	position:        absolute;
	top:             10px;
	left:            10px;
	font-size:       14px;
	background:      url("/shared/img/common/frm-icon-ring-orange.gif") 5px 50% no-repeat;
	padding:         0 0 0 20px;
}

div#send_mobile ul li.qr span {
	position:        absolute;
	top:             39px;
	left:            16px;
	width:           200px;
}

div#send_mobile ul li.qr img {
	position:        absolute;
	top:             8px;
	left:            243px;
}

div#send_mobile ul li.url div {
	position:        absolute;
	top:             39px;
	left:            16px;
	width:           306px;
	text-align:      center;
}

p.print {
	margin:          0 0 30px 0;
}


/** partner */
/**************************************/
table.frm-table td.td_h3 {
	padding-left:    0px;
}

table.frm-table h3.frm-h3 {
	width:           100%;
}

table.frm-table td.td_showcase {
	border:          none;
}



/** clearfix */
/**************************************/
div#send_mobile ul:after
{
	content:         ".";
	height:          0;
	clear:           both;
	visibility:      hidden;
	display:         block;
}

div#send_mobile ul
{
	display:         inline-block;
}

/*\*/
* html div#send_mobile ul
{
	height:          1%;
}

div#send_mobile ul
{
	display:         block;
}