/* CSS Document */

#sideEnclosingArea aside dl.imageList dd a span.contactUs {
	background: url(/inkjet/img/bg_contact_us.gif) 10px 0 no-repeat;
}

#sideEnclosingArea aside dl.imageList dd a span.faq,
#sideEnclosingArea aside div.imageList ul li a span.faq {
	background: url(/inkjet/img/bg_faq.gif) 10px 0 no-repeat;
}

#sideEnclosingArea aside dl.asideList01 dd a img.movieTitle {
	display:none;
}

#sideEnclosingArea article table span.symbol01 {
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.3;
}

/* Parts for embedding external content
.embed-16to9 Aspect ratio 16:9 */
#contentsArea .embed{
	width: 480px;
	margin: auto;
}

#contentsArea .embed .embed-16to9 {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /*アスペクト比の縦幅の％（16:9）*/
}
#contentsArea .embed .embed-16to9 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}