@charset "utf-8";

/*---------------------------------------------------------------------------------------------
  Q＆A
---------------------------------------------------------------------------------------------*/

/* 検索窓
==================================================== */
.qaSearchBox {
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 12px;
	border-radius: 7px;
	border: 2px solid #DDDDDD;
	background: #F9F9F9 url(../img/common/bgSearch-1.gif) no-repeat center right;
	behavior: url("/pie/PIE.htc");
}
.qaSearchBox h3 {
	margin: 0 5px;
	padding: 10px 0 10px 40px;
	font-size: 123%;
	font-weight: bold;
}
.qaSearchBox ul {
	overflow: hidden;
}
.qaSearchBox ul li {
	display: inline;
	float: left;
	height: 24px;
	margin: 0 10px 0 0;
}
.qaSearchBox ul li.KeywordField {
	margin: 0 10px 0 0;
}
.qaSearchBox ul li select {
	height: 24px;
	padding: 3px 3px 2px;
	border: 1px solid #819CBC;
}
.qaSearchBox ul li input.KeywordSearch {
	line-height: 20px;
	width: 400px;
	height: 20px;
	*margin: -1px 0 0;
	padding: 1px 5px;
	border: 1px solid #819CBC;
}
.qaSearchBox ul li input.btnSearch {
	width: 80px;
}
.qaSearchBox ul li input.btnSearch:hover {
	filter: alpha(Opacity=85);#topBox
	-moz-opacity: 0.85;
	opacity: 0.85;
}

/* TOP
==================================================== */
#qaTopBox {
	width: auto;
}

#qaTopBox .inn {
	position: position: relative;
	width: 620px;
	height: 228px;
	margin: 10px auto 30px;
	padding: 5px;
	-webkit-box-shadow: 0 0 13px #D3D3D3;
	-moz-box-shadow: 0 0 13px #D3D3D3;
	box-shadow: 0 0 13px #D3D3D3;
	behavior: url("/pie/PIE.htc");
	*zoom :1;
}

#qaTopBox #qaTabBox {
	width: auto;
	margin: 0 0 30px;
}
#qaTopBox #qaTabBox ul#tab {
	overflow: hidden;
	margin: 0 0 20px;
	border-bottom: 4px solid #76D167;
	font-size: 115%;
}
#qaTopBox #qaTabBox ul#tab li {
	position: relative;
	float: left;
	width: 158px;
	margin: 0 10px 0 0;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	text-align: center;
	cursor: pointer;
	behavior: url("/pie/PIE.htc");
}
#qaTopBox #qaTabBox ul#tab li.select {
	background: #76D167;
	border: 1px solid #76D167;
	border-bottom: none;
	color: #FFFFFF;
	font-weight: bold;
}
#qaTopBox #qaTabBox .disnon {
	display: none;
}
#qaTopBox #qaTabBox .content_wrap {
	clear: left;
	width: auto;
}
.qaDgtListBox {
	overflow: hidden;
}

/* 新着のQA */
/*
#qaTopBox #newQaBox {
	width: 740px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 30px;
}
#qaTopBox #newQaBox .titBox {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 5px;
	background: #B562AE;
	border-radius: 5px;
	*zoom: 1;
	behavior: url(/pie/PIE.htc);
}
#qaTopBox #newQaBox .titBox span {
	display: block;
	float: left;
	margin: 2px 10px 0 0;
}
#qaTopBox #newQaBox .titBox h2 {
	color: #FFFFFF;
	font-size: 162%;
	text-shadow: 1px 1px #8C4287;
}
#qaTopBox #newQaBox .ctsBox {
	width: auto;
	overflow: hidden;
	margin: 0 0 40px;
	*zoom: 1;
}
#qaTopBox #newQaBox .ctsBox .innL {
	float: left;
	width: 360px;
}
#qaTopBox #newQaBox .ctsBox .innR {
	float: right;
	width: 360px;
}
#qaTopBox #newQaBox .ctsBox .innL .headBox,
#qaTopBox #newQaBox .ctsBox .innR .headBox {
	overflow: hidden;
	margin: 0 0 1px;
	border-bottom: 1px dotted #333333;
	*zoom: 1;
}
#qaTopBox #newQaBox .ctsBox .innL .headBox .imgL,
#qaTopBox #newQaBox .ctsBox .innR .headBox .imgL {
	float: left;
	margin: 30px 0 0 10px;
}
#qaTopBox #newQaBox .ctsBox .innL .headBox .imgR,
#qaTopBox #newQaBox .ctsBox .innR .headBox .imgR {
	float: right;
}
#qaTopBox #newQaBox .ctsBox .innL .questionBox,
#qaTopBox #newQaBox .ctsBox .innR .bestAnswerBox {
	overflow: hidden;
}
#qaTopBox #newQaBox .ctsBox .innL .questionBox dl {
	overflow: hidden;
	margin: 0 0 1px;
	padding: 10px;
	background: #EDF4FB;
	border-bottom: 1px dotted #333333;
	*zoom: 1;
}
#qaTopBox #newQaBox .ctsBox .innR .bestAnswerBox dl {
	overflow: hidden;
	margin: 0 0 1px;
	padding: 10px;
	background: #F8F1F8;
	border-bottom: 1px dotted #333333;
	*zoom: 1;
}
#qaTopBox #newQaBox .ctsBox .innL .questionBox dl dt,
#qaTopBox #newQaBox .ctsBox .innR .bestAnswerBox dl dt {
	float: left;
	width: 27px;
}
#qaTopBox #newQaBox .ctsBox .innL .questionBox dl dd,
#qaTopBox #newQaBox .ctsBox .innR .bestAnswerBox dl dd {
	float: right;
	width: 300px;
	font-size: 85%;
}
#qaTopBox #newQaBox .ctsBox .innL .questionBox dl dd a,
#qaTopBox #newQaBox .ctsBox .innR .bestAnswerBox dl dd a {
	display: block;
}
#qaTopBox #newQaBox .ctsBox .innL .questionBox dl dd.date,
#qaTopBox #newQaBox .ctsBox .innR .bestAnswerBox dl dd.date {
	padding: 2px 0 0;
	color: #666666;
}
#qaTopBox #newQaBox .ctsBox p.listLink {
	margin: 10px 0 0 0;
	font-size: 85%;
	text-align: right;
}
#qaTopBox #newQaBox .ctsBox p.listLink a {
	padding: 0 0 0 20px;
	background: url(../img/common/csr11.gif) no-repeat 0 0px;
}
*/

/* 質問ボタン */
.btnQuestion {
	width: 200px;
	margin: 0 auto 20px;
	background: #B562AE;
	border-radius: 5px;
	text-align: center;
	behavior: url(/pie/PIE.htc);
}
.btnQuestion a {
	display: block;
	padding: 5px 0;
	color: #FFFFFF;
	font-size: 162%;
	text-shadow: 1px 1px #8C4287;
}
.btnQuestion a:hover {
	border-radius: 5px;
	background: #A54E9E;
	text-decoration: none;
	behavior: url(/pie/PIE.htc);
}
.btnQuestion-2 {
	width: 200px;
	margin: 0 auto 20px;
}
.btnQuestion-2 a:hover {
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

/* 回答ボタン */
.btnQuestionAnswer {
	width: 200px;
	margin: 0 auto 20px;
	background: #FF571E;
	border-radius: 5px;
	text-align: center;
	behavior: url(/pie/PIE.htc);
}
.btnQuestionAnswer a {
	display: block;
	padding: 5px 0;
	color: #FFFFFF;
	font-size: 162%;
	text-shadow: 1px 1px #CA3300;
}
.btnQuestionAnswer a:hover {
	border-radius: 5px;
	background: #FF4609;
	text-decoration: none;
	behavior: url(/pie/PIE.htc);
}

/* 税理士に関するQA */
#qaTopBox #unAnswerBox {
	width: 740px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
}
#qaTopBox #unAnswerBox .titBox {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 5px;
	background: #B562AE;
	border-radius: 5px;
	*zoom: 1;
	behavior: url(/pie/PIE.htc);
}
#qaTopBox #unAnswerBox .titBox span {
	display: block;
	float: left;
	margin: 2px 10px 0 0;
}
#qaTopBox #unAnswerBox .titBox h2 {
	color: #FFFFFF;
	font-size: 162%;
	text-shadow: 1px 1px #8C4287;
}
#qaTopBox #unAnswerBox .ctsBox {
	width: auto;
	overflow: hidden;
	*zoom: 1;
}
#qaTopBox #unAnswerBox .ctsBox dl {
	overflow: hidden;
	margin: 1px 0 0;
	padding: 10px;
	background: #F8F1F9;
	border-top: 1px dotted #333333;
	*zoom: 1;
}
#qaTopBox #unAnswerBox .ctsBox dl dt {
	float: left;
	width: 27px;
}
#qaTopBox #unAnswerBox .ctsBox dl dd {
	float: right;
	width: 683px;
	font-size: 85%;
}
#qaTopBox #unAnswerBox .ctsBox dl dd a {
	display: block;
	font-size: 123%;
}
#qaTopBox #unAnswerBox .ctsBox dl dd.date {
	padding: 2px 0 0;
	color: #666666;
}
#qaTopBox #unAnswerBox .qaListLink {
	width: auto;
	border-top: 1px dotted #333333;
	text-align: right;
}
#qaTopBox #unAnswerBox .qaListLink a {
	display: block;
	float: right;
	margin: 10px 0 0;
	padding: 0 0 0 20px;
	background: url(../img/common/csr11.gif) no-repeat 0 2px;
}

/* カテゴリ別キーワード */
.qaKeywordCtsBox {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
}
.qaKeywordCtsBox .ctsTitBox {
	position: relative;
	margin: 0 0 20px;
}
.qaKeywordCtsBox .ctsTitBox h3 {
	position: absolute;
	top: 10px;
	left: 55px;
	color: #FFFFFF;
	font-size: 124%;
	font-weight: bold;
}

.qaKeywordCtsBox .contBox {
	overflow: hidden;
	width: auto;
	margin: 0 0 15px;
}
.qaKeywordCtsBox .contBox h4 {
	overflow: hidden;
	margin: 0 0 7px;
	padding: 3px 0 5px 25px;
	font-size: 123%;
	*zoom: 1;
}
.qaKeywordCtsBox .contBox h4.titKeyword {
	background: url(../img/common/csrKeyword-5.gif) no-repeat left 6px;
}
.qaKeywordCtsBox .contBox dl {
	float: left;
	width: 300px;
	overflow: hidden;
	margin: 0 10px 20px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #333333;
}
.qaKeywordCtsBox .contBox dl dt {
	margin: 0 0 2px;
	font-size: 93%
}
.qaKeywordCtsBox .contBox dl dt a {
	display: block;
}
.qaKeywordCtsBox .contBox dl dd {
	font-size: 85%;
}
.qaKeywordCtsBox .contBox dl dd.date {
	color: #666666;
}
.qaKeywordCtsBox p.listLink {
	margin: 5px 0 0 0;
	font-size: 85%;
	text-align: right;
}
.qaKeywordCtsBox p.listLink a {
	padding: 0 0 0 16px;
	background: url(../img/common/csr11.gif) no-repeat 0 2px;
}

/* QA一覧ページ用サイド
==================================================== */
#side #qaSideBox {
	width: 200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
#side #qaSideBox .ctsBox {
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0 0 7px;
	background: #F9F9F9;
	border-bottom: 1px solid #B562AE;
}
#side #qaSideBox .ctsBox .titBox {
	position: relative;
	width: 200px;
	height: 35px;
	background: #B562AE;
	border-radius: 5px 5px 0 0;
	behavior: url("/pie/PIE.htc");
}
#side #qaSideBox .ctsBox .titBox h3 {
	line-height: 35px;
	padding: 0 0 0 7px;
	color: #FFFFFF;
	font-weight: bold;
}
#side #qaSideBox .ctsBox ul {
	margin: 7px auto 0;
}
#side #qaSideBox .ctsBox ul li {
	line-height: 1.8;
}
#side #qaSideBox .ctsBox ul li a {
	display: block;
	margin: 0 0 7px;
	padding: 0 0 7px 10px;
	background: url(../img/common/csr12.gif) no-repeat 185px 6px;
	border-bottom: 1px dotted #333333;
	*zoom: 1;
}
#side #qaSideBox .ctsBox dl {
	width: 200px;
	overflow: hidden;
	margin: 0 0 7px;
	padding: 0 0 7px;
	background: #FAFAFA;
	border-bottom: 1px dotted #333333;
}
#side #qaSideBox .ctsBox dl dt {
	line-height: 1.2;
	margin: -1px 0 0 10px;
	border-top: 1px dotted #DDDDDD;
	*zoom: 1;
}
#side #qaSideBox .ctsBox dl dt a {
	display: block;
	padding: 8px 0 0 10px;
	background: url(../img/common/csr09.gif) no-repeat 0 12px;
}
#side #qaSideBox .ctsBox dl dd {
	line-height: 1.3;
	margin: 0 10px 0 20px;
	padding: 0 0 10px;
	font-size: 85%;
}

#side #qaSideBox .ctsBox p.listLink {
	float: right;
	margin: 0 5px 0 0;
	padding: 0 0 0 20px;
	background: url(../img/common/csr11.gif) no-repeat 0 0px;
	font-size: 85%;
}

/* QA一覧ページ用サイド W300
==================================================== */
#side-2 #qaSideBox {
	width: auto;
	margin: 0 0 20px;
}
#side-2 #qaSideBox .ctsBox {
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0 0 7px;
	background: #F7F7F7;
}
#side-2 #qaSideBox .titBox {
	padding: 0 5px;
	background: #8A8A8A;
}
#side-2 #qaSideBox .titBox h3 {
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
#side-2 #qaSideBox .ctsBox ul {
	margin: 7px auto 0;
	background: #F7F7F7;
}
#side-2 #qaSideBox .ctsBox ul li {
	line-height: 1.8;
}
#side-2 #qaSideBox .ctsBox ul li a {
	display: block;
	margin: 0 0 7px;
	padding: 0 0 7px 10px;
	background: url(../img/common/csr17.gif) no-repeat 285px 6px;
	border-bottom: 1px dotted #999999;
	*zoom: 1;
}

#side-2 #qaSideBox .ctsBox dl {
	width: auto;
	overflow: hidden;
	margin: 0 0 5px;
	padding: 0 0 5px;
	background: #FAFAFA;
	border-bottom: 1px dotted #999999;
}
#side-2 #qaSideBox .ctsBox dl dt {
	line-height: 1.2;
	margin: -1px 0 0 10px;
	*zoom: 1;
}
#side-2 #qaSideBox .ctsBox dl dt a {
	display: block;
	padding: 8px 0 0 10px;
	background: url(../img/common/csr09.gif) no-repeat 0 12px;
}
#side-2 #qaSideBox .ctsBox dl dd {
	line-height: 1.3;
	margin: 0 10px 5px 20px;
	font-size: 85%;
}

/* 一覧
==================================================== */
#qaDgtBox {
	width: auto;
}
#qaDgtBox .titBox {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 5px;
	background: #B7B7B7;
}
#qaDgtBox .titBox h2 {
	color: #FFFFFF;
	font-size: 131%;
	font-weight: bold;
}
#memberMypageMain #qaDgtBox .titBox h2,
#clientMypageMain #qaDgtBox .titBox h2 {
	color: #333333;
	text-shadow: none;
}
#qaDgtBox .sortBox {
	width: auto;
}
#qaDgtBox .sortBox h2 {
	float: left;
	margin: 0 20px 0 0;
	font-size: 115%;
	font-weight: bold;
	color: #0E538B;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#qaDgtBox .sortBox h2 {
	margin: 5px 20px 0 0;
}
}
#qaDgtBox .sortBox form {
	float: right;
}
#qaDgtBox .sortBox form select {
	padding: 3px;
	border: 1px solid #A8A8A8;
}

/* QAページ広告枠一覧 */
.prCtsBox-2 {
	width: auto;
	overflow: hidden;
	margin: 0 0 5px;
	*zoom: 1;
}
.prCtsBox-2 .inn {
	width: auto;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 10px;
	background: #FBF0F0;
	border: 1px solid #E08D8D;
	*zoom: 1;
}
.prCtsBox-2 .inn .clientNameBox {
	overflow: hidden;
	margin: 0 0 10px;
	*zoom: 1;
}
.prCtsBox-2 .inn .clientNameBox .innL {
	float: left;
	width: 376px;
}
.prCtsBox-2 .inn .clientNameBox .innL h3 {
	float: left;
	padding: 0 7px 3px 0;
	font-size: 139%;
	font-weight: bold;
}
.prCtsBox-2 .inn .clientNameBox .innL span {
	display: block;
	float: left;
	width: 30px;
	margin: 0 10px 0 0;
	padding: 2px 3px;
	background: #FF9326;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 77%;
	font-weight: bold;
	text-align: center;
	behavior: url(/pie/PIE.htc);
}
.prCtsBox-2 .inn .clientNameBox .innL p.address {
	clear: both;
	color: #666666;
	font-size: 85%;
}
.prCtsBox-2 .inn .clientNameBox .innR {
	float: right;
	width: 234px;
}
.prCtsBox-2 .inn .clientCtsBox {
	overflow: hidden;
	margin: 0 0 10px;
	*zoom: 1;
}
.prCtsBox-2 .inn .clientCtsBox .innL {
	float: left;
	width: 150px;
}
.prCtsBox-2 .inn .clientCtsBox .innR {
	float: right;
	width: 450px;
}
.prCtsBox-2 .inn .clientCtsBox .innR dl {
	margin: 0 0 7px;
	overflow: hidden;
	font-size: 93%
	*zoom: 1;
}
.prCtsBox-2 .inn .clientCtsBox .innR dl dt {
	float: left;
	width: 94px;
	padding: 0 0 0 27px;
}
.prCtsBox-2 .inn .clientCtsBox .innR dl dt.possible {
	background: url(../img/category/icoPossible.gif) no-repeat 0 0;
}
.prCtsBox-2 .inn .clientCtsBox .innR dl dt.access {
	background: url(../img/category/icoAccess.gif) no-repeat 0 0;
}
.prCtsBox-2 .inn .clientCtsBox .innR dl dd {
	float: right;
	width: 315px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.prCtsBox-2 .inn .clientCtsBox .innR p.clientTxt {
	clear: both;
	width: auto;
	padding: 10px;
	background: #FFFFFF;
	border: 1px dotted #999999;
	font-size: 93%;
}
.prCtsBox-2 .inn .clientCtsBox .innR p.clientTxt a {
	padding: 0 10px;
	font-weight: bold;
}

#qaDgtBox .ctsBox {
	width: auto;
	margin: 0 auto 25px;
}
.qaDgtListBox table {
	width: 100%;
	margin: 0 0 10px;
}
.qaDgtListBox table th {
	padding: 0 3px;
	background: #EEEEEE;
	font-weight: bold;
	text-align: center;
}
.qaDgtListBox table th.qaTit {
	width: 64%;
}
.qaDgtListBox table th.qaStatus {
	width: 12%;
}
.qaDgtListBox table th.qaAnswerCount {
	width: 9%;
}
.qaDgtListBox table th.qaDate {
	width: 15%;
	border: none;
}
.qaDgtListBox table th p {
	margin: 8px 0;
	border-right: 1px dotted #333333;
}
.qaDgtListBox table th p.last {
	border-right: none;
}
.qaDgtListBox table td {
	padding: 7px;
	border-bottom: 1px dotted #666666;
	font-size: 93%;
	text-align: center;
}
.qaDgtListBox table td.left {
	text-align: left;
}
.qaDgtListBox table td p.date {
	font-size: 93%;
}

.qaDgtListBox table td .qaCtsBox {
	width: 380px;
	overflow: hidden;
}
.qaDgtListBox table td .qaCtsBox .ico {
	float: left;
	width: 34px;
}
.qaDgtListBox table td .qaCtsBox .ico p {
	width: 30px;
	margin: 0 auto;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.qaDgtListBox table td .qaCtsBox .ico p strong {
	position: relative;
	display: block;
	padding: 5px;
	border-radius: 15px;
	behavior: url("/pie/PIE.htc");
}
.qaDgtListBox table td .qaCtsBox .ico p strong.question {
	background: #5AAECC;
}
.qaDgtListBox table td .qaCtsBox dl {
	float: right;
	width: 330px;
}
.qaDgtListBox table td .qaCtsBox dl dt {
	margin: 0 0 2px;
}
.qaDgtListBox table td .qaCtsBox dl dt a {
	display: block;
}
.qaDgtListBox table td .qaCtsBox dl dd {
	margin: 0 0 2px;
}

.qaDgtListBox table td span {
	position: relative;
	display: block;
	width: 38px;
	_width: 38px;
	margin: 0 auto;
	padding: 2px 5px 1px;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 93%;
	text-align: center;
	behavior: url(/pie/PIE.htc);
}

.qaDgtListBox table td span.statusCollection {
	background: #2DAC13;
	border: 1px solid #2DAC13;
}
.qaDgtListBox table td span.statusSolution {
	background: #D90000;
	border: 1px solid #D90000;
}

/* 一覧（会員MYページ・質問したQA一覧）
==================================================== */
#myPageQaDgtBox {
	width: auto;
}
#myPageQaDgtBox .titBox {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 5px;
	background: #B562AE;
	border-radius: 5px;
	*zoom: 1;
	behavior: url(/pie/PIE.htc);
}
#myPageQaDgtBox .titBox span {
	display: block;
	float: left;
	margin: 2px 10px 0 0;
}
#myPageQaDgtBox .titBox h2 {
	color: #FFFFFF;
	font-size: 162%;
	text-shadow: 1px 1px #8C4287;
}
#memberMypageMain #myPageQaDgtBox .titBox h2,
#clientMypageMain #myPageQaDgtBox .titBox h2 {
	color: #333333;
	text-shadow: none;
}
#myPageQaDgtBox .sortBox {
	width: auto;
}
#myPageQaDgtBox .sortBox h2 {
	float: left;
	margin: 0 20px 0 0;
	font-size: 115%;
	font-weight: bold;
	color: #0E538B;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#myPageQaDgtBox .sortBox h2 {
	margin: 5px 20px 0 0;
}
}
#myPageQaDgtBox .sortBox form {
	float: right;
}
#myPageQaDgtBox .sortBox form select {
	padding: 3px;
	border: 1px solid #A8A8A8;
}
#myPageQaDgtBox .ctsBox {
	width: auto;
	margin: 0 auto 25px;
}
#myPageQaDgtBox .ctsBox table {
	width: 100%;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	border-collapse: collapse;
}
#myPageQaDgtBox .ctsBox table tr:nth-child(odd) td {
	background-color: #F9F9F9;
}
#myPageQaDgtBox .ctsBox table tr:nth-child(even) td {
	background-color: #FFFFFF;
}
/* IE6,7,8 */
#myPageQaDgtBox .ctsBox table tr.odd td {
	background-color: #F9F9F9;
}
#myPageQaDgtBox .ctsBox table tr.even td {
	background-color: #FFFFFF;
}
#myPageQaDgtBox .ctsBox table th {
	line-height: 32px;
	padding: 0 5px;
	background: url(../img/qa/bgDgtTh.jpg) repeat-x;
	border-bottom: 1px solid #B0B0B0;
	color: #1B276B;
	font-weight: bold;
	text-align: center;
}
#myPageQaDgtBox .ctsBox table th.no {
	width: 5%;
}
#myPageQaDgtBox .ctsBox table th.title {
	width: 69%;
}
/*
#myPageQaDgtBox .ctsBox table th.cate {
	width: 18%;
}
*/
#myPageQaDgtBox .ctsBox table th.status {
	width: 7%;
}
#myPageQaDgtBox .ctsBox table th.answer {
	width: 6%;
}
#myPageQaDgtBox .ctsBox table th.date {
	width: 13%;
}
#myPageQaDgtBox .ctsBox table td {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
}
#myPageQaDgtBox .ctsBox table td span.no {
	font-size: 85%;
	color: #333333;
}
#myPageQaDgtBox .ctsBox table td p {
	font-size: 85%;
}
#myPageQaDgtBox .ctsBox table td p.date {
	font-size: 85%;
}
#myPageQaDgtBox .ctsBox table td p.no {
	font-size: 77%;
}

#myPageQaDgtBox .ctsBox table td.left {
	text-align: left;
}
#myPageQaDgtBox .ctsBox table td a {
	display: block;
	font-size: 108%;
	font-weight: bold;
}
#myPageQaDgtBox .ctsBox table td span,
#requestDtlBox #subTitBox ul li span {
	position: relative;
	display: block;
	width: 38px;
	_width: 38px;
	padding: 2px 5px 1px;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 85%;
	text-align: center;
	behavior: url(/pie/PIE.htc);
}
#myPageQaDgtBox .ctsBox table td span.statusCollection {
	background: #FF5C26;
	border: 1px solid #EC3C00;
	text-shadow: -1px -1px 0 #B02D00;
}
#myPageQaDgtBox .ctsBox table td span.statusSolution {
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #238C00), color-stop(0.00, #2DB200));
	background: -webkit-linear-gradient(top, #2DB200 0%, #238C00 100%);
	background: -moz-linear-gradient(top, #2DB200 0%, #238C00 100%);
	background: -o-linear-gradient(top, #2DB200 0%, #238C00 100%);
	background: -ms-linear-gradient(top, #2DB200 0%, #238C00 100%);
	background: linear-gradient(top, #2DB200 0%, #238C00 100%);
	-pie-background: linear-gradient(top, #2DB200 0%, #238C00 100%);
	border: 1px solid #207D00;
	text-shadow: -1px -1px 0 #1C6B01;
	behavior: url(/pie/PIE.htc);
}

/* 詳細
==================================================== */
#qaDtlBox {
	width: auto;
	overflow: hidden;
	margin: 0 auto;
}
#qaDtlBox #questionDtlBox {
	position: relative;
	width: auto;
	margin: 0 auto 20px;
	overflow: hidden;
	border: 1px solid #A2A2A2;
	border-radius: 4px;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox #questionDtlBox .titBox {
	position: relative;
	width: auto;
	overflow: hidden;
	padding: 5px 15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F5F5F5), color-stop(0.00, #FFFFFF));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
	background: linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
	-pie-background: linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
	*border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0\9;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox #questionDtlBox span#icoQuestion {
	display: block;
	float: left;
	position: relative;
	width: 32px;
	background: #5AAECC;
	border-radius: 16px;
	margin: 0 15px 0 0;
	padding: 5px 0;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 123%;
	font-weight: bold;
	text-align: center;
	behavior: url(/pie/PIE.htc);
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#qaDtlBox #questionDtlBox span#icoQuestion {
	padding: 6px 0;
}
}
#qaDtlBox #questionDtlBox .titBox h2 {
	float: left;
	line-height: 1.3;
	margin: 5px 15px 0 0;
	font-size: 123%;
	font-weight: bold;
}
#qaDtlBox #questionDtlBox .titBox p {
	position: relative;
	display: block;
	float: right;
	_width: 80px;
	_margin: 3px 0 0;
	padding: 2px 8px 1px;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 115%;
	text-align: center;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox #questionDtlBox .titBox p.statusCollection {
	background: #2DAC13;
	border: 1px solid #2DAC13;
}
#qaDtlBox #questionDtlBox .titBox p.statusSolution {
	background: #D90000;
	border: 1px solid #D90000;
}
#qaDtlBox #questionDtlBox .ctsBox {
	width: auto;
	padding: 15px 15px 0 15px;
	_padding: 15px 15px 35px 15px;
	background: url(../img/qa/bgTitDtlQuestion.gif) repeat-x top;
}
#qaDtlBox #questionDtlBox .ctsBox .usrName {
	margin: 0 0 10px;
}
#qaDtlBox #questionDtlBox .ctsBox .usrName h3 {
	font-weight: bold;
}
#qaDtlBox #questionDtlBox .ctsBox #questionCts {
	line-height: 1.8;
	margin: 0 0 50px;
	font-size: 108%;
}
#qaDtlBox #questionDtlBox .ctsBox #affiliationBox {
	width: auto;
	margin: 0 0 30px;
}
#qaDtlBox #questionDtlBox .ctsBox #affiliationBox dl {
	width: auto;
	overflow: hidden;
	margin: 0 0 5px;
	font-size: 85%;
	*zoom: 1;
}
#qaDtlBox #questionDtlBox .ctsBox #affiliationBox dl dt {
	float: left;
	width: 60px;
	margin: 0 5px 0 0;
	font-weight: bold;
}
#qaDtlBox #questionDtlBox .ctsBox #affiliationBox dl dd {
	float: left;
	width: 643px;
}
#qaDtlBox #questionDtlBox .ctsBox #affiliationBox dl dd a {
	padding: 0 10px 0 0;
}
#qaDtlBox #questionDtlBox .ctsBox .dateBox {
	position: relative;
	width: auto;
	margin: 5px 0 15px;
	padding: 15px 10px;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFFFFF), color-stop(0.00, #F5F5F5));
	background: -webkit-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background: -moz-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background: -o-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background: -ms-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background: linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	-pie-background: linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	behavior: url(/pie/PIE.htc);
	*zoom: 1;
}
#qaDtlBox #questionDtlBox .ctsBox .dateBox dl {
	float: left;
	overflow: hidden;
	*zoom: 1;
}
#qaDtlBox #questionDtlBox .ctsBox .dateBox dl dt {
	float: left;
	margin: 0 15px 0 0;
}
#qaDtlBox #questionDtlBox .ctsBox .dateBox dl dd {
	float: left;
}
#qaDtlBox #questionDtlBox .ctsBox .dateBox .snsBtnBox {
	float: right;
}
#qaDtlBox #questionDtlBox .ctsBox .cateLinkBox {
	width: auto;
	margin: 0 0 15px;
	overflow: hidden;
	*zoom: 1;
}
#qaDtlBox #questionDtlBox .ctsBox .cateLinkBox ul {}
#qaDtlBox #questionDtlBox .ctsBox .cateLinkBox ul li {
	font-size: 93%;
}
#qaDtlBox #questionDtlBox .ctsBox .cateLinkBox ul li a {
	position: relative;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 6px 8px;
	background: #F0F0F0;
	border: 1px solid #D4D0C8;
	border-radius: 5px;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox #questionDtlBox .ctsBox .cateLinkBox ul li.violation a {
	position: relative;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 6px 6px 8px 22px;
	background: #F0F0F0 url(../img/qa/icoViolation.gif) no-repeat 5px 9px;
	border: 1px solid #D4D0C8;
	border-radius: 5px;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox #questionDtlBox .ctsBox .cateLinkBox ul li a span {
	font-size: 85%;
}
#qaDtlBox #questionDtlBox .btnAnswer {
	width: 240px;
	margin: 0 auto 20px;
	_margin: -40px auto 20px;
}
#qaDtlBox #questionDtlBox .btnAnswer a:hover {
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

#qaDtlBox .answerDtlBox {
	position: relative;
	width: auto;
	margin: 0 auto 20px;
	padding: 15px 15px 0 15px;
	overflow: hidden;
	border: 1px solid #F27000;
	border-radius: 4px;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox .answerDtlBox .titBox {
	width: auto;
	overflow: hidden;
	margin: 0 0 15px;
	*zoom: 1;
}
#qaDtlBox .answerDtlBox span.icoAnswer {
	display: block;
	float: left;
	position: relative;
	width: 32px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F27203), color-stop(0.00, #F7A35A));
	background: -webkit-linear-gradient(top, #F7A35A 0%, #F27203 100%);
	background: -moz-linear-gradient(top, #F7A35A 0%, #F27203 100%);
	background: -o-linear-gradient(top, #F7A35A 0%, #F27203 100%);
	background: -ms-linear-gradient(top, #F7A35A 0%, #F27203 100%);
	background: linear-gradient(top, #F7A35A 0%, #F27203 100%);
	-pie-background: linear-gradient(top, #F7A35A 0%, #F27203 100%);
	border-radius: 16px;
	margin: 0 15px 0 0;
	padding: 5px 0;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 123%;
	font-weight: bold;
	text-align: center;
	behavior: url(/pie/PIE.htc);
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#qaDtlBox .answerDtlBox span.icoAnswer {
	padding: 6px 0;
}
}
#qaDtlBox .answerDtlBox .titBox h3 {
	float: left;
	line-height: 1.3;
	margin: 5px 0 0 0;
	font-size: 108%;
	font-weight: bold;
}
#qaDtlBox .answerDtlBox .answerCtsBox p.answerTxt {
	overflow: hidden;
	font-size: 108%;
	*zoom: 1;
}
#qaDtlBox .answerDtlBox .answerCtsBox ul.answerInfoTxt {
	margin: 50px 0 0;
}
#qaDtlBox .answerDtlBox .answerCtsBox ul.answerInfoTxt li {
	line-height: 1.4;
	font-size: 85%;
}
#qaDtlBox .visitorName {
	margin: 0 0 5px;
	font-weight: bold;
}
#qaDtlBox .answerDtlBox .answerNoMemberBox {
	height: 193px;
	padding: 20px;
	background: url(../img/qa/answerNoMember.jpg) no-repeat;
}
#qaDtlBox .answerDtlBox .answerNoMemberBox .messageBox {
	position: relative;
	width: 450px;
	margin: 15px auto 0;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 5px;
	border: 2px solid #1B2967;
	filter: alpha(Opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox .answerDtlBox .answerNoMemberBox .messageBox p {
	margin: 0 auto 15px;
	font-size: 115%;
	text-align: center;
}
#qaDtlBox .answerDtlBox .answerNoMemberBox .messageBox .btnMemberRegist {
	width: 300px;
	margin: 0 auto;
	background: #1B2967;
	border-radius: 5px;
	font-size: 77%;
	text-align: center;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox .answerDtlBox .answerNoMemberBox .messageBox .btnMemberRegist a {
	display: block;
	padding: 5px 0;
	color: #FFFFFF;
	font-size: 162%;
	text-shadow: 1px 1px #111A40;
}
#qaDtlBox .answerDtlBox .answerNoMemberBox .messageBox .btnMemberRegist a:hover {
	border-radius: 5px;
	background: #111A40;
	text-decoration: none;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox .answerDtlBox #icoBestAnswer {
	width: 163px;
	margin: 0 0 15px auto
}
#qaDtlBox .answerDtlBox .answerCts {
	line-height: 1.8;
	margin: 0 0 20px;
}
#qaDtlBox .answerDtlBox .dateBox {
	position: relative;
	width: auto;
	margin: 0 0 15px;
	padding: 15px 10px;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFFFFF), color-stop(0.00, #F5F5F5));
	background: -webkit-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background: -moz-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background: -o-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background: -ms-linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	background: linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	-pie-background: linear-gradient(left, #F5F5F5 0%, #FFFFFF 100%);
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	behavior: url(/pie/PIE.htc);
	*zoom: 1;
}
#qaDtlBox .answerDtlBox .dateBox p {
	float: left;
	overflow: hidden;
	margin: 3px 15px 0 0;
	*zoom: 1;
}
#qaDtlBox .answerDtlBox .dateBox .icoClient {
	display: block;
	float: right;
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1D9AAE), color-stop(0.00, #26C5DB));
	background: -webkit-linear-gradient(top, #26C5DB 0%, #1D9AAE 100%);
	background: -moz-linear-gradient(top, #26C5DB 0%, #1D9AAE 100%);
	background: -o-linear-gradient(top, #26C5DB 0%, #1D9AAE 100%);
	background: -ms-linear-gradient(top, #26C5DB 0%, #1D9AAE 100%);
	background: linear-gradient(top, #26C5DB 0%, #1D9AAE 100%);
	-pie-background: linear-gradient(top, #26C5DB 0%, #1D9AAE 100%);
	border: 1px solid #156F7B;
	border-radius: 4px;
	padding: 2px 10px;
	text-align: center;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox .answerDtlBox .dateBox .icoClient a {
	display: block;
	padding: 0 0 0 17px;
	background: url(../img/qa/icoClient.gif) no-repeat 0 2px;
	color: #FFFFFF;
	font-weight: bold;
}

#qaDtlBox .answerDtlBox .btnActionBox {
	width: auto;
	margin: 0 0 15px;
	text-align: center;
}
#qaDtlBox .answerDtlBox .btnActionBox ul {
	overflow: hidden;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#qaDtlBox .answerDtlBox .btnActionBox ul li {
	float: left;
	margin: 0 10px;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#qaDtlBox .answerDtlBox .btnActionBox ul li.btnBestanswer {
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FE8A16), color-stop(0.00, #FFA244));
	background: -webkit-linear-gradient(top, #FFA244 0%, #FE8A16 100%);
	background: -moz-linear-gradient(top, #FFA244 0%, #FE8A16 100%);
	background: -o-linear-gradient(top, #FFA244 0%, #FE8A16 100%);
	background: -ms-linear-gradient(top, #FFA244 0%, #FE8A16 100%);
	background: linear-gradient(top, #FFA244 0%, #FE8A16 100%);
	-pie-background: linear-gradient(top, #FFA244 0%, #FE8A16 100%);
	border: 1px solid #F97C00;
	border-radius: 26px;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox .answerDtlBox .btnActionBox ul li.btnBestanswer a {
	display: block;
	padding: 0 0 0 22px;
	background: url(../img/qa/icoBestAnswerForm.gif) no-repeat 0 2px;
	color: #FFFFFF;
	font-weight: bold;
}
#qaDtlBox .answerDtlBox .btnActionBox ul li.btnReplay {
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #468C00), color-stop(0.00, #59B200));
	background: -webkit-linear-gradient(top, #59B200 0%, #468C00 100%);
	background: -moz-linear-gradient(top, #59B200 0%, #468C00 100%);
	background: -o-linear-gradient(top, #59B200 0%, #468C00 100%);
	background: -ms-linear-gradient(top, #59B200 0%, #468C00 100%);
	background: linear-gradient(top, #59B200 0%, #468C00 100%);
	-pie-background: linear-gradient(top, #59B200 0%, #468C00 100%);
	border: 1px solid #007D3F;
	border-radius: 26px;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox .answerDtlBox .btnActionBox ul li.btnReplayCmp {
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #AAAAAA), color-stop(0.00, #AFAFAF));
	background: -webkit-linear-gradient(top, #AFAFAF 0%, #AAAAAA 100%);
	background: -moz-linear-gradient(top, #AFAFAF 0%, #AAAAAA 100%);
	background: -o-linear-gradient(top, #AFAFAF 0%, #AAAAAA 100%);
	background: -ms-linear-gradient(top, #AFAFAF 0%, #AAAAAA 100%);
	background: linear-gradient(top, #AFAFAF 0%, #AAAAAA 100%);
	-pie-background: linear-gradient(top, #AFAFAF 0%, #AAAAAA 100%);
	border: 1px solid #A4A4A4;
	border-radius: 26px;
	color: #F7F7F7;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox .answerDtlBox .btnActionBox ul li.btnReplay a {
	display: block;
	padding: 0 0 0 22px;
	background: url(../img/qa/icoReplayForm.gif) no-repeat 0 2px;
	color: #FFFFFF;
	font-weight: bold;
}
#qaDtlBox .answerDtlBox #bestAnswerBox {
	position: relative;
	width: auto;
	margin: 0 0 15px 40px;
	padding: 15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFFAFA), color-stop(0.00, #FFEDEC));
	background: -webkit-linear-gradient(top, #FFEDEC 0%, #FFFAFA 100%);
	background: -moz-linear-gradient(top, #FFEDEC 0%, #FFFAFA 100%);
	background: -o-linear-gradient(top, #FFEDEC 0%, #FFFAFA 100%);
	background: -ms-linear-gradient(top, #FFEDEC 0%, #FFFAFA 100%);
	background: linear-gradient(top, #FFEDEC 0%, #FFFAFA 100%);
	-pie-background: linear-gradient(top, #FFEDEC 0%, #FFFAFA 100%);
	border: 1px solid #A2A2A2;
	border-radius: 4px;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox {
	position: relative;
	width: auto;
	margin: 0 0 15px 40px;
	padding: 15px;
	border: 1px solid #A2A2A2;
	border-radius: 4px;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox h4 {
	margin: 0 0 8px ;
	padding: 0 0 8px 28px;
	background: url(../img/qa/icoDtlBestAnswerClient.gif) no-repeat 0 2px;
	border-bottom: 1px solid #AAAAAA;
	color: #D90000;
	font-size: 108%;
	font-weight: bold;
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientNameBox {
	width: auto;
	overflow: hidden;
	margin: 0 0 8px;
	*zoom: 1;
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientNameBox .icoCorporation {
	position: relative;
	float: left;
	width: 25px;
	margin: 2px 8px 0 0;
	padding: 1px 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #3269A8), color-stop(0.00, #7096C2));
	background: -webkit-linear-gradient(top, #7096C2 0%, #3269A8 100%);
	background: -moz-linear-gradient(top, #7096C2 0%, #3269A8 100%);
	background: -o-linear-gradient(top, #7096C2 0%, #3269A8 100%);
	background: -ms-linear-gradient(top, #7096C2 0%, #3269A8 100%);
	background: linear-gradient(top, #7096C2 0%, #3269A8 100%);
	-pie-background: linear-gradient(top, #7096C2 0%, #3269A8 100%);
	border: 1px solid #3269A8;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientNameBox .icoPersonal {
	position: relative;
	float: left;
	width: 25px;
	margin: 2px 8px 0 0;
	padding: 1px 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #3CA832), color-stop(0.00, #77C270));
	background: -webkit-linear-gradient(top, #77C270 0%, #3CA832 100%);
	background: -moz-linear-gradient(top, #77C270 0%, #3CA832 100%);
	background: -o-linear-gradient(top, #77C270 0%, #3CA832 100%);
	background: -ms-linear-gradient(top, #77C270 0%, #3CA832 100%);
	background: linear-gradient(top, #77C270 0%, #3CA832 100%);
	-pie-background: linear-gradient(top, #77C270 0%, #3CA832 100%);
	border: 1px solid #3CA832;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientNameBox h5 {
	float: left;
	font-size: 123%;
	font-weight: bold;
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientInfoBox {
	width: auto;
	overflow: hidden;
	*zoom: 1;
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientInfoBox .innL {
	float: left;
	width: 234px;
	text-align: center;
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientInfoBox .innR {
	float: right;
	width: 285px;
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientInfoBox dl {}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientInfoBox dl dt {
	margin: 0 0 5px;
	font-size: 85%;
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientInfoBox dl dd {
	width: 220px;
	font-weight: bold;
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientInfoBox dl dd a {
	position: relative;
	display: block;
	padding: 4px 0;
	background: #21B3C7;
	border: 1px solid #3269A8;
	border-radius: 4px;
	color: #FFFFFF;
	text-align: center;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientInfoBox dl dd a span {
	padding: 3px 10px;
	/* border: 1px solid #64CAD8; */
	border-radius: 4px;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientInfoBox p.clientDtltxt {
	clear: both;
	width: auto;
	margin: 0 0 5px;
	padding: 5px 0;
	border-bottom: 1px dotted #DDDDDD;
	font-size: 85%;
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientInfoBox .answerCountBox {
	overflow: hidden;
	*zoom: 1;
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientInfoBox .answerCountBox ul {}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientInfoBox .answerCountBox ul li {
	float: left;
	margin: 0 15px 0 0;
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientInfoBox .answerCountBox ul li.bestAnswer {
	font-size: 108%;
	font-weight: bold;
	color: #D90000;
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientInfoBox .answerCountBox ul li.qaAnswer {
	margin: 4px 0 0;
	font-size: 85%;
}
#qaDtlBox .answerDtlBox #bestAnswerClientBox .clientInfoBox .answerCountBox ul li span {
	padding: 0 3px;
	font-family: Verdana;
	font-size: 123%;
	font-weight: bold;
}
#qaDtlBox .answerDtlBox .replyBox {
	position: relative;
	width: auto;
	margin: 0 0 15px 40px;
	padding: 15px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFFFFD), color-stop(0.00, #FFFFFA));
	background: -webkit-linear-gradient(top, #FFFFFA 0%, #FFFFFD 100%);
	background: -moz-linear-gradient(top, #FFFFFA 0%, #FFFFFD 100%);
	background: -o-linear-gradient(top, #FFFFFA 0%, #FFFFFD 100%);
	background: -ms-linear-gradient(top, #FFFFFA 0%, #FFFFFD 100%);
	background: linear-gradient(top, #FFFFFA 0%, #FFFFFD 100%);
	-pie-background: linear-gradient(top, #FFFFFA 0%, #FFFFFD 100%);
	border: 1px solid #A2A2A2;
	border-radius: 4px;
	behavior: url(/pie/PIE.htc);
}
#qaDtlBox .answerDtlBox #bestAnswerBox h5,
#qaDtlBox .answerDtlBox .replyBox h5 {
	margin: 0 0 8px;
	padding: 0 0 0 20px;
	background: url(../img/qa/icoReply.gif) no-repeat 0 2px;
	font-weight: bold;
}
#qaDtlBox .answerDtlBox #bestAnswerBox h4 {
	margin: 0 0 8px;
	padding: 3px 0 3px 30px;
	background: url(../img/qa/icoDtlBestAnswer-1.gif) no-repeat 0 2px;
	color: #D90000;
	font-size: 108%;
	font-weight: bold;
}
#qaDtlBox .answerDtlBox #bestAnswerBox .comment,
#qaDtlBox .answerDtlBox .replyBox .comment {
	line-height: 1.8;
	margin: 0;
}

/* 質問、回答、ベストアンサー送信フォーム
==================================================== */
#qaEditBox {
	width: auto;
}
#qaEditBox .distributionInfoBox {
	width: 90%;
	margin: 0 auto 20px;
	padding: 12px;
	border-radius: 5px;
	border: 1px solid #FF5C26;
	behavior: url("/pie/PIE.htc");
}
#qaEditBox .distributionInfoBox p {}
#qaEditBox .distributionInfoBox p span {
	padding: 0 8px;
	font-weight: bold;
}
#qaEditBox .titBox {
	margin: 0 0 30px;
	*padding: 0 0 7px;
	padding: 0 0 7px;
	border-bottom: 3px solid #648121;
}
#qaEditBox h3 {
	color: #59741E;
	font-size: 108%;
	font-weight: bold;
}
#qaEditBox p.txt {
	margin: 0 0 30px;
	text-align: center;
}
#qaEditBox p.txt-2 {
	margin: 30px 0;
	font-size: 108%;
	text-align: center;
}
#qaEditBox .cmnTbl td strong {
	display: block;
	margin: 0 0 3px;
}
#qaEditBox .cmnTbl td strong.url {
	display: inline;
}
#qaEditBox .bnrQaAdd {
	position: relative;
	width: 544px;
	height: 70px;
	margin: 0 auto 10px;
	background: url(../img/qa/bgQaAdd.jpg) no-repeat;
}
#qaEditBox .bnrQaAdd p {
	position: absolute;
	top: 40px;
	left: 40px;
	font-size: 139%;
	font-weight: bold;
	color: #FFFFFF;
}
#qaEditBox .formSubmit {
	margin: 0 auto 30px;
}
