@charset "utf-8";
/* CSS Document */
.dlStl01 {
	margin: 0;
}
.dlStl01 dt {
	clear: both;
	float: left;
	width: 5em;
	font-weight: normal;
}
.dlStl01 dd {
	padding: 0 0 0 5em;
}
.dlStl02 {
	margin: 0;
}
.dlStl02 dt {
	font-weight: normal;
}
.dlStl02 dt:before {
	content: "□";
}
.dlStl02 ul {
	margin: 0;
}
.privacy dt {
	background-color: #f3f3f3;
	padding: .5em;
	border-bottom: 1px dotted #999;
	box-shadow: 0px -2px #FFF inset;
	font-weight: normal;
}
.privacy dt:before {
	content: "■";
}	
.privacy dd {
	margin-bottom: 10px;
	padding: .5em .5em .5em .5em;
}
.privacy dd ul {
	margin: 0 0 0 1.5em;
	padding:0;
}
@media (min-width: 768px) {
	.privacy dd {
	margin-bottom: 20px;
	padding: .5em 1em .5em 1.5em;
}
}
.privacy address {
	margin: 1em 0;
	padding:1em;
	background-color: #f9f9f9;
	border: 1px solid #CCC;
}
@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) {
}

