@charset "utf-8";
/* CSS Document */
#faq {
	position:relative;
	width:715px;
}
/* faq開合 */
#openClose
{
	border-top:2px solid #24a4ba;	
}
.openTypeFrame {
	border-bottom:2px solid #f1f1f1;
	width:715px;
}
.openTypeFrame div.openTypeTitle {
	min-height:24px;
	*min-height:28px;
	cursor:pointer;
}
.openTypeFrame div.openTypeTitle div.symbolOff,
.openTypeFrame div.openTypeTitle div.symbolOn {
	float:right;
	background-image:url(../images/icon_open.gif);
	width:7px;
	height:7px;
	background-repeat:no-repeat;
	margin:8px 25px 0 12px;
	*margin:13px 25px 0 12px;
}
.openTypeFrame div.openTypeTitle div.symbolOn {
	background-image:url(../images/icon_close.gif);
}
.openTypeFrame div.openTypeTitle div.title {
	margin:6px 0 0 0px;
}
.openTypeFrame div.openTypeTitle div.title div.left{
	color:#008e90;
	float:left;
	text-align:center;
	padding:3px 8px;
	border-right:1px dotted #dbdbdb;
	line-height:12px;
	width:35px;
}
.openTypeFrame div.openTypeTitle div.title div.right{
	color:#333;
	float:left;
	padding:0 0 0 15px;
	width:600px;
}

.openTypeFrame div.openTypeList div.list {
	background-image:url(../images/bg_faq_line.gif);
	background-repeat:repeat-x;
	background-position:0 top;
	padding:8px 0 20px;
}
/*
.openTypeFrame div.openTypeList div.last {
	border-bottom:0px;
}
*/
.openTypeFrame div.openTypeList div.list div.left {
	color:#e54700;
	float:left;
	text-align:center;
	padding:3px 8px;
	border-right:1px dotted #dbdbdb;
	line-height:12px;
	width:35px;
}
.openTypeFrame div.openTypeList div.list div.right {
	float:left;
	padding:0 15px;
	width:80%;
}
.openTypeFrame div.openTypeList div.list div.right div.title{
	color:#e54700;
	font-weight:bold;
	padding-bottom:10px;
}
.openTypeFrame div.openTypeList div.list div.right span.dot{
	color:#e54700;
	padding:0 5px;
}

/* faq下拉選單 */
#faq div.selectFrame {
	position:absolute;
	width:184px;
	height:18px;
	right:156px;
	*right:161px;
	top: -40px;
	z-index: 5000;
	cursor: pointer;
}
#faq div.selectFrame div.left {
	background-image:url(../images/bg_frame_left.gif);
	background-repeat:no-repeat;
	width:4px;
	height:18px;
	float:left;
}
#faq div.selectFrame div.center {
	background-image:url(../images/bg_frame_center.gif);
	width:159px;
	height:17px;
	*height:18px;
	padding:1px 0 0 6px;
	*padding:0px 0 0 6px;
	float:left;
	background-repeat:repeat-x;
	overflow:hidden;
	font-size:11px;
	color: #323232;
}
body:nth-of-type(1) #faq div.selectFrame div.center{line-height:16px;} /* Chrome、Safari支持 */
#faq div.selectFrame div.right {
	background-image:url(../images/bg_language_frame_right.gif);
	width:15px;
	height:18px;
	float:left;
	background-repeat:no-repeat;
	cursor: pointer;
}
#faq div.selectFrame div.categorySelect {
	position:absolute;
	left:0px;
	top:18px;
	border:solid 1px #DDDDDD;
	border-top:0px;
	width:182px;
	background-color:#FFF;
	padding:5px 0px;
	z-index:5000;
}
#faq div.selectFrame div.categorySelect div {
	color:#006a73;
	padding:0 10px;
	font-size:11px;
}
#faq div.selectFrame div.categorySelect div:hover {
	background-color:#24a4ba;
	color:#fff;
}
/* faq搜尋 */
.sub_search {
	position:absolute;
	right:-2px;
	*right:3px;
	width:151px;
	height:22px;
	top: -40px;
}
.sub_search form {
	padding:0;
	margin:0;
}
.sub_search div.inputFrame {
	width:125px;
	height:18px;
	float:left;
}
.sub_search div.inputFrame div.left {
	background-image:url(../images/bg_frame_left.gif);
	background-repeat:no-repeat;
	width:4px;
	height:18px;
	float:left;
}
.sub_search div.inputFrame div.center {
	background-image:url(../images/bg_frame_center.gif);
	background-repeat:repeat-x;
	width:117px;
	height:17px;
	*height:18px;
	padding-top:1px;
	*padding-top:0px;
	float:left;
}
.sub_search div.inputFrame div.right {
	background-image:url(../images/bg_frame_right.gif);
	width:4px;
	height:18px;
	float:left;
	background-repeat:no-repeat;
}
.sub_search div.inputFrame div.center input {
	border:0;
	width:117px;
	height:14px;
	line-height:14px;
	font-size:11px;
	color:#323232;
}
.sub_search div.btnFrame {
	float:left;
	margin-left:6px;
	width: 18px;
}
.sub_search div.btnFrame input {
	width:18px;
	height:18px;
	background-image:url(../images/btn_search.gif);
	background-repeat:no-repeat;
	border:0;
	cursor: pointer;
}

