﻿@charset "utf-8";

/* ---------------------------------
  共通
------------------------------------*/

.title h1 {
	background-image: url(../../privacy/images/title.jpg);
}

.main dl {
	margin-top: 30px;
	margin-bottom: 30px;
}

.main dt {
	margin-bottom: 1em;
	padding-left: 25px;
	background-image: url(../images/marker.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

.main dd {
	margin-bottom: 1.5em;
	padding-left: 25px;
	padding-bottom: 1em;
	border-bottom: 1px dashed #CAC08A;
}

