@charset "utf-8";

/* QA */
/*---------------------------------------------*/

.col-Fix {
	width: 1100px;
	height: auto;
	margin: 20px auto;
}

.lf {
	float: left;
}

.lf h2 {
	color: #007CB7;
	font-size: 26px;
	line-height: 36px;
	text-align: left;
	margin: 15px auto;
}

.lf p {
	color: #666666;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}

.lf ul {
}

.lf ul li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.lf ul li a  {
	background-image: url(../imgs/arr-blu.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	display: block;
	padding-left: 20px;
}

.lf ul li a:hover  {
	color: #007CB7;
	background-position: 3px 8px;
	font-weight: bold;
}

.lf ul li a.active  {
	color: #007CB7;
	font-weight: bold;
}


.rt {
	padding-left: 235px;
}

.row {
	width: 835px;
	margin: 0px 0px;
	padding: 0px 0px;
}

.row h4,
.row p
{
	text-align: left;
}

/*---------------------------------------------*/

.pageHead {
	width: 230px;
	padding: 5px auto;
	border-top: 2px solid #007CB7;
}

.pageCont {
	margin: 5px 10px 45px 10px;
}

.p-line {
	border-top: 2px solid #d2d2d2;
}

/*---------------------------------------------*/

.qatitle {
	width: 100%;
	height: 40px;
	background-image: url(../imgs/qa-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	padding: 15px 0px;
}

.qatitle h2 {
	color: #DA5002;
	font-size: 24px;
	background-image: url(../imgs/qa-flash.png);
	background-repeat: no-repeat;
	display: block;
	padding: 8px 50px ;
}

.qaBox {
	border-bottom: 2px solid #EEEEEE;
}

.qus {
	margin: 15px 10px;
}

.qus h3 {
	font-size: 18px;
}

.qus h3 a {
	color: #007CB7; 
	vertical-align: top;
}

.qus span {
	display: inline-block;
	width: 45px;
	vertical-align: top;
	
}

.qus .title {
	display: inline-block;
	width: 90%;
	line-height: 1.15em;
	
	
	
}

.qus h3 a:hover {}

.ans {
	font-size: 16px;
	margin: 15px 55px;
	line-height: 24px;
	overflow:hidden;
	display:none;
}

.qus,
.ans
{
	text-align: left;
	
}

/*---------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:640px) and (min-width:481px) , screen and (orientation: landscape) and (max-width: 736px) and (min-width: 667px) {  /* iphone 6/6+ landscape */

.col-Fix {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.lf {
	float: none;
}

.lf h2 {
	color: #007CB7;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	margin: 25px 0 0 0;
}

.lf p {
	width: 80%;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	margin: 15px auto;
}

.lf ul {
	width: 30%;
	padding: 20px 0;
	margin: 0 auto;
	margin-left: 38%;
}

.lf ul li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 18px;
	color: #666666;
	line-height: 28px;
}

.lf ul li a  {
	background-image: url(../imgs/arr-blu.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	display: block;
	padding-left: 20px;
}

.lf ul li a:hover  {
	color: #007CB7;
	background-position: 3px 8px;
	font-weight: bold;
}

.lf ul li a.active  {
	color: #007CB7;
	font-weight: bold;
}


.rt {
	padding: 0;
}

.row {
	width: 100%;
	margin: 0 ;
	padding: 0;
}

.row h4,
.row p
{
	text-align: left;
}

/*---------------------------------------------*/

.pageHead {
	width: 100%;
	padding: 5px 0;
	border-top: 2px solid #007CB7;
}

.pageCont {
	margin: 5px 0px 5px 0px;
}

.p-line {
	border-top: 2px solid #d2d2d2;
}

/*---------------------------------------------*/

.qatitle {
	width: 100%;
	height: 40px;
	background-image: url(../imgs/qa-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	padding: 15px 0px;
}

.qatitle h2 {
	color: #DA5002;
	font-size: 24px;
	background-image: url(../imgs/qa-flash.png);
	background-repeat: no-repeat;
	display: block;
	padding: 8px 50px ;
}

.qaBox {
	border-bottom: 2px solid #EEEEEE;
}

.qus {
	margin: 15px 10px;
}

.qus h3 {
	font-size: 18px;
}

.qus h3 a {
	color: #007CB7; 
	vertical-align: top;
}

.qus span {
	display: inline-block;
	width: 45px;
	vertical-align: top;
	
}

.qus .title {
	display: inline-block;
	width: 90%;
	line-height: 1.15em;
}

.qus h3 a:hover {}

.ans {
	font-size: 16px;
	margin: 15px 55px;
	line-height: 24px;
	overflow:hidden;
	display:none;
}

.qus,
.ans
{
	text-align: left;
	
}

}

/*---------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:480px) and (min-width:415px){

.col-Fix {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.lf {
	float: none;
}

.lf h2 {
	color: #007CB7;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	margin: 25px 0 0 0;
}

.lf p {
	width: 70%;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	margin: 15px auto;
}

.lf ul {
	width: 30%;
	padding: 20px 0;
	margin: 0 auto;
}

.lf ul li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 18px;
	color: #666666;
	line-height: 28px;
}

.lf ul li a  {
	background-image: url(../imgs/arr-blu.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	display: block;
	padding-left: 20px;
}

.lf ul li a:hover  {
	color: #007CB7;
	background-position: 3px 8px;
	font-weight: bold;
}

.lf ul li a.active  {
	color: #007CB7;
	font-weight: bold;
}


.rt {
	padding: 0;
}

.row {
	width: 100%;
	margin: 0 ;
	padding: 0;
}

.row h4,
.row p
{
	text-align: left;
}

/*---------------------------------------------*/

.pageHead {
	width: 100%;
	padding: 5px 0;
	border-top: 2px solid #007CB7;
}

.pageCont {
	margin: 5px 0px 5px 0px;
}

.p-line {
	border-top: 2px solid #d2d2d2;
}

/*---------------------------------------------*/

.qatitle {
	width: 100%;
	height: 40px;
	background-image: url(../imgs/qa-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	padding: 15px 0px;
}

.qatitle h2 {
	color: #DA5002;
	font-size: 24px;
	background-image: url(../imgs/qa-flash.png);
	background-repeat: no-repeat;
	display: block;
	padding: 8px 50px ;
}

.qaBox {
	border-bottom: 2px solid #EEEEEE;
}

.qus {
	margin: 15px 10px;
}

.qus h3 {
	font-size: 18px;
	line-height: 28px;
}

.qus h3 a {
	color: #007CB7; 
	vertical-align: top;
}

.qus span {
	display: inline-block;
	width: 45px;
	vertical-align: top;
	
}

.qus .title {
	display: inline-block;
	width: 99%;
	line-height: 1.15em;
}

.qus h3 a:hover {}

.ans {
	font-size: 16px;
	margin: 15px 10px;
	line-height: 24px;
	overflow:hidden;
	display:none;
}

.qus,
.ans
{
	text-align: left;
	
}

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---iPhone-4+5--------------------------------------------------------------------------------------------------*/
@media screen and (max-width:330px) and (min-width:320px){

.col-Fix {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.lf {
	float: none;
}

.lf h2 {
	color: #007CB7;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	margin: 25px 0 0 0;
}

.lf p {
	width: 80%;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	margin: 15px auto;
}

.lf ul {
	width: 40%;
	padding: 20px 0;
	margin: 0 auto;
}

.lf ul li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 18px;
	color: #666666;
	line-height: 28px;
}

.lf ul li a  {
	background-image: url(../imgs/arr-blu.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	display: block;
	padding-left: 20px;
}

.lf ul li a:hover  {
	color: #007CB7;
	background-position: 3px 8px;
	font-weight: bold;
}

.lf ul li a.active  {
	color: #007CB7;
	font-weight: bold;
}


.rt {
	padding: 0;
}

.row {
	width: 100%;
	margin: 0 ;
	padding: 0;
}

.row h4,
.row p
{
	text-align: left;
}

/*---------------------------------------------*/

.pageHead {
	width: 100%;
	padding: 5px 0;
	border-top: 2px solid #007CB7;
}

.pageCont {
	margin: 5px 0px 5px 0px;
}

.p-line {
	border-top: 2px solid #d2d2d2;
}

/*---------------------------------------------*/

.qatitle {
	width: 100%;
	height: 40px;
	background-image: url(../imgs/qa-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	padding: 15px 0px;
}

.qatitle h2 {
	color: #DA5002;
	font-size: 24px;
	background-image: url(../imgs/qa-flash.png);
	background-repeat: no-repeat;
	display: block;
	padding: 8px 50px ;
}

.qaBox {
	border-bottom: 2px solid #EEEEEE;
}

.qus {
	margin: 15px 10px;
}

.qus h3 {
	font-size: 18px;
	line-height: 28px;
}

.qus h3 a {
	color: #007CB7; 
	vertical-align: top;
}

.qus span {
	display: inline-block;
	width: 45px;
	vertical-align: top;
	
}

.qus .title {
	display: inline-block;
	width: 99%;
	line-height: 1.15em;
}

.qus h3 a:hover {}

.ans {
	font-size: 16px;
	margin: 15px 10px;
	line-height: 24px;
	overflow:hidden;
	display:none;
}

.ans img {
	width: 100%;
	height: auto;
}

.qus,
.ans
{
	text-align: left;
	
}

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---iPhone-6----------------------------------------------------------------------------------------------------*/
@media screen and (max-width:390px) and (min-width:375px){

.col-Fix {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.lf {
	float: none;
}

.lf h2 {
	color: #007CB7;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	margin: 25px 0 0 0;
}

.lf p {
	width: 70%;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	margin: 15px auto;
}

.lf ul {
	width: 40%;
	padding: 20px 0;
	margin: 0 auto;
}

.lf ul li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 18px;
	color: #666666;
	line-height: 28px;
}

.lf ul li a  {
	background-image: url(../imgs/arr-blu.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	display: block;
	padding-left: 20px;
}

.lf ul li a:hover  {
	color: #007CB7;
	background-position: 3px 8px;
	font-weight: bold;
}

.lf ul li a.active  {
	color: #007CB7;
	font-weight: bold;
}


.rt {
	padding: 0;
}

.row {
	width: 100%;
	margin: 0 ;
	padding: 0;
}

.row h4,
.row p
{
	text-align: left;
}

/*---------------------------------------------*/

.pageHead {
	width: 100%;
	padding: 5px 0;
	border-top: 2px solid #007CB7;
}

.pageCont {
	margin: 5px 0px 5px 0px;
}

.p-line {
	border-top: 2px solid #d2d2d2;
}

/*---------------------------------------------*/

.qatitle {
	width: 100%;
	height: 40px;
	background-image: url(../imgs/qa-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	padding: 15px 0px;
}

.qatitle h2 {
	color: #DA5002;
	font-size: 24px;
	background-image: url(../imgs/qa-flash.png);
	background-repeat: no-repeat;
	display: block;
	padding: 8px 50px ;
}

.qaBox {
	border-bottom: 2px solid #EEEEEE;
}

.qus {
	margin: 15px 10px;
}

.qus h3 {
	font-size: 18px;
	line-height: 28px;
}

.qus h3 a {
	color: #007CB7; 
	vertical-align: top;
}

.qus span {
	display: inline-block;
	width: 45px;
	vertical-align: top;
	
}

.qus .title {
	display: inline-block;
	width: 99%;
	line-height: 1.15em;
}

.qus h3 a:hover {}

.ans {
	font-size: 16px;
	margin: 15px 10px;
	line-height: 24px;
	overflow:hidden;
	display:none;
}

.ans img {
	width: 100%;
	height: auto;
}

.qus,
.ans
{
	text-align: left;
	
}

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---iPhone-6-Plus-----------------------------------------------------------------------------------------------*/
@media screen and (max-width:425px) and (min-width:414px){

.col-Fix {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.lf {
	float: none;
}

.lf h2 {
	color: #007CB7;
	font-size: 42px;
	line-height: 56px;
	text-align: center;
	margin: 25px 0 0 0;
}

.lf p {
	width: 85%;
	color: #666666;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	margin: 15px auto;
}

.lf ul {
	width: 40%;
	padding: 20px 0;
	margin: 0 auto;
}

.lf ul li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 18px;
	color: #666666;
	line-height: 28px;
}

.lf ul li a  {
	background-image: url(../imgs/arr-blu.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	display: block;
	padding-left: 20px;
}

.lf ul li a:hover  {
	color: #007CB7;
	background-position: 3px 8px;
	font-weight: bold;
}

.lf ul li a.active  {
	color: #007CB7;
	font-weight: bold;
}


.rt {
	padding: 0;
}

.row {
	width: 100%;
	margin: 0 ;
	padding: 0;
}

.row h4,
.row p
{
	text-align: left;
}

/*---------------------------------------------*/

.pageHead {
	width: 100%;
	padding: 5px 0;
	border-top: 2px solid #007CB7;
}

.pageCont {
	margin: 5px 0px 5px 0px;
}

.p-line {
	border-top: 2px solid #d2d2d2;
}

/*---------------------------------------------*/

.qatitle {
	width: 100%;
	height: 40px;
	background-image: url(../imgs/qa-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	padding: 15px 0px;
}

.qatitle h2 {
	color: #DA5002;
	font-size: 24px;
	background-image: url(../imgs/qa-flash.png);
	background-repeat: no-repeat;
	display: block;
	padding: 8px 50px ;
}

.qaBox {
	border-bottom: 2px solid #EEEEEE;
}

.qus {
	margin: 15px 10px;
}

.qus h3 {
	font-size: 18px;
	line-height: 28px;
}

.qus h3 a {
	color: #007CB7; 
	vertical-align: top;
}

.qus span {
	display: inline-block;
	width: 45px;
	vertical-align: top;
	
}

.qus .title {
	display: inline-block;
	width: 99%;
	line-height: 1.15em;
}

.qus h3 a:hover {}

.ans {
	font-size: 16px;
	margin: 15px 10px;
	line-height: 24px;
	overflow:hidden;
	display:none;
}

.ans img {
	width: 100%;
	height: auto;
}

.qus,
.ans
{
	text-align: left;
	
}

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---iPad+Mini---------------------------------------------------------------------------------------------------*/
@media screen and (max-width:780px) and (min-width:768px){

.col-Fix {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.lf {
	float: none;
}

.lf h2 {
	color: #007CB7;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	margin: 25px 0 0 0;
}

.lf p {
	width: 80%;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	margin: 15px auto;
}

.lf ul {
	width: 20%;
	padding: 20px 0;
	margin: 0 auto;
}

.lf ul li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 18px;
	color: #666666;
	line-height: 28px;
}

.lf ul li a  {
	background-image: url(../imgs/arr-blu.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	display: block;
	padding-left: 20px;
}

.lf ul li a:hover  {
	color: #007CB7;
	background-position: 3px 8px;
	font-weight: bold;
}

.lf ul li a.active  {
	color: #007CB7;
	font-weight: bold;
}


.rt {
	padding: 0;
}

.row {
	width: 100%;
	margin: 0 ;
	padding: 0;
}

.row h4,
.row p
{
	text-align: left;
}

/*---------------------------------------------*/

.pageHead {
	width: 100%;
	padding: 5px 0;
	border-top: 2px solid #007CB7;
}

.pageCont {
	margin: 5px 0px 5px 0px;
}

.p-line {
	border-top: 2px solid #d2d2d2;
}

/*---------------------------------------------*/

.qatitle {
	width: 100%;
	height: 40px;
	background-image: url(../imgs/qa-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	padding: 15px 0px;
}

.qatitle h2 {
	color: #DA5002;
	font-size: 24px;
	background-image: url(../imgs/qa-flash.png);
	background-repeat: no-repeat;
	display: block;
	padding: 8px 50px ;
}

.qaBox {
	border-bottom: 2px solid #EEEEEE;
}

.qus {
	margin: 15px 10px;
}

.qus h3 {
	font-size: 18px;
}

.qus h3 a {
	color: #007CB7; 
	vertical-align: top;
}

.qus span {
	display: inline-block;
	width: 45px;
	vertical-align: top;
	
}

.qus .title {
	display: inline-block;
	width: 90%;
	line-height: 1.15em;
}

.qus h3 a:hover {}

.ans {
	font-size: 16px;
	margin: 15px 55px;
	line-height: 24px;
	overflow:hidden;
	display:none;
}

.ans img {
	width: 100%;
	height: auto;
}

.qus,
.ans
{
	text-align: left;
	
}

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---Android-----------------------------------------------------------------------------------------------------*/
@media screen and (max-width:370px) and (min-width:360px){

.col-Fix {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.lf {
	float: none;
}

.lf h2 {
	color: #007CB7;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	margin: 25px 0 0 0;
}

.lf p {
	width: 70%;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	margin: 15px auto;
}

.lf ul {
	width: 40%;
	padding: 20px 0;
	margin: 0 auto;
}

.lf ul li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 18px;
	color: #666666;
	line-height: 28px;
}

.lf ul li a  {
	background-image: url(../imgs/arr-blu.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	display: block;
	padding-left: 20px;
}

.lf ul li a:hover  {
	color: #007CB7;
	background-position: 3px 8px;
	font-weight: bold;
}

.lf ul li a.active  {
	color: #007CB7;
	font-weight: bold;
}


.rt {
	padding: 0;
}

.row {
	width: 100%;
	margin: 0 ;
	padding: 0;
}

.row h4,
.row p
{
	text-align: left;
}

/*---------------------------------------------*/

.pageHead {
	width: 100%;
	padding: 5px 0;
	border-top: 2px solid #007CB7;
}

.pageCont {
	margin: 5px 0px 5px 0px;
}

.p-line {
	border-top: 2px solid #d2d2d2;
}

/*---------------------------------------------*/

.qatitle {
	width: 100%;
	height: 40px;
	background-image: url(../imgs/qa-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
	padding: 15px 0px;
}

.qatitle h2 {
	color: #DA5002;
	font-size: 24px;
	background-image: url(../imgs/qa-flash.png);
	background-repeat: no-repeat;
	display: block;
	padding: 8px 50px ;
}

.qaBox {
	border-bottom: 2px solid #EEEEEE;
}

.qus {
	margin: 15px 10px;
}

.qus h3 {
	font-size: 18px;
	line-height: 28px;
}

.qus h3 a {
	color: #007CB7; 
	vertical-align: top;
}

.qus span {
	display: inline-block;
	width: 45px;
	vertical-align: top;
	
}

.qus .title {
	display: inline-block;
	width: 99%;
	line-height: 1.15em;
}

.qus h3 a:hover {}

.ans {
	font-size: 16px;
	margin: 15px 10px;
	line-height: 24px;
	overflow:hidden;
	display:none;
}

.ans img {
	width: 100%;
	height: auto;
}

.qus,
.ans
{
	text-align: left;
	
}

}

/*---------------------------------------------------------------------------------------------------------------*/
