@charset "utf-8";
@media print {
	* {_zoom:65%}
}



/* __お取扱い店
------------------------------------------*/
.shoplist h1{
	margin-bottom: 10px;
}


#retailer th,td {
	border-style: solid;
	border-width: 1px;
	padding: 5px 10px;
	border: #CCCCCC solid 1px;
	text-align: left;
}

#retailer thead th {
	background: #F3ECFF;
	text-align: center;
	font-weight: bold;
}

table#retailer {
	width: 680px;
	border-collapse: collapse;
	margin: 20px 0;
	border: 1px solid #CCCCCC;
}


table#retailer th.shop {
	width: 190px;
}
table#retailer th.addr {
	width: 380px;
}
table#retailer th.addr select{
	margin-left: 10px;
}
table#retailer th.tel {
	width: 110px;
}
table#retailer tr.not-found {
	display: none;
}
table#retailer tr.not-found th {
	text-align: center;
}
