<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 special system_update
	================================================================================================
*/
div#contents div#tips div#feature02 div.tips_detail {
    display: table;
}
div#contents div#tips div#feature02 div.tips_detail div.text {
    width: 500px;
    display: table-cell;
}
div#contents div#tips div#feature02 div.tips_detail div.underline {
	margin: 5px 0 15px 0;
    border-bottom: 1px dotted #CCCCCC;
}
div#contents div#tips div#feature02 div.tips_detail div.image {
    width: 250px;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}
div#contents div#feature02 div.last {
	border-bottom: none;
	margin-bottom: 0;
}
div#contents div#tips div.tips_detail div.comment {
	float: left;
    width: 500px;
}
div#contents div#tips div.tips_detail div.img {
	float: left;
    margin: 0;
    width: 250px;
}
div#contents div#feature07 h3 span {
	font-size: 90%;
	margin-left: 20px;
}
div#contents div#feature03 ul.link_in,
div#contents div#feature04 ul.link_in,
div#contents div#feature05 ul.link_in,
div#contents div#feature06 ul.link_in {
	padding-bottom: 0;
}
div#contents div#feature03 ul.link_movie,
div#contents div#feature04 ul.link_movie,
div#contents div#feature05 ul.link_movie,
div#contents div#feature06 ul.link_movie {
	padding-top: 0.15em;
}
/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
div#contents div#tips div#feature02 div.tips_detail div.text,
div#contents div#tips div#feature02 div.tips_detail div.image {
    width: auto;
}
div#contents div#tips div#feature02 div.tips_detail,
div#contents div#tips div#feature02 div.tips_detail div.text,
div#contents div#tips div#feature02 div.tips_detail div.image {
    display: block;
    width: auto;
}
div#contents div#tips div.tips_detail div.comment,
div#contents div#tips div.tips_detail div.img {
	clear: both;
	width: auto;
}
}</pre></body></html>