
/*======================================================

	[法人] ダイレクトシリーズ ui6300系ページ共通
	
	対象：製品詳細　ui6300、6308、6312、6316、6320、6324
	　　　仕様　　　ui6301、6309、6313、6317、6321、6325
	　　　外観　　　ui6302、なし、6314、6318、6322、6326
	　　　こだわり　ui6303、6311、6315、6319
	
	LastUpDate:19/06/26

=======================================================*/


/*======================================================
   共通設定	
=======================================================*/

/* 各項目（セクション）
------------------------------------------------------ */
#ui6300 div.section {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}

#ui6300 div.section p {
	margin: 8px;
	padding: 0;
	line-height: 1.4;
}

#ui6300 div.section a.arrow {
	background: url(../ui6000/icon_arrow_001.gif) no-repeat scroll left center;
	padding-left: 10px;
}

/* 見出し
------------------------------------------------------ */
#ui6300 h2 {
	margin: 0 0 10px 0;
}
#ui6300 h2.directd {
	background: #0f7aa2 url(../ui6000/corner.gif) no-repeat bottom right;
	padding: 5px;
	color: #ffffff;
}
#ui6300 h2.directa {
	background: #148479 url(../ui6000/corner.gif) no-repeat bottom right;
	padding: 5px;
	color: #ffffff;
}

#ui6300 h3.directd2 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0f7aa2;
	padding: 2px 0px 1px 5px;
}

#ui6300 h3.directa2 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #148479;
	padding: 2px 0px 1px 5px;
}

/* タブ
------------------------------------------------------ */
/* Dシリーズ */
#ui6300 div.tabd {
	border-bottom: 8px solid #0f7aa2;
	padding-top: 20px;
}
#ui6300 div.tabd ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}
#ui6300 div.tabd ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 0;
	height: 23px;
}

/* Aシリーズ */
#ui6300 div.taba {
	border-bottom: 8px solid #148479;
	padding-top: 20px;
}
#ui6300 div.taba ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}
#ui6300 div.taba ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 0;
	height: 23px;
}

/* 過去発表分リンク
------------------------------------------------------ */
#ui6300 .former {
    border-top: solid 1px #cccccc;
    margin-top: 40px;
	padding-top: 10px;
	font-size: 90%;
}

#ui6300 .former a {
	background: url(../ui6000/icon_arrow_001.gif) no-repeat scroll left center;
	padding-left: 10px;
}


/*======================================================
   製品詳細ページ用	
=======================================================*/

/* 見積もりテーブル
------------------------------------------------------ */
#ui6300 table.estimate {
	width: 100%;
	margin: 0;
	background: #666;
}

#ui6300 table.estimate th {
	width: 65%;
	padding: 10px 35px;
	background: #DDD;
	font-weight: normal;
	line-height: 1.0;
	text-align: left;
}
#ui6300 table.estimate th strong {
	color: #ee0000;
	font-size: 150%;
}
#ui6300 table.estimate th span {
	color: #ee0000;
	font-size: 60%;
}

#ui6300 table.estimate td {
	width: 35%;
    padding-top: 10px;
	background: #FFF;
	text-align: center;
}


/*======================================================
   仕様ページ用	
=======================================================*/

/* 仕様テーブル
------------------------------------------------------ */
/* Dシリーズ */
#ui6300 table.specd {
	border-collapse: collapse;
	margin: 10px 0px;
}
#ui6300 table.specd th {
	background-color: #f2f2f2;
	border: 1px solid #aaaaaa;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	font-size: 90%;
}
#ui6300 table.specd th.specheder {
	background-color: #e7f2f7;
}
#ui6300 table.specd td {
	border: 1px solid #aaaaaa;
	padding: 5px;
	font-size: 90%;
	text-align: center;
}

/* Aシリーズ */
#ui6300 table.speca {
	border-collapse: collapse;
	margin: 10px 0px;
}
#ui6300 table.speca th {
	background-color: #f2f2f2;
	border: 1px solid #aaaaaa;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	font-size: 90%;
}
#ui6300 table.speca th.specheder {
	background-color: #eef9f4;
}
#ui6300 table.speca td {
	border: 1px solid #aaaaaa;
	padding: 5px;
	font-size: 90%;
	text-align: center;
}

/* 構成変更可能（赤字） */
#ui6300 .cmok {
	color: #dd0000;
}

/* アイコン位置 */
#ui6300 .icon {
	vertical-align: middle;
}

/* 表示機能 */
#ui6300 table#spec_table1,
#ui6300 table#spec_table2 {
	margin-top:5px;
}

/* 注記テーブル
------------------------------------------------------ */
#ui6300 table.speccaution {
	margin: 5px 0px 20px;
}
#ui6300 table.speccaution td {
	padding: 3px 0;
	font-size: 90%;
	vertical-align: top;
	line-height: 1.4;
}

/* 注意・注釈
------------------------------------------------------ */
#ui6300 ul.attn {
	padding-left: 0px;
	font-size: 85%;
}
#ui6300 ul.attn li {
	margin-left: 20px;
}

#ui6300 p.attn1 {
    text-indent: -2.6em;
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 85%;
}

#ui6300 ul.notes {
	list-style: none;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 85%;
}
#ui6300 ul.notes li {
	margin-left: 0px;
}


/*======================================================
   外観ページ用	
=======================================================*/

/* ページ内リンク
------------------------------------------------------ */
#ui6300 .pageLink2 {
	width: 100%;
	margin: 15px 0 10px;
	padding: 0;
}

#ui6300 .pageLink2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ui6300 .pageLink2 ul li {
	float: left;
	margin: 0 20px 0 0;
	padding: 5px 10px 5px 5px;
	border: 1px solid #148479;
}

#ui6300 .pageLink2 ul li:hover {
	background-color: #F5FFF5;
}

#ui6300 .pageLink2 ul li a {
	padding: 0 0 0 14px;
	background: url(../ui6314/arrow_b.png) 0 4px no-repeat;

}


/*======================================================
   こだわりページ用	
=======================================================*/

/* 見出し
------------------------------------------------------ */
#ui6300 div.ttl {
	margin-bottom: 15px;
	padding: 0;
}

/* ページ内リンク
------------------------------------------------------ */
#ui6300 .pageLink {
	width: 100%;
	margin: 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #CCC;
	/*background: url(../ui6161/line_001.gif) left bottom repeat-x;*/
}

#ui6300 .pageLink ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ui6300 .pageLink ul li {
	float: left;
	margin: 0;
	padding: 0 14px;
	background: url(../ui6157/arrow_001.gif) 0 4px no-repeat;
}

/* 01.信頼性
------------------------------------------------------ */
#ui6300 table.efforts {
	width: 100%;
	margin: 0;
	background: #666;
}

#ui6300 table.efforts th {
	background: #DDD;
	text-align: left;
	white-space: nowrap;
}

#ui6300 table.efforts td {
	background: #FFF;
	line-height: 1.4;
}

/* 04.環境への配慮
------------------------------------------------------ */
/* ui6015のみ 20190626追記 */
#ui6300 .ttlwaku {
	width: 200px;
	border: 1px solid #666;
	background: #def;
	text-align: center;
}

/* 共通
------------------------------------------------------ */
#ui6300 .waku {
	margin: 0 0 10px 0;
	padding: 9px 0;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

#ui6300 .waku p {
	margin: 0;
	padding: 0;
}

#ui6300 div.section p.attn2 {
    text-indent: -3em;
	margin-left: 50px;
}
