@charset "UTF-8";
/* ******************************************************************

	--privacy.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/
.pv70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.t-right {
	text-align: right;
}
.t-center {
	text-align: center;
}
.f-bold {
	font-weight: bold;
}
.headline02 {
	margin: 0 0 2em 0;
}
.txtcont {
	margin: 0 0 70px 0;
}
.txtcont p, .txtcont ul {
	margin: 0 0 1em 0;
}
.privacybox {
    width: 50%;
    margin: 0 auto 20px;
    background: #fff;
	border: 1px solid #333;
	padding: 30px 16px;
}
.privacybox2 {
    width: 90%;
    margin: 0 auto 20px;
    background: #fff;
	border: 1px solid #333;
	padding: 30px 16px;
}
.privacyTable {
	width: 90%;
	margin-bottom: 20px;
	border: 1px solid #000;
}
.privacyTable th, .privacyTable td {
	padding: 16px 10px;
	border-bottom: 1px solid #000;
}
.privacyTable th {
	width: 15%;
	background: #eeeeee;
}
.pivacyList li {
	margin-left: 2em;
	list-style: disc;
}