@charset "utf-8";
/* CSS Document */

/*===========================================
	HT-AN7（BRAVIA Theatre U）started.css
=============================================*/

#contents table.tbl_charge{
	width: 90%;
	text-align: center;
	margin: 2em auto;
	border: 1px solid #eee;
}

#contents table.tbl_charge caption {
	text-align: left;
}

#contents table thead th{
	border: 1px solid #ccc;
	padding: 10px 0;
}

#contents table thead th:first-child{
	width: 50%;
}
#contents table tbody th,
#contents table tbody td{
	border: 1px solid #ccc;
	padding: 0 10px;
}

#contents table td figure{
	margin: 1em auto;
    width: 90%;
}

#contents table td figure figcaption{
	margin: 0;
	font-size: 0.929rem;
	text-align: center;
}

#contents table td figure .flex{
	margin-bottom: 5px;
}

#contents .flex.gap2 {
	justify-content: center;
	gap: 2em;
}

#contents .flex.gap2 div {
	margin-left: 0;
}

#contents .flex.gap2 img {
	vertical-align: middle;
}

#contents .battery caption{
	text-align: left;
}

#contents .battery tbody {
	text-align: center;
}

#contents .battery tbody td {
	padding: 10px;
}

@media (max-width: 800px){	
	#contents table.tbl_charge{
		width: 100%;
	}
	
	#contents .flex.gap2 {
		margin: 1em 0;
		gap: 0;
	}
	
	#contents .flex.gap2 div:first-child{
		margin-bottom: 1em;
	}
}