@charset "utf-8";
#contents #costBox {
	border: 3px solid #d8d8d8;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	margin-bottom: 15px;
}
#contents #costBox strong {
	color: #CC0000;
}

#contents #costBox dl {
	padding-left: 20px;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#contents #costBox dt {
	margin-bottom: 5px;
}

#contents #costBox dd {
	text-align: right;
	margin-bottom: 10px;
}
#contents #costBox dd span {
	padding-right: 20px;
}
#contents #costBox dd .del {
	text-decoration: line-through;
	padding-right: 0px;
}
#contents #costBox #total {
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D8D8;
	padding-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#contents #costBox #total strong {
	color: #CC0000;
	font-size: 140%;
}
#contents .sst {
	font-weight: bold;
	text-align: left;
	width: 400px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#contents ul.att {
	width: 400px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

