@charset "utf-8";
/* ==========================================================================
	/bravia-biz/support/update/androidtv_osv-q/index.css
========================================================================== */

.s5-container {
	line-height: 1.6;
}

h1.s5-heading2,
h2.s5-heading3{
	margin: 2em 0 1em;
}

h3 {
	margin-top: 1em;
	margin-bottom: 1em;
    padding: 0.5em;
    border-left: 5px solid #333;
    font-size: 1.1875rem;
	font-weight: bold;
    line-height: 1.3;
}

h4 {
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 0.5em;
    background: #eee;
    font-size: 1.0625rem;
	font-weight: bold;
    line-height: 1.4;
}

section {
	margin-bottom: 2em;
}

section.c5-pt3em {
	padding-top: 3em;
}

/* c5-notice_gray */
.c5-notice_gray {
	background-color: #eee;
    padding: 1em;
	margin: 1em 0;
}

.c5-notice_gray img {
	margin-bottom: 1em;
}

.c5-annotation.c5-num {
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.c5-annotation {
    text-indent: -1em;
    padding-left: 1em;
}

/* c5-indexArea */
.c5-indexArea {
	display: table;
	width: 100%;
	margin: 1em 0 0;
	box-sizing: border-box;
}

.c5-indexArea p.c5-left{
	display: table-cell;
	width: 1.5em;
	height: auto;
	margin: 0;
	padding: 0.5em;
	background: #000;
	color: #fff;
	font-size: 14px;
	writing-mode: tb-rl;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 4px;
}

.c5-indexArea ul{
	border: 1px solid #ccc;
	padding: 1em 1em 1em 1.5em;
	list-style-type: none;
	margin: 0;
	box-sizing: border-box;
	height: 100%;
	background-color: #fff;
}

.c5-indexArea ul.txtlink.c5-inner > li{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
	margin-bottom: 0.3em;
	padding-left: 1em;
}

.c5-indexArea ul.txtlink.c5-inner > li:last-child {
	margin-bottom: 0;
}

.c5-pct {
    margin: 2em 0;
}

.c5-icon_window {
	display: inline-block;
	padding-left: 0.25em;
}

@media screen and (max-width: 991px){
	section.c5-pt3em {
		padding-top: 0;
	}
}