@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 {
	max-width: 100%;
	height: auto;
}

ul.place li{
    float: left;
    width: 33%;
    list-style: none;
}
@media (max-width: 640px) {
	.upsidedown-frame, .colum2-right760 {
		table-layout: fixed;
	}
	ul.place li {
		float: none;
		width: auto;
	}
}

/*--------------------------------
	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 auto 0px auto;
    padding: 15px;
    clear: both;
}

#contents p.annotation{
	margin-left: 2em;
	text-indent: -1em;
	font-size: 0.9em;
}

ul.listnone li,ol.listnone li{
    list-style: none;
}

@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;
	}
	
}

#contents h2{
    font-size: 15px;
    margin-left: 0.5em;
}

.wire h2{
    margin-top: 20px;
    margin-bottom: 15px;
}

#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%;
	}

}
/* 20191001 */

#contents .notice_gray_b {
    padding: 1em 1em;
    margin: 0 0 2em 10px;
}

#contents .notice_gray_b p{
	margin:0 0 0.5em 0;
}

#contents .notice_gray_b ul {
    margin-left: 1.5em;
}

@media (max-width: 640px){

	#contents .notice_gray_b{
		margin-left:0;
	}
}

/* 20191218 */
#contents div.connectArea.sb{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#contents div.connectArea.sb div.connectButton{
	width: 33%;
	float: none;
	line-height: 236px;
}

#contents div.connectArea.sb div.connectButton a{
	text-align: center;
}

#contents div.connectArea.sb div.connectButton a p{
	padding: 5px;
	margin: 0 0 5px 0;
	text-align: left;
	line-height: normal;
	height: 2.5em;
}

#contents div.connectArea.sb div.connectButton a > img{
	width: 95%;
}

@media (max-width: 480px){
	
	#contents div.connectArea.sb{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		}
	#contents div.connectArea.sb div.connectButton{
		width: 95%;
		margin-right: 0;
	}
}

/* 20210726 */

#contents div.btnList ul li {
    width: 49%;
    margin-bottom: 10px;
}


/* 20210907 */
@media (max-width: 650px){
	
	#contents div.btnList ul li {
		width: 100%;
		margin-left: 0;
	}
}