@charset "utf-8";
/* support/tv/update/gtv_features_2021_04/css/index.css */

#contents section dl dt {
	margin:3.5em 0 0.5em 0;
	font-size: 1.12em;
	font-weight: bold;
	
}

#contents section dl dt > span.annotation{
	font-size: 1rem;
	font-weight: normal;
}

#contents section dl dd,
#contents section dl dd > .notice_gray_b{
	margin-left: 0;
}

#contents section dl dd{
	margin-bottom: 3em;
}

#contents h2.title ~ *{
	margin-left: 1.75em;
}

#contents figure{
	margin-top: 2em;
	margin-bottom: 2em;
}

#contents ul.disc{
	margin-left: 2.75em;
}

#contents .notice_gray_b > figure{
	margin-top: 1em;
	margin-bottom: 1em;
}

#contents .ilb{
	display: inline-block;
}

@media (max-width: 640px){
	
	#contents h2.title ~ * {
    	margin-left: 0;
	}

	#contents figure img{
		width: auto;
		max-width: 360px;
		height: auto;
	}

	#contents figure.s_img img{
		width: auto;
		max-width: auto;
	}
	#contents ul.disc{
		margin-left: 1.75em;
	}
	
}

@media (max-width: 390px){
	#contents figure img{
		width: 100%;
	}
}
