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

/*
	================================================================================================
		support vaio contact software format
	================================================================================================
*/

.section table tr th.software {
	width: 200px;
}

.section table tr th.contact {
	width: 560px;
}

.section table tr td {
	word-break: break-all;
}

.section table tr.bgcb {
	background-color: #f7fcff;
}

#contents .box_info_area{
	*zoom: 1;
}

#contents td ul.annotation {
    margin-left: 0.5em;
    margin-bottom: 0;
}

/*
----------------------------------------------------------------------------
	この情報は役に立ちましたか？
----------------------------------------------------------------------------
*/

div#contents div#shortmessage {
    display: none;
}

div#contents div#shortmessage a {
	display: block;
	margin: 0 auto 20px;
	width: 290px;
}

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

	div#agenda div.agendabody ul.agenda_ls li.hide_mq {
		    display : none;
	}

	.hide_mq {
		    display : none;
	}
	.section table tr.hide_mq {
		    display : none;
	}
}
</pre></body></html>