@charset "utf-8";
/* --------------------------------------------------

	css

-------------------------------------------------- */

/* ------------------------
	privacy
------------------------ */
#privacy article {
	width:940px;
	margin:0 auto 20px;
	overflow:hidden;
}

#privacy article p {
	line-height:18px;
	margin:0 30px 40px;
}
#privacy article dl {
	width:940px;
	margin:20px auto 10px;
	overflow:hidden;
}
#privacy article dt {
	line-height:1.4;
  font-size: 18px;
  margin-bottom: 10px;
}
#privacy article dd {
	line-height:1.4;
  margin-left: 4em;
}

#privacy article dd ol{
  margin: 20px 0 0 1em;

}
#privacy article dd ol li{
  list-style-type:none;
  list-style-position:outside;
  counter-increment: cnt;
	margin-left:1.5em;
	text-indent:-1.5em;
  margin-bottom: 1em;
}
#privacy article dd ol li:before{
  display: inline-block;
  content: "（" counter(cnt) "）";
  width: 1.5em;
}

#privacy article .pricacy_cotact{
  margin:2em 0 0 12em;
  text-indent: -12em;
  line-height:1.4;
}
#privacy article .pricacy_analytics{
  margin:0 0 0 12em;
  line-height:1.4;
}
.txt_right{  text-align: right}