
/*-------------------------------
privacy.html
-------------------------------*/
h2{
	background-color: transparent;
	font-size: 15px;
	font-weight: bold;
	color: #2b363e;
	border: none;
	line-height: 1.0;
	height: auto;
	margin-top: 30px;
}
h3{
	font-size: 13px;
	font-weight: bold;
	margin: 15px auto 10px;
}
.agreement_box{
	margin-top: 10px;
}
.agreement_list li{
	margin: 5px 0px 15px 15px;
}
.agreement_list_simple li{
	list-style: disc;
	margin: 0px 0px 0px 15px;
}
.agreement_date_list{
	margin-top: 20px;
	text-align: right;
}
.agreement_dl{
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	text-align: right;
}
.agree_btn{
	width: 90%;
	height: 40px;
	background: #fff;
	margin: 0;
	padding: 20px 5%;
	bottom: 0;
	position: fixed;
}