@charset "utf-8";
#contents .signature {
	font-size: 14px;
	text-align: right;
}

#contents .privacy {
	margin: 40px 0;
}
#contents .privacy dt {
	font-size: 18px;
	margin-bottom: 10px;
}
#contents .privacy dd {
	margin-bottom: 25px;
}

.privacy a { text-decoration: underline; }

.pp_tb { width: 100%; border: 1px solid #000; }
.pp_tb th { border-bottom: 1px solid #000; border-right: 1px solid #000; width: 20%; text-align: center; padding: 10px; }
.pp_tb td { border-bottom: 1px solid #000; border-right: 1px solid #000; vertical-align: top; padding: 10px; }

@media screen and (max-width: 767px) { .pp_tb { width: 1000px; border: 1px solid #000; } }
