@charset "utf-8";
/* support/tv/update/androidtv_osv-q/css/index.css */
html{
	font-size: 0.813rem;
}

.mod-mainContentContainer{
	font-size: 1rem;
}
#contents h1.title{
	border-bottom: 2px solid #6b6b6b;
	color: #2f353d;
}
#contents h2.title ~ *{
	margin-left: 1.75em;
}

#contents h3 ~ p{
	margin-left: 8px;
	padding-left: 0.5em;
}

#contents h3{
	margin-bottom: 1em;
	padding: 0.5em;
	border-left: 5px solid #333;
	font-size: 1.231rem;
	line-height: 1.3;
}

#contents h3 ~ dl dt{
	margin-left: 0;
}


#contents h4{
	margin-top: 2em;
	margin-bottom: 1em;
	padding: 0.5em;
	background: #eee;
	font-size: 1.077rem;
	line-height: 1.4;
}
#contents h4,
#contents h4 ~ p{
	margin-left: calc(8px + 0.5em);
}
/*#contents h4~ dl.h4_inner,*/
#contents h4 ~ .pct,
#contents h4 ~ .imgArea{
	margin-left: calc(8px + 1em);
}


/* indexArea */
#contents .indexArea{
	display: table;
	width: calc(100% - 1.75em);
	margin-bottom: 2em;
	padding-bottom: 2em;
	box-sizing: border-box;
}

#contents .indexArea p.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;
}

#contents .indexArea ul{
	border: 1px solid #ccc;
	padding: 1.5em 1em 1em 1.5em;
	list-style-type: none;
	margin: 0;
	box-sizing: border-box;
	height: 100%;
	background-color: #fff;
}

#contents ul.txtlink.inner > li{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
	margin-bottom: 5px;
}

#contents h3 + h4{
	margin-top: 0;
}

#contents .notice_gray_b > ul.txtlink li{
	margin-bottom: 5px;
}

#contents .notice_gray_b > ul.annotation,
#contents .notice_gray_b > ul.annotation > li{
	margin-left: 0;
}

#contents .notice_gray_b > ul.annotation > li > a.textLink{
	padding-left: 1em;
	text-indent: 0;
	margin-left: 5px;
}

#contents .pct{
	margin: 2em 0 2em 1em;
}

#contents .imgArea{
	margin: 2em 0 2em 1em;
}

#contents .imgArea > .pct{
	margin: 2em 0;
}

#contents .flex.blueArrow{
	width: 88%;
}

#contents a.textLink,
#contents .ilb{
	display: inline-block;
}

#contents ul.btnArea:after{
	display: none;
}

#contents .notice_gray_b{
	padding: 1.5em 1em;
}

#contents .notice_gray_b > dl dt,
#contents .notice_gray_b > dl dd{
	margin-left: 0;
}

#contents .notice_gray_b p.annotation.num{
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-left: 0;
}

#contents .imgArea.flex.left{
	justify-content: flex-start;
}
#contents .imgArea.flex.left .pct + .pct{
	margin-left: 1em;
}

#contents dl dd > p{
	margin-left: 0;
}

#contents span.green {
	color: #2e8801;
}

#contents .annotation.asterisk{
	margin-left: 2.5em;
	margin-bottom: 0;
}
#contents .annotation.asterisk::before {
	content: "*";
	display: inline-block;
	font-weight: bold;
	font-size: 120%;
}

#contents .annotation.asterisk.gr::before {
	color: #2e8801;
}

#contents ul.none{
	list-style-type: none;
}

#contents h4 ~ ul.none,
#contents h4 ~ dl{
	margin-left: 2em;
}

#contents .annotation.asterisk + ul.none{
	margin-left: 2.5em;
}
#contents .mod-pageTop a{
	font-size: 0.846rem;
	color: #43677e;
}


@media (max-width: 640px){
	
	#contents h2.title ~ * {
		margin-left: 5px;
	}
	#contents h3 ~ p{
		margin-left: 0;
		padding-left: 0;
	}
	
	#contents section > dl,
	#contents .imgArea{
		margin-left: 0;
	}
	
	#contents .indexArea{
		width: calc(100% - 5px);
	}
	
	#contents h4,
	#contents .pct,
	#contents h4 ~ .pct,
	#contents h4 ~ .imgArea,
	#contents h4 ~ ul.none{
		margin-left: 0;
	}
	
	#contents .pct:not(.s_img) > img{
		width: 100%;
		max-width: 400px;
		height: auto;
	}
	
	#contents .flex img.rotate{
		transform: rotate( 90deg );
		height: 36px;
		width: auto;
	}
	#contents .imgArea.flex.left,
	#contents .imgArea.flex.left .pct + .pct{
		margin-left: 0;
	}
	
	#contents .imgArea.flex.left{
		margin-top: 0;
		margin-bottom: 3em;
	}
	
	#contents .flex.left .pct{
		margin-bottom: 0;
	}
	
	#contents .annotation.asterisk,
	#contents .annotation.asterisk + ul.none{
		margin-left: 1em;
	}
	
	#contents dl dd > .s_img{
		text-align: center;
	}

}

