/*ドアホン ボタン一覧
---------------------------------------------------*/

.box_d_btn {
	width:698px;
	padding:5px;
	margin:10px 0px 10px 0px;
	}
	
.box_d_btn ul {
	padding:0px;
	margin:5px 0px 10px 20px;
	list-style-type:none;
	}
	
.box_d_btn li {
	padding:0px 0px 4px 0px;
	line-height:1.4em;
	}
	
.btn_d a {
	display:block;
	padding:5px 0px 5px 20px;
	margin:0px;
	background-image:url("../images/under-arrow2.gif");
	background-repeat:no-repeat;
	background-position:5px 6px;
	font-size:12px;
	border-width:1px 0px 1px 0px;
	border-style:dashed;
	border-color:#999999;
	font-weight:bold;
	}


.btn_d a:hover {
	display:block;
	padding:5px 0px 5px 20px;
	margin:0px;
	background-image:url("../images/under-arrow2_o.gif");
	background-repeat:no-repeat;
	background-position:5px 6px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#ed6d35;
	}
	
/* タイトル
-------------------------------------------*/

.ttl_d {
	margin:20px 0px 0px 0px;
	padding:3px 0px 3px 10px;
	display:block;
	background-color:#bee0ce;
	font-weight:bold;
	}

/* サブタイトル
-------------------------------------------*/
.ttl_d_sub {
	width:540px;
	display:block;
	margin:10px 5px 10px 5px;
	padding:3px 0px 3px 15px;
	background-image:url("../images/block_arrow_b.gif");
	background-repeat:no-repeat;
	background-position:0px 4px;
	font-size:12px;
	}	


/* ドアホン接続対応機種一覧
-------------------------------------------*/
.box_models {
	border:1px solid #cccccc;
	width:708px;
	padding:5px;
	margin:5px 0px 10px 0px;
	display:block;
	}

.box_drphn {
	width:700px;
	padding:5px;
	margin:0px 0px 10px 0px;
	display:block;
	}


.mdlsort {
	width:640px;
	display:block;
	margin-bottom:5px;
	}
	

.mdlline{
	width:640px;
	display:block;
	margin-bottom:10px;	
	margin-left:10px;
	line-height:1.4em;
	}

/* 使用可能なドアホン一覧
-------------------------------------------*/

.box_mdl_list {
	border-width:1px 1px 0px 0px;
	border-style:solid;
	border-color:#cccccc;
	padding:5px;
	margin:10px 0px 3px 20px;
	width:668px;
	}

.txt_mdl_list {
	width:680px;
	display:block;
	margin:0px;
	padding:3px 0px 3px 15px;
}

.box_mdl_list td {
	border-width:0px 0px 1px 1px;
	border-style:solid;
	border-color:#cccccc;
	padding:5px;
	text-align:left;
	vertical-align:top;
	}

.box_mdl_list th {
	padding:5px;
	border-width:0px 0px 1px 1px;
	border-style:solid;
	border-color:#cccccc;
	font-weight:bold;
	background-color:#dcdcdc;
	font-size:12px;
	}

.box_mdl_list th.l {
	width:150px;
	font-size:12px;
	}

/* ドアホンを接続する場合の接続例
-------------------------------------------*/
.img_mdl_box {
	width:616px;
	padding:5px 42px;
	margin-top:5px;
	text-align:left;
	}

