@charset "utf-8";

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

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

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

/* 新着のQA */
#visitorQaTopBox #newQaBox {
	width: 740px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 10px;
}
#visitorQaTopBox #newQaBox .titBox {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 5px;
	background: #4CA0A3;
	border-radius: 5px;
	*zoom: 1;
	behavior: url(/pie/PIE.htc);
}
#visitorQaTopBox #newQaBox .titBox span {
	display: block;
	float: left;
	margin: 2px 10px 0 0;
}
#visitorQaTopBox #newQaBox .titBox h2 {
	color: #FFFFFF;
	font-size: 162%;
	text-shadow: 1px 1px #326869;
}
#visitorQaTopBox #newQaBox .ctsBox {
	width: auto;
	overflow: hidden;
	margin: 0 0 40px;
	*zoom: 1;
}
#visitorQaTopBox #newQaBox .ctsBox .headBox {
	overflow: hidden;
	margin: 0 0 1px;
	border-bottom: 1px dotted #333333;
	*zoom: 1;
}
#visitorQaTopBox #newQaBox .ctsBox .headBox .imgL {
	float: left;
	margin: 0 0 10px;
}
#visitorQaTopBox #newQaBox .ctsBox .headBox .imgR {
	float: right;
}
#visitorQaTopBox #newQaBox .ctsBox .questionBox {
	overflow: hidden;
}
#visitorQaTopBox #newQaBox .ctsBox .questionBox dl {
	overflow: hidden;
	margin: 0 0 1px;
	padding: 10px;
	background: #F9F9F9;
	border-bottom: 1px dotted #333333;
	*zoom: 1;
}
#visitorQaTopBox #newQaBox .ctsBox .bestAnswerBox dl {
	overflow: hidden;
	margin: 0 0 1px;
	padding: 10px;
	background: #F8F1F8;
	border-bottom: 1px dotted #333333;
	*zoom: 1;
}
#visitorQaTopBox #newQaBox .ctsBox .questionBox dl dt {
	float: left;
	width: 47px;
}
#visitorQaTopBox #newQaBox .ctsBox .questionBox dl dd {
	float: right;
	width: 660px;
	font-size: 85%;
}
#visitorQaTopBox #newQaBox .ctsBox .questionBox dl dd a {
	display: block;
	font-size: 123%;
}
#visitorQaTopBox #newQaBox .ctsBox .questionBox dl dd.date {
	padding: 2px 0 0;
	color: #666666;
}
#visitorQaTopBox #newQaBox .ctsBox p.listLink {
	margin: 10px 0 0 0;
	font-size: 85%;
	text-align: right;
}
#visitorQaTopBox #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: #4CA0A3;
	border-radius: 5px;
	text-align: center;
	behavior: url(/pie/PIE.htc);
}
.btnQuestion a {
	display: block;
	padding: 5px 0;
	color: #FFFFFF;
	font-size: 124%;
	text-shadow: 1px 1px #326869;
}
.btnQuestion a:hover {
	border-radius: 5px;
	background: #459496;
	text-decoration: none;
	behavior: url(/pie/PIE.htc);
}

/* 回答ボタン */
.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);
}

/* 未回答の質問 */
#visitorQaTopBox #unAnswerBox {
	width: 740px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
}
#visitorQaTopBox #unAnswerBox .titBox {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 5px;
	background: #4CA0A3;
	border-radius: 5px;
	*zoom: 1;
	behavior: url(/pie/PIE.htc);
}
#visitorQaTopBox #unAnswerBox .titBox span {
	display: block;
	float: left;
	margin: 2px 10px 0 0;
}
#visitorQaTopBox #unAnswerBox .titBox h2 {
	color: #FFFFFF;
	font-size: 162%;
	text-shadow: 1px 1px #326869;
}
#visitorQaTopBox #unAnswerBox .ctsBox {
	width: auto;
	overflow: hidden;
	*zoom: 1;
}
#visitorQaTopBox #unAnswerBox .ctsBox dl {
	overflow: hidden;
	margin: 1px 0 0;
	padding: 10px;
	background: #F9F9F9;
	border-top: 1px dotted #333333;
	*zoom: 1;
}
#visitorQaTopBox #unAnswerBox .ctsBox dl dt {
	float: left;
	width: 47px;
}
#visitorQaTopBox #unAnswerBox .ctsBox dl dd {
	float: right;
	width: 660px;
	font-size: 85%;
}
#visitorQaTopBox #unAnswerBox .ctsBox dl dd a {
	display: block;
	font-size: 123%;
}
#visitorQaTopBox #unAnswerBox .ctsBox dl dd.date {
	padding: 2px 0 0;
	color: #666666;
}
#visitorQaTopBox #unAnswerBox .qaListLink {
	width: auto;
	border-top: 1px dotted #333333;
	text-align: right;
}
#visitorQaTopBox #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;
}

/* カテゴリ別キーワード */
.visitorQaKeywordCtsBox {
	width: 740px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
}
.visitorQaKeywordCtsBox .titBox {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 5px;
	background: #4CA0A3;
	border-radius: 5px;
	*zoom: 1;
	behavior: url(/pie/PIE.htc);
}
.visitorQaKeywordCtsBox .titBox span {
	display: block;
	float: left;
	margin: 2px 10px 0 0;
}
.visitorQaKeywordCtsBox .titBox h2 {
	color: #FFFFFF;
	font-size: 162%;
	text-shadow: 1px 1px #326869;
}
.visitorQaKeywordCtsBox .inn {
	clear: both;;
	width: 740px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
}
.visitorQaKeywordCtsBox .contBox {
	display: inline;
	float: left;
	overflow: hidden;
	width: 350px;
	height: auto;
	margin: 0 10px 15px;
}
.visitorQaKeywordCtsBox .inn h3 {
	overflow: hidden;
	margin: 0 0 1px;
	padding: 3px 0 5px 25px;
	border-bottom: 1px dotted #333333;
	font-size: 123%;
	*zoom: 1;
}
.visitorQaKeywordCtsBox .inn h3.titKeyword {
	background: url(../img/common/csrKeyword-4.gif) no-repeat left 6px;
}
.visitorQaKeywordCtsBox .inn dl {
	width: 338px;
	overflow: hidden;
	margin: 0 auto 1px;
	padding: 6px;
	background: #F9F9F9;
	border-bottom: 1px dotted #333333;
}
.visitorQaKeywordCtsBox .inn dl dt {
	margin: 0 0 2px;
	font-size: 93%
}
.visitorQaKeywordCtsBox .inn dl dt a {
	display: block;
}
.visitorQaKeywordCtsBox .inn dl dd {
	font-size: 85%;
}
.visitorQaKeywordCtsBox .inn dl dd.date {
	color: #666666;
}
.visitorQaKeywordCtsBox p.listLink {
	margin: 5px 0 0 0;
	font-size: 85%;
	text-align: right;
}
.visitorQaKeywordCtsBox p.listLink a {
	padding: 0 0 0 16px;
	background: url(../img/common/csr11.gif) no-repeat 0 2px;
}
.txtCooperation {
	margin: 10px 0 20px;
	padding: 10px 0 0;
	border-top: 1px dotted #CCCCCC;
	font-size: 108%;
	text-align: right;
}

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

/* 一覧
==================================================== */
#visitorQaDgtBox {
	width: auto;
}
#visitorQaDgtBox .titBox {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 5px;
	background: #B562AE;
	border-radius: 5px;
	*zoom: 1;
	behavior: url(/pie/PIE.htc);
}
#visitorQaDgtBox .titBox span {
	display: block;
	float: left;
	margin: 2px 10px 0 0;
}
#visitorQaDgtBox .titBox h2 {
	color: #FFFFFF;
	font-size: 162%;
	text-shadow: 1px 1px #8C4287;
}
#visitorMypageMain #visitorQaDgtBox .titBox h2 {
	color: #333333;
	text-shadow: none;
}
#visitorQaDgtBox .sortBox {
	width: auto;
}
#visitorQaDgtBox .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) {
#visitorQaDgtBox .sortBox h2 {
	margin: 5px 20px 0 0;
}
}
#visitorQaDgtBox .sortBox form {
	float: right;
}
#visitorQaDgtBox .sortBox form select {
	padding: 3px;
	border: 1px solid #A8A8A8;
}
#visitorQaDgtBox .ctsBox {
	width: auto;
	margin: 0 auto 25px;
}
#visitorQaDgtBox .ctsBox table {
	width: 100%;
	border-top: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	border-collapse: collapse;
}
#visitorQaDgtBox .ctsBox table tr:nth-child(odd) td {
	background-color: #F9F9F9;
}
#visitorQaDgtBox .ctsBox table tr:nth-child(even) td {
	background-color: #FFFFFF;
}
/* IE6,7,8 */
#visitorQaDgtBox .ctsBox table tr.odd td {
	background-color: #F9F9F9;
}
#visitorQaDgtBox .ctsBox table tr.even td {
	background-color: #FFFFFF;
}
#visitorQaDgtBox .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;
}
#visitorQaDgtBox .ctsBox table th.no {
	width: 5%;
}
#visitorQaDgtBox .ctsBox table th.title {
	width: 69%;
}
#visitorQaDgtBox .ctsBox table th.status {
	width: 7%;
}
#visitorQaDgtBox .ctsBox table th.answer {
	width: 6%;
}
#visitorQaDgtBox .ctsBox table th.date {
	width: 13%;
}
#visitorQaDgtBox .ctsBox table td {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
}
#visitorQaDgtBox .ctsBox table td span.no {
	font-size: 85%;
	color: #333333;
}
#visitorQaDgtBox .ctsBox table td p {
	font-size: 85%;
}
#visitorQaDgtBox .ctsBox table td p.date {
	font-size: 85%;
}
#visitorQaDgtBox .ctsBox table td p.no {
	font-size: 77%;
}

#visitorQaDgtBox .ctsBox table td.left {
	text-align: left;
}
#visitorQaDgtBox .ctsBox table td a {
	display: block;
	font-size: 108%;
	font-weight: bold;
}
#visitorQaDgtBox .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);
}
#visitorQaDgtBox .ctsBox table td span.statusCollection {
	background: #FF5C26;
	border: 1px solid #EC3C00;
	text-shadow: -1px -1px 0 #B02D00;
}
#visitorQaDgtBox .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);
}

/* 詳細
==================================================== */
#visitorQaDtlBox {
	width: auto;
	overflow: hidden;
	margin: 0 auto;
}
#visitorQaDtlBox #questionDtlBox {
	position: relative;
	width: auto;
	margin: 0 auto 20px;
	overflow: hidden;
	border: 1px solid #A2A2A2;
	border-radius: 4px;
	behavior: url(/pie/PIE.htc);
}
#visitorQaDtlBox #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);
}
#visitorQaDtlBox #questionDtlBox span#icoQuestion {
	display: block;
	float: left;
	position: relative;
	width: 60px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #648121), color-stop(0.00, #8BA159));
	background: -webkit-linear-gradient(top, #8BA159 0%, #648121 100%);
	background: -moz-linear-gradient(top, #8BA159 0%, #648121 100%);
	background: -o-linear-gradient(top, #8BA159 0%, #648121 100%);
	background: -ms-linear-gradient(top, #8BA159 0%, #648121 100%);
	background: linear-gradient(top, #8BA159 0%, #648121 100%);
	-pie-background: linear-gradient(top, #8BA159 0%, #648121 100%);
	border-radius: 7px;
	margin: 0 15px 0 0;
	padding: 5px 0 2px;
	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) {
	#visitorQaDtlBox #questionDtlBox span#icoQuestion {
	padding: 6px 0;
}
}
#visitorQaDtlBox #questionDtlBox .titBox h2 {
	float: left;
	line-height: 1.3;
	margin: 7px 15px 0 0;
	font-size: 123%;
	font-weight: bold;
}
#visitorQaDtlBox #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);
}
#visitorQaDtlBox #questionDtlBox .titBox p.statusCollection {
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FF5C26), color-stop(0.00, #FF7344));
	background: -webkit-linear-gradient(top, #FF7344 0%, #FF5C26 100%);
	background: -moz-linear-gradient(top, #FF7344 0%, #FF5C26 100%);
	background: -o-linear-gradient(top, #FF7344 0%, #FF5C26 100%);
	background: -ms-linear-gradient(top, #FF7344 0%, #FF5C26 100%);
	background: linear-gradient(top, #FF7344 0%, #FF5C26 100%);
	-pie-background: linear-gradient(top, #FF7344 0%, #FF5C26 100%);
	border: 1px solid #EC3C00;
	text-shadow: -1px -1px 0 #B02D00;
	behavior: url(/pie/PIE.htc);

}
#visitorQaDtlBox #questionDtlBox .titBox p.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);
}
#visitorQaDtlBox #questionDtlBox .ctsBox {
	width: auto;
	padding: 15px 15px 0 15px;
	_padding: 15px 15px 35px 15px;
	background: url(../img/qa/bgTitDtlQuestion.gif) repeat-x top;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .usrName {
	margin: 0 0 10px;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .usrName h3 {
	font-weight: bold;
}
#visitorQaDtlBox #questionDtlBox .ctsBox #questionCts {
	line-height: 1.8;
	margin: 0 0 50px;
	font-size: 108%;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .photoCtsBox {
	position: relative;
	width: 693px;
	overflow: hidden;
	margin: 0 0 20px 15px;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .photoCtsBox .photo {
	float: left;
	width: 215px;
	margin: 0 15px 0 0;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .photoCtsBox .photo img {
	margin: 0 0 3px;
	padding: 1px;
	border: 1px solid #DDDDDD;
	text-align: center;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .photoCtsBox .photo .view {
	text-align: right;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .photoCtsBox .photo .view a {
	padding: 0 0 0 30px;
	background: url(../img/common/csr04.gif) no-repeat 0 4px;
	_background: none;
	font-size: 93%;
}
*:first-child+html #visitorQaDtlBox #questionDtlBox .ctsBox .photoCtsBox .photo .view a {
	background: url(../img/common/csr04.gif) no-repeat 0 2px;
}
#visitorQaDtlBox #questionDtlBox .ctsBox #affiliationBox {
	width: auto;
	margin: 0 0 30px;
}
#visitorQaDtlBox #questionDtlBox .ctsBox #affiliationBox dl {
	width: auto;
	overflow: hidden;
	margin: 0 0 5px;
	font-size: 85%;
	*zoom: 1;
}
#visitorQaDtlBox #questionDtlBox .ctsBox #affiliationBox dl dt {
	float: left;
	width: 60px;
	margin: 0 5px 0 0;
	font-weight: bold;
}
#visitorQaDtlBox #questionDtlBox .ctsBox #affiliationBox dl dd {
	float: left;
	width: 643px;
}
#visitorQaDtlBox #questionDtlBox .ctsBox #affiliationBox dl dd a {
	padding: 0 10px 0 0;
}
#visitorQaDtlBox #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;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .dateBox dl {
	float: left;
	overflow: hidden;
	*zoom: 1;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .dateBox dl dt {
	float: left;
	margin: 0 15px 0 0;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .dateBox dl dd {
	float: left;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .dateBox .snsBtnBox {
	float: right;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .cateLinkBox,
#visitorQaDtlBox #answerDtlBox .cateLinkBox {
	width: auto;
	margin: 0 0 15px;
	overflow: hidden;
	*zoom: 1;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .cateLinkBox ul{
	float: left;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .cateLinkBox ul li {
	font-size: 93%;
}
#visitorQaDtlBox #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);
}
#visitorQaDtlBox #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);
}
#visitorQaDtlBox #questionDtlBox .ctsBox .cateLinkBox ul li a span {
	font-size: 85%;
}
/* 賛同するボタン（質問・テーマ） */
#visitorQaDtlBox #questionDtlBox .ctsBox .cateLinkBox .btnApproval {
	float: right;
	width: 180px;
	background: #FF972F;
	/*
	box-shadow: 0 5px 0 #55A038;
	-moz-box-shadow: 0 5px 0 #55A038;
	-webkit-box-shadow: 0 5px 0 #55A038;
	*/
	border-radius: 5px;
	font-weight: bold;
	text-shadow: -1px -1px 0 #F97C00;
}
/* 賛同するボタン（書き込み） */
#visitorQaDtlBox .answerDtlBox .btnApproval {
	width: 210px;
	margin: 0 0 10px auto;
	background: #FF972F;
	/*
	box-shadow: 0 5px 0 #55A038;
	-moz-box-shadow: 0 5px 0 #55A038;
	-webkit-box-shadow: 0 5px 0 #55A038;
	*/
	border-radius: 5px;
	font-weight: bold;
	text-shadow: -1px -1px 0 #F97C00;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .cateLinkBox .btnApproval a,
#visitorQaDtlBox .answerDtlBox .btnApproval a {
	display: block;
	padding: 7px;
	color: #FFFFFF;
	font-size: 93%;
	text-align: center;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .cateLinkBox .btnApproval a:hover,
#visitorQaDtlBox .answerDtlBox .btnApproval a:hover {
	background: #FF8B17;
	border-radius: 5px;
	text-decoration: none;
}
/* 賛同を取り消すボタン（質問・テーマ） */
#visitorQaDtlBox #questionDtlBox .ctsBox .cateLinkBox .btnApprovalCancel {
	float: right;
	width: 120px;
	background: #CCCCCC;
	/*
	box-shadow: 0 5px 0 #55A038;
	-moz-box-shadow: 0 5px 0 #55A038;
	-webkit-box-shadow: 0 5px 0 #55A038;
	*/
	border-radius: 5px;
	font-weight: bold;
	text-shadow: -1px -1px 0 #BBBBBB;
}
/* 賛同を取り消すボタン（質問・テーマ） */
#visitorQaDtlBox .answerDtlBox .btnApprovalCancel {
	width: 120px;
	margin: 0 0 10px auto;
	background: #CCCCCC;
	/*
	box-shadow: 0 5px 0 #55A038;
	-moz-box-shadow: 0 5px 0 #55A038;
	-webkit-box-shadow: 0 5px 0 #55A038;
	*/
	border-radius: 5px;
	font-weight: bold;
	text-shadow: -1px -1px 0 #BBBBBB;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .cateLinkBox .btnApprovalCancel a,
#visitorQaDtlBox .answerDtlBox .btnApprovalCancel a {
	display: block;
	padding: 7px;
	color: #FFFFFF;
	font-size: 93%;
	text-align: center;
}
#visitorQaDtlBox #questionDtlBox .ctsBox .cateLinkBox .btnApprovalCancel a:hover,
#visitorQaDtlBox .answerDtlBox .btnApprovalCancel a:hover {
	background: #BBBBBB;
	border-radius: 5px;
	text-decoration: none;
}

#visitorQaDtlBox .approvaTitBox {
	margin: 0 0 10px;
	padding: 3px 0;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
}
#visitorQaDtlBox .approvaTitBox h4 {
	font-size: 108%;
	font-weight: bold;
}
#visitorQaDtlBox .btnApprovalListBox {
	width: 696px;
	margin: 0 0 10px 10px;
	overflow: hidden;
	*zoom: 1;
}
#visitorQaDtlBox .btnApprovalListBox .visitorBox {
	float: left;
	width: 100px;
	margin: 0 16px 10px 0;
}
#visitorQaDtlBox .btnApprovalListBox .visitorBox .photoBox {
	display: table-cell;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
}
#visitorQaDtlBox .btnApprovalListBox .visitorBox dl {
	margin: 10px 0 0;
	width: 100px;
	font-size: 85%;
}
#visitorQaDtlBox #questionDtlBox .btnAnswer {
	width: 270px;
	margin: 0 auto 20px;
	_margin: -40px auto 20px;
}
#visitorQaDtlBox #questionDtlBox .btnAnswer a:hover {
	filter: alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

#visitorQaDtlBox .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);
}
#visitorQaDtlBox .answerDtlBox .titBox {
	width: auto;
	overflow: hidden;
	margin: 0 0 15px;
	*zoom: 1;
}
#visitorQaDtlBox .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) {
	#visitorQaDtlBox .answerDtlBox span.icoAnswer {
	padding: 6px 0;
}
}
#visitorQaDtlBox .answerDtlBox .titBox h3 {
	float: left;
	line-height: 1.3;
	margin: 5px 0 0 0;
	font-size: 108%;
	font-weight: bold;
}
#visitorQaDtlBox .answerDtlBox .answerCtsBox {
	overflow: hidden;
	font-size: 108%;
	*zoom: 1;
}
#visitorQaDtlBox .answerDtlBox .answerPhotoCtsBox {
	position: relative;
	width: 693px;
	overflow: hidden;
	margin: 0 0 20px 15px;
}
#visitorQaDtlBox .answerDtlBox .answerPhotoCtsBox .photo {
	float: left;
	width: 215px;
	margin: 0 15px 0 0;
}
#visitorQaDtlBox .answerDtlBox .answerPhotoCtsBox .photo img {
	margin: 0 0 3px;
	padding: 1px;
	border: 1px solid #DDDDDD;
	text-align: center;
}
#visitorQaDtlBox .answerDtlBox .answerPhotoCtsBox .photo .view {
	text-align: right;
}
#visitorQaDtlBox .answerDtlBox .answerPhotoCtsBox .photo .view a {
	padding: 0 0 0 30px;
	background: url(../img/common/csr04.gif) no-repeat 0 4px;
	_background: none;
	font-size: 93%;
}
*:first-child+html #visitorQaDtlBox .answerDtlBox .answerPhotoCtsBox .photo .view a {
	background: url(../img/common/csr04.gif) no-repeat 0 2px;
}
#visitorQaDtlBox .answerDtlBox .writingVisitorBox {
	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;
}
#visitorQaDtlBox .answerDtlBox .writingVisitorBox .visitorPhoto {
	float: left;
	width: 100px;
	margin: 0 7px 0 0;
	padding: 1px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
}
#visitorQaDtlBox .answerDtlBox .writingVisitorBox ul {
	float: left;
}
#visitorQaDtlBox .answerDtlBox .writingVisitorBox ul li {
	margin: 0 0 5px;
}
#visitorQaDtlBox .answerDtlBox .answerNoMemberBox {
	height: 193px;
	padding: 20px;
	background: url(../img/qa/answerNoMember.jpg) no-repeat;
}
#visitorQaDtlBox .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);
}
#visitorQaDtlBox .answerDtlBox .answerNoMemberBox .messageBox p {
	margin: 0 auto 15px;
	font-size: 115%;
	text-align: center;
}
#visitorQaDtlBox .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);
}
#visitorQaDtlBox .answerDtlBox .answerNoMemberBox .messageBox .btnMemberRegist a {
	display: block;
	padding: 5px 0;
	color: #FFFFFF;
	font-size: 162%;
	text-shadow: 1px 1px #111A40;
}
#visitorQaDtlBox .answerDtlBox .answerNoMemberBox .messageBox .btnMemberRegist a:hover {
	border-radius: 5px;
	background: #111A40;
	text-decoration: none;
	behavior: url(/pie/PIE.htc);
}
#visitorQaDtlBox .answerDtlBox #icoBestAnswer {
	width: 163px;
	margin: 0 0 15px auto
}
#visitorQaDtlBox .answerDtlBox .answerCts {
	line-height: 1.8;
	margin: 0 0 20px;
}
#visitorQaDtlBox .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;
}
#visitorQaDtlBox .answerDtlBox .dateBox p {
	float: left;
}
#visitorQaDtlBox .answerDtlBox .dateBox .icoVisitor {
	float: right;
}
#visitorQaDtlBox .answerDtlBox .btnActionBox {
	width: auto;
	margin: 0 0 15px;
	text-align: center;
}
#visitorQaDtlBox .answerDtlBox .btnActionBox ul {
	overflow: hidden;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#visitorQaDtlBox .answerDtlBox .btnActionBox ul li {
	float: left;
	margin: 0 10px;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#visitorQaDtlBox .btnAnswerDeadline {
	width: 210px;
	margin: 0 auto 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#visitorQaDtlBox .btnAnswerDeadline p {
	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);
}
#visitorQaDtlBox .btnAnswerDeadline p a {
	display: block;
	padding: 10px 10px 10px 22px;
	background: url(../img/qa/icoBestAnswerForm.gif) no-repeat 10px center;
	color: #FFFFFF;
	font-weight: bold;
}
#visitorQaDtlBox .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);
}
#visitorQaDtlBox .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);
}
#visitorQaDtlBox .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;
}
#visitorQaDtlBox .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);
}
#visitorQaDtlBox .answerDtlBox .replyBox-2 {
	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, #EDF4FC));
	background: -webkit-linear-gradient(top, #EDF4FC 0%, #FFFFFD 100%);
	background: -moz-linear-gradient(top, #EDF4FC 0%, #FFFFFD 100%);
	background: -o-linear-gradient(top, #EDF4FC 0%, #FFFFFD 100%);
	background: -ms-linear-gradient(top, #EDF4FC 0%, #FFFFFD 100%);
	background: linear-gradient(top, #EDF4FC 0%, #FFFFFD 100%);
	-pie-background: linear-gradient(top, #EDF4FC 0%, #FFFFFD 100%);
	border: 1px solid #AACBF0;
	border-radius: 4px;
	behavior: url(/pie/PIE.htc);
}
#visitorQaDtlBox .answerDtlBox #bestAnswerBox h5,
#visitorQaDtlBox .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;
}
#visitorQaDtlBox .answerDtlBox .replyBox-2 h5 {
	margin: 0 0 8px;
	padding: 0 0 0 20px;
	background: url(../img/visitor_qa/icoReply-2.gif) no-repeat 0 2px;
	font-weight: bold;
}
#visitorQaDtlBox .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;
}
#visitorQaDtlBox .answerDtlBox #bestAnswerBox .comment,
#visitorQaDtlBox .answerDtlBox .replyBox .comment {
	line-height: 1.8;
	margin: 0;
}

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