.grayBtn{
  margin-top: 20px;
  margin-bottom: 30px;
  background: #716f65;
  text-align: center;
  border-radius: 5px;
  margin-left: auto;
}
.grayBtn .link,
.sp_device .grayBtn .link{
  display: block;
  color: #fff;
  padding: 15px;
  position: relative;
}
.grayBtn .link:hover{
  text-decoration: none;
  opacity: 0.8;
}
.grayBtn .link span{
  display: inline-block;
  padding-left: 1em;
}
.grayBtn .link::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  font-size: 1.8em;
  line-height: 1;
  position: absolute;
  top: 46%;
  left: 5%;
  margin-top: -0.4em;
}
.txtList li.icon{
  background: url(/support/images/ico_info_pink.png) no-repeat left 2px;
  padding-left: 30px;
}
.txtList li .bnr{
  display: block;
  margin-left: 2em;
  margin-top: 10px;
}
.txtList li .bnr:hover{
  opacity: 0.8;
}

@media print, screen and (min-width: 768px){
  #parts_Area td{
    padding: 10px;
  }
  #parts_Area td a:link,
  .sp_device .txtLink:link{
    color: #000099;
  }
  #parts_Area td a:visited,
  .sp_device .txtLink:visited {
    color: #660099;
  }
  #parts_Area td a:hover,
  .sp_device .txtLink:hover {
    color: #FF6633;
    text-decoration: none;
  }
  #parts_Area td a:active{
    color: #FF6633;
  }
  .grayBtn{
    width: 385px;
  }
  .txtList li{
    margin-bottom: 30px;
  }
  .txtList li .bnr{
    width: 23%;
  }
}
@media only screen and (max-width: 767px){
  .optTable th{
    width: 45%;
    text-align: center;
    border-right: 1px solid #333;
  }
  .optTable th.rowtd{
    width: 2em;
  }
  .sp_device #parts_Area .optTable td{
    text-align: center;
    font-size: 1.6rem;
    border-bottom: 1px solid #333;
  }
  .txtList li{
    margin-bottom: 20px;
  }
  .txtList li .bnr{
    width: 67%;
  }
}

/* general */
.txtIndentCap{
	text-indent: -1.8em;
	padding-left: 1.8em;
}
.linkAr{
	background: none;
	padding: 0;
	position: relative;
	padding-left: 1em;
}
.linkAr::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: -0.4em;
}
.linkAr._btm::before {
  content: "\f107";
}
.listDot3 {
	padding-left: 1em;
	background:url("/support/images/ico_circle_gray_s.gif") no-repeat 3px 8px;
}
.txtLink:link,
.sp_device .txtLink:link{
	color: #000099;
}
.txtLink:visited,
.sp_device .txtLink:visited {
	color: #660099;
}
.txtLink:hover,
.sp_device .txtLink:hover {
	color: #FF6633;
  text-decoration: none;
}
.txtLink:active,
.sp_device .txtLink:active {
	color: #FF6633;
}