@charset "UTF-8";
/* CSS Document */
/*カート＆レジ共通*/
.main-title{
	font-size:24px;
	font-weight:bold;
	color:#666;
	margin-bottom:20px;
}
.bgcolorarea{
	margin:15px 0;
}
.upbgcolor{
	border:#999 solid 1px;
	background-color:#fff;
	padding:0 40px;
	margin-right:5px;
}
.bgcolorlabel{
	margin-right:25px;
}
.restock{
	background-color:#fc9;
}
.main-table{
	margin:25px 0;
	width:100%;
}
.main-table th{
	background-color:#0A7108;
	color:#fff;
	font-size:12px;
	text-align:center;
	border:#999 solid 1px;
	padding:5px 0;
}
.main-table td{
	font-size:12px;
	border:#999 solid 1px;
	padding:5px;
}
.main-table td a{
	color:#000;
}
.main-table td.upcate{
}
.main-table td img{
	width:60px;
}

.main-table td.upimg{
	text-align:center;
}
.update{
	width:10%;
}
.upcate{
	width:20%;
}
.upitemname{
	width:50%;
}

