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

#contents #app_rename {
    background: none repeat scroll 0 0 #f3f3f3;
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
    padding: 20px 20px 3px 5px;
    width: auto;
}

#app_rename table td {
	border : 1px solid #ccc;
	background-color : #fff;
	text-align : center;
}
#app_rename table td.before {
    background-color: #f3f9fb;
}
#app_rename table td.after {
	background-color: #f2dcdb;
}
#app_rename table td.products {
	text-align : left;
}
#app_rename ul.annotation {
	margin-bottom : 0px;
}
#app_rename ul.annotation li {
	margin-bottom : 0px;
}

@media(max-width: 640px){
}</pre></body></html>