@media screen and (max-width: 768px){
.freeArea dl {
    margin-top: !important;
    padding: 0!important;
}

a.btn_Basic {
    padding: 10px 0!important;
    height: auto!important;
}

}

div.faq dl dd .out_tbl{
	width:auto!important;
}
div.faq dl dd .out_tbl td{
	padding: 5px 10px!important;
	line-height:1.5em!important;
}
.out_tbl{
	margin: 5px 0px 10px;
	border: 1px solid #ddd;
	border-collapse: collapse;
	background:#fff;
	width: 100%;
}

.out_tbl th,
.out_tbl td {
	padding: 10px;
	color: #666;
	line-height: 1.4;
	border: 1px solid #eee;
	}
.out_tbl th {
	text-align: center;
	background-color: #009FA8;
}

.faq_img{
margin:10px 0;
text-align:center;
}

.Table.-verticalTheadTotal tbody td {
    text-align: left;
}

.va_middle {
vertical-align:middle!important;
}

.ta_center {
text-align:center!important;
}

@media screen and (min-width: 769px){
.articleBody .heading-2:after {
    top: -3.84615em;
    width: 100%;
    height: 0px;
    background: #e6edf1;
    content: "";
}
}
a.btn_Basic{
  display: block;
  margin: 0 auto;
  color: #666;
  outline: none;
  border: 1px solid #aaa;
	border-radius: 5px;
  background: #ffffff;
	padding: 20px 0;
	text-align: center;
	/*height: 50px;*/
    line-height: 3.5;
}

a.btn_Basic:hover{
opacity:.7;
}