@charset "Shift_JIS";

/*
	================================================================================================
		tablet support guide recopla tvwatch3
	================================================================================================
*/

div#contents div#center_img01 {
	width: 624px;
	margin: 0 auto 25px;
}


div#contents .blue_area {
    border: 2px solid #0000ff;
    margin: 0 0 1em;
    padding: 1em;
}


div#contents .red_area {
    border: 2px solid #ff0000;
    margin: 0 0 1em;
    padding: 1em;
}

div#contents ol li.end_text{
	margin-bottom: 30px;
}

div#contents #setting p {
	margin-left: 20px;
}


/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
div#contents div#center_img01 {
	width: auto;
}
}