﻿/***********************************************************************************************************************
DOCUMENT: css/style.css
************************************************************************************************************************/
#wrapper {
	padding:20px 0;
}

#go_top_wrapper{
	/*border-top:1px solid #CCCCCC;*/
	padding-top:20px;
}

a.go_top{
	color:#FFFFFF;
	background:url(../images/gototop_arrow.png) no-repeat  45px 8px #3391E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;	
	display: block;
	margin:0 auto ;
	width:71px;
	text-decoration:none;
	text-indent:17px;
	padding:6px 0;


	display:none;
	
}

a.go_top:hover{
	background: url(../images/gototop_arrow.png) no-repeat  45px 8px #85BCF3;
}
/* FAQ 
--------------------------------------------- */
.kkcontent_faq_title {
text-align: left;
font-size:20px;
color:#000;
 font-style: italic;
 margin:0;

}

#faq_menu{
	padding:0px;
	margin:0;

	display:none;/*special*/
}

#faq_menu ul{
	
}

#faq_menu ul li{
	display:inline;
	list-style:none;
	margin: 0;
}

#faq_menu ul li a{
	color:#FFFFFF;
	font-family: "?L?n??????",Arial, Helvetica, sans-serif;
	font-size:18px;
	background:#3391E8;
	padding:5px 20px;
	letter-spacing:2px;
	margin-right:10px;
	text-decoration:none;
	line-height: 40px;
}

#faq_menu ul li a:hover{
	background:#85BCF3;
}

h3.kkcontent_faq_title{
	color: #0F81FA;
	font-size:25px;
	margin:30px 0;
}

.accordionButton {
	font-size: 18px;
	color: #333;
	height: 45px;
	font-weight: 300;
	background: url(../images/faq_icon_q.png) no-repeat;
	padding: 5px 0 60px 50px;
	cursor: pointer;
}
	
.accordionContent{	
	position: relative;
}

#accordionContent_bg{
background: url(../images/faq_icon_a.png) no-repeat;
font-size: 16px;
font-weight: 400;
line-height: 180%;
color: #333;
padding: 0px 35px 30px 60px;
}

#accordionContent_bg_top{
	height: 20px;
	margin-top: 10px;
	margin-left: 5px;
	border-top: 1px solid #C8C8C8;
	/*background: url(../images/content_top_angle.png) no-repeat;
	margin-left:50px;*/	
}
