/*
	増設子機情報
-----------------------------------------------*/
/*タイトル*/
h4.ttl_koki {
	width:710px;
	margin:10px 0px 10px 0px;
	padding:3px 5px;
	border-bottom:1px dotted #999999;
	background-color:#e0ebaf;
	color:#333333;
	font-size:small;
	font-weight:bold;
}

/*一覧テーブル*/
table.tbl_koki{
	width:100%;
	border-top:1px solid #999;
	border-left:1px solid #ccc;
}

table.tbl_koki th{
	padding:2px 5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #999;
	background-color:#eee;
	color:#2d2d2d;
}

table.tbl_koki th.hd_l{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#eee;
	font-weight:normal;
}

table.tbl_koki td{
	padding:5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

table.tbl_koki td.hd{
	padding:5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#eee;
}

table.tbl_koki2{
	border-top:0px solid #fff;
	border-left:0px solid #fff;
}

table.tbl_koki2 td{
	border-right:0px solid #fff;
	border-bottom:0px solid #fff;
}

table.tbl_tuwa{
	width:100%;
	border-top:1px solid #999;
	border-left:1px solid #ccc;

}

table.tbl_tuwa th{
	padding:2px 5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #999;
	background-color:#eee;
	color:#2d2d2d;
}

table.tbl_tuwa th.hd_l{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#eee;
	font-weight:normal;
}

table.tbl_tuwa td{
	padding:5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

table.tbl_tuwa td.hd{
	padding:5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#eee;
}
.tbl_tuwa ul.tuwa{ margin:0; padding:0 0 0 5px; }
.tbl_tuwa ul.tuwa li{ float:left; width:80px; min-height:1em; height:auto! important; height:1em; margin:0; padding:0 0 3px 0; list-style-type:none;}

div.koki_list ul{
	width:220px;
	margin:0;
	padding:0;
	list-style:none;
}

div.koki_list ul li{
	float:left;
	display:block;
	padding:0px 0px 0px 15px;
	width:95px;
	background-image:url('../images/dot_blue.gif');
	background-repeat:no-repeat;
	background-position:5px top;
}

div.koki_list ul::after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

ul.koki_list{
	margin:0;
	padding:0;
	list-style:none;
}

ul.koki_list li{
	float:left;
	display:block;
	padding:0px 0px 0px 15px;
	width:75px;
	background-image:url('../images/dot_blue.gif');
	background-repeat:no-repeat;
	background-position:5px top;
}

ul.koki_link{
	width:90px;
	margin:0;
	padding:0;
	list-style:none;
}

ul.koki_link li{
	padding:0px 0px 0px 15px;
	width:75px;
	background-image:url('../images/arrow_navi.gif');
	background-repeat:no-repeat;
	background-position:5px 3px;
}


/* 増設手順 */
.img_flow {margin:5px 0;}

.layout_r{ text-align:right; }