@charset "shift_jis";

.mod-linkButton {
	width: 240px;
}

.buttonD.two-line a {
	height: 40px;
}

.buttonD a .content {
    width: 200px;
}

#contents ul.anchorBtnA li span.other_link {
	background: url(/support/share/images/arrow_black.png) no-repeat 0 0.5em;
}

/* 4Kメディアプレーヤーとつなぐ */
#contents .section .section .link_btn {
	float: left;
}

@media (max-width: 640px) {
	#contents .section .section .link_btn {
		float: none;
	}
}

#contents div.section .bnr_single{
    float: left;
    margin: 0px 0px 10px 15px !important;
}

.bnr_single img {
    width: 100%;
    height: auto;
    max-width: 360px;
}

#contents img:not(.icon) {
	max-width: 100%;
	height: auto;
}
@media (max-width: 640px) {
	.upsidedown-frame, .colum2-right760 {
		table-layout: fixed;
	}
}

/*--------------------------------
	connectArea
---------------------------------*/

.connectTv img{
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}

#contents div.connectArea{
	overflow: hidden;
	margin-left: 15px;
	margin-bottom: 10px;
}

#contents div.connectArea div.connectButton{
	width: 30%;
	height: 230px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	overflow: hidden;
}

#contents div.connectButton div.connectButtonFrame{
	height:95%;
	border: 3px solid #cacaca;
	box-shadow: 0px 5px 0px #999999;
}

#contents div.connectButton div.connectButtonFrame:hover{
	transform: translateY(5px);
}
#contents div.connectArea div.connectButton a{
	width: 100%;
	height: 100%;
	display: block;
}

#contents div.connectArea div.connectButton a:hover{
	opacity: 0.5;
	text-decoration: none;
}

#contents div.connectArea div.connectButton h4{
	font-weight: normal;
	color: #000;
	padding: 5px;
	margin-bottom: 5px;
}

#contents div.connectArea div.connectButton img{
	max-width: 100%;
	height: auto;
}

div.warningArea {
    background: #EBEBEB;
    border: 1px #C6C6C6 solid;
    margin: 15px 15px 0px;
    padding: 15px;
    clear: both;
}


@media (max-width: 640px) {
	
	#contents div.connectArea div.connectButton{
		width: 45%;
		height: 230px;
		margin-bottom: 10px;
		float: left;
	}
	#contents div.connectArea div.connectButton:nth-child(odd){
		margin-right: 10px;
	}
	#contents div.connectArea div.connectButton:nth-child(even){
		margin-right: 0px;
	}
	div.warningArea {
	    margin-left: auto;
	    margin-right: auto;
	}
	
}

/*20190515*/

#contents h3{
    font-size: 15px;
    margin-left: 0.5em;
}
#contents .btn_area{
	margin:2em 0 3em 0.5em;
}

#contents .btn_area ul{
	margin:0;
	padding:0;
	list-style:none;
}

#contents .btn_area ul li{
	width: 47%;
	margin: 0.5em;
	display: inline-table;
}


#contents .btn_area ul li a{
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	padding: 1em;
	display:inline-block;
	width:94%;
	color:#000;
}

#contents .btn_area ul li a span{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
	padding: 0 0 0 15px;
    display: inline-block;
}

#contents .btn_area ul li a:hover,
#contents .btn_area ul li a:active,
#contents .btn_area ul li a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.5;
}
@media (max-width: 640px){
    
	#contents .btn_area ul li{
	width: 98%;
	margin-left: 0;
	}
    
    #contents .btn_area ul li a {
    width: 90%;
}
    
    

}

/*-----------------------------------
	open close　2021/04/09追加
-----------------------------------*/
#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 p.btn_title{
	padding-left: 5px;
	display: table-cell;
	width: 100%;
	font-size: 15px;
}

#contents .Gray img.i_title {
    max-width: none;
}

#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;
}


@media (max-width: 640px){
	#contents .openclose{
		margin: 1em 0;
	}
	#contents .Gray {
		margin-left: 0;
		padding: 1em 0 0.75em 5px;
	}
	
	#contents .Gray p.btn_title{
		padding-right: 5px;
	}
}

#contents ul.disc {
    list-style: disc;
}

/* btnList 2022/09/21 */

#contents div.btnList {
	margin: 2em 1em 3em 0.7em;
}

#contents div.btnList ul {
	list-style: none;
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
}

#contents div.btnList ul li {
    flex: 1;
}

#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.5em 0.75em 0.75em;
	display: block;
	box-sizing: border-box;
}


#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:hover,
#contents div.btnList ul li a:active,
#contents div.btnList ul li a:focus{
	opacity: 0.7;
}

@media (max-width: 640px){
    #contents div.btnList {
        margin: 2em 0 3em 0;
    }

    #contents div.btnList ul {
        flex-direction: column;
    }
    
    #contents div.btnList ul li {
        margin-left: 0;
        margin-bottom: 1em;
    }
}

#contents h1.title {
    border-bottom: 2px solid #6b6b6b;
    color: #2f353d;
    margin-bottom: 30px;
    font-size: 1.5rem;
}


#contents h3.title2 {
   border-bottom: 1px solid #D0D0D0;
    margin: 1em 0;
    padding-left: 1em;
}
    
#contents h4.title {
    background-color: #fff;
}

a.txtlink {
    margin: 0;
    padding: 0 0 0 10px;
    background: url(/share/images/arrow_black.gif) no-repeat left 0.4em;
    display: block;
}

a.innerlink {
    margin: 0 0 0 0.5em;
    padding: 0 0 0 1em;
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.4em;
    display: inline-block;
}

/*2023/02/10*/
#contents span.green {
    color: #2e8801;
	font-weight: bold;
}

#contents .annotation.gr::before {
    color: #2e8801;
	content: "*";
    display: inline-block;
    font-weight: bold;
    font-size: 120%;
}