﻿@charset "UTF-8";

/*=====================================================
*
*	Since 2009.06.01
*	Editor 
*
========================================================*/

#question {
	width: 600px;
	margin: 25px auto 5px;
}

dl.questionList {
	width: 100%;
	padding: 0 0px 8px 0px;
}

dl.questionList dt {
	float: left;
	padding: 2px 12px 2px 3px;
	color: #405E93;
	background-image: url(/ext/common/images/qa/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
	font-weight: bold;
}

dl.questionList dd {
	padding: 2px 10px 3px 4.5em;
	background: url(/resource/common/images/line.gif) repeat-x left bottom;
}
* html dl.questionList dd { padding: 2px 10px 3px 4em; text-indent: -3px; }
*+html dl.questionList dd { padding: 2px 10px 3px 4em; }


dl.questionList dd a { color: #333333 !important; text-decoration: none; }
dl.questionList dd a:hover { color: #066666; text-decoration: underline; }


#answer {
	width: 603px;
	margin: 50px auto 40px;
}

div.qaBox {
    width: 603px;
	margin: 15px 0 0 0;
	background: url(/ext/common/images/qa/qaBox_body.gif) repeat-y left top;
}
div.qaBox dl {
	padding-bottom: 20px;
	background: url(/ext/common/images/qa/qaBox_bottom.gif) no-repeat left bottom;
}
div.qaBox dl dt {
	display: block;
	padding: 10px 20px 10px 9px;
	color: #405E93;
	background: url(/ext/common/images/qa/qaBox_top.gif) no-repeat left top;
}
div.qaBox dl dt img { margin-right: 1px;   }
div.qaBox dl dt p {
	padding-left: 26px;
	margin-bottom: 0 !important;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.2;
}

div.qaBox dl dd { padding: 15px 25px 0 0; }
div.qaBox dl dd p {
	padding-left: 45px;
	margin-bottom: 0 !important;
	color: #2E454B;
	background-image: url(/ext/common/images/qa/a.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

div.qaBox dl a { color: #333333 !important; text-decoration: underline; }
div.qaBox dl a:hover { color: #066666; text-decoration: underline; }


.go_top{
	width: 595px;
	margin: 0px 0 17px 8px ;
	text-align: right;
}


/* -------------page-number-qatop ------------- */
.page-number-qatop-box { /* 全体ボックス指定 */
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.page-number-qatop-r { /* 右側 next */
text-align: right;
width:50%;
float:left;
font-size: 90%;
}
.page-number-qatop-l { /* 左側  number */
	text-align: left;
	width:50%;
	float:left;
	color: #666666;
	font-size: 90%;
}
.page-number-qatop-clear { /* クリア */
clear:both;
}
.page-number-qatop-r a { color: #333333 !important; text-decoration: underline; }
.page-number-qatop-r a:hover { color: #a643a7; text-decoration: underline; }
.page-number-qatop-l a { color: #333333 !important; text-decoration: underline; }
.page-number-qatop-l a:hover { color: #a643a7; text-decoration: underline; }
/* -------------//page-number-qatop------------- */

/* -------------page-number-qabottom ------------- */
.page-number-qabottom-box { /* 全体ボックス指定 */
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.page-number-qabottom-r { /* 右側 next */
text-align: right;
width:50%;
float:left;
	color: #666666;
	font-size: 90%;
}
.page-number-qabottom-l { /* 左側  number */
text-align: left;
width:50%;
float:left;
	font-size: 90%;
}
.page-number-qabottom-clear { /* クリア */
clear:both;
}
.page-number-qabottom-r a { color: #333333 !important; text-decoration: underline; }
.page-number-qabottom-r a:hover { color: #a643a7; text-decoration: underline; }
.page-number-qabottom-l a { color: #333333 !important; text-decoration: underline; }
.page-number-qabottom-l a:hover { color: #a643a7; text-decoration: underline; }
/* -------------//page-number-qabotto ------------- *

