@charset "utf-8";


/* androidtv_update21_06 css*/ 

#contents section {
	margin-bottom: 2em;
    margin-left: 0.5em;
}

#contents section.inner {
    margin-left: 0.5em;
}

#contents section h2 {
	margin-top: 3em;
}

#contents h2.title{
	margin-left:0.75em;
	padding-left:0.5em;
	border-bottom:#000 solid 1px;
	margin-bottom:1em;
}

#contents .pct {
	margin: 1em 0 1em 1em;
}

#contents section .notice_gray_b {
	margin-left: 1em;
}

/* ul.btnArea */
#contents ul.btnArea{
	margin:2em 0 3em 1.25em;
	list-style:none;
}

#contents ul.btnArea li{
	width: 45%;
	margin: 0.5em;
	float: left;
	display: block;
}

#contents ul.btnArea li a{
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	padding: 1em;
	display: block;
	color: #000;
	height: 1.5em;
}

#contents ul.btnArea li a span{
background: url(/support/tv/share3/images/arrow_black-b.png) no-repeat 0 0.5em;
	padding: 0 0 0 15px;
	font-weight: 700;
	font-size: 1.15em;
	display: block;
}

#contents ul.btnArea li a:hover,
#contents ul.btnArea li a:active,
#contents ul.btnArea li a:focus{
	background: url("/support/tv/share3/images/bg_gradation_on.gif") repeat-y;
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

/* annotation */
#contents p.annotation,
#contents ul.annotation li{
	text-indent:-1em;
	padding-left: 1em;
}

#contents ul.annotation.trade{
	margin: 4em 0 1em 1em;
}

#contents ol li p.annotation{
	margin-left: 0em !important;
	text-indent:-1em;
	padding-left: 1em;
}

/* notice_gray_b */
#contents .notice_gray_b {
	padding: 1em 1em!important;
}

#contents a.textLink{
	background-position: 0 6px;
}

/* dl dt */
#contents dl dt{
	margin-bottom: 0.3em;
	font-size: 1.15em;
	margin-left: 1em;
}

/* dl.model */
#contents dl{
	margin-top: 0;
}

#contents dl.model dd{
	margin-bottom:0.2em;
	margin-left: 1.5em;
}

@media screen and (max-width: 640px){
    #contents section {
    margin-left: 0;
    }
 
	#contents h2.title{
		margin-left:5px;
		padding-left:5px;
	}

	#contents dl.model{
		margin-left:5px;
	}

	#contents dl.model dt,
	#contents dl.model dd{
		margin-left:0;
	}

	/* ul.btnArea */
	#contents ul.btnArea{
		margin-left:5px;
	}

	#contents ul.btnArea li{
		width: 100%;
		margin-left:0;
	}

	#contents img {
		max-width:100%;
		height:auto;
		margin: 0 auto;
		width: auto;
	}
    
	#contents .pct {
        margin-left: 0;
	}

}