/* 内容 

	・機種別情報ナビゲーション
	
	・機種別製品情報・機種別消耗品情報：検索部

	・機種別製品情報・機種別消耗品情報：データ部

	・機種別製品情報：基本情報・アイコン情報・詳細情報
		a.基本情報
		b.アイコン情報
		c.詳細情報

	・機種別消耗品情報：該当機種・基本情報
		a.該当機種
		b.基本情報
		
	・お問い合わせ情報
		a.オプション品・消耗品販売
		b.ボックス
		c.受付時間
		d.メール
		e.スクエア

	・回線接続設定

	・故障かな？と思ったら
	
	・取扱説明書ダウンロード

	・消耗品情報：充電池一覧

--------------------------------------------- */

/* .機種別情報ナビゲーション
-------------------------------------------- */
#navi_pd{
	width:180px;
	margin:0px;
	padding:10px 0px 5px 0px;
	background-color:#bbc8e6;
	font-size:12px;
}

#navi_pd ul{
	width:180px;
	margin:0px;
	padding:0px;
	list-style:none;
}

#navi_pd li {
	display:block;
	width:170px;
	height:25px;
	padding:0px;
	margin:0px 5px 5px 5px;
	background-color:#bbc8e6;
	background-image:url('../images/btn_pd_hit.gif');
}

#navi_pd li a{
	display:block;
	width:170px;
	height:25px;
	background-image:url('../images/btn_pd.gif');
	background-repeat:no-repeat;
}

#navi_pd li a:hover{
	display:block;
	background-image:url('../images/btn_pd_o.gif');
	background-repeat:no-repeat;
}

#navi_pd li span{
	display:block;
	margin:0px;
	padding:7px 0px 5px 20px;
}

#navi_kk .ttl{
	margin:0px 0px 0px 10px;
	padding:0px 0px 5px 15px;
	background-color:#bbc8e6;
	font-weight:bold;
	color:#2b2b2b;
	background-image:url('../images/arrow_blue.gif');
	background-repeat:no-repeat;
}

#navi_kk .cmt{
	width:165px;
	margin:0px 5px 0px 5px;
	padding:5px 0px 0px 5px;
	background-color:#ffffff;
	color:#2b2b2b;
}

#navi_kk{
	width:180px;
	margin:0px;
	padding:0px 0px 5px 0px;
	font-size:12px;
	background-color:#bbc8e6;
}


#navi_kk ul{
	width:165px;
	margin:0px 5px 0px 5px;
	padding:5px 0px 5px 5px;
	list-style:none;
	background-color:#ffffff;
}

#navi_kk ul::after{
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	height:0;
}
#navi_kk ul:after{
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	height:0;
}
#navi_kk li{
	width:70px;
	margin:0px;
	padding:5px 0px 0px 0px;
	float:left;
	position:relative;
}

#navi_kk li a{
	background-image:url('../images/arrow_koki.gif');
	background-repeat:no-repeat;
	background-position:0% 25%;
	padding:0px 0px 0px 8px;
}

/* .機種名から探す
-------------------------------------------- */
.searchBox{
	border:2px solid #CCC;
	margin:10px 15px;
	padding:10px;
}

.searchBoximg{
	margin:0 0 0 5px;
	width:68px;
	height:68px;
	text-align:center;
	border:1px solid #99cccc;
	background-color:#ffffff;
}

.searchProdtxt{
	margin:10px 30px;
}
.searchProdimg{
	text-align:right;
}

/* 全般 */
.w500{ width:500px; }
.w550{ width:550px; }
.w480{ width:480px; }

.fltLeft{ float:left; }



/* .機種別製品情報・機種別消耗品情報：検索部
-------------------------------------------- */
.search{
	width:560px;
	margin:5px 0px 10px 0px;
	line-height:1.3em;
}

.search .item_note{
	margin:0px 0px 20px 10px;
	padding-left:10px;
}

.search .item_note table td{ padding:5px; }

/*ターゲットリンク部*/
ul.tglink {
	margin: 0px 0px 0px 10px;
	padding: 0;
	width: 540px;
}

ul.tglink::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	height:0;
}

ul.tglink:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	height:0;
}


ul.tglink li {
	margin: 2px;
	padding:0;
	float: left;
	width: 250px;
	line-height: 1;
	list-style-type: none;
	white-space:nowrap;
}

ul.tglink li a {
	padding:2px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	display: block;
	width:200px;
	min-height:25px;
	height:auto!important;
	height:25px;
	text-align: left;
	background-image:url("../images/under-arrow.gif");
	background-repeat:no-repeat;
	background-position: 0 4px;
}

ul.tglink li a:hover {
	text-decoration:underline;
	background-image:url("../images/under-arrow.gif");
	background-repeat:no-repeat;
	background-position: 0 4px;
}

ul.tglink li a:visited {
}

/*リンク部*/
ul.c_link {
	margin: 0px 0px 0px 20px;
	padding: 0;
	width: 540px;
}

ul.c_link li a {
	list-style-type: none;
	padding:2px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	display: block;
	width:200px;
	height:18px;
	position: relative; 
	text-align: left;
	background-image:url("../images/arrow_green_2.gif");
	background-repeat:no-repeat;
	background-position: 0 45%;
}

/* .機種別製品情報・機種別消耗品情報：データ部
-------------------------------------------- */
#data{
	margin:0px 0px 0px 0px;
}
#data ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 720px;
}

#data ul::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	height:0;
}
#data ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	height:0;
}


#data ul li {
	margin:5px 0px 0px 0px;
	padding:5px 5px 5px 10px;
	float: left;
	width: 160px;
	line-height: 1;
	list-style-type: none;
	white-space:nowrap;
	border-bottom:1px dotted #cccccc;
}

#data ul li a {
	width:150px;
	height:18px;
	position: relative; 
	color: #333;
	text-align: left;

}

#data ul li a:hover {
	text-decoration:underline;
}

#data ul li a:visited {
 color: #333;
}


#data span{
	width:110px;
	display:block;
	float:left;
}
	
#data .note{
	color:#484848;
	margin:15px 0px 5px 0px;
	padding-left:10px;
}

#data .bottom{
	text-align:right;
	margin-top:30px;
	margin-bottom:10px;
}

/* .機種別製品情報：基本情報・アイコン情報・詳細情報
-------------------------------------------- */
/*基本情報*/
#product_b{
	margin:0px 0px 0px 0px;
}

#product_b table{
	width:560px;
	margin:5px 0px 0px 0px;
	padding:0px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

#product_b th{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:2px;
}

#product_b td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:2px;
}

#product_b td.nm{
	color:#333631;
	background-color:#bbc8e6;
	text-align:center;
	padding:4px;
}

#product_b td.hd{
	color:#2b2b2b;
	background-color:#dddddd;
}

#product_b td.bd{
	background-color:#ffffff;
}

/*アイコン情報*/
.product_i_ttl{
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#2b2b2b;
}
.product_i{
	width:560;
	/*height:50px;*/
	margin:0px;
	padding:0px;
}

div.product_i .icon{
	margin:5px;
	padding:0px;
	float:left;
	display:block;
	margin-bottom:5px;
	margin-right:5px;
	margin-left:5px;
}
/*詳細情報*/
#product_d{
	margin:0px 0px 0px 0px;
}

#product_d table{
	width:560px;
	margin:5px 0px 0px 0px;
	padding:0px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

#product_d th{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#dddddd;
	padding:2px;
	color:#2d2d2d;
}

#product_d td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:3px 2px;
}

#product_d td.hd{
	color:#ffffff;
	background-color:#797979;
}

#product_d td.hd2{
	color:#4c4c4c;
	width:38%;
	line-height:1.2;
}

#product_d td.bd{
	background-color:#ffffff;
}

#product_d table.cmt{}
#main table.cmt td{ padding:3px 2px; line-height:1.2; }

#product_d .cmt_box{
	padding:5px;
	color:#3E4D9F;
	width:350px;
}
#product_d .cmt_box::after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
#product_d .cmt_box:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#product_d .cmt_box_l{
	float:left;
	text-align:right;
}
#product_d .cmt_box_r{
	float:right;
	width:325px;
	position:relative;
}
#product_d .cmt{
	color:#3E4D9F;
	font-size:x-small;
}

/* .増設子機情報：比較表
-------------------------------------------- */
table.koki_d{
	width:699px;
	margin:5px 0px 0px 0px;
	padding:0px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

table.koki_d td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:2px 5px;
}

table.koki_d td.hd{
	color:#ffffff;
	background-color:#797979;
}

table.koki_d2 td{
	border:0px;
}

ul.koki_list {
 margin: 0px;
 padding: 0px 0px 0px 15px;
}

ul.koki_list::after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
ul.koki_list:after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
ul.koki_list li{
	width: 105px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	float:left;
	position:relative;
	line-height: 1.2em;
	list-style-image:url('../images/kyu.gif');
}

ul.koki_list li.ko1{
	width: 80px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	position:relative;
	line-height: 1.2em;
	list-style-image:url('../images/kyu.gif');
}


ul.koki_list02 {
 float:left;
 margin: 0px;
 padding: 0;
}

ul.koki_list02::after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
ul.koki_list02:after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
ul.koki_list02 li{
	width:6em;
	padding:0 0 0 0;
	margin:0px 0px 0.2em 1em;
	float:left;
	position:relative;
	line-height: 1.2em;
}


/* .増設子機情報：比較表（2）
-------------------------------------------- */
table.koki_d2{
	width:559px;
	margin:5px 0px 0px 0px;
	padding:0px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

table.koki_d td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:2px;
}

table.koki_d td.hd{
	color:#ffffff;
	background-color:#797979;
}

table.koki_d2 td{
	border:0px;
}

ul.koki_list {
 margin: 0px;
 padding: 0px 0px 0px 15px;
}

ul.koki_list::after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
ul.koki_list:after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
ul.koki_list li{
	width: 105px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	float:left;
	position:relative;
	line-height: 1.2em;
	list-style-image:url('../images/kyu.gif');
}

ul.koki_list li.ko1{
	width: 80px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	position:relative;
	line-height: 1.2em;
	list-style-image:url('../images/kyu.gif');
}


/* .機種別消耗品情報：該当機種・基本情報
-------------------------------------------- */

#informationWrap h3.ttl_g1a {
    padding: 5px 15px;
    background: #ccc;
    border-bottom: none;
    color: #ffffff;
    background: #333399;
}

table td.ttl_g2a {
	background-color: #e0e0ff;
	text-align: center;
}
table td.ttl_g3a {
	background-color: #efefff;
	text-align: center;
}


/* .機種別消耗品情報：該当機種・基本情報
-------------------------------------------- */
/*該当機種*/
#supply_pd{
	margin:0px 0px 0px 0px;
}

#supply_pd table{
	width:560px;
	margin:5px 0px 0px 0px;
	padding:0px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

#supply_pd td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:2px;
	vertical-align:middle;
}

#supply_pd td.ttl{
	padding-left:5px;
	color:#333631;
	background-color:#bee0ce;
	text-align:left;
	height:20px;
}

#supply_pd td.nm{
	width:390px;
	height:80px;
	padding:10px;
	line-height:1.4em;
	text-align:left;
	vertical-align:top;
}

/*ターゲット*/
#supply_tg ul{
	width:560px;
	margin:0px;
	padding:0px;
}

#supply_tg li{
	width:130px;
	margin:5px 0px 5px 5px;
	padding:0px;
	display:block;
	text-align:left;
	float:left;
}

#supply_tg li a{
	width:110px;
	padding:0px 0px 0px 20px;
	background-image:url('../images/under-arrow.gif');
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
}

/*詳細情報*/
#supply_d{
	margin:0px 0px 0px 0px;
}

#supply_d table{
	width:560px;
	margin:5px 0px 0px 0px;
	padding:0px;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
}

#supply_d td{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:2px;
	line-height:1.4em;
	vertical-align:top;
}

#supply_d td.ttl{
	color:#2b2b2b;
	background-color:#d6e9ca;
	text-align:left;
}

#supply_d td.item{
	color:#2b2b2b;
	background-color:#dddddd;
	text-align:center;
}

#supply_d td.cmt{
	padding:10px 10px 10px 10px;
}

#supply_d table.inkcmt1{
	width:520px;
	border:0px;
}

#supply_d table.inkcmt1 td{
	border:0px;
}

#supply_d table.inkcmt2{
	width:500px;
	border:0px;
}

#supply_d table.inkcmt2 td{
	border:0px;
}

.supply_cmt{
	margin:0px 0px 0px 20px;
}

table.nobdr td {
	border-color:#ffffff;
	text-align:left;
	vertical-align:top;}

/* .お問い合わせ情報
-------------------------------------------- */
/* お問い合わせ前に */

#box_inq_bf {
	display:block;
	padding:5px;
	background-color:#acacac;
}

#box_inq_bf a {
	color:blue;
	text-decoration:none;
}

#box_inq_bf a:visited {
	color:blue;
}

#box_inq_bf a:hover {
	color:#ea5550;
	background-color:#fce4d6;
	text-decoration:none;
}



.ttl_inq_bf {
	margin:0px;
	padding:3px 0px 5px 5px;
	background-color:#acacac;
	font-weight:bold;
	color:#333333;
	border-bottom:2px dotted #ffffff;
	}

.cmt_inq_bf {
	color:#333333;
	padding:0px;
	margin:0px;
}


.img_inq_bf {
	display:block;
	float:left;
	vertical-align:middle;
	width:25px;
	height:25px;
	margin-right:3px;
	padding:0px;
}

.txt_inq_bf {
	display:block;
	float:right;
	vertical-align:middle;
	text-align:left;
	width:135px;
	height:19px;
	padding:6px 0px 0px 0px;
	font-size:12px;
}

.cmt_inq_bf {
	padding:5px;
	line-height:1.2em;
	}

#box_inq_bf ul {
	margin:0px;
	padding:0px;
}


#box_inq_bf ul li {
	margin:0px 0px 5px 0px;
	padding:3px 0px 2px 5px;
	list-style-type:none;
	list-style-image:none;
	background-color:#ffffff;
	height:25px;
}

#navi .btn{ margin:10px 0 0 0; font-size:x-small; }
#navi .btn img{ margin:5px 0 0 0; font-size:x-small; }

/* オプション品・消耗品販売 */
.inquiry_sp{
	margin:2px 2px 2px 10px; 
}

/* ボックス */
.inquiry_box{
	width:538px;
	margin:0px;
	padding:10px;
	border:1px solid #cccccc;
}

.inquiry_layout{
	width:500px;
	margin-left:20px;
}

.inquiry_layout td{
	vertical-align:top;
	text-align:left;
}

/* 受付時間 */
.inquiry_time{
	width:498px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}

.inquiry_time th{
	color:#ffffff;
	background-color:#797979;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
}

.inquiry_time td{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	text-align:center;
}

/* メール */
.inquiry_mbox{
	width:520px;
	padding:5px;
	background-color:#F0F0FF;
	border:1px solid #cccccc;
}

.inquiry_mbox td{
	vertical-align:top;
	padding-bottom:5px;
	text-align:left;
	line-height:1.3em
}

.inquiry_mail{
	width:520px;
}

.inquiry_mail td{
	vertical-align:top;
	padding-bottom:5px;
	text-align:left;
	line-height:1.3em
}

/* スクエア */
.square{
	color:#8080FF;
}


/* .回線接続設定
-------------------------------------------- */
/* 主要テーブル */
table.kaisen{
	width:560px;
	line-height:1.2em;
}

/* ダイアル回線選択テーブル */
table.kaisen_dl{
	width:350px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}

table.kaisen_dl th{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#797979;
	color:#ffffff;
	font-weight:normal;
	text-align:left;
}

table.kaisen_dl td{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

/* 該当機種 */
table.kaisen_tg{
	width:560px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}

table.kaisen_tg th{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#797979;
	color:#ffffff;
	font-weight:normal;
	text-align:left;
}

table.kaisen_tg td{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

ul.kaisen_list {
	width:560px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

ul.kaisen_list::after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
ul.kaisen_list:after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
ul.kaisen_list li{
	width: 90px;
	float:left;
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 5px;
	position:relative;
	line-height: 1.4em;
	background-image: url('../images/kyu.gif');
	background-repeat: no-repeat;
	color:#484848;
	background-position:middle left;
}


/* .故障かな？と思ったら
-------------------------------------------- */
/*全体ボックス*/
.fail_boxopr{
	padding:0px;
	margin:0px:
}

.fail_boxopr td{
	margin:0px;
	text-align:left;
	vertical-align:top;
	border-width:0px 1px 1px 1px;
	border-color:#cccccc;
	border-style:dashed;
	padding:5px;
	vertical-align:top;
	text-ailgn:left;
}


.fail_boxopr td.ttl{
	padding:5px;
	background-color:#cccccc;
	font-weight:bold;
	border-width:1px 1px 0px 1px;
	border-color:#cccccc;
	border-style:solid;
}

.fail_boxopr td.nobdr {
	border-width:0px;
	text-align:center;
	vertical-align:middle;
	padding:10px 5px 10px 5px;
}


.fail_boxnbdr {
	border:0px;
	}


.fail_boxnbdr td{
	border:0px;
	padding:2px;
	vertical-align:middle;
	}


.fail_boxnbdr td.txt{
	background-color:#dcdcdc;
	border:1px solid #999999;
	}

.fail_btnno {
	display:block;
	width:18px;
	height:18px;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	padding:2px 0px 0px 2px;
	background-image:url("../images/btn_no_bg.gif");
	background-repeat:no-repeat;
	float:left;
	margin-right:20px;
	margin-top:2px;
	}
	



/* .取扱説明書ダウンロード
-------------------------------------------- */


/* 種類別リストボタン */
.btn_dl_list {
	width:760px;
	padding:0px;
	margin:10px 0px 10px 0px;
	border-width:2px 0px 2px 0px;
	border-style:solid;
	border-color:#cccccc;
}

.btn_dl_list td {
	width:253px;
	padding:5px 0px 5px 0px;
	text-align:center;
	vertical-align:top;
	font-size:13px;
	}

.btn_dl_list a span {
	display:none;
}

.btn_dl_list a {
	display:block;
	margin:2px;
	height:20px;
	padding:5px;
	text-decoration:none;
	border:1px solid #999999;
	background-color:#d4dcd3;
}

.btn_dl_list a:hover {
	display:block;
	margin:2px;
	height:20px;
	padding:5px;
	text-decoration:none;
	border:1px solid #999999;
	background-color:#ffffff;
}


/* Adobe Acrobatダウンロード */
.mndl_acro_box{
	width:538px;
	border:1px solid #cccccc;
}

.mndl_acro_box_l{
	float:left
}

.mndl_acro_box_r{
	padding:10px;
	float:right;
	text-align:left;
}



/* ダウンロードリスト */

table.mndl_list{
	width:760px;
	background-color:#F0F0F0;
	padding:2px;
}

table.mndl_list td{
	line-height:1.2em;
	padding:2px 5px 2px 10px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #999999;
}

/* ダウンロードリスト - 一括ダウンロード - */

table.mndl_list td.dl_all{
	width:120px;
	border-width:0px 1px 1px 1px;
	border-style:solid dashed solid dashed;
	border-color:#999999;
	text-align:center;
}


/* ダウンロードリスト - 機種枠（大） - */

table.mndl_list td.list_mdl{
	width:180px;
	padding:0px 5px 0px 5px;
	text-align:left;
	font-weight:bold;
}

/* ダウンロードリスト - 機種枠 - */

table.mndl_list td.list_mdl2{
	padding:0px 5px 0px 5px;
	text-align:left;
	font-weight:bold;
}

table.mndl_list td.list_mnl{
	width:150px;
	border-left:1px dashed #999999;
}

table.mndl_list td.list_mnl2{
	border-left:1px dashed #999999;
}

table.mndl_list td.layout_center {
	text-align:center;
}


table.mndl_list td.list_mnl3{
	border-left:1px dashed #999999;
}

table.mndl_list td.list-arrow{
	width:10px;
	padding:0px 5px 0px 5px;
}


table.mndl_list td.list-arrow2{
	border-left:1px dashed #999999;
}

table.mndl_list th{
	border-width:1px 0px 1px 0px;
	border-style:solid dashed solid dashed;
	border-color:#999999;
	background-color:#d4dcd3;
	height:30px;
}


table.mndl_list th.list_mdl2{
	width:190px;
}

table.mndl_list th.list_mnl4{
	border-left:1px dashed #999999;
}

table.mndl_list th.dl_all2{
	width:120px;
	border-width:1px 1px 1px 1px;
	border-style:solid dashed solid dashed;
	border-color:#999999;
}




/* .消耗品情報　充電池／インクリボン等
-------------------------------------------- */
table.battery{
	width:560px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}

table.battery th{
	padding:2px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#333631;
	background-color:#dddddd;
	vertical-align:middle;
	text-align:center;
	font-weight:normal;
}

table.battery td{
	padding:2px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	vertical-align:top;
	line-height:1.4em;
}

table.battery td.ttl{
	color:#2b2b2b;
	background-color:#d6e9ca;
	text-align:left;
}


table.battery_pd{
	border:0px;
}

table.battery_pd td{
	width:125px;
	border:0px;
	padding:2px;
	vertical-align:top;
}

table.battery_cmt{
	width:250px;
	border:0px;
}

table.battery_cmt td{
	border:0px;
	padding:2px;
	vertical-align:top;
}

.battery_note{
	margin:5px 0px 0px 0px;
	margin-bottom:5px;
	padding-left:10px;
	line-height:1.2em;
}

.bat_list  {
	width:250px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.bat_list ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}

.bat_list ul::after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.bat_list ul:after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.bat_list li{
	width: 105px;
	padding:2px 0px 2px 15px;
	margin:0px 0px 0px 0px;
	float:left;
	position:relative;
	line-height: 1.2em;
	background-image:url("../images/kyu.gif");
	background-repeat:no-repeat;
	background-position: 0 25%;
}

/* 検索用 -------------------------------------------------*/
.output{ width:540px; margin-bottom:20px; }
.outputin{ width:450px; margin:5px 0; padding:5px 10px;}
#model{ color:#333333; font-weight:bold; font-size:110%;}
#model_link ul{ margin:0 0 0 56px; padding:0px 25px 0px 20px;}
#model_link ul li{	padding:0 0 5px 15px; list-style:none; background:url("/support/images/arrow_link_g.gif") no-repeat 0px 3px;}

#box_mdl_list h3 {
	color:#ffffff;
	font-size:11pt;
	margin:0 0 0 0;
	padding:3px 5px 3px 10px;
	background-color:none;
	border:none;
	clear:both;
	background-color:#333399;
	letter-spacing:0.1em;
}

#box_mdl_list h4 {
	font-size:small;
	margin:5px 0 5px 0;
	padding:0 0 0 25px;
	background-color:none;
	border:none;
	background:url("/support/tel/images/ico_square_p.gif") no-repeat 10px 1px;
	clear:both;
	}


#box_mdl_list h5 {
	font-size:small;
	margin:3px 0 3px 0;
	padding:0 0 0 32px;
	background-color:none;
	border:none;
	background:url("/support/tel/images/ico_circle_bs.gif") no-repeat 22px 3px;
	clear:both;
	}

.mdl_list_sub {
	width:548px;
	margin:0 0 0 0;
	padding:5px;
	float:left;
	clear:both;
	border:1px solid #cccccc;
}

#box_mdl_list table.ttl_mdl {
	width:100%;
	margin:0;
	padding:0 0 0 0;
	text-align:left;
	border-left:5px solid #9999ff;
}

#box_mdl_list table.ttl_mdl th{
	font-weight:normal;
	margin:0 0 0 0;
	padding:3px 5px 3px 10px;
	background-color:#eaeaff;
	letter-spacing:0.1em;
}

#box_mdl_list table.ttl_mdl td{
	margin:0 0 0 0;
	padding:3px 5px 3px 10px;
	background-color:#ccccff;
	letter-spacing:0.1em;
}

.mdl_list_sub ul {
	width:520px;
	margin:0 0 0 0;
	padding:0 0 0 20px;
	float:left;
	clear:both;
}

.mdl_list_sub ul li {
	width:7em;
	margin:0 0 0 0;
	padding:0 0 5px 15px;
	float:left;
	background:url("/support/tel/images/dot.gif") no-repeat;
	list-style-type:none;
}

/* トップへ戻る */

.return {
	clear:both;
	width:555px;
	padding:5px 0 15px 0;
	text-align:right;
}

.return a {
	padding:0 15px 0 0;
	text-decoration:none;
	background:url("/support/images/arrow-up.gif") no-repeat right;
	}

.return a:hover {
	text-decoration:underline;
	}

.box_cmt {
	padding:10px 1em;
	text-align:left;
}

.txt_indent {
	padding-left:1em;
	text-indent:-1em;
	}

/* .増設子機情報
-------------------------------------------- */
ul.koki_link {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	list-style:none;
}

ul.koki_link  li{
	width:80px;
	padding:2px 0px 2px 10px;
	margin:0px 0px 0px 0px;
	line-height: 1.2em;
	background-image:url("../images/arrow_koki.gif");
	background-repeat:no-repeat;
	background-position: 0 45%;
}

table.koki{
	width:560px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}

table.koki td.hd{
	padding:2px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	color:#333631;
	background-color:#cce0ee;
	vertical-align:middle;
	font-weight:normal;
}

table.koki td{
	padding:2px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	vertical-align:top;
}

/* 上部文言 */
.cmtCordless{
	margin:5px 10px 20px 10px;
	padding:8px;
	line-height:1.5em;
	border:2px solid #CCC;
}

/* 増設手順 */
.img_flow {margin:5px 0;}

.emphasis{ color:#cc0000; }


/* 灰色 */
.txt_gray {
	color:#484848;
}


.pl50{ padding-left:50px; }
.pl55{ padding-left:55px; }
.pl60{ padding-left:60px; }
