@charset "utf-8";

/* ----------------------------------------------------
	Common
---------------------------------------------------- */
.opBox table {
	border:1px solid #555;
	width:90%;
	margin:20px auto 40px;
}
.opBox table th ,
.opBox table td {
	padding:10px;
}
.opBox table th {
	background:#efefef;
	border:1px solid #555;
	vertical-align:top;
}
.opBox table td {
	border:1px solid #555;
	vertical-align:top;
}
.opBox caption {
	font-weight:bold;
	margin-bottom:5px;
	border-left:5px solid #7aa800;
	padding-left:10px;
}
.opBox table dl dd {
	padding-left:1.3em;
	text-indent:-1.3em;
}

/* ----------------------------------------------------
	Attention
---------------------------------------------------- */
.opAttention {
	margin:10px 0;
}
.opAttention dt,
.opAttention dd {
	float:left;
}

/* ----------------------------------------------------
	option
---------------------------------------------------- */
.tableLan {}

.tableLan .catName {
	width:200px;
}
.tableLan .makerName {
	width:200px;
}

/* ----------------------------------------------------
	tableBluetooth
---------------------------------------------------- */
.tableBluetooth .catName {
	width:220px;
}
.tableBluetooth .makerName {
	width:155px;
}
.tableBluetooth .typeName {
	width:170px;
}

/* ----------------------------------------------------
	tableUsb
---------------------------------------------------- */
.tableUsb .catName {
	width:200px;
}
.tableUsb .makerName {
	width:150px;
}
.tableUsb .typeName {
	width:150px;
}

/* ----------------------------------------------------
	tableOther
---------------------------------------------------- */
.tableOther .makerName {
	width:190px;
}
.tableOther .typeName {
	width:170px;
}

/* ----------------------------------------------------
	tableDisplay
---------------------------------------------------- */
.tableDisplay .catName {
	width:150px;
}
.tableDisplay .makerName {
	width:200px;
}
.tableDisplay .typeName {
	width:150px;
}