@charset "utf-8";
/* CSS Document */

#iteminfo2 {
	font-size: 88%;
	margin-top: 15px;
	width: 100%;
	border: none;
	border-top: solid #e1e1e1 1px;
	border-collapse: collapse;
	border-spacing: 0;
}
#iteminfo2 th {
    padding-right: 2%;
    width: 20%;
    text-align: center;
    font-weight: bold;
}
#iteminfo2 th, #iteminfo2 td {
    padding: 8px 0;
    border: none;
    border-bottom: solid #e1e1e1 1px;
    text-align: left;
    vertical-align: top;
}
.item_mark {margin-top: 15px;}
</style>