@charset "euc-jp";


.cart {
	font-size: 12px;
}
.cart table {
/*	width: 635px;*/
	border-collapse: collapse;
	empty-cells: show;
}
.cart th {
	font-size: 12px;
	background-color: #DCB992;
}
.cart td {
	font-size: 12px;
}
.cart hr {
	border-width: 1px;
	border-style: dashed;
	border-color: #AAAAAA;
}
.cart a img {
	border: 0px none #FFFFFF;
}
.cart a {
	text-decoration: none;
	color: #0000FF;
}
.cart a:hover {
	background-color: #00f;
	text-decoration: none;
	color: #FFFFFF;
}
.cart .sub {
	font-size: 11px;
	color: #FF0000;
}
.cart .list_table {
	width: 157px;
	border-width: 1px;
	border-style: dashed;
	border-color: #AAAAAA;
}
.cart .variation_table th,.cart .variation_table td{
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	padding: 1px 4px;
}
.cart .border00 th,.cart .border00 td {
	border-width: 0px;
	border-style: none;
}
.cart .border01 th,.cart .border01 td {
	border: 2px #808080 solid; 
/*	border-width: 1px;*/
/*	border-style: solid;*/
	border-color: #AAAAAA;
}

/* 特別展タイトル */
#tokubetu_title {
	margin: 5px 0 5px 0;
	font-size: 1.8em;
	font-weight: bold;
	color: #663300;
	letter-spacing: 0.3em;
	font-family:"小塚明朝 Pro B","ヒラギノ明朝 Pro W6","ＭＳ 明朝","細明朝体";
}



