@charset "utf-8";

/* privacy style
----------------------*/
#privacy {
	padding: 40px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#privacy h1 {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 2em;
}

#privacy div {
	margin-bottom: 30px;
}

/* privacy-header style
--------------------------*/

#privacy-header {
	text-align: right;
}

#privacy-header dl dt {
  display: inline;
}

#privacy-header p#since span,
#privacy-header p#update span {
	padding-right: 1em;
}

#privacy-header p#project {
	margin: 10px 0;
	font-size: 1.1em;
}

/* privacy-introduction style
-------------------------------*/

#privacy-introduction h2 {
	margin-bottom: 1em;
}

#privacy-introduction p {
	padding-left: 1em;
}

/* privacy-content style
-----------------------------*/

#privacy-content h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.5em -1.5em;
}

#privacy-content ol li {
	margin-bottom: 2em;
	padding-left: 1.5em;
}

#privacy-content ol li ol li {
	margin: 1em 0 0 0;
}

#privacy-content address {
	margin: 1em 0;
}