@charset "utf-8";

/* ============================================
	index.html
============================================ */
.dl_privacy {
	margin-top: 25px;
	}
	.dl_privacy dt {
		background: url(/common/img/bg_rectangle.gif) no-repeat left top;
		padding-left: 11px;
		font-weight: bold;
		margin-bottom: 10px;
		}
	.dl_privacy dd {
		margin-bottom: 30px;
		}
		.dl_privacy dd ol {
			margin: 15px 0 0 7px;
			}
			.dl_privacy dd ol li {
				text-indent: -1.5em;
				padding-left: 1.5em;
				}
.contact_box {
	background: url(/privacy/img/bg_contact.gif) no-repeat left top;
	padding-top: 4px;
}
	.contact_box div {
		background: url(/privacy/img/bg_contact.gif) no-repeat left bottom;
		padding: 0 2px 17px;
	}
		.contact_box div dl dt {
			background: #f7f7f7;
			font-weight: bold;
			padding: 5px 8px 9px;
			line-height: 1;
		}
		.contact_box div dl dd {
			padding: 13px 15px 0;
		}
			.contact_box div dl dd a{
				text-decoration: underline;
				color: #eb6100;
			}
			.contact_box div dl dd a:hover{
				text-decoration: none;
			}
