﻿@charset "utf-8";

#privacy_box {
	margin: 40px auto 0px auto;
	width: 750px;
	height: auto;
	font-size: 13px;
	color: #666;
	text-align: left;
	line-height: 1.8;
}

#privacy_box p {
	margin: 20px auto 20px auto;
	width: 750px;
	height: auto;
	font-size: 12px;
}

.privacy_item {
	vertical-align: top;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 125%;
	width: 750px;
	font-size: 14px;
	font-weight: bold;
	color: #98605e;
	text-align: left;
}

.privacy_value {
	vertical-align: top;
	padding-bottom: 40px;
	padding-top: 10px;
	line-height: 150%;
	width: 750px;
	text-align: justify;
}

.faq {
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

@media screen and (max-width: 800px) {

	#privacy_box,
	#privacy_box p,
	.privacy_item,
	.privacy_value {

		width: 100%;
	}

}