/* pc */
@media only screen and (min-width: 640px) {
  #devices_container {
    background: #f0f0f0;
    text-align: left;
    padding: 30px 0 25px; }
    #devices_container #devices_main {
      margin: 0 auto;
      width: 900px; }
    #devices_container p#devices_first_lead {
      font-size: 12px;
      line-height: 16px;
      color: #666666;
      margin: 0 0 30px; }
    #devices_container #devices_all_btn {
      margin: -20px 0 10px; }
      #devices_container #devices_all_btn p {
        font-size: 12px;
        text-align: right; }
        #devices_container #devices_all_btn p a {
          display: inline-block;
          color: #666666;
          text-decoration: none;
          border: solid 1px #cccccc;
          background: #fff;
          line-height: 30px;
          height: 30px;
          overflow: hidden;
          width: 120px;
          box-sizing: border-box;
          text-align: center; }
          #devices_container #devices_all_btn p a span#dab_hide {
            display: none; }
        #devices_container #devices_all_btn p a.active span#dab_hide {
          display: inline; }
        #devices_container #devices_all_btn p a.active span#dab_show {
          display: none; }
        #devices_container #devices_all_btn p a.active:before {
          content: "";
          background: url(/img/devices/all_minus.png) no-repeat;
          width: 15px;
          height: 15px;
          display: inline-block;
          vertical-align: -3px;
          margin: 0 8px 0 0; }
        #devices_container #devices_all_btn p a:before {
          content: "";
          background: url(/img/devices/all_plus.png) no-repeat;
          width: 15px;
          height: 15px;
          display: inline-block;
          vertical-align: -3px;
          margin: 0 8px 0 0; }
        #devices_container #devices_all_btn p a:hover {
          opacity: 0.6; }
    #devices_container .devices_search_title, #devices_container .devices_search_title_result, #devices_container .sp_device_content {
      display: none !important; }
    #devices_container .device_list ul.device_notice {
      font-size: 12px;
      line-height: 16px;
      color: #666666; }
      #devices_container .device_list ul.device_notice li {
        text-indent: -1em;
        margin: 0 0 5px 1em; }
      #devices_container .device_list ul.device_notice li sup {
        margin-right: 5px; }
    #devices_container .device_list dl {
      margin: 0 0 35px; }
      #devices_container .device_list dl dt.active a:before {
        content: "";
        background: url(/img/devices/list_minus.png) no-repeat;
        width: 31px;
        height: 30px;
        display: block;
        position: absolute;
        top: 10px;
        left: 10px; }
      #devices_container .device_list dl dt.device_list_title {
        background: #cccccc;
        display: block;
        padding: 18px 0 18px 20px;
        color: #666666;
        font-weight: bold;
        text-decoration: none;
        position: relative; }
      #devices_container .device_list dl dt a {
        background: #cccccc;
        display: block;
        padding: 18px 0 18px 60px;
        color: #666666;
        font-weight: bold;
        text-decoration: none;
        position: relative; }
      #devices_container .device_list dl dt a:before {
        content: "";
        background: url(/img/devices/list_plus.png) no-repeat;
        width: 31px;
        height: 30px;
        display: block;
        position: absolute;
        top: 10px;
        left: 10px; }
      #devices_container .device_list dl dd {
        padding: 0;
        margin: 0; }
        #devices_container .device_list dl dd .device_table {
          overflow: hidden;
          height: auto;
          padding: 20px 0 15px; }
          #devices_container .device_list dl dd .device_table table {
            border-collapse: separate; }
          #devices_container .device_list dl dd .device_table .device_table_head {
            float: left;
            width: 422px; }
          #devices_container .device_list dl dd .device_table .device_table_body {
            float: left;
            width: 478px;
            position: relative;
            overflow: hidden; }
            #devices_container .device_list dl dd .device_table .device_table_body th {
              width: 158px;
              min-width: 158px; }
            #devices_container .device_list dl dd .device_table .device_table_body td {
              text-align: center; }
            #devices_container .device_list dl dd .device_table .device_table_body tr th:last-child, #devices_container .device_list dl dd .device_table .device_table_body tr td:last-child {
              border-right: none; }
            #devices_container .device_list dl dd .device_table .device_table_body .device_table_body_main {
              width: 100%; }
          #devices_container .device_list dl dd .device_table th {
            border-right: solid 1px #b5b5b5;
            border-bottom: solid 1px #b5b5b5;
            text-align: center;
            font-size: 16px;
            line-height: 18px;
            font-weight: normal;
            color: #666666;
            padding: 10px 0; }
          #devices_container .device_list dl dd .device_table td.dth_check {
            color: #4197e5; }
            #devices_container .device_list dl dd .device_table td.dth_check sup {
              margin-left: 5px;
              color: #666666; }
          #devices_container .device_list dl dd .device_table th.dth_name {
            width: 260px; }
          #devices_container .device_list dl dd .device_table th.dth_os {
            width: 160px;
            text-align: center; }
          #devices_container .device_list dl dd .device_table td.dth_os {
            text-align: center; }
          #devices_container .device_list dl dd .device_table td {
            border-right: solid 1px #b5b5b5;
            border-bottom: solid 1px #b5b5b5;
            padding: 18px 0;
            font-size: 14px;
            line-height: 1.3em;
            color: #666666; } }

/* SP */
@media only screen and (max-width: 639px) {
  .device_list, #devices_all_btn {
    display: none; }
  #devices_container {
    background: #f0f0f0;
    text-align: left;
    padding: 30px 15px 32px; }
    #devices_container #devices_first_lead {
      font-size: 11px;
      color: #666666;
      line-height: 14px;
      padding: 0 0 29px;
      margin: 0 0 20px;
      border-bottom: solid 1px #cccccc; }
    #devices_container .devices_search_title_maker,
    #devices_container .devices_search_title,
    #devices_container .devices_search_title_result {
      font-size: 15px;
      line-height: 22px;
      text-align: center;
      padding: 0 0 17px; }
    #devices_container .sp_device_back_btn {
      text-align: center;
      margin: 30px 0 0; }
      #devices_container .sp_device_back_btn a {
        border: solid 1px #cccccc;
        background: #fff;
        font-size: 12px;
        line-height: 1em;
        display: inline-block;
        padding: 13px 35px;
        color: #666666;
        text-decoration: none;
        position: relative; }
      #devices_container .sp_device_back_btn a:before {
        content: "";
        position: absolute;
        background: url(/img/devices/back.png) no-repeat;
        background-size: 7px 12px;
        width: 7px;
        height: 12px;
        display: block;
        top: 50%;
        left: 12px;
        margin: -6px 0 0; }
    #devices_container .sp_device_maker ul li {
      color: #333333;
      font-size: 15px;
      line-height: 1.3em; }
      #devices_container .sp_device_maker ul li a {
        padding: 22px 0;
        display: block;
        background: #cccccc;
        margin: 0 0 2px;
        color: #333333;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        position: relative;
}

#devices_container .sp_device_maker ul li a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    content: '';
    border-right: 3px solid #333333;
    border-bottom: 3px solid #333333;
    -webkit-transform: rotateZ( -45deg );
    -ms-transform: rotateZ( -45deg );
    transform: rotateZ( -45deg );
}

    #devices_container .sp_device_device dl {
      margin: 0 0 15px; }
      #devices_container .sp_device_device dl dt {
        margin: 0;
        padding: 15px 0;
        color: #333333;
        font-size: 15px;
        line-height: 1.3em;
        background: #fff;
        margin: 0 0 2px;
        font-weight: bold;
        text-align: center; }
      #devices_container .sp_device_device dl dd {
        margin: 0; }
        #devices_container .sp_device_device dl dd ul li {
          color: #333333;
          font-size: 15px;
          line-height: 1.3em; }
          #devices_container .sp_device_device dl dd ul li a {
            padding: 22px 0;
            display: block;
            background: #cccccc;
            margin: 0 0 2px;
            color: #333333;
            text-align: center;
            text-decoration: none;
            font-weight: bold;
            position: relative;
}
#devices_container .sp_device_device dl dd ul li a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    content: '';
    border-right: 3px solid #333333;
    border-bottom: 3px solid #333333;
    -webkit-transform: rotateZ( -45deg );
    -ms-transform: rotateZ( -45deg );
    transform: rotateZ( -45deg );
}
    #devices_container .sp_device_result .sp_device_result_main {
      background: #fff;
      padding: 20px 15px 15px; }
    #devices_container .sp_device_result .sp_maker_device {
      font-size: 15px;
      list-style: 21px;
      color: #333333;
      font-weight: bold;
      text-align: center;
      margin: 0 0 17px; }
    #devices_container .sp_device_result ul.sp_device_result_item {
      color: #666666;
      font-size: 13px;
      line-height: 18px; }
      #devices_container .sp_device_result ul.sp_device_result_item li {
        margin: 0 0 10px; }
        #devices_container .sp_device_result ul.sp_device_result_item li sup {
          margin: 0 0 0 5px; }
    #devices_container ul.sp_device_result_notice {
      margin: 12px 0 0;
      font-size: 12px;
      line-height: 16px;
      color: #666666; }
      #devices_container ul.sp_device_result_notice li {
        text-indent: -1em;
        margin: 0 0 5px 1em; } }
