@charset "utf-8";

/* shopTable */
.shopTable{
	width: 590px;
	border-collapse: collapse;
	border-style: none;
	margin: 0px auto;
	padding: 0px;
	font-size:12px;
	border: 1px solid #999;
}

.emphasis{
	background: #eee;
}

.shopTable .shopTh1{
	border: 1px solid #999;
	padding: 5px 10px 5px 10px;
	text-align: left;
	line-height:120%;
	font-weight:normal;
}

.shopTable td{
	border: 1px solid #999;
	padding: 7px;
	text-align: left;
	line-height:120%;
}

.shopTable .shopTd1{
	width: 120px;
	text-align: left;
}

.shopTable .shopTd2{
	width: 60px;
	text-align: left;
}

.shopTable .shopTd3{
	width: 75px;
	text-align: left;
}

.shopTable .shopTd4{
	width: 95px;
	text-align: left;
}

.shopTable .shopTd5{
	width: 30px;
	text-align: left;
}

.shopTable .shopTd5 span{
	font-size:90%;
}

.shopTable .shopTd5 a{
	font-size:90%;
	text-decoration:underline;
}

.shopTable .shopTd5 a:hover{
	text-decoration:none;
}


/* popup */

.btnClose{
	font-size:90%;
}

.btnClose a{
	font-size:90%;
	text-decoration:underline;
	text-align:center;
	display:block;
}

.btnClose a:hover{
	text-decoration:none;
}








