@charset "UTF-8";


main a {
	color: #000099;
}
main a:hover{
	color: #000099;
	text-decoration: underline;
}

.wB{
	word-break: break-all;
}

#main {
    margin-top: 20px;
}

.mainContentWrap{
	padding: 0 20px;
}

.icoSq {
	background: url(/support/images/ico_square_matb.gif) no-repeat 2px 8px;
}

.bdBox{
	padding: 20px;
	border: solid 1px #D9D9D9;
}

@media only screen and (max-width: 767px){
	.mainContentWrap{
		padding: 0;
	}
}

/* 見出し */
.sub-section .sub-title {
	padding: 0.2em 0.5em;
	background: #f8f8f8;
	margin-bottom: 20px;
	font-weight: 300;
}
.sub-section .sub-title.setBtn{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sub-section .sub-title.setBtn .msBtnType2{
	border: none;
}
.sub-section .sub-title.setBtn .msBtnType2 .btn{
	background: #f8f8f8;
	padding: 0;
}
@media print, screen and (min-width: 768px){
	.sub-section .sub-title {
    font-size: 2.6rem;
	}
}
@media only screen and (max-width: 767px){
	.sub-section .sub-title.setBtn{
		flex-direction: column;
		align-items: inherit;
	}
}

/* general */
.bgGray {
    background: #efefef;
}
.maxImg img{
	max-width: 100%;
	width: auto;
}
@media only screen and (max-width: 767px){
	.maxImg img{
		width: 100%;
		height: auto;
	}
	.autoImg img{
		width: auto;
	}
}

/* textLink */
.textLink a{
	color: #000099 !important;
}
.textLink a:hover{
	color: #FF6633 !important;
	text-decoration: none !important;
}

/* table */
.tablestyle1 ,
.tablestyle1 th,
.tablestyle1 td {
	border:1px solid #555;
}
.tablestyle1 th{
	padding:5px;
	text-align:left !important;
}
.tablestyle1 td {
	padding:2px 5px;
}
.tablestyle1 th {
	background:#f0f0f0;
	text-align:center;
}
.tablestyle1.l ,
.tablestyle1.r {
	width:45%;
}
.tablestyle1.l td:first-child,
.tablestyle1.r td:first-child {
	width:100px;
	font-weight:bold;
}
.tablestyle1.l {
	float:left;
}
.tablestyle1.r {
	float:right;
}
.commentList {
	padding-top:20px;
	float:right;
	width:360px;
}
.commentList li {
	text-indent:-2.1em;
	margin-left:2.1em;
}
.commentList li + li {
	padding-top:15px;
}
.itemList {
	clear:both;
}
.itemList li {
	text-indent:-1em;
	margin-left:1em;
}
.listDot2 {
	margin-bottom: -10px;
}
.boxDot {
	padding: 5px;
}
.dlStyle1 dt {
	font-weight:bold;
}


/* linkAr */
.linkAr,
.linkAr02,
.linkAr03,
.icoLink {
	background: none;
	padding: 0;
	position: relative;
	padding-left: 1em;
}
.linkAr::before,
.linkAr02::before,
.linkAr03::before,
.icoLink::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: 10px;
	left: 0;
	margin-top: -0.4em;
}
.linkAr::before,
.linkAr02::before, 
.icoLink::before{
	color: #ff0000;
}
.linkAr03::before{
	color: #000;
}
.linkAr a,
.linkAr02 a,
.linkAr03 a,
.icoLink a{
	text-decoration: none !important;
}
.linkAr a:hover,
.linkAr02 a:hover,
.linkAr03 a:hover,
.icoLink a:hover{
	text-decoration: underline !important;
}

.linkAr03.textLink a{
	text-decoration: none !important;
}

/* listDot,icoDot */
.icoDot {
	background: url(/support/images/ico_circle_ns.gif) no-repeat 3px 8px;
}
.listDot2 li {
	background: url(/support/images/dot_black.gif) no-repeat 6px 10px;
}
.icoDot3,
.listDot3 li{
	background:url("/support/images/ico_circle_gray_s.gif") no-repeat 3px 8px;
}

/* listFlow */
.listFlow .no01 {
	background: url(/support/images/ico_n01.gif) no-repeat 0 5px;
}
.listFlow .no02 {
	background: url(/support/images/ico_n02.gif) no-repeat 0 5px;
}
.listFlow .no03 {
	background: url(/support/images/ico_n03.gif) no-repeat 0 5px;
}
.listFlow .no04 {
	background: url(/support/images/ico_n04.gif) no-repeat 0 5px;
}

/* listFlowDiv */
.listFlowDiv .no03_1 {
	background: url("/support/images/ico_n03_1.gif") no-repeat 0 5px;
}
.listFlowDiv .no03_2 {
	background: url("/support/images/ico_n03_2.gif") no-repeat 0 5px;
}
.listFlowDiv .no03_3 {
	background: url("/support/images/ico_n03_3.gif") no-repeat 0 5px;
}
.listFlowDiv .no03_4 {
	background: url("/support/images/ico_n03_4.gif") no-repeat 0 5px;
}
.listFlowDiv .no03_5 {
	background: url("/support/images/ico_n03_5.gif") no-repeat 0 5px;
}
.listFlowDiv .no03_6 {
	background: url("/support/images/ico_n03_6.gif") no-repeat 0 5px;
}
.listFlowDiv .no03_7 {
	background: url("/support/images/ico_n03_7.gif") no-repeat 0 5px;
}
.listFlowDiv .no03_8 {
	background: url("/support/images/ico_n03_8.gif") no-repeat 0 5px;
}

/* sitemapBox */
.sitemapBox a{
	text-decoration: none;
}
.sitemapBox a:hover{
	text-decoration: underline;
}

/* box */
@media only screen and (max-width: 767px){
	.box{
		margin: 10px 0;
	}
}

/* box_cmt */
.box_cmt div {
	padding: 0 1em 5px 3em;
	text-indent: -3em;
	line-height: 1.2em;
}

/* numList */
.list_mdl.numList{
	display: flex;
	margin-left: 0;
}
.list_mdl.numList .txt_num{
	float: none;
	min-width: 2em;
}
.ttlH4.numList{
	display: flex;
	padding-left: 0;
}
.ttlH4.numList .num{
	min-width: 2em;
	text-align: center;
	float: none;
}
.ttlH4.numList h4{
	word-break: break-all;
	padding-top: 0;
}

/* scrollArea */
.scrollArea.wide table{
	width: 90%;
}
@media only screen and (max-width: 1024px) {
	.scrollArea.wide {
		overflow-x: scroll;
		margin-bottom: 20px;
	}
	.scrollArea.wide table{
		width: 1024px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 850px) {
	.scrollArea {
		overflow-x: scroll;
		margin-bottom: 20px;
	}
	.scrollArea table{
		width: 850px;
		margin-bottom: 20px;
	}
}

#bd_info01 main a,#info_smartphone main a,#wifi_dubbing main a,
#sp_dubbing main a,#info_cellular main a,#w_lan_access main a,
#shdd main a,#f_remote main a,#ant_lv main a,#ant_lv1 main a,
#ant_lv2 main a,#ant_lv3 main a,#ant_lv4 main a,#ant_lv5 main a,
#ant_lv6 main a,#ant_lv7 main a,#ant_lv8 main a,#ant_lv10 main a,
#ant_lv11 main a{
	color: #000;
}

/* /support/av/dvd/doc/wifi_dubbing.html */
/* /support/bd/doc/sp_dubbing.html */
/* /support/av/dvd/doc/info_cellular.html */
/* /support/av/dvd/doc/w_lan_access.html */
@media only screen and (max-width: 767px){
	#wifi_dubbing .tableStyle1,#sp_dubbing .tableStyle1,
	#info_cellular .tableStyle1,#w_lan_access .tableStyle1{
		width: 100%;
	}
	#wifi_dubbing .tableStyle1 th:first-child,#sp_dubbing .tableStyle1 th:first-child,
	#info_cellular .tableStyle1 th:first-child,#w_lan_access .tableStyle1 th:first-child{
		width: 7em;
	}
	#wifi_dubbing .tableStyle1 td,#sp_dubbing .tableStyle1 td,
	#info_cellular .tableStyle1 td,#w_lan_access .tableStyle1 td{
		word-break: break-all;
	}
}
/* /support/av/dvd/doc/info_smartphone.html */
#info_smartphone .appTable .icon img{
	width: 50px;
}
#info_smartphone .tableStyle1 ._cell{
	width: 130px;
}
#info_smartphone .tableStyle1.equally{
	width: 80%;
}
@media only screen and (max-width: 767px){
	#info_smartphone .scrollArea table.tableStyle1.equally{
		width: 850px;
	}
}

/* /support/av/dvd/doc/w_lan_access.html */
#w_lan_access .tableStyle1{
	table-layout: fixed;
}
#w_lan_access .tableStyle1 th{
	word-break: break-all;
}

/* /support/bd/doc/f_remote.html */
#f_remote .spChkBtn{
	display: none;
	color: #000099;
	text-align: center;
}
#f_remote .maker{
	display: block;
}
#f_remote .w1100{
	width: 1100px;
}
#f_remote .scrollArea.w1100 table {
	width: 1100px;
}
#f_remote .tableStyle1 .kisyu{
	width: 200px;
}

@media only screen and (max-width: 767px){
	#f_remote .spChkBtn{
		display: block;
	}
	#f_remote .maker{
		display: none;
	}
	#f_remote .w1100{
		width: 100%;
	}
	#f_remote .scrollArea.w1100 table{
		/* table-layout: fixed; */
		margin-bottom: 20px;
		width: 1050px;
	}
	#f_remote .tableStyle1 .kisyu {
		width: 150px;
	}
	#f_remote .tableStyle1 td{
		word-break: break-all;
	}

	#f_remote .scrollArea {
		height: 80vh;
	}
	#f_remote .tableStyle1 th,
	#f_remote .tableStyle1 td {
		border: none;
	}
	#f_remote .tableStyle1 {
		border-collapse: separate;
		padding: 0;
		border-spacing: 0;
		border: 0;
		border-right: 1px solid #555;
		margin-top: 0;
	}
	#f_remote .scrollArea tr:first-child th,
	#f_remote .scrollArea tr:nth-child(2) th{
		background: #f0f0f0;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1;
	}
	#f_remote .scrollArea tr:nth-child(2) th{
		top: 36px;
	}
	#f_remote .tableStyle1 tr:first-child th:first-child,
	#f_remote .scrollArea tr td:first-child {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		z-index: 2;
		border-right: 1px solid #555;
	}
	#f_remote .tableStyle1 tr:first-child th:first-child {
		z-index: 3;
	}
	#f_remote .tableStyle1 tr td:first-of-type {
		background: #ffffff;
	}
	#f_remote .tableStyle1 tr:first-child th {
		border-top: 1px solid #555;
	}
	#f_remote .tableStyle1 th,
	#f_remote .tableStyle1 td {
		border: none;
		border-left: 1px solid #555;
		border-bottom: 1px solid #555;
	}
}

/*  */
#ant_lv .model_level_list .model_name{
	padding: 5px 15px;
	text-align: center;
}
#ant_lv .model_level_list .model_name a{
	background: none;
	padding: 0;
}
#ant_lv .model_level_list .date{
	text-align: center;
}
#ant_lv .model_ttl {
	background: none;
	padding: 0;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	color: #000;
}
#ant_lv .model_level_list_ttl {
	margin-top: 20px;
	margin-left: 0px;
	padding: 0;
	padding-bottom: 5px;
	font-size: 15px;
	border-bottom: 1px dotted #ccc;
}
@media only screen and (max-width: 767px) {
	#ant_lv .model_level_list{
		float: none;
		width: 100%;
		margin: 0;
	}
	#ant_lv .model_level_list:nth-child(2) th{
		display: none;
	}
	#ant_lv .model_level_list .model_name{
		padding: 5px;
	}
	#ant_lv .model_level_list_ttl{
		margin-bottom: 10px;
	}
}

/* /support/bd/doc/ant_lv1.html */
#ant_lv1 .workaround_ttl,
#ant_lv2 .workaround_ttl,
#ant_lv3 .workaround_ttl,
#ant_lv4 .workaround_ttl,
#ant_lv5 .workaround_ttl,
#ant_lv6 .workaround_ttl,
#ant_lv7 .workaround_ttl,
#ant_lv8 .workaround_ttl,
#ant_lv10 .workaround_ttl,
#ant_lv11 .workaround_ttl{
	width: 100%;
	background: none;
	padding: 0;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	color: #000;
}
@media only screen and (max-width: 767px) {
	#ant_lv1 .listFlowDiv,
	#ant_lv2 .listFlowDiv,
	#ant_lv3 .listFlowDiv,
	#ant_lv4 .listFlowDiv,
	#ant_lv5 .listFlowDiv,
	#ant_lv6 .listFlowDiv,
	#ant_lv7 .listFlowDiv,
	#ant_lv8 .listFlowDiv,
	#ant_lv10 .listFlowDiv,
	#ant_lv11 .listFlowDiv {
		padding-left: 0;
	}
	#ant_lv1 .listFlow3,
	#ant_lv2 .listFlow3,
	#ant_lv3 .listFlow3,
	#ant_lv4 .listFlow3,
	#ant_lv5 .listFlow3,
	#ant_lv6 .listFlow3,
	#ant_lv7 .listFlow3,
	#ant_lv8 .listFlow3,
	#ant_lv10 .listFlow3,
	#ant_lv11 .listFlow3{
		margin-left: 0;
	}
	#ant_lv .listFlow li,
	#ant_lv1 .listFlow li,
	#ant_lv2 .listFlow li,
	#ant_lv3 .listFlow li,
	#ant_lv4 .listFlow li,
	#ant_lv5 .listFlow li,
	#ant_lv6 .listFlow li,
	#ant_lv7 .listFlow li,
	#ant_lv8 .listFlow li,
	#ant_lv10 .listFlow li,
	#ant_lv11 .listFlow li{
		padding-left: 0;
	}
	#ant_lv .listFlow li .con_ttl,
	#ant_lv1 .listFlow li .con_ttl,
	#ant_lv2 .listFlow li .con_ttl,
	#ant_lv3 .listFlow li .con_ttl,
	#ant_lv4 .listFlow li .con_ttl,
	#ant_lv5 .listFlow li .con_ttl,
	#ant_lv6 .listFlow li .con_ttl,
	#ant_lv7 .listFlow li .con_ttl,
	#ant_lv8 .listFlow li .con_ttl,
	#ant_lv10 .listFlow li .con_ttl,
	#ant_lv11 .listFlow li .con_ttl{
		padding-left: 35px;
	}
	#ant_lv1 .listFlow li .noteArea,
	#ant_lv2 .listFlow li .noteArea,
	#ant_lv3 .listFlow li .noteArea,
	#ant_lv4 .listFlow li .noteArea,
	#ant_lv5 .listFlow li .noteArea,
	#ant_lv6 .listFlow li .noteArea,
	#ant_lv7 .listFlow li .noteArea,
	#ant_lv8 .listFlow li .noteArea,
	#ant_lv10 .listFlow li .noteArea,
	#ant_lv11 .listFlow li .noteArea{
		padding-left: 20px;
	}
	#ant_lv .listDot2 li,
	#ant_lv1 .listDot2 li,
	#ant_lv2 .listDot2 li,
	#ant_lv3 .listDot2 li,
	#ant_lv4 .listDot2 li,
	#ant_lv5 .listDot2 li,
	#ant_lv6 .listDot2 li,
	#ant_lv7 .listDot2 li,
	#ant_lv8 .listDot2 li,
	#ant_lv10 .listDot2 li,
	#ant_lv11 .listDot2 li {
		padding-left: 1em;
	}
}
