﻿body {
	font-family: Arial, Helvetica, sans-serif, 微軟正黑體;
	overflow-x: hidden;
	overflow-y: auto;
}
/* 第一層問答　*/
.tilte-marsiz {
	margin-top: 30px;
}
.martop10 {
	margin-top: 10px;
}
.max-size600{
	max-width: 600px;
}
.max-size450{
	max-width: 450px;
}

.qa_box {
	border-radius: 3px 3px 10px 10px;
	border-style: solid;
	border-width: 1px 1px 3px 1px;
	border-color: #D2CDC8;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 10px 10px 30px 10px;
	list-style-type: none;
	font-size: 16px;
	margin-bottom: 10px;
}
.qa_reply_box {
	border: 3px solid #98e3ff;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	list-style-type: none;
	font-size: 16px;
	margin-bottom: 10px;
}
.qa_list_text {
	margin-left: 25px;
	font-size: 1em;
}
.qa_list_text02 {
	margin-left: 50px;
	list-style-type: square;
	margin-top: 5px;
	font-size: 15px;
}
.qa_list_text03 {
	margin-left: 50px;
	list-style-type: decimal;
	margin-top: 5px;
	color: #666666;
}
.qa_doubt {
	margin-left: 25px;
	margin-top: 15px;
	font-size: 14px;
}
.qa_doubt li {
	margin-top: 5px;
}
.qa_doubt li a:hover {
	color: #FC4C02;
	text-decoration: none;
}
.qa_info_nb {
	background-color: #00C2F5;
	color: #FFFFFF;
	border-radius: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}
/* 第二層問答　*/
.qa-left{
	float: left;
	width: 35px;
	text-align: center;
	font-weight: bold;
}
.qa-rig-txt{
	margin-left: 36px;
	margin-right: 5px;
}


.q_strip {
	border-radius: 3px;
	background-color: #C1EEFF;
	color: #0066FF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.q_strip strong {
	color: #0033CC;
}
.qa_footer_box {
	font-size: 16px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.qa_footer_box p {
	padding-bottom: 10px;
}
.ps_gary_box {
	border: 2px dotted #CCCCCC;
	padding: 10px;
	background-color: #F3F3F3;
	border-radius: 20px;
	display: block;
	margin-right: auto;
	margin-left: 30px;
	font-size: 14px;
	max-width: 350px;
}
/* 文字顏色　*/
.text-gray {
	color: #333333;
}
.text-gray2 {
	color: #555555;
}
.text-gray3 {
	color: #9B8E84;
}
.text-green {
	color: #31b700;
}
.text-green2 {
	color: #009a44;
}
.text-bule {
	color: #00a3e0;
}
.text-bule2 {
	color: #005eb8;
}
.text-purple {
	color: #84329b;
}
.text-pink {
	color: #d40f7d;
}
.text-white {
	color: #FFFFFF;
}
.text-orange {
	color: #fc4c02;
}
.text-yellow {
	color: #ffc600;
}
.text-reb {
	color: #d6001c;
}



@media screen and (max-width: 320px) {


.qa-left{
	float: none;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.qa-rig-txt{
	margin-left: 0px;
	margin-right: 5px;
}
}