<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS for Smart Phone */
:root {
	/*--font-1:xx-small;
	--font-2:x-small;
	--font-3:small;
	--font-4:medium;
	--font-5:large;
	--font-6:x-large;
	--font-7:xx-large;*/
	/*--font-1:x-small;
	--font-2:small;
	--font-3:medium;
	--font-4:large;
	--font-5:x-large;
	--font-6:xx-large;
	--font-7:xxx-large;*/
	--font-1:xxx-small;
	--font-2:xx-small;
	--font-3:x-small;
	--font-4:small;
	--font-5:medium;
	--font-6:large;
	--font-7:x-large;
}

.contents {
	/*width:640px;*/
	width: 95%;
}

.header_div {
	/*width:640px;*/
	margin: 0 10px;
}
.header_status_bar_left {
	/*margin-right: 60px; */
    width: 50%;
    margin-left: auto;
    margin-right: 60px;
    margin-top: 9px;
}
.header_status_bar_right {
	display: none;
}

.regist_btn {
	margin-right: auto;
	margin-left: auto;
}</pre></body></html>