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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td{
  margin:0;
  padding:0;
}

table{
  border-collapse:collapse;
  border-spacing:0;
}

fieldset,img{
  border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
  font-style:normal;
  font-weight:normal;
}

ol,ul{
  list-style:none;
}

caption,th{
  text-align:left;
}

h1,h2,h3,h4,h5,h6{
  font-size:100%;
  font-weight:normal;
}
q:before,q:after{
  content:'';
}

abbr,acronym{
  border:0;
}




a {
	color: #8FABBE;
	text-decoration: none;
	}

a:link {
	color: #8FABBE;
	text-decoration: none;
	
	}

a:visited {
	color: #8FABBE;
	text-decoration: none;
	
	}

a:active {
	color: #8FABBE;
	text-decoration: none;
	
	}

a:hover {
	color: #006699;
	text-decoration: underline;
	
	}




#wrap {
	height: auto;
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}



#head {
	width: 880px;
	margin-right: 10px;
	margin-left: 10px;
	height: 100px;
	vertical-align: middle;
}

.logo {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	float: left;
	height: 17px;
	width: 357px;
	text-align: left;
}



.info {
	text-align: right;
	vertical-align: middle;
	float: right;
	margin: 40px 30px 0px 0px;
}


h2 {
	text-align: left;
	width: 880px;
	height: 99px;
	margin: 50px auto 0px;
}


#leftbox {
	padding: 10px;
	float: left;
	height: auto;
	width: 420px;
	margin-left: 20px;
	margin-top: 100px;
	text-align: left;
	font: 0.75em/160% Arial, Helvetica, sans-serif;
	color: #000000;
	vertical-align: top;
}


#lightbox {
	padding: 10px;
	float: left;
	width: 420px;
	margin-top: 100px;
	text-align: left;
	font: 0.75em/160% Arial, Helvetica, sans-serif;
	color: #000000;
}


#foot {
	font-size: 0.7em;
	color: #333333;
	text-align: center;
	margin: 200 0 0 0px;
	height: auto;
	width: 900px;
}



#privacy {
  padding-top: 103px;
  padding-bottom: 200px;
	text-align: left;
}

#privacy dl dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

#privacy dl dd {
  font-size: 18px;
  line-height: 30px;
}

#privacy dl dd:not(:last-child) {
  margin-bottom: 60px;
	text-align: left
}


#privacy {
    margin-top: 56px;
    padding-top: 0;
    padding-bottom: 85px;
  }
  #privacy .line {
    margin-bottom: 38px;
  }
  #privacy h2 {
    background: none;
    padding: 0;
    margin-bottom: 59px;
  }
  #privacy dl dt {
    font-size: 18px;
    padding: 14px 0 14px 14px;
    border-radius: 2px;
    width: calc(100% - 11px);
    margin: 0 auto 29px;
    background: #f1f1f1;
    text-align: left;
  }
  #privacy dl dd {
    padding-left: 17px;
    padding-right: 12px;
	padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
  #privacy dl dd:not(:last-child) {
    margin-bottom: 30px;
  }