@charset "utf-8";

/*
	================================================================================================
		support vlogcam os css index.css
	================================================================================================
*/

#contents .warningBox ul{
	margin-left: 3em;
}

#contents .warningBox + p.annotation{
	padding-left: 2em;
    text-indent: -2em;
}

#windows,
#mac{
	margin-top: 2em !important;
	margin-bottom: 5em !important;
}
#contents table.os_list{
	margin: 0;
	width: 100%;
}

#contents table th.model{
	width: 28%;
}
#contents table td{
	text-align: center;
}

@media screen and (max-width: 640px) {
	
	#contents .warningBox{
		padding: 8px;
	}

	#contents table.os_list {
		font-size: 0.9rem;
		word-break: break-word;
	}
}

/* 20250226 */
#contents p.annotation{
	padding-left: 1.5em;
	text-indent: -1.5em;
}

#contents .notice_gray{
	margin-top: 5em;
}


