
#accordion2 {
	width:560px;
	margin:20px auto 50px;
	border-top:none
}
.accordion2 {
	width:560px;
}
.accordion2 dt {
	width:560px;
	margin-top:10px;
	cursor:pointer;
	background:#eeedeb url(../../images/bg_accdt_cls.gif) left bottom;
	background-repeat:no-repeat;
}

.accordion2 dt ul {
	width:555px;
	height:40px;
	vertical-align:middle;
	margin-left:5px;
	padding:10px 0;
}
.accordion2 dt ul li {
	display:block;
}
.accordion2 dt ul li.ttl {
	float:left;
	width:74px;
}
.accordion2 dt ul li.txt {
	float:left;
	font-weight:bold;
	margin-top:10px;
	color:#610000;
}
.accordion2 dt ul li.txt img {
	vertical-align:middle;
	margin-left:8px;
}
.accordion2 dt ul li.date {
	float:right;
	width:108px;
	margin-top:10px;
}

.accordion2 dt .dttop{
	width:560px;
	height:4px;
	background:transparent url(../../images/img_accdt_top.gif) left top;
}
.accordion2 .open {
	background-image:url(../../images/bg_accdt_opn.gif)
}

.accordion2 dd {
	overflow:hidden;
	background:#eeedeb;
}
.accordion2 dd .ddtop{
	width:560px;
	height:12px;
	margin-bottom:10px;
	background:transparent url(../../images/img_accdd_top.gif) left top;
}
.accordion2 span {
	display:block;
	border-top:none;
	margin:0 15px;
	padding-bottom:12px;
}
.accordion2 span.shopinfo {
	padding-left:12px;
	border-left:#610000 solid 1px;
	color:#610000;
	padding-bottom:0;
	margin-bottom:12px;
}


