@charset "utf-8";

/* /support/tv/share3/css/common.css

/* -------------------------
	common 
--------------------------- */

#contents section div > p,
#contents section div > div,
#contents section div > span,
#contents section div > dl{
	margin-left: 0;
}

#contents h1 {
	font-size: 1.5rem;
}

#contents .title {
	border-bottom: 2px solid #6b6b6b;
	color: #2f353d;
	margin-bottom: 30px;
}

#contents h2.title {
	font-size: 1.25rem;
	border-bottom: 1px solid #2f353d;
	color: #2f353d;
}



/*　注釈 */

#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}
#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
    text-indent: -1em;
}

#contents ul.annotation li{
    margin-left: 0;
}

#contents p + p.annotation{
	margin-top:0.5em;
}

#contents ul{
	padding:0;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents li{
	margin-bottom:0.5em;
	margin-left:0;
}

#contents section > ul{
	margin-left:1em;
}

#contents section > ul.disc,
#contents section > ol{
	margin-left:3em;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}

#contents dl dt{
	margin-bottom: 0.5em;
	font-weight: 400;
}

#contents section > dl{
	margin-left: 1em;
}

#contents a.textLink{
    background-position: 0 6px;
	display: inline-block;
	padding-left: 1em;
}
#contents ul.txtlink{
	margin-left:1.5em;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
	margin-left: 5px;
	display: inline-block;
}

/* linkBtn */
#contents .linkBtn{
	margin: 15px 1em 0;
}

#contents .linkBtn a{
	display: block;
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    padding: 1em 0 0.75em 0.75em;
    width: 100%;
    text-decoration: none;
    color: #333;
	box-sizing: border-box;
	font-weight: bold;
}

#contents .linkBtn a:hover,
#contents .linkBtn a:active,
#contents .linkBtn a:focus{
	opacity: 0.7;
}
#contents .linkBtn a:focus-visible{
	outline: thin dotted;
}

#contents .linkBtn a span:first-child{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	padding: 0 0 0 15px;
	background-position: 0 6px;
	margin-left: 0.5em;
	display: inline-block;
}

#contents div.detailArea .linkBtn a{
	display: block;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	padding: 12px 10px;
	width: 50%;
	text-decoration: none;
	color: #000;
	box-sizing: border-box;
	margin-bottom: 5px;
}

#contents div.detailArea .linkBtn a:hover,
#contents div.detailArea .linkBtn a:active,
#contents div.detailArea .linkBtn a:focus{
	opacity: 0.7;
}
#contents div.detailArea .linkBtn a:focus-visible{
	outline: thin dotted;
}

@media (max-width: 640px){
	#contents .linkBtn{
		margin-left: 0;
		margin-right: 0;
	}
	#contents .linkBtn a span{
		margin-left: 0;
		padding: 0 5px 0 12px;
		font-size: 1rem;
		margin-right: 0.5em;
	}
	#contents .linkBtn span.s-font{
		line-height: 1.3;
		font-size: 90%;
	}
	
	#contents .linkBtn a span.textLink{
		margin-left: 0;
		padding: 0 5px 0 12px;
		font-size: 1rem;
	}
}

/* btnList */

#contents div.btnList {
	margin-left: 1em;
	margin-bottom: 3em;
}

#contents div.top.btnList {
    margin-right: 1em;
}

#contents div.btnList ul {
	list-style: none;
	margin-left: 0;
}

#contents div.btnList ul {
	list-style: none;
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents div.btnList ul li{
	width: 49.2%;
	margin-bottom: 10px;
}

#contents div.btnList.col ul{
	flex-direction: column;
}

#contents .linkBtn a,
#contents div.btnList.col ul li{
	width: 60%;
}

#contents .linkBtn.long a{
    width: 100%;
}

#contents div.btnList.long ul li{
	width: 100%;
	margin-right: 1em;
}

#contents div.btnList ul:after{
    display: none;
}

#contents div.btnList ul li 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 div.btnList ul li a span.textLink {
	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;
}

#contents div.btnList ul li.inner a span.textLink{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
}

#contents div.btnList ul li a span:first-child {
	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;
}

#contents div.btnList ul li a:hover,
#contents div.btnList ul li a:active,
#contents div.btnList ul li a:focus{
	opacity: 0.7;
}

#contents div.fw-normal a span.textLink {
    font-weight: normal !important;
}

@media (max-width: 640px) {
	#contents div.btnList {
		margin-left: 0;
	}

	#contents div.btnList ul {
		flex-direction: column;
	}
	
	#contents div.btnList ul li{
		width: 100%;
	}
	
	#contents .linkBtn a,
	#contents div.btnList.col ul li{
		width: 100%;
	}
		
	#contents div.btnList ul li a span {
		margin-left: 0;
	}
	#contents div.btnList ul li a span.textLink {
		margin-left: 0;
	}
}


/* bnrArea */

#contents .bnrArea{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: 1em;
	margin-bottom: 4em;
}

#contents .bnrArea .bnr_single{
	margin: 0 10px 0 0;
}

#contents .bnrArea .bnr_single a{
	display: block;
}

@media (max-width: 640px){
	#contents .bnrArea{
		flex-direction: column;
		margin-left: 0;
	}
	#contents .bnrArea .bnr_single a img {
		max-width: 300px;
		width: auto;
	}
}


/*-----------------------------------
	open close
-----------------------------------*/
#contents .openclose{
	margin: 1em;
}

/* Gray */
#contents .Gray {
	padding: 1em 0 0.75em 0.75em;
	font-weight: bold;
	border: #d2d2d2 1px solid;
	border-radius: 6px;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	cursor: pointer;
	margin-top: 0.75em;
	box-sizing: border-box;
	width: 100%;
	display: table;

}

#contents .Gray h2{
	padding-left: 5px;
	display: table-cell;
	width: 100%;
}

#contents .Gray:hover {
	text-decoration: none;
	opacity: 0.7;
}

#contents .Gray:active {
	text-decoration: none;
	outline: none;
}

#contents .Gray:focus {
	opacity: 0.7;
	outline: none
}

#contents .Gray:focus-visible {
	outline: thin dotted;
	outline-offset: -1px;
}

/* detailArea */
#contents div.detailArea {
	padding: 2em 1em 1em;
	background-color: #fff;
	border: 1px solid #d2d2d2;
}

#contents div.detailArea span.annotation{
	display: inline-block;
	margin-top: 10px;
}

#contents div.detailArea h3 {
    border-bottom: 1px dotted #d0d0d0;
    font-weight: bold;
    padding: 0 0 5px 13px;
    margin-bottom: 10px;
	font-size: 1.077rem;
}

#contents div.detailArea ul.txtlink.productslist{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 1em 1em 2em 3em;
	flex-wrap: wrap;
}

#contents div.detailArea ul.txtlink.productslist li{
	margin-bottom: 1em;
    width: 130px;
}

#contents div.detailArea ul.txtlink.productslist:last-child{
	margin-bottom: 0;
}

@media (max-width: 640px){
	#contents .openclose{
		margin: 1em 0;
	}
	#contents .Gray {
		margin-left: 0;
		padding: 1em 0 0.75em 5px;
	}
	
	#contents .Gray h2{
		padding-right: 5px;
		font-size: 1rem;
	}
	
	#contents div.detailArea ul.disc{
		margin-left: 1em;
	}
	
	#contents div.detailArea ul.txtlink{
		margin-left: 0.5em;
	}
	
	#contents div.detailArea ul.txtlink.productslist{
		margin-left: 1em;
	}
	*::-ms-backdrop, _:-ms-lang(x), #contents div.detailArea ul.txtlink.productslist{
		display: block;
	}
	
	#contents div.detailArea ul.txtlink.productslist li{
		margin-bottom: 1em;
		width: auto;
	}
	
	#contents div.detailArea h3 {
		padding: 0 0 5px 5px;
		font-size: 1rem;
	}
}

/* get adobe */

#contents .get_adobe {
	margin: 1em 1em 0;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 10px;
}

#contents .get_adobe > a > img {
	float: left;
	margin-right: 0.6em;
}

#contents .get_adobe > a > span {
	display: inline-block;
	margin-top: 0.6em;
}

@media (max-width: 640px){
	#contents .get_adobe {
		margin: 0;
	}
}



