/* IMPORT RESET */
@import url("reset.css");
@import url("responsive.gs.12col.css");
/*base*/
@import url("default_common.css");
@import url("default_frame.css");


.page h1 {
	padding: 10px 0;
}
.page h2 {
	margin: 10px 0;
}
.page h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}

.page p {
	line-height: 1.7;
	margin: 10px auto;
}
.page b {
	font-weight: bold;
}
.page a {
	text-decoration: underline;
}

.page hr {
	border: none;
	border-top: solid 1px #645c60;
	margin: 10px auto;
}

.page table {
	width: 100%;
	border: solid 1px #666;
	margin: 5px auto;
}
.page thead {
	background: #ececec;
}
.page th,
.page td {
	border: solid 1px #666;
	padding: 5px;
}
.page th {
	font-weight: bold;
}


/* -------- device list -------- */

.page .device {
	padding: 10px;
}

.page .device h2 {
	margin: 10px 0 20px;
}
.page .device hr {
	margin: 15px auto;
}
.page .device dl {
	margin: 10px auto 15px;
	padding: 0 10px;
}
.page .device dt {
	font-weight: bold;
}
.page .device dd {
	padding-left: 8px;
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
}


.page .device p.append {
	margin-top: -5px;
}
.page .device p.footnote {
	text-align: right;
}
