@charset "utf-8";
/* CSS Document */

h2 {
	width: 620px;
	height: 32px;
	text-indent: -9999px;
	margin-bottom: 1.5em;
	background-repeat: no-repeat;
}

h2#privacy-policy01-h {
	background-image: url(../images/privacy/privacy-policy01_h2.gif);
}


h2#privacy-policy02-h {
	background-image: url(../images/privacy/privacy-policy02_h2.gif);
}

.content p {
	line-height: 1.4em;
	margin-bottom:1em;
}

/*リストタグの設定*/

.content dl {
	margin-bottom: 2em;
}
.content dt {
	margin-bottom: 0.2em;
}
.content dd {
	margin-bottom: 1.5em;
	line-height: 1.4em;
}

.content ol,
.content ul {
	padding-left: 2em;
}

.content ul {
	list-style-type: disc;
}

.content li {
	margin: 0.5em;
}

/*	個人情報の共同利用	*/
table.privacy-table {
	width: 620px;
	border-spacing: 1px;
	background-color: #b89870;
	margin: 1em 0 1.5em;
}

table.privacy-table td {
	background-color: #FFFFFF;
	padding: 2px 4px;
	width: 30%;
}
table.privacy-table td.left-cell {
	width: 40%;
}

/*	ダウンロード部分	*/

.download-box {
	padding: 1em 0;
}

.download-box span {
	padding-left: 3em;
}
