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

#cont_wrap {
  background: url(../images/home/body_bg.png) top repeat-x #1E0000;
  padding-top: 50px;
}

#contents h2 {
  background: url(../images/privacy/main_title.png) no-repeat;
  width: 950px;
  height: 51px;
  text-indent: -9999px;
  margin-bottom: 10px;
}

#contents p.crumbs {
  margin-left: 20px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 30px;
}

#contents p.crumbs a{
  color: #fff;
}






/* 基本データ　エリア */
#priv_wrap {
  background: url(../images/privacy/text_bg.png) no-repeat;
  width: 705px;
  height: 2650px;
  margin-bottom: 100px;
  padding-top: 80px;
}

#priv {
  width: 625px;
  margin: auto;
}

#priv p.date {
  text-align: right;
  font-size: 12px;
}

#priv p.cust {
  font-size: 16px;
  margin: 10px auto;
}

#priv p.comp {
  text-align: right;
  margin-bottom: 40px;
}

#priv p.pre {
  margin-bottom: 30px;
}

#priv strong {
  font-weight: bold;
}

#priv ul li {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 25px;
  line-height: 1.6;
}

#priv ul li.inner {
  list-style: lower-alpha;
  margin-bottom: 10px;
}

#priv ul li span {
  font-size: 12px;
}