@charset "utf-8";

.privacyBox{
	padding: 50px 0;
}

h2.pageTitle {
	height: 40px;
	width: 930px;
	margin-right: 50px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/privacy/pageTitle.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.p_textbox{
	width: 85%;
	margin: 30px auto;
}

.privacy_text01 {
	color: #666;
	font-size: 12px;
	line-height: 20px;
}

.p_textbox02 dd{
	margin: 0 0 10px 25px;
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}

dl.p_textbox02 dt{
	color:#0E9A3A;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

dl.p_textbox02{
		width: 85%;
	margin: 0 auto;
}

dl.p_textbox02 dd.ga a{
    color: #000000;
    text-decoration: underline;
}
dl.p_textbox02 dd.ga a:hover{
    background-color: #ddd;
}