/* =============================================================================
   PRIVACY POLICY
   ========================================================================== */

#privacyContents{
	width:960px;
	background:url(../../../images/en/common/content_zab.jpg) repeat-y;
	text-align:left;
}
#privacyContents .bottom{
	width:960px;
	height:20px;
	background:url(../../../images/en/common/content_bt.jpg) no-repeat bottom;
}

#privacyBox{
	width:900px;
	margin:37px auto 0 auto;
	overflow:hidden;
}

#privacyBox h2 {
	font-size:15px;
	font-weight:bold;
}
#privacyBox p {
  margin: 20px 0;
}
#privacyBox ul {
	margin: 0 0 2em 2em;
}
#privacyBox a{
	color:#1AACE3;
}


#privacyBox h2 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 2px #A21D32;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
#privacyBox p {
  font-size: 15px;
  text-align: left;
    line-height: 1.5;
}
.list-style-disc-wrap {
  padding-left: 25px;
}
.list01{
    list-style: decimal;
    list-style-position: outside;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    list-style-position: inside;
}
.list01 p {
    font-size: 15px;
    font-weight: normal;
    padding-left: 28px;
}
.list01 h2 {
    border: none;
    font-size: 16px;
    text-align: left;
    color: #000;
    font-weight: bold;
    margin: 0 0 5px;
    display: inline;
}
.ul02 {
    padding-left: 58px;
}
.list02 {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding: 10px 0;
  text-indent: -33px;
}
.lead-bold {
  font-weight: bold;
}
table {
  display: block;
    margin: 20px 0;
}
td{
    padding: 15px;
}
table td {
  border: solid 1px black;
}
table td p {
  margin: 0 !important;
  padding-left: 16px !important;
  text-indent: -16px;
}
/*
.list02::before {
  content: "(" counter(cnt) ") ";
}
*/
.list03 {
    font-weight: normal;
    list-style: inside;
    font-size: 15px;
}
.list01 h3 {
  border: none;
  font-size: 16px;
  text-align: left;
  color: #000;
  font-weight: bold;
  display: inline;
}
.end-line {
  text-align: right;
  display: block;
  padding: 20px 0 0 0;
}

/*
.list02 {
     counter-increment: practice;
  content: counter(sub-practice,lower-alpha);
}
.list02::before {
    content: counter(practice);
}
*/
.list04 h4 {
  font-weight: bold;
}
.list04 p {
    padding: 0;
    margin: 10px 0;
}
.ul03 {
  padding-top: 30px;
}
h3 {
  font-size: 15px;
}
ol li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol li:before{
  display: marker;
  content:"(" counter(cnt, lower-alpha) ".) "; 
}
