@charset "shift_jis";
/* CSS Document */
.shoplist_box {
  width: 640px;
  /*	height: 690px;*/
  /* [disabled]height: 850px; */
  background-image: url(../images/sholist_bg.gif);
  background-repeat: repeat-y;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 10px;
  margin: 0 auto;
  padding-bottom: 10px;
}


.shoptable {
	margin: 10px 0;
	font-size: 12px;
	color: #333;
	width: 640px;
}
table.shoptable,
table.shoptable th,
table.shoptable td {
	border-collapse:collapse;
	border: solid 1px #E4007F;
}
table.shoptable th,
table.shoptable td {
	padding:8px 10px;
	text-align:left;
}
table.shoptable th {
	background: #FA7DAE;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.shoplist_box .shoptable tr td a {
	background-color: #EB277E;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
	  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

div#main_container .shoplist_box .shoptable tr td a {
	background-color: #EB277E;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
	  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
