@charset "Shift_JIS";

/*--------------------------------------------------------------------
privacy.html	(個人情報保護)
privacy.css
--------------------------------------------------------------------*/


/*------------Titleのスタイル---------------------------------------------------------------*/
div#Title { background-image: url(../../img/privacy/title.jpg); }


/*------------Sideのスタイル---------------------------------------------------------------*/
div#Side div#SideTop h2 { background-image: url(../../img/privacy/side_t.gif); }


/*------------Faqのスタイル---------------------------------------------------------------*/
div#Privacy { margin-top: 0 }
div#Privacy h3 { background-image: url(../../img/privacy/sub_t01.gif); }
div#Privacy dl dt {
	margin-top: 15px;
	padding: 0.2em 0.4em 0.2em 9px;
	border: 1px solid #999;
	font-size: 105%;
}
div#Privacy dl dt span {
	display: block;
	padding: 0.1em 5px;
	border-left: 3px solid #335e9f;
}
div#Privacy dl dd {
	margin-top: 10px;
	padding: 0.4em 20px;
}
div#Privacy dl dd ul {
	list-style: none;
	margin-top: 10px;
}
div#Privacy dl dd ul li:before { content: "●"; }
div#Privacy div#ContactBtn h4,
div#Privacy div#ContactBtn dl,
div#Privacy div#ContactBtn dl * { display: none; }
div#Privacy div#ContactBtn a {
	display: block;
	width: 566px;
	height: 163px;
	margin: 15px auto 0;
	background: url(../../img/privacy/contact_btn.jpg) no-repeat center top;
	text-indent: -99999px;
	overflow: hidden;
}
div#Privacy div#ContactBtn a:hover { background-position: center bottom; }