/* os.css */

/*===========================
■対応表　TABLE class:os_support
============================*/

TABLE.os_support {
	width: 760px;
	line-height: 120%; 
	border-collapse: collapse;
	border-spacing: 0;
	/*overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;*/
}

TABLE.os_support TR.even{
	background-color: #EEEEEE;
}

TABLE.os_support TH,
TABLE.os_support TD{
	font-size: 75%;
	line-height: 120%; 
	margin: 0;
	text-align: center;
}

TABLE.os_support TH{
	background-color: #EEEFFF;
	border: 1px solid #CCCCCC;
	padding: 3px;
	white-space: nowrap;
}

TABLE.os_support TD{
	border: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px 3px;
}

TABLE.os_support TD.sup_end{
	text-align: left;
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

TABLE.os_support TD.pdname{
	text-align: left;
	vertical-align: top;
}

TABLE.os_support tr.last th,
TABLE.os_support tr.last td{
	border-bottom: 1px solid #CCCCCC;
}

/* 表内のマークの説明枠 */
DIV.os_support_mark{
	font-size: 75%;
	text-align: right;
	margin: 5px 0;
}

/* ページのトップに戻る */
DIV.page_top{
	font-size: 75%;
	text-align: right;
	margin: 10px 0;
}

/* 注意事項 */
UL.os_caution {
	margin: 5px 0 0 0;
	padding: 0;
}
UL.os_caution LI {
	font-size: 75%;
	line-height: 140%;
	list-style-type: none;
	text-indent: -2em;
	padding-left: 2em;
	margin: 0 0 2px 0;
}

UL.os_caution LI SPAN{
	margin-right: 5px;
}

/* 製品名リスト */
/*
ul.pdname_list {
	margin: 0px 0px 1.4em 20px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
ul.pdname_list li {
	margin: 0 0 5px 0;
	padding: 0 10px 0 16px;
	background: url(/support/img/tool/go_mark_red.gif) no-repeat left 2px;
	font-size: 75%;
	line-height: 140%;
	display: block;
	float: left;
	width: 234px;
}
*/

