<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*
	================================================================================================
		tablet support guide common
	================================================================================================
*/

/*
============================================================================
	background
============================================================================
*/
#contents .section div.playstore {
	float: left;
	width: 46%;
	background-color: #fbebeb;
        padding: 10px 8px 10px 12px;
}

#contents .section div.android {
	float: left;
	width: 46%;
	background-color: #deffde;
        padding: 10px 8px 10px 12px;
}

#contents .section div.compare{
	margin: 10px 0px 30px 11px;
}

#contents .section div.compare div.android p{
	margin-left: 0px;

}

#contents .section div.compare div.playstore p{
	margin-left: 0px;

}

/*
	============================================================================
		icon
	============================================================================
*/
#contents .section img.icon {
    margin: 2px;
}

#contents .section ul.link_movie img.icon {
    margin: 0 5px 0 0;
}

/*
	============================================================================
		table
	============================================================================
*/
#contents table {
	font-size: 12px;
}

#contents table th {
	padding: 5px;
}

#contents table th.cell_id1 {
	width: 100px;
}

#contents table th.cell_id2,
#contents table th.cell_id3 {
	width: 60px;
}

#contents table th.cell_id4 {
	width: 50px;
}

#contents table td.cell_id1,
#contents table td.cell_id2,
#contents table td.cell_id3,
#contents table td.cell_id4 {
	text-align: center;
	vertical-align: middle;
}

#contents table td.cell_app_icon {
	width: 200px;
}

#contents table td.cell_app_icon div {
	text-align: center;
}
#contents table td.cell_app_icon div img {
	margin: 3px 0 0 0;
}

#contents table td.cell_payment ul,
#contents table td.cell_payment p {
	padding: 0;
	margin: 0;
}

#contents table td.cell_payment ul.annotation {
	padding-left: 10px;
}

#contents table td.cell_payment ul.disc {
	list-style: none;
}

/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
#contents table td.cell_app_icon,
#contents table td.cell_app_icon div,
#contents table th.cell_id1,
#contents table th.cell_id2,
#contents table th.cell_id3,
#contents table th.cell_id4 {
	width: auto;
	word-break: break-all;
}
}</pre></body></html>