@charset "UTF-8";


#informationWrap #innerLink2{
	margin: 0;
}
#informationWrap #innerLink2 a{
	text-decoration: underline;
}
#informationWrap #innerLink2 a:hover{
	text-decoration: none;
}
#informationWrap #innerLink2 li.spr {
	border-top: 1px solid #eee;
}
#informationWrap #innerLink li a,
#informationWrap #innerLink2 li a{
	text-decoration: none;
}
#informationWrap #innerLink2 .itemList{
	word-break: break-all;
}

.ttlAttention {
	display: inline-block;
	min-width: 5em;
}

/* btnLinkList */
.btnLinkList.bd_info {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.btnLinkList.bd_info._col2,
.btnLinkList.bd_info._col3{
	justify-content: space-between;
}
.btnLinkList.bd_info._odd{
	justify-content: flex-start;
}
.btnLinkList.bd_info._odd._col2 li {
	margin-right: 4%;
}
.btnLinkList.bd_info._odd._col3 li{
	margin-right: 2.5%;
}
.btnLinkList.bd_info._odd._col2 li:nth-child(2n),
.btnLinkList.bd_info._odd._col3 li:nth-child(3n) {
	margin-right: 0;
}
.btnLinkList.bd_info._col2 li{
	width: 48%;
}
.btnLinkList.bd_info._col3 li{
	width: 31.5%;
	margin-top: 1em;
}
.btnLinkList.bd_info._col6 li{
	width: 14.28%;
	margin-right: 2.85%;
}
.btnLinkList.bd_info._col6 li:nth-child(n+7){
	margin-top: 10px;
}
.btnLinkList.bd_info._col6 li:nth-child(6n){
	margin-right: 0;
}
.btnLinkList.bd_info li a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0.5em 1em 0.5em 2em;
	border: solid 1px #D9D9D9;
	background: #fff;
	position: relative;
	color: #000 !important;
}
.btnLinkList.bd_info li a:hover {
	background: #e5e5e5;
	text-decoration: none !important;
}
.btnLinkList.bd_info li span{
	display: inline-block;
	position: relative;
}
.btnLinkList.bd_info li span::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: 50%;
	left: -1em;
	margin-top: -0.5em;
}
.btnLinkList.bd_info._anchor li span::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f078';
	display: inline-block;
	font-size: 0.95em;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1.2em;
	margin-top: -0.4em;
}
.btnLinkList.bd_info._anchor li._link span::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: 50%;
	left: -1em;
	margin-top: -0.5em;
}
@media only screen and (max-width: 767px){
	.btnLinkList.bd_info._odd._col3 li {
		margin-right: 0;
	}
	.btnLinkList.bd_info:not(._spCol2){
		flex-direction: column;
	}
	.btnLinkList.bd_info._col3 li{
		width: 100%;
	}
	.btnLinkList.bd_info li a{
		display: block;
	}
	.btnLinkList.bd_info._odd{
		gap: 0;
	}
	.btnLinkList.bd_info._spCol1 li{
		width: 100%;
		margin-bottom: 10px;
	}
	.btnLinkList.bd_info._spCol2{
		justify-content: space-between;
	}
	.btnLinkList.bd_info._spCol2 li{
		width: 48%;
		margin-right: 0;
	}
	.btnLinkList.bd_info._spCol2 li a{
		display: flex;
		padding-left: 25px;
		padding-right: 5px;
		text-align: left;
	}
	.btnLinkList.bd_info._spCol2 li span{
		font-size: 1.2rem;
	}
	.btnLinkList.bd_info._col6 li:nth-child(n+7){
		margin-top: 0;
	}
}


/* =============================================
/support/bd/info/dvd-dubbing.html
============================================= */
.linkList {
	width: 100%;
	background: url(/support/bd/images/img_dubbing.gif) no-repeat center right;
}
.bgImg01{
	background: url(/support/bd/images/img_vrformat.gif) no-repeat center left;
	background-size: 119px;
	padding-left: 120px;
}
.bgImg01 .textList li{
	margin-bottom: 15px;
}
.bgImg02{
	background: url(/support/bd/images/img_vdformat.gif) no-repeat center left;
	background-size: 119px;
	padding-left: 120px;
}

@media only screen and (max-width: 767px){
	.linkList{
		padding-bottom: 90px;
		background: url(/support/bd/images/img_dubbing.gif) no-repeat center bottom;
		background-size: auto;
	}
	.bgImg01{
		background: url(/support/bd/images/img_vrformat.gif) no-repeat top left;
		background-size: 30%;
		padding-left: 30%;
	}
	.bgImg01 .textList li{
		margin-bottom: 10px;
	}
	.bgImg02{
		background: url(/support/bd/images/img_vdformat.gif) no-repeat top left;
		background-size: 30%;
		padding-left: 30%;
	}
}

@media only screen and (max-width: 450px){
	.linkList{
		padding-bottom: 90px;
		background: url(/support/bd/images/img_dubbing.gif) no-repeat center bottom;
		background-size: contain;
	}
}

/* =============================================
/support/bd/info/bd-dubbing.html
============================================= */
.linkList02 {
	width: 100%;
	background: url(/support/bd/images/img_bddisc01.gif) no-repeat center right;
}
.bdDubbingBox01 {
	padding-right: 490px;
	background: url(/support/bd/images/img_bddisc02.gif) no-repeat center left 90%;
}
.bdDubbingBox02{
	padding-right: 0;
}
.flowList{
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 1em;
}
.flowList li{
	margin-bottom: 20px;
	line-height: 1.8;
	text-indent: -1em;
	padding-left: 1em;
}
.flowListImg01 img{
	width: 40px;
}
.flowListImg02 img{
	width: 20px;
}
.flowListImg03 img{
	width: 20px;
}
.flowListImg04 img{
	width: 30%;
}
.flowListImg05 img{
	width: 30px;
}
.flowListImg06 img{
	width: 40px;
}
.flowListImg07 img{
	width: 30%;
}
.flowListImg08 img{
	width: 30px;
}
.flowListImg09 img{
	width: 30%;
}
.flowListImg10 img{
	width: 50px;
}
.flowListImg11 img{
	width: 30px;
}

@media only screen and (max-width: 767px){
	.flowListImg04 img,
	.flowListImg07 img,
	.flowListImg09 img{
		width: 100%;
	}
	.linkList02{
		padding-bottom: 90px;
		background: url(/support/bd/images/img_bddisc01.gif) no-repeat center bottom;
		background-size: auto;
	}
	.lstyle02{
		margin: 0 !important;
	}
	.bdDubbingBox01{
		padding-right: 0;
		padding-bottom: 155px;
		background: url(/support/bd/images/img_bddisc02.gif) no-repeat center bottom;
		background-size: auto;
	}
	.bdDubbingBox02{
		margin-top: 20px;
		padding-bottom: 80px;
		background: url(/support/bd/images/img_bddisc03.gif) no-repeat bottom;
		background-size: auto;
	}
	.fltLef{
		float: none !important;
	}
}

@media only screen and (max-width: 514px){
	.bdDubbingBox01{
		padding-right: 0;
		background: url(/support/bd/images/img_bddisc02.gif) no-repeat center bottom;
		background-size: contain;
	}
}

@media only screen and (max-width: 384px){
	.bdDubbingBox01{
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 384px){
	.linkList02{
		padding-bottom: 90px;
		background: url(/support/bd/images/img_bddisc01.gif) no-repeat center bottom;
		background-size: contain;
	}
}


/* =============================================
/support/bd/info/lens-cleaner.html
============================================= */
/* expCol2 */
.expCol2{
	display: table;
	width: 100%;
}
.expCol2 .contL,
.expCol2 .contR{
	display: table-cell;
	vertical-align: middle;
}
.expCol2 .contR{
	padding-left: 10px;
}
.expCol2 .contL._img{
	width: 110px;
}

@media only screen and (max-width: 767px){
	.expCol2,
	.expCol2 .contL,
	.expCol2 .contR{
		display: block;
	}
	.expCol2 .contL._img{
		margin: 0 auto 10px;
	}
	.expCol2 .contR{
		padding-left: 0;
	}
}


/* itemArea */
.itemArea{
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}


/* itemBlock */
.itemBlock{
	margin-top: 20px;
	padding-left: 20px;
	background: url(/support/images/ico_circle_ns.gif) no-repeat 3px 0.5em;
}
.itemBlock._indentEL{
	text-indent: -9em;
	padding-left: 10em;
}

@media only screen and (max-width: 767px){
	.itemBlock._indentEL{
		text-indent: 0;
		padding-left: 1em;
	}
}


/* itemList */
.itemList{
	margin-top: 10px;
}
.itemList li{
	width: 100px;
	padding-bottom: 10px;
	margin-right: 1em;
}

@media only screen and (max-width: 767px){
	.itemList li{
		width: 30%;
		margin-right: 0.5em;
		font-size: 14px;
	}
	.itemList li:nth-child(3n){
		margin-right: 0;
	}
}

.spOnly{
	display: none !important;
}
.pcOnly{
	display: block !important;
}
@media only screen and (max-width: 767px){
	.spOnly{
		display: block !important;
	}
	.pcOnly{
		display: none !important;
	}
}

/* /support/bd/info/remote_player_2.html */
.remotePlayerTable{
	border: 1px solid #999;
	border-right: none;
	border-bottom: none;
}
.remotePlayerTable th,
.remotePlayerTable td{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	padding: 5px;
}
.remotePlayerTable th{
	background: #dcdcdc;
}
.remotePlayerNumList p:not(.memo){
	padding-left: 1.3em;
	text-indent: -1.3em;
}
@media only screen and (max-width: 767px) {
	.remotePlayerTable .item{
		width: 80px;
	}
}