@charset "UTF-8";

#layout-container .faq-title {
	font-size: 1.2em;
}
#layout-container #device_update {
	text-align: right;
	margin: 10px 10px 0 0;
}
#layout-container .device_note {
	width: 100%;
	font-size: 1.0em;
	margin: 2px 0 20px 0;
	list-style: none;
	color: #000;
	float: none;
}
#layout-container .device_table{
	margin: 2em 1em;
	overflow-x: auto;
	box-sizing: border-box;
}
#layout-container .device_table table{
	width: 100%;
}
#layout-container .device_table table caption{
	text-align: left;
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#layout-container .device_table table th,
#layout-container .device_table table td{
	border: 1px solid #999;
	padding: 1em 0.5em;
	vertical-align: middle;
    text-align: left;
	font-size: 0.82em;
	white-space: nowrap;
}
#layout-container .device_table table th{
	background: #eee;
}
#layout-container .device_table table td{
	min-width: 160px;
	font-size: 1em;
}
#layout-container .device_table table tbody th{
	font-weight: bold;
}
#layout-container .device_table table td:first-child {
  width: 15%;
}
#layout-container .device_table .appIcon{
	margin: 0.25em;
	display: inline-block;
}
#layout-container .device_table .funcTxt{
	display: block;
}
#layout-container .device_table .funcTxt::before{
    content: "・";
}
#layout-container #others_table{
	margin: 1em 1em 2em;
	width: 97%;
}
#layout-container #others_table th,
#layout-container #others_table td{
	border: 1px solid #999;
	padding: 1em 0.5em;
	vertical-align: middle;
	text-align: left;
}
#layout-container #others_table th{
	background: #eee;
}


#layout-container table.mom tr {
  display: table-row;
}
#layout-container table.mom th.model-google-col {
  padding: 1em 0.4em;
}
#layout-container .main {
  max-width: 1024px;
}
#layout-container #info_category {
  margin: 1em;
}
#layout-container #info_category ul{
	list-style: disc;
	text-align: left;
	margin-left: 1.5em;
}
#layout-container #info_category button {
  width: 125px;
  height: 60px;
  margin: 5px 3px;
  vertical-align: top;
  word-break: break-word;
  line-height: 1.2;
}
#layout-container #info_category button[disabled] {
  background-color: #A7A7A7;
  border: none;
  color: black;
  font-weight: bold;
}
#layout-container #device_category h3,
#layout-container #device_category h3 .dc_sub,
#layout-container #device_category h3 .dc_title {
  font-size: 1.10em;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.1em;
  border: none;
}
#layout-container #device_category h3 {
  display: flex;
  margin: 1em 0.769em;
}
#layout-container #device_category h3 .dc_sub {
  padding-right: 0.769em;
}
#layout-container #device_category #device_category_nav {
  display: flex;
  margin-left: 1em;
}
#layout-container #device_category #device_category_nav ul {
  float: none;
}
#layout-container #others {
  margin: 1em 0 3em;
  padding-right: 1em;
}
#layout-container #others .others_titile {
  font-size: 1.20em;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 10px;
  border: none;
}
#layout-container #others table th, #layout-container #others table td {
  width: auto;
}
#layout-container #others table td {
  padding: 0.8em;
  text-align: left;
}