@charset "utf-8";
/*-------------------------------------------------------------------------------------------
	1.	System ContentsiFAQj
-------------------------------------------------------------------------------------------*/


/*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*/

/*	1.	System ContentsiFAQj

/*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*/
/*	1-1.	Anchor	*/
.faqAnchor	{
	clear:	both;
	margin:	30px	0	30px	0;
	padding:	0;
	width:	700px;
	height:	30px;
}
.faqAnchor	h5	{
	padding:	0	20px	0	0;
	text-align:	center;
	font-size:	0.8em;
}
.faqAnchor	h5	span	{
	padding:	0	10px	0	0;
}

/*	1-2.	Contents	*/
.contentsQuestion	{
	margin:	0;
	padding:	0;
	text-align:	left;
	width:	700px;
	height:	550px;
}
.contentsQuestion	ul	{
	margin:	20px	0	0	10px;
	list-style-type:	none;
}
.contentsQuestion	li	{
	padding:	0	0	10px	0;
	font-size:	0.8em;
	color:	#333;
}
.contentsQuestion	li	span	{
	padding:	0	10px	0	0;
	font-weight:	bold;
}
.contentsAnswer	{
	margin:	0;
	padding:	0;
	text-align:	left;
	width:	700px;
	height:	520px!important;
	height:	490px;
}
.contentsAnswer	h3	{
	margin:	0	0	0	10px;
	padding:	40px	0	20px	0;
	color:	#F69;
	font-size:	0.8em;
}
.contentsAnswer	h3	span	{
	padding:	0	10px	0	0;
	color:	#333;
}
.contentsAnswer	h4	{
	margin:	0	0	0	10px;
	padding:	20px	0	10px	0;
	font-size:	0.8em;
	color:	#F69;
}
.contentsAnswer	p	{
	margin:	0	0	0	10px;
	padding:	0	20px	0	20px;
	font-size:	0.8em;
	color:	#333;
}
.contentsAnswer	p	span	{
	padding:	0	10px	0	0;
	font-weight:	bold;
	color:	#F69;
}

/*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*/

/*	5.	Sliding Tab Panel

/*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*/
/*	5-1.	Sliding Tab Panel(FAQ)	----------	*/
.slidingTabPanelWrapper {
	height:	50px;
	margin:	0	0	15px	0;
	display:	none;
}
.slidingTabPanel	{
	list-style:	none;
	margin:	0;
	padding:	0;
	height:	50px;
	width:	700px;
}
.slidingTabPanel	li	{
	list-style:	none;
	float:	left;
	width:	140px;
	margin:	0;
}
.tabActive {
	position:	relative;
	top:	1px;
	display:	block;
	width:	140px;
	height:	50px;
	outline:	none;
}
.tab {
	position:	relative;
	top:	1px;
	display:	block;
	width:	140px;
	height:	50px;
	background-position:	-280px;
	outline:	none;
}
.tab:hover {
	background-position:	-140px;
}
#order	{
	background-image:	url(../images/faq/tab_faq_order.gif);
}
#delivery	{
	background-image:	url(../images/faq/tab_faq_delivery.gif);
}
#price	{
	background-image:	url(../images/faq/tab_faq_price.gif);
}
#postcard	{
	background-image:	url(../images/faq/tab_faq_postcard.gif);
}
#cancel	{
	background-image:	url(../images/faq/tab_faq_cancel.gif);
}