h1{
}
.q{
	color: #CC0000;
	font-weight: bold;
}
.qa_frame{
	margin-bottom: 30px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.qa_title{
	padding: 20px;
}
.qa_date{
	font-size: 12px;
	text-align: right;
}
.qa_date li{
	display:inline;
	margin-right: 5px;
}
.qa_status_open{
	font-weight: bold;
	color: #CC0000;
}
.qa_status_closed{
	font-weight: bold;
	color: #999999;
}
.qa_close{
	cursor:pointer;
	text-decoration: underline;
}

.q_icon{
	color: #CC0000;
	margin-right: 5px;
}
.a_icon{
	color: #0033CC;
	margin-right: 5px;
}

.qa_title_text{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
.qa_info{
	font-size: 12px;
}
.qa_info li{
	display:inline;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
.qa_detail{
	overflow:hidden;
	padding: 20px;
}
.qa_detail_left{
	float: left;
	width: 90px;
	text-align: center;
}
.qa_detail_right{
	float: right;
	width: 580px;
}
.qa_detail_member{
}
.qa_detail_member img{
	width: 80px;
}
.qa_detail_name{
	font-size: 12px;
	word-break: break-all;
}
.qa_detail_balloon {
	position: relative;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #F6F6F6;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
}
.qa_detail_balloon:after, .arrow_box:before {
	right: 100%;
	top: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.qa_detail_balloon:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #F6F6F6;
	border-width: 10px;
	margin-top: -10px;
}
.qa_detail_balloon:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #F6F6F6;
	border-width: 10px;
	margin-top: -10px;
}
.qa_detail_text{
	padding: 10px;
	line-height: 1.7em;
}
.qa_detail_text img{
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}
.qa_detail_check{
	text-align: right;
}
.qa_detail_date{
	text-align: right;
	font-size: 12px;
}
.qa_detail_date li{
	display:inline;
	margin-right: 10px;
}
.qa_detail_answer{
	margin-top: 10px;

}
.qa_detail_more{
	text-align: center;
	margin: 20px;
}
.qa_new_list{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.qa_new_date{
}
.qa_new_title{
}
.qa_new_more{
	padding: 20px;
	text-align: center;
}
.qa_category_frame{
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}
.qa_category_box{
	float: left;
	width: 220px;
	margin-right: 15px;
	margin-bottom: 20px;
	height: 150px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
}
.qa_category_title{
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
.qa_category_num{
	font-weight: normal;
	font-size: 12px;
}
.qa_category_link{
}
.qa_category_link li{
	display:inline;
	margin-right: 5px;
}
.qa_category_link a{
	font-size: 12px;
}
#contents_q{
	background-color: #FFFFFF;
	margin-bottom: 30px;
	border-radius: 10px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 30px;
	padding: 50px;
}
.q_box{
	margin-bottom: 30px;
}
.q_box p{
	font-size: 12px;
}
.q_input{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 10px;
	width: 90%;
	font-size: 20px;
	border: 1px solid #CCCCCC;
}
.q_title{
	font-size: 18px;
}
.q_text{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 10px;
	width: 90%;
	font-size: 18px;
	height: 200px;
	border: 1px solid #CCCCCC;
}
.q_file{
	padding: 10px;
}
.q_category{
	overflow:hidden;
}
.q_selet{
	float: left;
	width: 200px;
}
.q_select select{
	width: 200px;
	float: left;
}
.q_info_title{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.q_info{
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F6F6F6;
	font-size: 12px;
}
.q_info li{
	display:inline;
	margin-right: 10px;
}
.q_info a{
	color: #0099CC;
	text-decoration: underline;
}
.q_info a:hover{
	text-decoration: none;
}
.q_submit{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.q_submit input{
}
.q_confirm{
	width: 100%;
}
.q_confirm table{
}
.q_confirm th{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: left;
}
.q_confirm td{
	padding: 10px;
}
.q_confirm tr{
}
.list_category_change{
	font-weight: bold;
	text-align: right;
}
.list_answer_change{
}
.list_frame{
	background-color: #FFFFFF;
}
.list_num{
	padding: 10px;
	font-size: 12px;
	text-align: right;
}
.list_item{
	overflow:hidden;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.list_item:hover{
	background-color: #F6F6F6;
}
.list_item_title{
	font-size: 18px;
}
.list_item_title:hover{
}
.list_item_l{
	float: left;
	width: 80px;
}
.list_item_c{
	float: left;
}
.list_item_r{
	float: right;
	width: 80px;
	padding-top: 20px;
}
.list_item_member{
}
.list_item_member img{
	width: 60px;
}
.list_item_info{
	font-size: 12px;
	color: #999999;
}
.list_item_info li{
	display:inline;
	margin-right: 10px;
}
.list_item_info a{
	color: #999999;
	text-decoration: underline;
}
.list_item_answer{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	text-align: center;
	background-color: #191970;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 12px;
}
.list_item_answer:hover{
	text-decoration: none;
	background-color: #4169e1;
}
.list_item_balloon {
	position: relative;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #F6F6F6;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
}
.list_item_balloon:hover{
}
.list_item_balloon:after, .list_item_balloon:before {
	right: 100%;
	top: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.list_item_balloon:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #F6F6F6;
	border-width: 10px;
	margin-top: -10px;
}
.list_item_balloon:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #F6F6F6;
	border-width: 10px;
	margin-top: -10px;
}
.ranking_menu{
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.ranking_menu ul{
	margin-left: 5px;
}
.ranking_menu li{
	display:inline;
	margin-right: 3px;
}
.ranking_menu a{
	background-color: #F6F6F6;
	display:inline-block;
	padding: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-decoration: none;
}
.ranking_menu a:hover{
	background-color: #D5D5D5;
}
.ranking_menu .act{
	background-color: #D5D5D5;
}
.ranking_no{
	background-image: url(/images/ranking.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 100px;
	width: 70px;
	padding-top: 10px;
}
.ranking01{
	background-image: url(/images/ranking01.png);
	background-repeat: no-repeat;
	background-position: 600px 20px;
}
.ranking02{
	background-image: url(/images/ranking02.png);
	background-repeat: no-repeat;
	background-position: 600px 20px;
}
.ranking03{
	background-image: url(/images/ranking03.png);
	background-repeat: no-repeat;
	background-position: 600px 20px;
}
.ranking04{
	background-image: url(/images/ranking04.png);
	background-repeat: no-repeat;
	background-position: 600px 20px;
}
.ranking05{
	background-image: url(/images/ranking05.png);
	background-repeat: no-repeat;
	background-position: 600px 20px;
}
.q_aq{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #F6F6F6;
	padding: 20px;
	font-size: 18px;
}
.q_complete{
	text-align: center;
}
.qa_reply_link{
	cursor:pointer;
	text-align: right;
	display: block;
	margin-top: 10px;
}
.qa_reply_link:hover{
	text-decoration: underline;
}
.qa_reply{
	display:none;
	background-color: #FFFFFF;
	padding: 20px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin: 10px;
	border: 2px dashed #CCCCCC;
}
.qa_reply textarea{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding: 10px;
	width: 95%;
	height: 100px;
}
.qa_reply input{
	padding-right: 10px;
	padding-left: 10px;
}
.qa_reply_box{
	background-color: #FFFFFF;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin: 10px;
	border: 1px dashed #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.qa_reply_text{
	margin-top: 5px;
}
.xiexie_button{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	color: #666666;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.xiexie_count{
	font-weight: bold;
	margin-left: 5px;
}
.qa_add_link{
	cursor:pointer;
	text-decoration: underline;
}
.qa_add_link:hover{
}
.qa_add{
	display:none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.qa_add_input{
}
.qa_add_input textarea{
	height: 50px;
	width: 95%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding: 10px;
}