@charset "utf-8";
/* CSS Documents */

/*
font-size list (base: 12px)
 67% =  8px
 75% =  9px
 83% = 10px
 92% = 11px        175% = 21px
100% = 12px        184% = 22px
108% = 13px        192% = 23px
117% = 14px        200% = 24px
125% = 15px        209% = 25px
133% = 16px        217% = 26px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
*/

/* tags
-------------------------------------------------- */

body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,p,a,div,span,address{
  margin: 0;
  padding: 0;
}

body{
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", sans-serif;
  font-size: 75%;
  background: #000;
  text-align: ;
  color: #fff;
}

img {
  max-width: 100%;
  border: none;
}

ul {
  list-style: none;
}


/* rule
agreement,law,settlementページ兼用
-------------------------------------------------- */

.rule {
  color: #2e2e2e;
  margin: 20px 0 20px;
  padding: 24px;
  background: rgba(255,255,255,0.9);
}

.rule h2 {
  margin: 0 auto 16px;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 2px solid #bdbdbd;
}

.rule p {
  margin-bottom: 6px;
}

.rule h3 {
  color: #151515;
  font-weight: bold;
  margin: 28px 0 16px;
}

.rule table {
  border-spacing: 0;
  line-height: 1.2;
}

.rule td:nth-child(1) {
  width: 30%;
}

.rule td {
  padding: 6px;
  border: 1px solid #bdbdbd;
}

.textNav {
  margin-top: 12px;
  position: relative;
  overflow: hidden;
}

.textNav ul {
  position: relative;
  float: left;
  left: 50%;
}

.textNav li {
  position: relative;
  float: left;
  left: -50%;
}

.textNav li:nth-child(n+2) {
  margin-left: 2px;
}

.textNav li a:link {
  color: #fff;
}

.textNav li a:visited {
  color: #fff;
}


.mainFooter {
  margin: 28px auto 0;
  text-align: center;
  padding: 0 8px 12px;
}

.mainFooter p:nth-child(2) {
  margin-bottom: 8px;
}

.mainFooter p:nth-child(n+3) {
  color: #a4a4a4;
}




/* clearfix
-------------------------------------------------- */

.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}