@charset "utf-8";

/* /support/tv/products/css/index2.css */
#contents {
	word-break: break-all;
}

#contents > *{
	font-size: 0.8125rem;
}

#contents .mod-pageTop {
    font-size: 0.623rem;
}

#contents h1.title {
	margin-bottom: 1.5em;
	padding-left: 13px;
	border-bottom: 2px solid #6b6b6b;
	color: #2f353d;
	font-size: 1.21875rem;
}

#contents h2.title {
	font-size: 1.1rem;
    border-bottom: #000 solid 1px;
    margin: 2em 0 1.5em;
    padding-left: 13px;
}

#contents h2 + p{
	margin-left: 1em;
}

#contents ul.disc{
	list-style-type: disc;
	margin: 1.5em 0 1.5em 3em;
}
#contents ul.disc > li{
	margin-bottom: 5px;
}

/* accordion type_3 */
#contents .accordion.type_3 {
	margin: 0 0.3em 0 1em;
}

#contents .accordion.type_3 button::before {
	display: inline-block;
	margin-right: 5px;
	width: 19px;
	height: 18px;
	background: url(/support/share/images/st_open.png);
	vertical-align: middle;
	content: "";
}

#contents .accordion.type_3 button[aria-expanded="true"]::before {
    background: url(/support/share/images/st_close.png)!important;
}

#contents .accordion.type_3 button + div {
	background-color: #fff;
}

#contents .accordion.type_3 ul.disc {
	margin-left: 1em;
}

#contents p.list_title {
    margin-bottom: 10px;
    padding: 0 0 5px 13px;
    border-bottom: 1px dotted #d0d0d0;
    font-size: 0.875rem;
    font-weight: bold;
}

#contents ul.txtlink.productslist {
    display: flex;
    flex-wrap: wrap;
	margin: 1em 1em 2em 2.5em;
	padding: 0;
}

#contents ul.txtlink.productslist:last-child {
    margin-bottom: 0;
}

#contents ul.txtlink.productslist li {
    width: 130px;
	margin-bottom: 1em;
}


/* btn / btnList */
#contents .btnList,
#contents .btn{
	margin-left: 1em;
	margin-bottom: 3em;
}

#contents .btnList ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

#contents .btnList ul:after{
    display: none;
}

#contents .btnList ul li {
    margin-left: 0; 
    margin-bottom: 1em;
}

#contents .btnList ul li a,
#contents .btn a {
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #333;
	padding: 1em 0 0.75em 0.75em;
	display: block;
}

#contents .btnList ul li a span:first-child,
#contents .btn a span {
	background: url(/share/images/arrow_black.gif) no-repeat;
	background-position: 0 5px;
	display: inline-block;
	padding: 0 5px 0 10px;
	font-weight: 700;
	margin-left: 5px;
}

/* get_adobe */
#contents .get_adobe {
	margin-bottom: 0;
    padding: 1em 0.5em 1.3em;
}

#contents .get_adobe > a > img {
    float: left;
    margin-right: 0.6em;
}

#contents .get_adobe > a > span {
    display: inline-block;
	background: url(/support/share/images/arrow_black.gif) no-repeat;
    background-position: 0 6px;
	margin-top: 0.6em;
	margin-left: 5px;
    padding-left: 1em;
}


@media (max-width: 640px){
	#contents h2.title {
		padding-left: 0;
	}

	
	#contents .accordion.type_3 {
		margin: 0 0.3em;
	}
	
	#contents ul.txtlink.productslist {
		margin: 1em 1em 2em 1em;
	}
	
	#contents .btnList,
	#contents .btn{
		margin: 0 0.3em;
	}
	
	#contents p.annotation {
		text-indent: -1em;
		padding-left: 1em;
		margin-left: 0.3em;
	}
}


/* 20240708 */
#contents ul.txtlink.productslist.wide li {
	width: 28%;
}

@media (max-width: 640px){
	#contents ul.txtlink.productslist.wide li {
		width: 100%;
	}

}
