@charset "Shift_JIS";

/*
	================================================================================================
		tablet support guide movieapp setting index
	================================================================================================
*/

div#contents div#step1 h3,
div#contents div#step3 h3 {
	background: url("/support/tablet/guide/movieapp/setting/images/index3_ttl_01.jpg") no-repeat scroll left 0 transparent;
    height: 35px;
    padding: 13px 0 0 75px;
}

div#contents div#step2 h3 {
	background: url("/support/tablet/guide/movieapp/setting/images/index3_ttl_02.jpg") no-repeat scroll left 0 transparent;
    height: 35px;
    padding: 13px 0 0 75px;
}

div#contents div#step4 h3,
div#contents div#step5 h3 {
	background: url("/support/tablet/guide/movieapp/setting/images/index3_ttl_03.jpg") no-repeat scroll left 0 transparent;
    height: 35px;
    padding: 13px 0 0 75px;
}
/*
	====================================
		button
	====================================
*/
.Button {
    width: 250px;
}
.ButtonText {
    max-width: none\9 ;
}
/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
#contents .section_title {
	border-bottom: none;
}

div#contents div#step1 h3,
div#contents div#step2 h3,
div#contents div#step3 h3,
div#contents div#step4 h3,
div#contents div#step5 h3 {
    min-height: 35px;
    height: auto;
    background-position: left bottom;
}
/*
	====================================
		button
	====================================
*/
.Button {
	width: 88%;
}
}