@charset "UTF-8";

.products-prices .title {
	margin-top: 15px;
	border-left: solid 7px #cccccc;
	border-bottom: solid 10px #9999cc;
	position: relative;
	top: 0;
	left: 0;
}

.products-prices .title h1 {
	margin-top: 0;
	border-left: none;
	border-bottom: none;
}

.products-prices .title h1,
.products-prices .title div.link_to_pdf,
.products-prices .title div.date {
	display: inline;
}

.products-prices .title div.date {
	font-size: 88%;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* for Internet Explorer 6 */
* html .products-prices .title div.date {
	top: 0;
}

.products-prices h2 {
	font-size: 122%;
	font-weight: bold;
	margin-top: 0.5em;
}

.products-prices table.price {
	border-collapse: separate;
	border-spacing: 0;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	width: 100%;
	*border-collapse: collapse; /* for Internet Explorer 6 and 7 */
}

.products-prices table.price th,
.products-prices table.price td {
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 1px 5px;
}

.products-prices table.price th {
	background-color: #ccffcc;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.products-prices table.price th.model_number {
	width: 70px;
}

.products-prices table.price th.name {
	width: auto;
}

.products-prices table.price th.price {
	width: 80px;
}

.products-prices table.price td {
	width: auto;
	text-align: left;
	vertical-align: top;
}

.products-prices table.price td.subname {
	width: 190px;
}

.products-prices table.price tr.color1 td {
	background-color: #ffffcc;
}

.products-prices table.price tr.color2 td {
	background-color: #ffeeaa;
}

.products-prices table.price td.model_number {
	font-family: "ＭＳ ゴシック", "Consolas", monospace;
}

.products-prices table.price td.price {
	font-family: "ＭＳ ゴシック", "Consolas", monospace;
	text-align: right;
}

.products-prices h3 {
	color: #660033;
	background-color: #ccffcc;
	font-size: 122%;
	font-weight: bold;
}

#products-prices-cs_server {
	border-top: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: none;
	border-left: solid 1px #cccccc;
}

#products-prices-cs_client {
	border-top: none;
	border-right: solid 1px #cccccc;
	border-bottom: none;
	border-left: solid 1px #cccccc;
}

.products-prices .note1,
.products-prices .note2,
.products-prices .note3 {
	font-size: 73%;
	font-weight: normal;
}

.products-prices .footnote {
	border: none;
	margin-top: 1em;
	margin-bottom:1em;
}

.products-prices .footnote th,
.products-prices .footnote td {
	border: none;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

.products-prices em {
	font-style: normal;
	color: red;
}
