@charset "utf-8";

/* videotvsideview_css_home_device.css */

/* 20221207 */

#contents {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

#contents .notice_gray_b{
	margin-right: 0;
}
#contents .notice_gray_b > ul.annotation{
	margin-left: 0;
}

#contents .device_area{
	padding-bottom: 0;
}
#contents .tableArea{
	margin-top: 2em;
	padding-left: 1em;
}

#contents .tableArea .stylen{
	padding-right: 0;
	margin-bottom: 0;
	font-size: 0.875rem;
}

#modelTbl{
	width: 100%;
	margin-bottom: 1.5em !important;
}
#modelTbl thead th{
	padding: 5px 0 0;
	text-align: center;
	vertical-align: middle;
	background: #eee;
}

#modelTbl thead th span{
	display: inline-flex;
	align-items: center;
	margin: 0;
	font-size: 0.875rem;
}

#modelTbl button{
	font: unset;
	font-family: unset;
	background: #eee;
}

#modelTbl thead th .al_center + button{
	padding-top: 5px;
}

#modelTbl tbody th,
#modelTbl tbody td{
	padding: 5px;
	text-align: center;
	line-height: 1.5;
	font-size: 0.875rem;
	vertical-align: middle;
}

#modelTbl thead th,
#modelTbl tbody td{
	border: 1px solid #ccc;
}

#modelTbl tbody th{
	border-bottom: 1px solid #ccc;
	border-left:  1px solid #ccc;
}


#contents .selectArea{
	padding: 0 1em;
}

#contents .selectArea label{
	display: block;
	font-size: 0.938rem;
}

#contents .selectArea select {
	display: block;
	width: 36%;
	height: 2.5em;
	margin-bottom: 5px;
	padding: 0 5px;
	border: 1px solid #999;
	font-family: unset;
}

#contents .device_tm{
	margin-left: 1em;
}

#contents .device_tm > p,
#contents .device_tm > ul.disc li{
	font-size: 0.875rem;
}

#contents .device_tm > p{
	margin-left: 0;
	margin-bottom: 5px;
}

#contents .device_tm > ul.disc li{
	list-style-type: disc;
	margin-left: 1.5em;
}

button#showDetail{
	width: 36%;
	display: block;
	margin-top: 2em;
	padding: 0.7em 1em;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	box-sizing: border-box;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	color: #000;
}

button#showDetail:hover,
button#showDetail:focus{
	opacity: 0.7;
}

#modelTbl th button.modalOpen > span.textLink{
	display: inline-block;
	color: #43677e;
	font-weight: normal;
	font-size: 0.813rem;
}

#showTbl p.bravia_note,
#showTbl p.nasne_note{
	clear: both;
	margin: 1em 0 0;
}

.onlymobile2{
	display: none;
}

@media (min-width: 641px){
	#contents .tableArea p.tablecaption{
		margin: 0;
		float: left;
	}
	#modelTbl thead th:not(:first-child){
		width: 130px;
	}
	#modelTbl tbody th{
		padding: 20px 0;
	}
	
	#modelTbl thead th > span,
	#modelTbl thead th .al_center{
		height: 2.72rem;
	}
	#modelTbl thead th .al_center{
		margin: 0;
		padding-top: 14px;
	}
	#contents .modalArea{
		width: 54%;
	}
}

@media (max-width: 640px){
	#contents .selectArea select {
		width: 100%;
	}
	
	#contents h1 + p{
		margin-left: 5px;
	}
	
	#contents .device_area .notice_gray_b{
		margin-left: 5px;
		margin-right: 5px;
	}
	#contents .selectArea {
		padding: 0 5px;
	}
	button#showDetail{
		width: 100%;
	}
	
	#contents .tableArea{
		padding: 0;
	}

	table#modelTbl{
		padding: 10px;
		writing-mode : vertical-lr;
	}
	
	#modelTbl thead th,
	#modelTbl tbody th,
	#modelTbl tbody td{
		/*writing-mode:horizontal-tb;*/
		padding: 10px;
		min-height: 5em;
	}
	
	#modelTbl thead th:first-child{
		width: 53% !important;
	}
	#modelTbl tbody th{
		border: 1px solid #ccc;
	}
	#modelTbl button{
		display: block;
		margin: 0 auto;
	}
	#modelTbl thead th .al_center + button{
		padding-top: 0;
	}

	#contents .device_tm{
		margin-left: 5px;
	}
	#modelTbl button span.textLink{
		-moz-writing-mode: horizontal-tb;
	}
}

@media (max-width: 375px){
	
	#contents .selectArea {
		padding: 0 5px 0 0;
	}
	
	#contents .device_area .notice_gray_b {
		margin-left: 0;
	}
	
	table#modelTbl{
		width: calc(100% - 5px);
		margin-right: 5px;
	}
	
	#modelTbl thead th{
		padding: 5px;
		min-height: 6em;
	}
	
	#modelTbl button.modalOpen > span.textLink {
		font-size: 0.813rem;
	}
	#contents .tableArea .stylen{
		padding-right: 5px;
	}
	.onlymobile2,
	.onlypc.min{
		display: block !important;
	}
}

#contents .modalArea .textLink{
	display: inline-block;
	margin-top: 10px;
}

/* 20230106 safari */
@media (max-width: 640px){

	#modelTbl thead th > div {
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 8em;
	}
	#modelTbl thead th > div > button,
	#modelTbl thead th > div > span,
	#modelTbl tbody th > span,
	#modelTbl tbody td a{
		writing-mode: horizontal-tb;
	}

	#modelTbl tbody th > span {
		height: 4em;
		justify-content: center;
		align-items: center;
		min-width: 10em;
		display: flex;
	}

	#modelTbl tbody td a {
		display: block;
	}

	#modelTbl thead th span,
	#modelTbl tbody th > span,
	#modelTbl tbody td{
		font-size:0.813rem !important;
	}

}

@media (max-width: 320px){
	#modelTbl thead th > div {
		min-width: 8em;
	}
}

/* 20230111 */

#contents .opt_hide{
	display: none;
}

/* 20250410 */

#contents ul.selectList,#showTbl{
	display: none;
}
#contents ul.cap{
	margin-left: 1.2em;
}
#contents ul.cap li+ li{
	margin-top: 5px;
}

#contents .p_annotation{
	margin-bottom: 10px;
}
#contents ul.cap li{
	padding-left: 2em;
	text-indent: -2em;
}

#bd_annotation li,
#tv_annotation li,
.bravia_note,
.nasne_note{
	display: none;
}

@media (max-width: 639px){
	#contents ul.cap,
	#contents .p_annotation{
		margin-left: 0;
	}
	#contents .p_annotation{
		padding-left: 1em;
		text-indent: -1em;
	}
}
