.email_font dd:last-child{
	font: initial;
    font-size: 12px;
}
.about_wrap h2{
	font-weight: 600;	
}
.privacy_txt{
	color: #666;
	line-height: 18px;
}
.privacy_txt p{
	margin: 30px 0;
}
.privacy_txt p span{
	display: block;
}
div.privacy_txt p span:first-child{
	line-height: 50px;
}
.privacy_txt p span:first-child,
.privacy_txt h2{
	color: #000;
}
.privacy_txt dl dt{
	margin: 15px 0;
}
.privacy_table{
	width: 100%;
}
.privacy_table,
.privacy_table tr{
	border-top:1px solid #ccc ;
	border-bottom:1px solid #ccc ;
}
.privacy_table td{
	padding: 10px 0 10px 10px;
}
.privacy_table tbody tr th{
	border-top:1px solid #000 ;
	border-bottom:1px solid #000 ;
	height: 50px;
}
.privacy_table,
.privacy_txt p.bgl{
	margin: 50px 0;
}
.privacy_txt p.bgl span{
	width: 100%;
	height: 1px;
	background-color: #000;
}
.privacy{
	font-weight: 600;
}
#footer p a{
	color: #000;
}
#footer p a:nth-child(2){
	margin: 0 120px 0 50px;
}


/*------m-------*/

@media screen and (max-width: 959px){
	#contents{
		margin-bottom: 112px;
	}
	.privacy_txt{
		line-height: 25px;
		font-size: 18px;
		color: #666;
	}
	#footer{
		position: fixed;
		bottom: 0;
		width: 92%;
		background-color: #fff;
		text-align: center;
	}
	#footer p.copyright{
		line-height: 30px;
		padding-top: 20px;
	}
	#footer p a{
		font-size: 16px;
	}
	#footer p a:nth-child(2){
		margin: 0 0 0 10px;
	}
	#footer p span{
		display: block;
		color: #666;
	}
	#footer a.btn_mall,
	.family_site{
		display: none;
	}
}