@charset "utf-8";

/* ==============================
  REGZA Web Basic Style
  File: /regza/faq/css/faq_style.css
  Last Modified: 2009-04-16	
============================== */

/* h2,h3,h4,h5
----------------------------------------------------------- */
#faqContent h2 {
	width:720px;
	padding: 0;
	margin: 0 0 25px 0;
}

#faqContent h3 {
	clear: both;
	padding: 5px 10px 5px 10px;
	margin: 0 0 15px 0;
	border-top: 4px solid #00421C;
	font-size: 110%;
	color: #00421C;
	background: url(../images/common_bg_h3.gif) left bottom #E5ECE8 no-repeat;
}

#faqContent h3 span {
	font-weight:normal;
	margin:0 0 0 10px;
}

#faqContent h4 {
	clear:both;
	padding: 7px 10px 4px 10px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #80A18E;
	color: #00421C;
	background: url(../images/common_bg_h4.gif) 0 0 #E5ECE8 no-repeat;
}

#faqContent h4.product {
	padding: 0 0 2px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #00421C;
	color: #00421C;
	background:none;
}

#faqContent h5 {
	padding: 10px 0 0 0;
	font-weight: bold;
	color: #3F5649;
}

/* p
----------------------------------------------------------- */
#faqContent p {
	margin: 0 0 20px 0;
}

/*ul  ul.dot  ul.question
----------------------------------------------------------- */

#faqContent ul {
	margin:0 0 20px 0;
}

#faqContent ul li {
	margin:0 0 10px 0;
}

#faqContent ul.dot {
	padding:0 0 0 4px;
}
#faqContent ul.dot li {
	margin:0 0 3px 0;
	padding:0 0 0 13px;
	background:url(../images/faq09_ico_dot.gif) 0 7px transparent no-repeat;
}

#faqContent ul.question {
	margin:0 0 25px 0;
	padding:0 0 0 4px;
	list-style-type: none;
}
#faqContent ul.question li {
	background:url(../images/faq09common_arrow_green.gif) 0 5px transparent no-repeat;
	margin:0 0 8px 0px;
	padding:0 0 0 15px;
}


/* columnBox
----------------------------------------------------------- */
#faqContent .columnBox {
	width:720px;
	float: left;
	margin:0 0 15px 0;
}

#faqContent .columnBox dl {
	width:144px;
	float:left;
	display:inline;
}

#faqContent .columnBox dl dt {
	background:url(../images/faq09common_arrow_green.gif) 0 5px transparent no-repeat;
	padding:0 0 0 15px;	
}

#faqContent .columnBox dl dd {
	padding:0 0 0 15px;	
}

/* pcBox
----------------------------------------------------------- */
#faqContent .pcBox{
	float: left;
	width:144px;
	padding: 5px 0 15px 0;
	text-align: center;
}
#faqContent .pcBox .title{
	background:url(../images/faq09common_arrow_green.gif) 0px 2px transparent no-repeat;
	padding: 0 0 0 14px;
	line-height: 1.8;
}

/* localNavi
----------------------------------------------------------- */
#faqContent .localNavi{
	width:720px;
	height: 45px;
}
#faqContent .localNavi ul{
	margin: 0;
}
#faqContent .localNavi ul li{
	float: left;
}

/* toTop
----------------------------------------------------------- */
#faqContent .toTop {
	clear: both;
	width: 720px;
	height: 30px;
	font-size: 80%;
	margin: 0 0 10px 0;
}

#faqContent .toTop a {
	float: right;
	background: url(../images/faq09common_arrow_squaretop.gif) 0 2px transparent no-repeat;
	padding: 0 0 0 14px;
}

/* questionBox
----------------------------------------------------------- */
#faqContent .questionBox {
	width:720px;
	clear: both;
	float: left;
	background-color: #E5ECE8;
	width:720px;
	border: 1px solid #91AE9D;
}
#faqContent .questionBox .num{
	float: left;
	width: 40px;
	padding: 5px 0 5px 5px;
	color: #00421C;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
#faqContent .questionBox .num a{
	text-decoration: none;
	color: #00421C;
}

#faqContent .questionBox .txt{
	float: left;
	width: 665px;
	padding: 5px 10px 5px 0;
	color: #00421C;
	font-size: 110%;
	font-weight: bold;
}

/* answerBox
----------------------------------------------------------- */
#faqContent .answerBox {
	width:720px;
	clear: both;
	float: left;
	margin: 0 0 15px 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #91AE9D;
	border-bottom-color: #91AE9D;
	border-left-color: #91AE9D;
}
#faqContent .answerBox .num{
	float: left;
	width: 40px;
	padding: 6px 0 6px 5px;
	font-weight: bold;
	font-size: 110%;
	color: #FF6600;
	text-align: center;
}
#faqContent .answerBox .txt{
	float: left;
	width: 665px;
	padding: 8px 10px 8px 0;
}
#faqContent .answerBox .txt img{
	padding: 5px 0 5px 0;
}
#faqContent .answerBox .txt ol {
	margin:0 0 15px 4px;
}
