<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
	================================================================================================
		support home-theater manual css index.css
	================================================================================================
*/
.no-js #contents .select_series{
	display: none;
}
#contents .lead{
	/*
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	*/
	display: table;
	margin: 0 1em 1.25em;
}
#contents .lead .lead_cell{
	display: table-cell;
	vertical-align: middle;
}
#contents .lead img{
	display: table-cell;
}
#contents .lead .lead_cell p:last-child{
	margin-bottom: 0;
}

#contents .select_area{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	margin: 1em;
}

#contents .select_area form{
	width: 50%;
}

#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%;
	max-width: 250px;
}

#contents .select_area .select_img img{
	max-width: 250px;
	height: 150px;
}

#contents .select_area .btn{	
	background:url(/support/share/images/arrow_black.png) no-repeat 12px 14px, url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	padding-left: 2em;
	width: 100%;
	text-align: left;
}

#contents .btn{
	border: solid 1px #ccc;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border-radius: 5px;
	color: #333;
	display: block;
	margin: 1em 0;
	width: 16em;
	padding: 0.7em 0 0.7em 1.2em;
}

#contents .btn:hover,
#contents .btn:focus{
	text-decoration: none;
	color: #000;
	opacity: 0.7;
}

#contents .annotationWrap{
	margin-left: 20px;
	margin-right: 5px;
	padding-left: 1em;
}

#contents .annotationWrap .annotation {
	text-indent: -1em;
}

#contents .annotationWrap .annotation &gt; a.textLink {
	display: inline-block;
	padding-left: 2em;
	margin-top: 5px;
	background-position: 3px 5px;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	display: inline-block;
	padding-left: 1em;
	background-position: 0 6px;
}

@media (max-width: 640px){
	#contents .lead{
		margin-left: 0;
		margin-right: 0;
	}
	
	#contents .select_area{
		display: block;
		margin: 0;
	}
	
	#contents .select_area form{
		width: auto;
	}
	
	#contents .select_area .select_img{
		margin: 0 auto;
		width: auto;
	}
	
	#contents .annotationWrap{
		margin-left: 0;
	}
	
	#contents .annotationWrap .btn{
		width: 94%;
		margin-bottom: 3em;
	}
}

/* 2023/01/24追加 検索窓*/
#contents .box {
    border: 1px solid #959595;
    margin: 0 0 2em 1em;
    padding: 0.5em;
}

#contents .box .search_box_form {
    padding: 0.3em 0 0.3em 1em;
}

#contents .search-title {
    font-size: 13px !important;
    font-weight: bold;
    margin-bottom: 1em;
    margin-right: 1em !important;
}

#contents .box .search_box_form input.search-text01 {
    min-width: 200px;
    width: 30%;
}

#contents .box .search_box_form input.search-text01 {
    border: 1px solid #adadaf;
    height: 1.6em;
    vertical-align: middle;
}

#contents .box .search_box_form input.search-img {
    margin-left: 0.5em;
    vertical-align: middle;
}

#contents select.gray {
    border: 1px solid #adadaf;
    height: 1.7em;
    vertical-align: middle;
}

#contents .ml1em{
	margin-left: 1em;
}

#contents .select_series_model{
	width: 50%;
}

#contents .getURL{
	color: black;
	text-decoration: none;
	box-sizing: border-box;
}

@media (max-width: 640px) {
	#contents .select_series_model{
		width: auto;
	}
	
	#contents .box {
		margin: 0 0 2em 0.3em;
	}
	
	#contents .box .search_box_form {
		padding: 0.3em 0 0.3em 0;
	}
	
	#contents .ml1em{
		margin-left: 0.3em;
	}
}</pre></body></html>