@charset "UTF-8";

.comp-table {
	width: 100%;
	max-width: 854px; /* =960x0.95-58*/
	margin: 20px 0 25px 58px;
	padding: 0;
	font-size: 0.8em;
	position: relative;
}
.comp-table_sit {
	width: 100%;
	max-width: 854px; /* =960x0.95-58*/
	margin: 20px 0 25px 58px;
	padding: 0;
	font-size: 0.8em;
	position: relative;
}

/* フローティングメニュー*/
.comp-table dl {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
	border-bottom: 1px solid #ccc;
	color: #444;
}
.comp-table_sit dl {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
	border-bottom: 1px solid #ccc;
	color: #444;
}
.comp-table dt,
.comp-table dd {
	margin: 0;
	padding: 5px;
	display: table-cell;
}
.comp-table_sit dt,
.comp-table_sit dd {
	margin: 0;
	padding: 5px;
	display: table-cell;
}
.comp-table dt {
	background-color: #fff;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
/*	width: 390px;*/
}
.comp-table_sit dt {
	background-color: #fff;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
/*	width: 390px;*/
}
.comp-table dd {
	width: 49px;
	font-size: 12px;
	border-right: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}

/* Liteシリーズ比較表 */
.comp-table dd.lite {
	width: 84px;
}
.comp-table_sit dd {
	width: 88px;
	font-size: 12px;
	border-right: 1px solid #ccc;
	text-align: center;
}
dl.table-top {
	border-top: 1px solid #ccc;
}
dd.floatmenu {
	/*font-weight: bold;*/
	color: #ffffff;
	background:  linear-gradient(to bottom, #7693a5 0%, #6e8b9d 51%, #7693a5 100%);
}
dd.floatmenu2 {
	/*font-weight: bold;*/
	color: #ffffff;
	background:  linear-gradient(to bottom, #7693a5 0%, #6e8b9d 51%, #7693a5 100%);
}
dt.floatmenu {
	/*font-weight: bold;*/
	color: #ffffff;
	background:  linear-gradient(to bottom, #7693a5 0%, #6e8b9d 51%, #7693a5 100%);
/*	background-color: #2D2D19;*/
	text-align: center;
}

/* 比較項目の見出し */
.comp-title {
	margin-bottom: 10px;
	padding-left: 5px;
}
.maru {
	background-color: rgba(51,255,102,0.06);
}
.batsu {
	background-color: rgba(243,243,243,0.75);
}
.naka {
	background-color: rgba(169,181,250,0.15);
}

/* テーブル表組みの但し書き*/
.tablebelow  {
	width: 100%;
	font-size: 13px;
	background-color: rgba(142,143,157,0.10);
}
.tablebelow ul{
	margin-top: 35px;
	margin-bottom: 35px;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-right: 25px;
}
.tablebelow ul li {
	list-style-type:none;
	margin-bottom: 9px;
	padding-left: 30px;
	text-indent: -30px;
}
.tablebelow ul li.futaketa {
	text-indent: -36.5px;
}
.tablebelow ul li > span.chu {
	list-style-type:none;
	padding-right: 13px;
	color: #e60a0a;
}
.tablebelow ul li.futaketa > span.chu {
	list-style-type:none;
	padding-right: 13px;
	color: #e60a0a;
}
span.chuibangou {
	color: #e60a0a;
}

/* 吹き出しJQuery*/
.hide{
    display: none;
}
a.tgTtip {
    margin: 0;
    text-decoration: none;
/*    font-size: 1em;*/
}

/* ツールチップ本体 */
p.tgToolTip {
    margin: 0;
    padding: 0.5em 1em;
    background-color: #666;
    border: 2px solid #000;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    min-height: 1em;
    top: 100px;
    left: 20px;
    position: absolute;
    z-index: 100;
	font-size: 12px;
}
.dummy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 50;
    opacity: 0;
}

/* fontawesomeカラー*/
.awesomecolor01 {
	color: #000099;
}

/* パンくずリスト　*/
#topicPath_04 {
	float:left;
	padding-left: 17px;
}
#topicPath_04 li {
	float:left;
	line-height:110%;
	list-style-type:none;
	margin-right:5px;
	padding-right:10px;
	background:url(../../../../../support/image/topicpath.gif) no-repeat right center;
	font-size: 12px;
}
#topicPath_04 li.active {
	background:none;
	font-weight: bold;
	color: #333333;
}

/* 印刷時、フローティングを固定 */
@media print {
.comp-prod,
.comp-prod_af,
.comp-prod_audio2,
.comp-prod_audio3,
.comp-prod_audio4,
.comp-prod_audio5,
.comp-prod_audio6,
.comp-prod_audio7,
.comp-prod_audio8,
.comp-prod_audio9,
.comp-prod_audio10,
.comp-prod_audio11,
.comp-prod_audio12,
.comp-prod_audio13,
.comp-prod_audio13x,
.comp-prod_audio14,
.comp-prod_audio16,
.comp-prod_audio17,
.comp-prod_audio18,
.comp-prod_audio19,
.comp-prod_audio19x,
.comp-prod_audio20 {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}
}