@charset "utf-8";
/* CSS Document */

/*===========================================
	howto HT-AN7 css
=============================================*/
#contents .top {
    background-image: url("/support/home-theater/howto/ht-a9000/images/index_top_pct.png");
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1200px;
    margin: 0 auto 2em;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
}

#contents .top h1{
	color: #000;
    margin: 0;
    text-shadow: 1px 1px 5px #FFF, -1px -1px 5px #FFF, -1px 1px 5px #FFF, 1px -1px 5px #FFF, 0px 1px 5px #FFF, 0-1px 5px #FFF, -1px 0 5px #FFF, 1px 0 5px #FFF;
}

#contents .top h1 span.series{
	padding: 0;
    display: block;
    font-size: 3rem;
    text-align: center;
}

#contents .top h1 span.title{
	margin: 0;
    padding: 0.2em 1em;
    display: block;
    border-top: #000 solid 2px;
    border-bottom: none;
    font-size: 3rem;
    text-align: right;
}

@media screen and (max-width: 1085px){
	#contents .top h1 span.series,
	#contents .top h1 span.title {
		font-size: 2rem;  
	}
}

@media screen and (max-width: 640px){
	#contents .top{
        background-size: cover;
		height: 150px;
	}
	#contents .top h1 span.series{
        margin: 0 0.5em;
		padding: 0;
        font-size: 1.2rem;
        text-align: left;        
    }

    #contents .top h1 span.title{        
        padding: 0.2em 0.5em;
		font-size: 1.3rem;
        text-align: left;
    }
}

#contents h2.title {
    font-size: 1.25rem;
    border-bottom: 1px solid #2f353d;
    color: #2f353d;
    margin: 2em 0 1em;
    padding: 0;
}

#contents h2.t-flex{
    display: flex;
    align-items: center;
}

#contents span.icon img{
    vertical-align: middle;
}

#contents span.icon img.img01{
    margin: 0 0.5em 0.3em;
}

#contents ul.list-flex{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
	padding-left: 0;
}

#contents ul.list-flex li{
    width: 250px;
    margin: 0 15px 1.5em;
}

#contents ul.list-flex a{
    display: inline-block;
}

#contents ul.list-flex a:hover{
    color: #000;
}

#contents .annotation{
	display: inline-block;
	margin-left: 0;
	padding-left: 1em;
    text-indent: -1em;
}

#contents .notice_gray_b {
    background-color: #EBEBEB;
    border: 1px solid #999999;
    padding: 0 1em;
}

#contents ul.disc {
    list-style-type: disc;
	padding-left: 1.5em;
}

#contents ul.disc li {
    margin-bottom: 1em;
}

#contents dl dt {
    font-weight: bold;
}

#contents dl dd {
    margin: 1em 0 0 0;
}

@media (max-width: 640px){
	#contents ul.list-flex{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
        
    #contents ul.list-flex li{
    width: 250px;
    margin: 0 0 2em;
    }
}    