@charset "utf-8";
/* CSS Document */



/* FAQ LIST
-----------------------------------------*/
#faqList{
	width: 100%;
	background: url(images/header_back.jpg) no-repeat center center;
	padding: 100px 0;
}

	#faqList ul{
		width: 980px;
		margin: 0 auto;
	}
	
		#faqList li{
			font-size: 14px;
			line-height: 36px;
		}
		
		#faqList li:before{
			content: 'Q. ';
		}




/* FAQ CONTENTS
-----------------------------------------*/
#faqContents{
	width: 980px;
	margin: 0 auto;
	padding: 70px 0;
}

	#faqContents ul{
	}
	
		#faqContents li{
			margin-top: 50px;
		}
		
		#faqContents li:first-child{
			margin-top: 0;
		}
		
			#faqContents li dt{
				border-bottom: solid 1px #000032;
				color: #000032;
				font-size: 16px;
				font-weight: bold;
				line-height: 50px;
				background: url(images/ico_q.png) no-repeat left center;
				padding-left: 40px;
			}
			
			#faqContents li dd{
				padding: 30px 30px 30px 100px;
				background: url(images/ico_a.png) no-repeat 40px 30px;
				background-color: #f5f5f5;
			}
			
				#faqContents li dd p{
					line-height: 20px;
					margin-top: 20px;
				}
				
				#faqContents li dd p:first-child{
					margin-top: 0;
				}
				
				#faqContents li dd ul{
					margin-top: 20px;
				}
				
					#faqContents li dd li{
						margin-top: 0;
						line-height: 20px;
						list-style: disc inside;
						text-indent: -1em;
						margin-left: 1em;
					}
					
						#faqContents li dd li span{
							display: block;
							margin-left: 0.5em;
						}
					
				#faqContents li dd table{
					width: 100%;
					margin-top: 20px;
					table-layout: fixed;
				}
				
					#faqContents li dd th,#faqContents li dd td{
						padding: 15px;
						border: solid 1px #b8b8b8;
					}
					
					#faqContents li dd th{
						text-align: center;
						background: #dce8f9;
					}
					
					#faqContents li dd td{
						background: #fff;
					}
					
						#faqContents li dd td ul{
							margin-top: 0;
						}
						
				#faqContents li dd ol{
					margin-top: 20px;
				}
				
					#faqContents li dd ol li{
						list-style-type: decimal;
					}
					
				#faqContents li dd dl{
					/*margin-top: 20px;*/
				}
				
					#faqContents li dd dt{
						border-bottom: none;
						color: #333;
						font-size: 14px;
						font-weight: bold;
						line-height: 1;
						background: none;
						padding-left: 0;
						margin-top: 30px;
					}
					
					#faqContents li dd dd{
						padding: 0;
						background: none;
						background-color: none;
						margin-top: 20px;
						line-height: 20px;
					}
					
				