@charset "utf-8";

/* qa.css
**************************************************/

/* pbody - content
**************************************************/
#pbody_wrap #content .article .article_header#whats_qa_header {
	background-image: url(../img/h2/title_whats-qa.png);
	background-repeat: no-repeat;
}
#pbody_wrap #content .article .section_header#qlist_header {
	background-image: url(../img/h3/img_title_list_questions.png);
	background-repeat: no-repeat;
	height: 76px;
}
#pbody_wrap #content .article .article_header#type_question {
	background-image: url(../img/h2/title_type_question.png);
	background-repeat: no-repeat;
}
/*#pbody_wrap #content .article .section_header_txt {
	background-image: url(../img/qa/qa_list_answer.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 50px;
	border-top: none;
	border-bottom: none;
}
*/


#pbody_wrap #content #mail_notify_service {
	border-top: #C7C7B1 1px dotted;
	background-image: url(../img/qa/mail_notify.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	margin-top: 30px;
/*	margin-bottom: 60px;*/
}
#pbody_wrap #content #mail_notify_service dl {
	padding: 20px 0px 20px 130px;
}
#pbody_wrap #content #mail_notify_service dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #484835;
}
#pbody_wrap #content #mail_notify_service dl dd {
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
}
#pbody_wrap #content #qform {
	border-radius: 3px;			/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	background-color: #E1F0FD;
	margin-top: 20px;
	position: relative;
	width: 100%;
}
#pbody_wrap #content #qform p {
	padding: 3px 0px 2px 45px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	color: #000000;
}
#pbody_wrap #content #qform #qform_open_tri {
	position: absolute;
	left: 5px;
}
#pbody_wrap #content #qform #qform_open {
	position: absolute;
	top: 0px;
	right: -1px;
}

#pbody_wrap #content #q_list {
	list-style-type: none;
	margin-top: 10px;
}
#pbody_wrap #content #q_list li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: #C7C7B1 1px dotted;
}
#pbody_wrap #content #q_list li.colored {
	background-color: #FEFCF1;
}
#pbody_wrap #content .q_tbl {
	border: 0px;
}
#pbody_wrap #content .q_tbl td {
	border: 0px;
	line-height: 1.3em;
}
#pbody_wrap #content .q_tbl .info_row{
}
#pbody_wrap #content .q_tbl .q_img {
	width: 50px;
}

#pbody_wrap #content .q_tbl .q_title {
	font-size: 14px;
	font-weight: bold;
}
#pbody_wrap #content .q_tbl .key_date_ans {
	font-size: 11px;
	color: #71715F;
	1width: 350px;
	vertical-align: bottom;
	padding-bottom: 2px;
}
#pbody_wrap #content .q_tbl .key_date_ans .val {
	font-weight: bold;
}
#pbody_wrap #content .q_tbl .satisfied {
	font-size: 10px;
	color: #71715F;
	width: 80px;
	vertical-align: bottom;
	padding-bottom: 2px;
}
#pbody_wrap #content .q_tbl .satisfied .val {
	font-size: 18px;
	color: #526E0B;
	font-weight: bold;
}
#pbody_wrap #content .q_tbl .thanks {
	font-size: 10px;
	color: #71715F;
	width: 150px;
	vertical-align: bottom;
	padding-bottom: 2px;
}
#pbody_wrap #content .q_tbl .thanks .val {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}

/* qa_detail
**************************************************/

/* pbody - content
**************************************************/
#pbody_wrap #content .article .article_header_txt {
	margin-bottom: 10px;
	position: relative;
	height: 100%;
}
#pbody_wrap #content .article_header_txt .questionno {
	font-size: 12px;
	font-weight: bold;
	color: #668620;
	background-color: #D0E89F;
	padding: 2px 7px;
}
#pbody_wrap #content .article_header_txt#emergency .questionno {
	color: #FF0000;
	background-color: #FFCBCB;
	border-radius: 2px;			/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */

}
#pbody_wrap #content .article_header_txt h2 {
	line-height: 1.2em;
	padding-left: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../img/qa/qadetail_question.png) no-repeat 0 3px;
}
#pbody_wrap #content .article_header_txt h2.normal_title {
	background: none;
	padding-left: 0;
}
#pbody_wrap #content .article_header_txt#emergency h2 {
	line-height: 1.2em;
	background: url(../img/qa/qadetail_question_emergency.png) no-repeat 0 3px;
}
#pbody_wrap #content .article_header_txt#close h2 {
	line-height: 1.2em;
	background: url(../img/qa/qadetail_question_close.png) no-repeat 0 3px;
}

#pbody_wrap #content .article_header_txt #date_ans {
	font-size: 12px;
	color: #71715F;
	padding-left: 53px;
	margin-top: 7px;
}
#pbody_wrap #content .article_header_txt #date_ans .value {
	font-weight: bold;
}
#pbody_wrap #content .article_header_txt #questioner {
	font-size: 12px;
	color: #71715F;
	padding-left: 53px;
	margin-top: 10px;
}
#pbody_wrap #content .article_header_txt #questioner .value {
	font-size: 18px;
	font-weight: bold;
	color: #1D5F97;
}
#pbody_wrap #content .article_header_txt #questioner .icons {
	height: 22px;
	position: absolute;
	right: 25px;
	bottom: 0px;
}
#pbody_wrap #content #keywords {
	font-size: 12px;
	background-color: #F7F7F7;
	border-top: #C7C7B1 1px dotted;
	border-bottom: #C7C7B1 1px dotted;
/*	height: 20px; */	
	padding-top: 10px;
/*	padding-bottom: 10px;*/
	padding-left: 78px;
	margin: 0px 25px 0;

	vertical-align: middle;
}

#pbody_wrap #content .article .section_header#alist_header {
	background-image: url(../img/h3/qa_list_answer.png);
	background-repeat: no-repeat;
	height: 80px;
	margin-top: 50px;
	margin-bottom: 40px;
}


#pbody_wrap #content #question #ans_form {
	border-radius: 5px;			/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	background-color: #C9E0FA;
	margin-top: 70px;
	margin-bottom: 100px;
	padding: 20px 15px;
	position: relative;
}
#pbody_wrap #content #question #ans_form .balloon_tri_up {
	position: absolute;
	top: -55px;
	left: 40px;
}
#pbody_wrap #content #question #ans_form textarea {
	border-radius: 3px;			/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	background-color: #FFFFFF;
	border: 1px solid #CFCFBC;
	height: 180px;
	width: 588px;
	padding: 5px;
	font-size: 14px;
	color: #333;
}
#pbody_wrap #content #question #ans_form #ans_header {
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	color: #1D6197;
	margin-bottom: 15px;
}
#pbody_wrap #content #question #ans_form #about_codesetting {
	margin-bottom: 10px;
}
#pbody_wrap #content #question #ans_form #about_codesetting img {
	vertical-align: middle;
}
#pbody_wrap #content #question #ans_form .submit_answer {
	margin-top: 20px;
	text-align: right;
}

#pbody_wrap #content .article .section_header_txt#alist_header{
	border-top: none;
}
#pbody_wrap #content .article .section_header_txt img {
	margin-right: 5px;
	vertical-align: bottom;
}
#pbody_wrap #content #alist_sort_form {
	color: #666666;
	background-color: #F7F7F7;
	font-size: 14px;
	height: 24px;
	padding: 7px 15px;
	border-top: #C7C7B1 1px dotted;
	border-bottom: #C7C7B1 1px dotted;
	margin-bottom: 30px;
	text-indent: 0px;
}
#pbody_wrap #content #alist_header #alist_sort_form select {
	border-radius: 3px;			/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	background-color: #FFFFFF;
	border: 1px solid #CFCFBC;
	width: 180px;
	height: 22px;
}

#pbody_wrap #content #ans_list .submit_answer {
	margin-top: 15px;
	margin-bottom: 0;
	text-align: right;
}

#pbody_wrap #content #ans_list ul {
	list-style-type: none;
}
#pbody_wrap #content #ans_list .answer {
	border-radius: 5px;			/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	background-color: #C9E0FA;
	padding: 20px 15px;
	position: relative;
	overflow: hidden;
	word-break: break-all;
	word-wrap:  break-word;
}
/* safari chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#pbody_wrap #content #ans_list .answer {
	overflow: visible;
	word-break: break-all;
	word-wrap:  break-word;
}
}

#pbody_wrap #content #ans_list .reply {
	border-radius: 5px;			/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	background-color: #E1F0FD;
	padding: 20px 15px;
	margin-top: 30px;
	margin-left: 20px;
	position: relative;
	overflow: hidden;
	word-break: break-all;
	word-wrap:  break-word;
}
/* safari chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#pbody_wrap #content #ans_list .reply {
	overflow: visible;
	word-break: break-all;
	word-wrap:  break-word;
}
}

#pbody_wrap #content #ans_list .answer_header, 
#pbody_wrap #content #ans_list .reply_header {
	border-bottom: #FFFFFF 2px groove;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#pbody_wrap #content #ans_list .answerno {
	font-size: 12px;
	font-weight: bold;
	color: #E4F0FD;
	background-color: #1D6097;
	padding: 2px 7px;
}
#pbody_wrap #content #ans_list .answerer, 
#pbody_wrap #content #ans_list .replyer {
	color: #999999;
}
#pbody_wrap #content #ans_list .answerername, 
#pbody_wrap #content #ans_list .replyername {
	font-size: 18px;
	font-weight:bold;
	color: #1D5F97;
	margin-left: 10px;
}
#pbody_wrap #content #ans_list .answerdate, 
#pbody_wrap #content #ans_list .replydate {
	font-size: 12px;
	position: absolute;
	right: 15px;
}
#pbody_wrap #content #ans_list .balloon_tri_up2 {
	position: absolute;
	top: -65px;
	left: 20px;
}

/* qa_question
**************************************************/
.question-form #qa-title {
	width: 588px;
	margin-bottom: 20px;
}
.keyword-textbox {
	margin-bottom: 2px;
	width: 40%;
}
.last_keyword {
	margin-bottom: 20px;
}
.qa-body textarea {
	width: 588px;
	height: 16em;
	margin-bottom: 25px;
}
.qa-body .btn_area {
	height: 23px;
	margin-bottom: 10PX;
}
.qa-body .button-code-help {
	width: 300px;
	height: 23PX;
	padding-left: 24px;
	margin-left: 135px;
	line-height: 23PX;
	background: url(../img/qa/question.png) no-repeat left center;
}
.option-list {
	list-style: none;
}
.option-list p {
	margin: 0 0 1.5em 1.7em;
}
.form-nav {
	text-align: center;
}



/* qa_question_check
**************************************************/
.anser-verify-body {
	color: #666;
}
.hl-main {
	list-style-position:inside;
}
ol.hl-main {
	border-radius: 5px;			/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	background-color: #E6E6DC;
	font-size: 12px;
	line-height: 1.2em;
	margin: 20px 0px;
	padding: 15px;
	overflow: hidden;
	word-break: break-all;
	word-wrap:  break-word;
}
/* safari chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
ol.hl-main {
	overflow: visible;
	word-break: break-all;
	word-wrap:  break-word;
}
}


/* qa_haif_header
**************************************************/
.qa_half_header {
	border-top-right-radius: 5px;			/* CSS3草案 */
	border-top-left-radius: 5px;			/* CSS3草案 */
	-webkit-border-top-right-radius: 5px;	/* Safari,Google Chrome用 */
	-webkit-border-top-left-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topright: 5px;	/* Firefox用 */
	-moz-border-radius-topleft: 5px;	/* Firefox用 */
	background-color: #C3C3B3;
	height: 40px;
	border-bottom: 1px solid #FFF;
}
.qa_half_header h3 {
	font-size: 18px;
	line-height: 40px;
	font-weight: normal;
	color: #FFF;
	padding-left: 1em;
}
.question-half-table {
	background-color: #F0EEED;
	width: 100%;
}
.question-half-table td {
	height: 40px;
	border-bottom: 1px solid #FFF;
}
.question-half-table td h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 0 0.5em;
}
.my_qa_header {
	background-color: #80AAD5;
}
.my_qa_body {
	background-color: #E1F0FD;
}
.question-body {
	font-size: smaller;
	color: #333;
	padding: 1em;
}
.question-half-table-area {
	background-color: #F0EEED;
	margin-bottom: 10px;
	padding-bottom: 40px;
	background: url(../img/qa/qa_half_table_bg_bottom.png) no-repeat left bottom;
	height: 100%;
}
.question-half-table td.last_row {
	border: none;
	}
.question-half-table-wrap {
	background: url(../img/qa/qa_half_table_bg_middle.png) repeat-y;
}
.new-question-info {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	width: 400px;
	float: left;
	margin-bottom: 0;
}
.new_question_button {
	margin: 0 0 0 0;
	text-indent: -9999px;
}
.new_question_button a {
	display: block;
	width: 182px;
	height: 42px;
	background: url(../img/btn_new_question.png) no-repeat 0 0;
}
.new_question_button a:hover {
	background: url(../img/btn_new_question.png) no-repeat 0 -42px;
}

.question-title {
	/*padding-top: 5px;*/
	line-height: 1em;
	font-size: 12px;
	line-height: 1em;
}
.question-status{
	float: left;
}
.question-status li{
	list-style:none;
}
.status-point-item {
	background-color:#4F4FB3;
	border-radius: 2px;			/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
	
	
	1border-color:#FFDDAA #CC4411 #CC4411 #FFDDAA;
	1border-style:solid;
	1border-width:1px;
	color:#FFFFFF;
	display:inline;
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
	padding:2px 8px;
	text-align:center;
}
.status-option-item{
	display: inline;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	background-color: #C63C3C;
	border-radius: 2px;			/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
	
	
	1border-top: 1px solid #E66C6C;
	1border-left: 1px solid #E66C6C;
	1border-bottom: 1px solid #961C1C;
	1border-right: 1px solid #961C1C;
	padding: 2px 16px;
	margin-right: 10px;
}

.question_id {
	width: 60px;
	float: left;
	font-size:12px;
}

.question-body h3 {
	background:url(../img/qa/qa_question2.png) no-repeat 0px 5px;
	color:#222222;
	font-weight:normal;
}

.question-body h3.express{
	background: url(../img/qa/qa_question_emergency2.png) no-repeat 0px 5px;	
	font-weight:bold;
}
.question-body h3.closed{
	background: url(../img/qa/qa_question_close2.png) no-repeat 0px 5px;
}
.question-body h3 a{
	padding-left:30px;
}
.section_header_txt h3#que {
	float:left;
	width:550px;
}
.section_header_txt #que img {
	float:right;
	width:50px;
}


.button-list{
	width:100%;
	margin: 20px 0px 5px 0px;
/*
	background-color: #cccccc;
	border: solid 1px #999999;
	height: 60px;
*/	
}
.button-list ul{
	text-align:center;
}
.button-list li{
	list-style: none;
	display: block;
	float: left;
	width: 180px;
	height: 31px;
}


.button-list-res {
	margin-left: 145px;	
}
.button-list-res a{
	background: transparent url(/images/qa/button_henshinsuru.png) 0px 0;
	display: block;
	width:160px;
	height:31px;
}
.button-list-res a:hover{
	background-position: 0px -31px;
}

.button-list-delete {
}
.button-list-delete a{
	background: transparent url(/images/qa/button_sakujo.png) 0 0;
	display:block;
	width:160px;
	height:31px;
}
.button-list-close {
}
.button-list-close a{
	background: transparent url(/images/qa/button_uchikiru.png) 0 0;
	display:block;
	width:160px;
	height:31px;
}
.button-list-close a:hover{
	background-position: 0px -31px;
}

.button-list-freeze {
}
.button-list-freeze a{
	background: transparent url(/images/qa/button_touketusuru.png) 0 0;
	display:block;
	width:160px;
	height:31px;
}
.button-list-freeze a:hover{
	background-position: 0px -31px;
}

.button-list-unfreeze {
}
.button-list-unfreeze a{
	background: transparent url(/images/qa/button_touketukaijo.png) 0 0;
	display:block;
	width:160px;
	height:31px;
}
.button-list-unfreeze a:hover{
	background-position: 0px -31px;
}
.button-list-cancel {
}
.button-list-cancel a{
	background: transparent url(/images/qa/button_modoru.png) 0 0;
	display:block;
	width:160px;
	height:31px;
}
.button-list-cancel a:hover{
	background-position: 0px -31px;
}

.button-list-returntop {
}
.button-list-returntop a{
	background: transparent url(/images/qa/button_toppage.png) 0 0;
	display:block;
	width:200px;
	height:30px;
}
.button-list-returntop a:hover{
	background-position: 0px -31px;
}

#tree {
	margin:0 0 1em;
	padding:1em;
	border: 1px dotted #043C71;
	border-radius: 5px;			/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
#tree .tree-deep-0 {
	background-color: #1D6097;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-radius: 3px;			/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
}
#tree .tree-deep-0 a {
	padding-left: 5px;
  color: #FFFFFF;
  width: 100%;
  font-weight: bold;
}
#tree .tree-deep-0 .q-member-name {
	padding-left: 1em;
  font-size: 13px;
}
#tree .tree-answer {
  height: 22px;
  padding: 5px 0;
  overflow: hidden;
}
#tree .type-0 {
	background: url(/img/qa/tree_answer_0.png) no-repeat scroll transparent;
	white-space: nowrap;
	overflow: hidden;
}
#tree .type-1 {
	background: url(/img/qa/tree_answer_1.png) no-repeat scroll transparent;
	white-space: nowrap;
	overflow: hidden;
}
#tree .type-2 {
	background: url(/img/qa/tree_answer_2.png) no-repeat scroll transparent;
	white-space: nowrap;
	overflow: hidden;
}
#tree .a-answer {
  padding-left: 33px;
}
#tree .a-tree-no {
  font-weight: bold;
  color: #3964B1;
  
}
#tree .a-member-name {
	padding-left: 0.5em;
  font-weight: bold;
	color:#000;
}
#tree .a-member-name a{
	color:#000;
}
#tree .a-body {
	padding-left: 1em;
  font-size: 12px;
  color: #666666;
}

.visible-element {
display:none;
}

.qa-tree-my-opinion {
	background-color	: #FFCCCC;
}
.qa-nav-list{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.qa-nav-list li{
	list-style: none;
}
.qa-lightgray {
	border-radius-bottomright: 3px;			/* CSS3草案 */
	border-radius-bottomleft: 3px;			/* CSS3草案 */
	-webkit-border-radius-bottomright: 3px;	/* Safari,Google Chrome用 */
	-webkit-border-radius-bottomleft: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius-bottomright: 10px;	/* Firefox用 */
	-moz-border-radius-bottomleft: 10px;	/* Firefox用 */
	background-color: #F7F7F7;
	line-height: 1.4em;
	padding: 15px;
	font-size:14px;
	color: #666666;
	overflow: hidden;
	word-break: break-all;
	word-wrap:  break-word;
}
/* safari chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.qa-lightgray {
	overflow: visible;
	word-break: break-all;
	word-wrap:  break-word;
}
}

/* point-allocation-table */
.table-wrapper{
	text-align: center;
	font-size:14px;
}
.point-allocation-table{
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
	width: 516px;
	margin-top: 15px;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	padding-left: 20px;
}
.point-allocation-table th{
	border: 1px solid #A0A0A0;
	padding: 4px;
	color: #222222;
	background: transparent url(th.png) repeat-x 0px 100%;
}
.point-allocation-table td{
	border: 1px solid #A0A0A0;
	padding: 5px;
	color: #222222;
	background-color: #FFFFFF;
}

.point-allocation-name{
	text-align: center;
	width: 300px;
}

.point-allocation-maxscore {
	text-align: center;
	width	: 100px;
}

.point-allocation-sumscore {
	text-align: center;
	width	: 100px;
}
/* qa_question_check
**************************************************/
/*
.anser-verify-body {
	color: #666;
}
.section_content {
	color:#666666;
	font-size:14px;
	margin-bottom:0.5em;
}
.hl-main {
	list-style-position:inside;
}
#question ol.hl-main {
	border-radius: 5px;			
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;	
	background-color: #E6E6DC;
	font-size: 12px;
	line-height: 1.2em;
	margin: 20px 0px;
	padding: 15px;
}
.reply-body ol.hl-main{
	background-color: #E1F0FD;
	border-radius: 5px;			
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;	
	font-size: 12px;
	line-height: 1.2em;
	margin: 20px 0px;
	padding: 15px;
}

*/
/****

#qa_pager {
	position: relative;
	margin-top: 60px;

	float: left;
	position: relative;
	left: 50%;
	margin: 0 auto 40px auto;
	height: 40px;
}
#qa_pager .prev {
	position: relative;
	display: block;
	padding: 2px 8px;
	color: #426AA8;
	border: 1px #CCCCCC solid;
	text-decoration: none;
	_width: 1em;
	height: 1.6em;
}
#qa_pager a {
	float: left;
	position: relative;
	left: -50%;
	margin: 4px 5px 3px 0px;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	word-wrap: normal;

	display: block;
	padding: 2px 8px;
	color: #426AA8;
	border: 1px #CCCCCC solid;
	text-decoration: none;
	_width: 1em;
	height: 1.6em;
}
#qa_pager .current {
	float: left;
	position: relative;
	left: -50%;
	margin: 4px 5px 3px 0px;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	word-wrap: normal;

	display: block;
	margin: 0px 5px 0px 0px;
	padding: 3px 12px;
	background: #003394;
	font-size: 16px;
	color: #FFFFFF;
  text-decoration:none;
}

#qa_pager  a:hover,
#qa_pager  a:active {
	border: 1px #003394 solid;
	_text-decoration: none;
}
***/


/* detail q_info_data
**************************************************/
.q_info_data {
	width: auto;
}


/* tree
**************************************************/
.tree-icon {
	margin-left: 15px;
}

.edit_attention {
	color: #333;
	font-weight: bold;
	margin: 1em 0 2em 0;
}


/* opinion_delete
**************************************************/
ul.user-info-list {
	list-style: none;
}
ul.user-info-list li {
	text-align: right;
}


.reply-body {
	color: #666;
	line-height: 1.4em;
	font-size: 14px;
}


