@charset "UTF-8";
/* CSS Document */
/* sass設定
******************************************************************************************** */
/* 基本設定
******************************************************************************************** */
/* line 9, ../sass/privacy.scss */
div#wrapper_outer {
  background: url(../img/privacy/top_bg.jpg) center top no-repeat;
}

/* line 13, ../sass/privacy.scss */
div#wrapper {
  padding: 280px 0 0 0;
}

/* line 16, ../sass/privacy.scss */
#page_nav {
  text-align: left;
  font-size: 108%;
  margin-bottom: 50px;
}
/* line 21, ../sass/privacy.scss */
#page_nav #page_title {
  margin-bottom: 20px;
}

/* レイアウト設定
******************************************************************************************** */
/* line 35, ../sass/privacy.scss */
section {
  text-align: left;
  font-size: 108%;
  margin-bottom: 40px;
}
/* line 40, ../sass/privacy.scss */
section h2 {
  /* Firefox v3.6+ */
  background-image: -moz-linear-gradient(#e6e6e6 0%, #fbfbfb 100%);
  /* safari v4.0+ and by Chrome v3.0+ */
  background-image: -webkit-gradient(linear, color-stop(0, #e6e6e6), color-stop(1, #fbfbfb));
  /* Chrome v10.0+ and by safari nightly build*/
  background-image: -webkit-linear-gradient(#e6e6e6 0%, #fbfbfb 100%);
  /* Opera v11.10+ */
  background-image: -o-linear-gradient(#e6e6e6 0%, #fbfbfb 100%);
  /* IE v10+ */
  background-image: -ms-linear-gradient(#e6e6e6 0%, #fbfbfb 100%);
  background-image: linear-gradient(#e6e6e6 0%, #fbfbfb 100%);
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  border-bottom: 3px solid #AFDE80;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe6e6e6,endColorstr=#fffbfbfb)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe6e6e6,endColorstr=#fffbfbfb);
  border-radius: 3px 3px 0 0;
  box-shadow: 0 1px 0px #FFF inset;
  height: 33px;
  color: #000000;
  font-size: 120%;
  font-weight: bold;
  padding: 3px 0 0 10px;
  margin: 40px 0 15px 0;
}
/* line 69, ../sass/privacy.scss */
section p {
  margin-bottom: 10px;
}
/* line 72, ../sass/privacy.scss */
section .red {
  color: #F00;
}
/* line 76, ../sass/privacy.scss */
section article {
  margin-bottom: 20px;
}
/* line 79, ../sass/privacy.scss */
section article h3 {
  background: url(../img/bullet02.gif) left 5px no-repeat;
  padding: 0 0 0 25px;
  display: block;
  margin-bottom: 10px;
}
/* line 88, ../sass/privacy.scss */
section article .ul02 li {
  margin-left: 2em;
}
