@charset "Shift_JIS";

/*
	================================================================================================
		support actioncam guide css os.css
	================================================================================================
*/


table.os_list tr {

}

table.os_list {
	margin: 1em 0em 2em 0em;
	width: 100%;
}

table.os_list th {
	background-color: #E3E3E3;
	font-weight: 300;
	text-align: center;
}

table.os_list th,
table.os_list td {
	border: #CCC 1px solid;
	padding: .5em;
}

table.os_list th {
	text-align: center;
}

table.os_list td {
	height: 50px;
	text-align: center;
}

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

table.os_list {
	font-size: 10px;
	word-break: break-word;
}

}