@charset "utf-8";

/*//////////////////////////////////////////////////////////
//  - FAQ
//////////////////////////////////////////////////////////*/

#faq {}


/*----------------------------------------------------------
  - TITLE
----------------------------------------------------------*/

#faq #wrapper {
	background: url(../../images/faq/page_base.jpg) repeat 0 0;
}

#faq h1#title {
	position: relative;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	height: 160px;
	background: url(../../images/faq/page_title_base.png) no-repeat center 0;
	-webkit-background-size: auto 160px;
	   -moz-background-size: auto 160px;
		    background-size: auto 160px;
}

#faq h1#title img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 260px;
	margin: -61px 0 0 -130px;
}


/*----------------------------------------------------------
  - CONTENTS
----------------------------------------------------------*/

#faq #contents {
	padding: 30px 10px 40px 10px;
}

#faq #contents .main .innerblock {
	margin: 0 auto;
	padding: 0;
}

#faq #contents .main .description {
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#faq #contents .main .article {
	position: relative;
	margin: 0;
	padding: 0 0 60px 0;
}

#faq #contents .main .article ul {
	margin: 0;
	padding: 0;
}

#faq #contents .main .article li {
	margin: 0 0 40px 0;
}

#faq #contents .main .article .faq1 {
	background: url(../../images/faq/l_balloon.png) no-repeat left bottom;

}
#faq #contents .main .article .faq2 {
	background: url(../../images/faq/r_balloon.png) no-repeat right bottom;
}

#faq #contents .main .article .faq1,
#faq #contents .main .article .faq2 {
	padding: 0 0 35px 0;
	-webkit-background-size: auto 35px;
	   -moz-background-size: auto 35px;
		    background-size: auto 35px;
}


#faq #contents .main .article .faq1 .asking { background: url(../../images/faq/l_icon_a.png) no-repeat 0 0; }
#faq #contents .main .article .faq1 .answer { background: url(../../images/faq/l_icon_q.png) no-repeat 0 0; }
#faq #contents .main .article .faq2 .asking { background: url(../../images/faq/r_icon_a.png) no-repeat 0 0; }
#faq #contents .main .article .faq2 .answer { background: url(../../images/faq/r_icon_q.png) no-repeat 0 0; }

#faq #contents .main .article .faq1 .asking,
#faq #contents .main .article .faq1 .answer,
#faq #contents .main .article .faq2 .asking,
#faq #contents .main .article .faq2 .answer {
	-webkit-background-size: auto 35px;
	   -moz-background-size: auto 35px;
		    background-size: auto 35px;
}


#faq #contents .main .article .faq1 .asking,
#faq #contents .main .article .faq2 .asking {
	font-size: 14px;
	font-weight: bold;
	min-height: 20px;
	padding: 5px 0 10px 45px;
}

#faq #contents .main .article .faq1 .answer,
#faq #contents .main .article .faq2 .answer { min-height: 30px; padding: 0px 0 5px 45px; }

#faq #contents .main .article .decor1 {
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 40%;
	height: auto;
	z-index: 0;
}


/*----------------------------------------------------------
  - TBD
----------------------------------------------------------*/

.sample {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	_zoom: 1;
	overflow: hidden;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	-webkit-background-size: 30px auto;
	   -moz-background-size: 30px auto;
		    background-size: 30px auto;
	-webkit-background-origin: content;
	   -moz-background-origin: content;
	        background-origin: content;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (min-width: 769px) {
}

@media screen and (min-width: 0px) and (max-width: 768px) {
}

