@charset "utf-8";


/********************************************
プリント
*********************************************/
@media print{

body, #contents, #footer{
background: none;
}
#header p.howto, #side, #main p.close, #main .mainclm, #main .subclm, #main .resultclm .btnarea,
#main .resultclm table .info, #main p.pagetop{
display: none;
}
#main{
width: 100%;
}
#main .resultclm{
padding: 0;
}
	#main .resultclm table{
	width: 100%;
	margin: 0 !important;
	}
	#main .resultclm .p_pagenate{
	display: block;
	}

}


/********************************************
詳細設定
*********************************************/
body{
background: none;
}
@media print{
.printMain{
	font-size: 12px;
	width: 760px;
	margin: 0 auto;
	border: 2px solid #D2D2D2;
	border-collapse: collapse;
	background: #ffffff;
}
}

.printMain{
	font-size: 12px;
	width: 760px;
	margin: 20px auto;
	border: 2px solid #D2D2D2;
	border-collapse: collapse;
	background: #ffffff;
}
.printMain table{
	width: 760px;
	height: auto;
	margin: 0;
	font-size: 12px;
	color: #333333;
	border-collapse: collapse;
}
/*-- IE6 7 8 以外 --*/
:root *> .hr{
	page-break-before: always;
}
/*-- IE6 hack --*/
* html div.page_break{
	page-break-before:always;
	font-size:1;
	margin:0;
	border:0;
}
* html div.page_break .page_break_span{
	visibility: hidden;
}
/*-- IE7 hack --*/
*:first-child+html div.page_break{
	page-break-before:always;
	font-size:1;
	margin:0;
	border:0;
}
*:first-child+html div.page_break .page_break_span{
	visibility: hidden;
}
/*-- IE8 hack --*/
div.page_break{
	page-break-before:always\9;
	font-size:1\9;
	margin:0\9;
	border:0\9;
}
div.page_break .page_break_span{
	visibility: hidden\9;
}

/*-- IE11 hack --*/
div.page_break{
	page-break-before:always\10;
	font-size:1\10;
	margin:0\10;
	border:0\10;
}
div.page_break .page_break_span{
	visibility: hidden\10;
}



/********************************************
ロゴマーク
*********************************************/
.printMain table .title{
	border: none;
	border-bottom: 2px solid #d2d2d2;
	background: #ffffff;
	padding: 14px 20px 8px;
	clear: both;
}
/*-- fire fox hack --*/
.printMain table .title, x:-moz-any-link{
	border: none;
	border-bottom: 2px solid #d2d2d2;
	background: #ffffff;
	padding: 25px 20px 15px;
	clear: both;
}

.printMain table .title h1{
	float: left;
}
.printMain table .title h2{
	float: right;
}

/********************************************
コピーライト
*********************************************/
.printMain table .copyArea{
	background: #eeeeee;
	padding: 8px 10px;
	clear: both;
	border-top: 2px solid #d2d2d2;
	border-bottom: none;
	border-right: none;
}
/*-- fire fox hack --*/
.printMain table .copyArea, x:-moz-any-link{
	background: #eeeeee;
	padding: 10px 10px;
	clear: both;
	border-top: 2px solid #d2d2d2;
	border-bottom: none;
	border-right: none;
}

.printMain table .copyArea .copy{
	border-bottom: none;
	border-right: none;
	vertical-align: bottom;
	float: left;
}
.printMain table .copyArea .page{
	float: right;
}
.printMain table .copyArea .page li{
	vertical-align: bottom;
	float: left;
}
.printMain table .copyArea .page .day{
	margin-top: 6px;
	margin-right: 20px;
	font-size: 12px;
}

/********************************************
table設定　tr
*********************************************/
.printMain table tr{
	border-collapse: collapse;
}

/********************************************
table設定　th
*********************************************/
.printMain table th{
	border-bottom: 2px dotted #D2D2D2;
	border-right: 2px dotted #D2D2D2;
	vertical-align: middle;
	padding: 1px 1px;
}
.printMain table th.sep{
	width: 60px;
}
.printMain table th.sep2{
	width: 74px;
	border-right: 1px dotted #D2D2D2;
}

/********************************************
table設定　td
*********************************************/
.printMain table td{
	width: 207px;
	border-bottom: 2px dotted #D2D2D2;
	border-left: 2px dotted #D2D2D2;
	padding: 1px 0;
	text-align: center;
	vertical-align: middle;
}

/*-- 文字の上詰め --*/
#rgb td, 
#control_terminal td{
	vertical-align: top;
}
/*-- 文字の左・上詰め --*/
#included_item td{
	text-align: left;
	vertical-align: top;
}

/*-- 高さ設定02 --*/
#included_item td{
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 0;
}


/*-- 高さ設定03 --*/
.printMain .check_icon_title{
	height: 12px;
}
.printMain .check_icon01{
	width: 196px;
	height: 47px;
	clear: left;
	margin-bottom: 0;
}
.printMain .check_icon01 dd{
	float: left;
	width: 47px;
	padding-left: 16px;
}
.printMain .check_icon01 dd div{
	width: 47px;
	height:47px;
	overflow: hidden;
}
.printMain .check_icon01 dd div img{
	width: 47px;
}
/*-- 片付け --*/
.printMain dl.icon-clean_up dd div{
	height: 47px;
}
.printMain dl.icon-clean_up dd div img{
	height: 47px;
}



.printMain .check_comment{
	width: 196px;
	text-align: right;
	height: 0px;
	padding: 0;
	margin: 0;
	color: #aaaaaa;
	clear: left;
}
.printMain .check_comment dd{
	float: left;
	height: 12px;
	vertical-align: top;
	padding-left: 16px;
	font-size: 10px;
	width: 47px;
}

/*-- 4P目設定 --*/
.printMain .notes{
	width: 584px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	margin: 20px auto;
	padding: 10px;
	text-align: center;
	border: 2px solid #BEC6C9;
	color:#7E8387;
	clear: left;
}
.printMain .notes h3{
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	border-bottom: 2px solid #BEC6C9;
	margin-bottom: 8px;
	text-align: left;
	color:#7E8387;
	float: left;
}
.printMain .notes .pageClear{
	color:#7E8387;
	font-size: 14px;
	float: right;
	margin-top: -35px;
}

.printMain .notes dl{
	font-size: 12px;
	text-align: left;
	margin-bottom: 6px;
	clear: left;
}
.printMain .notes dl dt{
	font-size: 12px;
	float: left;
	color:#7E8387;
	width: 45px;
}
.printMain .notes dl dd{
	font-size: 12px;
	float: left;
	color:#7E8387;
	width: 590px;
}

/** アイコン **/
#compareDetailTable .func_icon td{
vertical-align: top;
}

/*-- タイトルの高さ変更 --*/
	#compareDetailTable .func_icon td div{
	margin: 0 0 20px 0;
	}
		#compareDetailTable .func_icon td h4{
		width: 150px;
		height: 10px;
		text-indent: -9999px;
		margin: 3px auto;
		}
		#compareDetailTable .func_icon td .box-installation h4{
		background: url(../images/common/icon_title/compare/hikaku_title_1.png) no-repeat;
		}
		#compareDetailTable .func_icon td .box-correction h4{
		background: url(../images/common/icon_title/compare/hikaku_title_2.png) no-repeat;
		}
		#compareDetailTable .func_icon td .box-connection h4{
		background: url(../images/common/icon_title/compare/hikaku_title_3.png) no-repeat;
		}
		#compareDetailTable .func_icon td .box-operability h4{
		background: url(../images/common/icon_title/compare/hikaku_title_4.png) no-repeat;
		}
		#compareDetailTable .func_icon td .box-effect h4{
		background: url(../images/common/icon_title/compare/hikaku_title_5.png) no-repeat;
		}
		#compareDetailTable .func_icon td .box-clean_up h4{
		background: url(../images/common/icon_title/compare/hikaku_title_6.png) no-repeat;
		}

div.check_icon_title{
	clear: left;
}

#func_discription td{
	vertical-align: top;	
}

/* 20220527 */
.func_line:last-child th,
.func_line:last-child td {
	border-bottom: none;
}
.func_line .func_category {
	border-right: none;
}