@charset"utf-8";

/* -------------------------------------------------------
  layout Style
------------------------------------------------------- */
/* contents */

*html #shoplist-contents-main {
	width:780px;
	margin: 0px 10px;
	padding: 18px 10px 20px 9px;
	background-image: url(../../../hongkong/img/shoplist/shoplist_back.jpg);
	background-repeat: repeat;
}

*html .infoArea{
	width: 740px;
	height:192px;
	text-indent: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-top: 8px;
	background-color: #FFFFFF;
	padding-left: 10px;
	border: 1px solid #CC0000;
}

*html .shopboxR{
	width: 240px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	float: right;
	}
*html .shopboxL{
	width: 240px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	float: left;
}

*html .shopName{
	color: #000099;
	font-family:"ＭＳ Ｐゴシック",  Osaka;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 0px;
	float: right;
	width: 200px;
}

*html .nameEnglish{
	font-family:"ＭＳ Ｐゴシック",  Osaka;
	font-size: 11px;
	width: 200px;
	white-space: normal;
	line-height: 14px;
	float: right;
	padding-bottom: 2px;
	padding-left: 0px;
}
*html .numberboxG{
	width:30px;
	height:18px;
	background-color: #C10000;
	float: left;
	border: 1px solid #CC9933;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 16px;
}

