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



/* PRIVACY POLICY
-----------------------------------------*/
#privacy{
	width: 980px;
	margin: 0 auto;
	padding: 70px 0;
}

	#privacy h2{
		text-align: center;
		font-size: 28px;
		font-weight: bold;
	}
	
	#privacyHeader{
		margin-top: 50px;
	}
	
		.rightTxt{
			text-align: right;
			line-height: 20px;
		}
		
		#privacyHeader p{
			margin-top: 30px;
			line-height: 20px;
		}
		
		#privacyHeader p:first-child{
			margin-top: 0;
		}
		
		#privacyHeader ol{
			margin-top: 30px;
		}
		
			#privacyHeader li{
				line-height: 20px;
				list-style: decimal inside;
				text-indent: -1.3em;
				margin-left: 1.3em;
				margin-top: 5px;
			}
			
	#privacyContact{
		margin-top: 50px;
	}
	
		#privacyContact h3{
			font-size: 16px;
			font-weight: bold;
			border-bottom: dotted 1px #d8d8d8;
			line-height: 36px;
		}
		
		#privacyContact div{
			margin-top: 20px;
		}
		
			#privacyContact p{
				line-height: 20px;
			}
			
			#privacyContact p:last-child{
				margin-top: 15px;
			}
			
	#privacyContents{
		margin: 50px 0;
	}
	
		#privacyContents #subTxt{
			margin-bottom: -10px;
		}
	
		#privacyContents h3{
			font-size: 16px;
			font-weight: bold;
			border-bottom: dotted 1px #d8d8d8;
			line-height: 36px;
			margin-top: 30px;
		}
		
		#privacyContents h3:first-child{
			margin-top: 0;
		}
		
		#privacyContents div{
			margin-top: 20px;
			line-height: 20px;
		}
		
			#privacyContents dl{
			}
			
				#privacyContents dt{
					font-size: 14px;
					font-weight: bold;
				}
				
				#privacyContents dd{
					margin-top: 15px;
				}
				
					#privacyContents dd table{
						width: 100%;
						margin-top: 15px;
					}
					
						#privacyContents th,#privacyContents td{
							padding: 10px 15px;
							border: solid 1px #d8d8d8;
							vertical-align: middle;
						}
						
						#privacyContents th{
							background: #efefef;
							text-align: center;
						}
						
					#privacyContents dd dt{
						font-size: 13px;
						margin-top: 15px;
					}
					
					#privacyContents dd dd{
						margin: 5px 0 0 1em;
					}
					
						#privacyContents dd dd ol li{
							list-style: lower-roman;
							margin: 5px 0 0 1em;
						}
						
							#privacyContents dd dd ol li ul{
								margin-top: 5px;
							}
						
								#privacyContents dd dd ol li ul li{
									list-style: disc inside;
									margin: 0;
								}
								
							#privacyContents dd dd ol li dt{
								font-weight: normal;
								margin-top: 5px;
							}
						
			#privacyContents ol#alphaList{
				list-style: lower-alpha inside;
			}
			
				#alphaList li{
					margin-top: 20px;
				}
				
					
