@charset "utf-8";
/* CSS Document */

/*===========================================
	errorcode_dlf.css
=============================================*/

.note-box {
    overflow: hidden;
}

.mod-mainContentContainer p.note-box-headline {
	font-size: 100%;
    margin: 0;
}

.faq .note-box a.textLink {
    font-size: 100%;
	display: inline;
}

#contents .device_item ul.lists_faq li {
    margin-bottom: 0.3em;
}

@media (max-width: 640px){
	
	#contents * {
		font-size: unset!important;
	}
}

/* 20221109 */

#contents .device_item .faq_tbl td > ul,
#contents .device_item .faq_tbl td > ol{
	margin-top: 1em;
	margin-bottom: 1em;
}

#contents .device_item .faq_tbl td > ul > li,
#contents .device_item .faq_tbl td > ol > li{
	margin-right: 0;
}

#contents .device_item ul.lists_faq > li{
	margin-left: 1.5em;
}
#contents .device_item .faq_tbl td ul.txtlink{
	width: auto !important;
}

#contents .device_item ul.lists_faq li {
	margin-bottom: 0;
}

#layout-container .device_item table td{
	line-height: normal!important;
}

#layout-container .device_item table td > a.textLink{
	margin: 0 3px 0 0;
}

#contents .device_item ul.lists_faq > li > ol.lists_faq{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* 20221117 */

#contents .select_area{
	margin: 3em 1em 1em;
}

/*#contents .select_area form{
	width: 50%;
} 20221215 */

#contents .select_area select{
	margin-bottom: 5px;
	border: 1px solid #999;
	height: 2.5em;
	width: 100%;
}

#contents .select_area .select_img{
	margin: 0 1em;
	text-align: center;
	width: 50%;
}

#contents .select_area .select_img img{
	width: auto;
	height: 150px;
}

#contents .select_area .btn{
	background-image:
		url(/support/share/images/arrow_black.png),
		url(/support/home-theater/share3/images/bg_gradation_off.gif);
	
	background-repeat:
		  no-repeat,
		  no-repeat;
	
	background-position:
		1em center,
		top left;
	
	padding-left: 2em;
	
	width: 100%;
	text-align: left;
}

/*　20221128 */

#contents .error_detailArea .openDetail{
	display: none;
}

#contents .select_area label{
	display: block;
	font-size: 0.938rem;
}
#contents .select_area select{
	width: 52%;
	height: 2.5em;
	margin-right: 2em;
	padding: 0 5px;
	font-family: unset;
}

select#errorcode{
	float: left;
}

button#showDetail{
	width: 30%;
	display: block;
	padding: 0.5em 1em;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	box-sizing: border-box;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	color: #000;
}

button#showDetail:hover,
button#showDetail:focus{
	opacity: 0.7;
}

#contents .error_detailArea{
	margin: 3em 1em 2em;
}
#contents .error_detailArea dl dt{
	position: relative;
	margin-top: 2em;
	padding-left: 1em;
}
#contents .error_detailArea dl dt::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0.8em;
	height: 0.8em;
	margin: auto;
	background: #000;
	content: "";
}

#contents .error_detailArea dl dd{
	margin-top: 1em;
	padding-left: 1em;
}

#contents .error_detailArea dl dd > p{
	margin-left: 0;
	margin-bottom: 10px;
}

#contents .error_detailArea dl dd > ol,
#contents .error_detailArea ul.disc{
	margin-left: 1.5em;
}

#contents .error_detailArea ul.disc{
	list-style-type: disc;
}

#contents .error_detailArea dl dd > ol.bold{
	font-weight: bold;
}

#contents .error_detailArea .nomal{
	font-weight: normal !important;
}

#contents .error_detailArea dl dd > ol li + li{
	margin-top: 10px;
}

#contents .error_detailArea dl dd > ol li > p,
#contents .error_detailArea dl dd > ul.disc li > p{
	margin-left: 0;
	margin-top: 10px;
}

#contents .error_detailArea a.textLink{
	display: inline-block;
	margin-top: 5px;
	background-position: 0 6px;
}

#contents .error_detailArea dl dd > ol li span{
	display: inline-block;
	margin-top: 10px;
}

#contents .error_detailArea{
	word-break: break-all;
}

#contents .error_detailArea dl dd ul.disc.inner{
	margin: 0.5em 0 0.5em 1.5em;
}

#contents .error_detailArea dl dd ul.disc.inner > li + li{
	margin-top: 0;
}


@media (max-width: 640px){
	#contents .select_area select{
		width: 100%;
		margin-right: 0;
	}
	
	select#errorcode{
		float: none;
	}
	button#showDetail{
		width: 100%;
		margin-top: 2em;
	}
	
}

/* 20230127 */

#contents .opt_hide{
	display: none;
}

/* 20230510 */

#contents ul.selectList{
	display: none;
}
