body{
  color:#333;
  font-family: sans-serif;
}

.link-list-help a{
  display:block;
  padding:10px 25px 10px 10px;
  word-wrap: break-word;
  font-weight:bold;
  font-size:16px;
  text-decoration: none;
  color:#333;
}

.sub-link-list-help a{
  display:block;
  position: relative;
  padding:10px 25px 10px 20px;
  word-wrap: break-word;
  font-size: 14px;
  text-decoration: none;
  color:#333;
}

.sub-link-list-help a:after{
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: solid 2px #7f7f7f;
  border-right: solid 2px #7f7f7f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.btn-setting{
  background-color: #f76b1f !important;
  color:#fff !important;
}

.link-list-help ul{
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 0;
}

.link-list-help li{
  border-bottom: 1px solid #e2e2e2;
}

.sub-link-list-help ul{
  padding: 1rem;
}

.sub-link-list-help li{
  border-bottom: 1px solid #e2e2e2;
}

.header{
  width:100%;
  border-top: 2px solid #f76b1f;
  border-bottom: 2px solid #e2e2e2;
  min-height: 35px;
}

.header-inner{
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.header-inner h2{
  padding-left: 10px;
  line-height: 2.3;
  font-size: 18px;
  margin:5px 0px;
}

.subhead{
  border-top: 1px solid #fceae0;
  border-bottom: 1px solid #fceae0;
  background: #fffaec;
}

.subhead h3{
  font-size: 14px;
  padding:3px 10px 2px;
  line-height:1.2;
  margin:5px 0px;
}

.sub-sub-head{
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.sub-sub-head h4{
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  padding:3px 10px 2px;
  margin:3px 0px;
}

.member-wrapper{
  padding:5px 5px 0px 0px;
  font-size:14px;
  margin:0px 8px;
}

.member-wrapper p{
  margin:5px 0px;
}

.question{
  font-weight: bold;
}

.answer {
  padding-bottom:5px;
}

.text-red{
  color:#ff0000;
}

.fotter_copyright{
  font-family: sans-serif;
  background-color: #f5f5f5;
  display:block;
  height:40px;
  text-align:center;
  font-size:10px;
  border-top: 1px solid #b9b9b9;
  margin-top:25px;
  line-height: 20px;
}

.copy-right{
  display:inline-block;
}

#Cookie{
color: #f76b1f;
text-decoration: none;

}