/*===================================================================
	/xxx/index.htm 
===================================================================*/
#contents .mainSection .imgAtt {
  width: 440px;
  height: 360px;
  padding-right: 20px;
  position: relative; }

#contents .mainSection .imgAtt .idxImg {
  margin-top: -30px; }

#contents .mainSection .imgAtt .iDown01 {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

#contents .mainSection .imgAtt .attention {
  padding: 3px 5px;
  font-size: 68%;
  border: 1px solid #aaa;
  position: absolute;
  top: 150px;
  left: 290px; }

#contents .mainSection .imgAtt sup {
  line-height: 1; }

#contents .mainSection .summary .summaryTable {
  margin-top: 15px;
  margin-bottom: 20px;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }

#contents .mainSection .summary .summaryTable th {
  width: 94px; }

#contents .mainSection .summary .summaryTable th,
#contents .mainSection .summary .summaryTable td {
  padding: 2px 13px;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-weight: normal;
  text-align: center; }

#contents .mainSection .summary .summaryRecommend {
  position: relative;
  padding: 5px 10px 5px 120px;
  border: 1px solid #dcdcdc;
  background: url(/products/receiptprinter/common/images/bg_recommend_01.png) no-repeat 99px center; }

#contents .mainSection .summary .summaryRecommend > p {
  display: block;
  position: absolute;
  width: 99px;
  margin-top: -1.2em;
  line-height: 1.2em;
  left: 0;
  top: 50%;
  text-align: center; }

#contents .mainSection .summary .summaryRecommend li {
  display: table-cell;
  width: 173px;
  font-size: 11px;
  line-height: 1.2em; }

#contents .mainSection .summary .summaryRecommend a {
  display: block;
  text-decoration: none; }

#contents .mainSection .summary .summaryRecommend li img,
#contents .mainSection .summary .summaryRecommend li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

#contents .mainSection .summary .summaryRecommend a:hover span {
  text-decoration: underline; }

#contents .detailSection .main .detailGroup .detail_no-border {
  padding-bottom: 0;
  border-bottom: 0; }

#contents .detailSection .main .detailGroup .detail_no-border .summary {
  width: 275px !important; }

#contents .detailSection .main .detailGroup .detail .summary .txt {
  margin-top: 5px;
  color: #000000; }

/*----- nav -----*/
.bannerNav,
.specialNav {
  text-align: center; }

.bannerNav {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 35px;
  display: block;
  background-color: #F2F1F1; }

.bannerNav ul {
  text-align: right;
  margin-left: auto;
  width: 58.5%;
  padding: 7px 0; }

.bannerNav ul li {
  float: left;
  padding: 0 1.5em;
  border-right: 1px solid #000; }

.bannerNav a {
  color: #000;
  display: block; }

.bannerNav a:hover {
  color: #005AB4;
  text-decoration: none;
  opacity: 0.8; }

.specialNav a {
  color: #FFF;
  display: block;
  background-color: #666666;
  padding: 10px 0; }

.specialNav a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8; }

.specialNav ul li {
  width: 24.9%;
  float: left;
  border-right: 1px solid #FFF; }

.bannerNav ul li:last-child,
.specialNav ul li:last-child {
  border: none; }

.specialbanner {
  z-index: 1;
  margin-top: -1px; }

/*----- btn -----*/
.bannerbtn {
  text-align: center;
  display: block; }

.bannerbtn ul li {
  width: 33.3%;
  height: 60px;
  float: left; }

.bannerbtn a:hover {
  opacity: 0.8; }

.bannerbtn .on1 {
  line-height: 3em; }

.bannerbtn .on1,
.bannerbtn .on2 {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #FF802A 100%);
  background-image: linear-gradient(45deg, #FFC107 0%, #FF802A 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #C66624; }

.bannerbtn .on1:active,
.bannerbtn .on2:active {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none; }

.bannerbtn .off1 {
  line-height: 3em; }

.bannerbtn .off1,
.bannerbtn .off2 {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #000;
  background-image: -webkit-linear-gradient(45deg, #F7F7F7 0%, #D9D9D9 100%);
  background-image: linear-gradient(45deg, #F7F7F7 0%, #D9D9D9 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #BCBCBC; }

.bannerbtn .off1:active,
.bannerbtn .off2:active {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none; }

.btn.custom {
  width: 80%;
  margin: auto;
  padding: 7px;
  border: 2px solid #005DAA;
  border-radius: 5px;
  text-align: center;
  box-shadow: 5px 5px 10px #8C8A89; }

.btn.custom a:link {
  color: #005DAA;
  text-decoration: none; }

/*.btn.custom:hover{ opacity: 0.8; }*/
.btn.custom img {
  vertical-align: middle;
  margin-right: 10px; }

/*----- index -----*/
.specialIndex {
  display: inline-block;
  padding-bottom: 30px; }

.specialIndex ul li {
  float: left;
  padding-right: 20px; }

.mark_new {
  color: #FFF;
  background-color: #E60000;
  padding: 1px 3px;
  margin-left: 3px; }

.detail2 {
  padding-bottom: 15px;
  border-bottom: solid 2px #005DA5; }

.specialTilte1 {
  width: 9%;
  position: relative;
  padding: 8px 0px 0px 15px;
  font-size: 19px;
  color: white;
  line-height: 1;
  z-index: -2; }

.specialTilte1:before {
  position: absolute;
  content: '';
  right: 0px;
  bottom: -5px;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 40px white;
  border-bottom: solid 50px transparent;
  z-index: -1; }

.specialTilte1 {
  background-color: #EB482C;
  border-bottom: solid 3px #EB482C;
  float: left; }

.specialTilte2 {
  line-height: 30px;
  display: block;
  border-bottom: solid 5px #EB482C; }

@media screen and (max-width: 480px) {
  #tmm30special {
    min-width: 960px !important;
    padding: 0 10px; }
  p {
    font-size: 85%; }
  .specialTilte2 {
    line-height: 20px;
    font-size: 97% !important; } }

.specialTilte3 {
  padding: 0 5px;
  border-left: 5px solid #005DA5; }

.stCap1 {
  padding: 20px 0; }

.ibox {
  width: 100%; }

.ibox ul {
  width: 85%;
  margin: auto; }

.ibox ul li {
  margin-left: 45px;
  float: left; }

.ibox1 {
  width: 100%;
  margin-right: auto;
  float: left; }

.ibox1 ul {
  width: 50%;
  text-align: left;
  float: left; }

.ibox1 .iboxCon1 li {
  width: 90%;
  text-align: center;
  margin-left: 30px; }

.ibox1 .iboxCon2 {
  width: 48%; }

.ibox1 .iboxCon3 li {
  float: left;
  margin: 5px 20px 0; }

.ibox1 .iboxCon3 li p {
  width: 440px;
  margin: 0;
  display: block; }

.ibox1 li {
  float: left;
  margin: 0 5px; }

.ibox2 {
  width: 100%;
  margin-right: auto;
  float: left; }

.ibox2 ul {
  width: 25%;
  text-align: center;
  float: left;
  margin: auto; }

.ibox2-2 {
  width: 75%;
  margin: auto; }

.ibox2-2 ul {
  width: 50%;
  text-align: center;
  float: left;
  margin: 20px auto; }

.ibox3 ul {
  padding-bottom: 10px; }

.ibox3 ul li {
  width: 50%;
  float: left; }

ul.boxCap {
  width: 50%;
  text-align: left; }

.boxCap li {
  display: block;
  margin: 160px 0 0 30px; }

.mt10.w80 {
  margin: auto;
  text-align: center; }

.flR.w50 img {
  margin-bottom: 30px; }

.mt30.w60.ibox3 {
  margin: auto;
  text-align: center; }

.mt30.w60.ibox3 li {
  margin-bottom: 10px; }

.mt30.w50 {
  margin: auto; }

.mt30.w50 img {
  vertical-align: bottom; }

/*----- table -----*/
.noteMod02 {
  text-align: right; }

.noteMod03 {
  margin-left: 1.5%; }

.tblMod04 {
  width: 98%;
  margin-left: 2%;
  border-top: 1px solid #8C8A89;
  border-left: 1px solid #8C8A89;
  border-right: 1px solid #8C8A89;
  border-collapse: collapse; }

.tblMod04 th,
.tblMod04 td {
  padding: 10px;
  border-right: 1px solid #8C8A89;
  border-bottom: 1px solid #8C8A89;
  text-align: center; }

.tblMod04 td {
  padding: 10px 5px; }

.tblMod04 thead th {
  width: 150px;
  color: #FFF;
  background-color: #595757;
  text-align: left;
  border-top: 1px solid #4F4F4F;
  border-left: 1px solid #595757;
  border-bottom: 1px solid #4F4F4F; }

.tblMod04 tbody th {
  width: 350px;
  text-align: left;
  background-color: #F7F7F7; }

.tblMod04 tbody ul li {
  display: table-cell; }

.tblMod04 tbody li img {
  width: 80%;
  vertical-align: middle; }

.tblMod05 {
  width: 330px;
  border-top: 1px solid #4F4F4F;
  border-left: 1px solid #595757;
  border-right: 1px solid #595757;
  border-bottom: 1px solid #4F4F4F; }

.tblMod05 thead th {
  padding: 5px;
  text-align: center;
  background-color: #F7F7F7;
  border-left: 1px solid #595757; }

.tblMod05 tbody td {
  padding: 5px;
  border-top: 1px solid #4F4F4F;
  border-left: 1px solid #595757;
  border-right: 1px solid #595757;
  border-bottom: 1px solid #4F4F4F; }

.tblMod06 {
  width: 270px;
  margin-bottom: 30px; }

.tblMod06 th {
  width: 100px;
  background-color: #F7F7F7;
  text-align: center;
  border-top: 1px solid #4F4F4F;
  border-left: 1px solid #595757;
  border-right: 1px solid #595757;
  border-bottom: 1px solid #4F4F4F; }

.tblMod06 td {
  padding: 11px;
  border-top: 1px solid #4F4F4F;
  border-left: 1px solid #595757;
  border-right: 1px solid #595757;
  border-bottom: 1px solid #4F4F4F; }

.special1-2_img {
  width: 52%;
  margin: 30px auto 0; }

/* modify 2019.12.20 */
.bannerNav ul {
  width: 61%; }

.ibox3 ul li {
  text-align: center; }

.product-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  display: inline-block; }
  .product-name.status-new {
    position: relative;
    padding-left: 32px; }
    .product-name.status-new:before {
      background: url(/products/receiptprinter/images/ico_new.gif) no-repeat center center;
      background-size: 27px auto;
      width: 27px;
      height: 27px;
      display: block;
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -15px; }

@media all and (min-width: 769px) {
  .tblMod04 tbody ul li.icon-plus {
    padding-left: 10px; }
  .ibox1 ul .dmd30-note {
    width: 100%;
    box-sizing: border-box; }
    .ibox1 ul .dmd30-note li {
      width: 98%;
      padding-left: 3em;
      box-sizing: border-box;
      margin-top: 0; }
      .ibox1 ul .dmd30-note li:first-child {
        text-indent: -3em; }
  .scanner-connection .scanner-connection__content {
    width: 50%;
    text-align: center;
    margin: 60px auto 0; }
    .scanner-connection .scanner-connection__content:first-child {
      margin-top: 0; }
    .scanner-connection .scanner-connection__content:nth-child(2) {
      width: 65%; }
    .scanner-connection .scanner-connection__content img {
      width: 100%; } }

@media only screen and (max-width: 768px) {
  p {
    font-size: 100%; }
  #tmm30special {
    width: 100%;
    min-width: 100% !important;
    padding: 0; }
  #contents .detailSection {
    padding: 0; }
  #contents .detailSection .main {
    width: calc(100% + 4%) !important;
    margin-left: -2%;
    margin-right: -2%; }
  .bannerNav {
    width: auto;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 20px; }
    .bannerNav ul {
      width: 100%; }
      .bannerNav ul li:nth-child(3), .bannerNav ul li:last-child {
        margin-top: 12px; }
  .detailGroup .mt30 {
    display: flex;
    flex-direction: column; }
  .detailGroup .bannerNav {
    order: 2; }
  .detailGroup .specialbanner {
    order: 1; }
  .detailGroup .bannerbtn {
    order: 3; }
  .bannerbtn {
    margin-left: 20px;
    margin-right: 20px; }
    .bannerbtn ul li {
      width: 100%;
      float: none;
      height: auto; }
  .detailGroup .mt30 + .mt50:nth-of-type(2) {
    padding-left: 20px;
    padding-right: 20px; }
  .detailGroup .mt30 + .mt50 + .mt50 {
    padding-left: 20px;
    padding-right: 20px; }
    .detailGroup .mt30 + .mt50 + .mt50 + .mt50 {
      padding-left: 20px;
      padding-right: 20px; }
      .detailGroup .mt30 + .mt50 + .mt50 + .mt50 + .mt50 {
        padding-left: 20px;
        padding-right: 20px; }
        .detailGroup .mt30 + .mt50 + .mt50 + .mt50 + .mt50 + .mt50 {
          padding-left: 20px;
          padding-right: 20px; }
          .detailGroup .mt30 + .mt50 + .mt50 + .mt50 + .mt50 + .mt50 + .mt50 {
            padding-left: 20px;
            padding-right: 20px; }
            .detailGroup .mt30 + .mt50 + .mt50 + .mt50 + .mt50 + .mt50 + .mt50 + .mt50 {
              padding-left: 20px;
              padding-right: 20px; }
              .detailGroup .mt30 + .mt50 + .mt50 + .mt50 + .mt50 + .mt50 + .mt50 + .mt50 + .mt50 {
                padding-left: 20px;
                padding-right: 20px; }
  .ibox2-2 ul {
    width: 100%; }
  .ibox2-2 img {
    width: auto!important;}  
  .specialNav ul li {
    width: 100%;
    margin-top: 10px; }
    .specialNav ul li:first-child {
      margin-top: 0; }
    .specialNav ul li a {
      padding: 15px; }
  .specialTilte1 {
    float: none;
    width: 85px; }
    .specialTilte1:before {
      right: -1px; }
  .specialTilte2 {
    line-height: 1.3;
    margin-top: 10px; }
    .specialTilte2.fsXL {
      font-size: 129% !important; }
  .ibox2 ul {
    width: 100%; }
  .ibox2 img{
    width:auto!important;
    height:100%;
    display:block;
    margin:auto;}
  .boxCap li {
    margin-left: 0;
    margin-top: 30px; }
  .ibox1 ul {
    width: 100%;
    float: none; }
  .ibox1 .iboxCon2 {
    width: 100%;
    margin-top: 20px; }
  .ibox1 li {
    float: none; }
  .ibox1 img{
    width:auto!important;
    height:100%;
    display:block;
    margin:auto;}
  #contents .btn.custom li img {
    width: auto;
    display: block;
    margin: 0 auto; }
  .tblMod04 {
    width: 100%; }
  .tblMod04 thead th {
    width: 100%; }
  .tblMod04 tbody th {
    width: 40%; }
  .tblMod04 tbody ul li {
    width: 100%;
    display: block; }
    .tblMod04 tbody ul li:nth-child(3) {
      margin-top: 20px; }
  #contents .tblMod04 tbody li img {
    width: 50%; }
  .ibox ul li {
    margin-left: 0;
    float: none; }
  .ibox1 .iboxCon3 li p {
    width: 100%; }
  .ibox1 .iboxCon3 li {
    float: none;
    margin-left: 0;
    margin-right: 0; }
  #contents .ibox1 .iboxCon3 li img {
    width: 50%;
    margin: 0 auto;
    display: block; }
  .iboxCon3 + .iboxCon3 {
    margin-top: 40px; }
  .tblMod06 {
    width: 100%; }
  .mt10.flL.w60.ibox3 {
    width: 100% !important;
    float: none !important; }
  .ibox3 ul li {
    width: 100%;
    float: none; }
  .ibox3 img{
    width:auto!important;
    height:100%;
    display:block;
    margin:auto;}
  .detailGroup .mt30.ml30.flL.w43 {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important; }
  .flR.w45,
  .w60.flL,
  .w35.flR.ibox3 {
    width: 100% !important;
    float: none !important; }
  .ibox3 ul li + li {
    margin-top: 20px; }
  .tblMod04 tbody ul li.icon-plus {
    margin: 5px 0; }
  .ibox1 ul .dmd30-note li {
    margin-top: 0; }
  .scanner-connection .scanner-connection__content {
    margin-top: 60px;
    text-align: center; }
    .scanner-connection .scanner-connection__content:first-child {
      margin-top: 0; }
  .w35.flR.ibox3 {
    margin-top: 30px; }
  .mt10.w80 img{
    width: auto!important;
  .mt30.w60.ibox3 {
    width: 100%; }
  .mt30.w50 {
    width: 100%; }
    #contents .headSection .leftArea .title{
      font-size: 160%;
      }}
