

body{
	margin:0;
	font-size:14px;
	font-family: "CI", "Arial";
}

.headcopy {
	position: relative;
  }

.toppic{
	position: relative;
	width: 100%;
	height: 750px;
	overflow: hidden;
}

.toppic img{
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  display: block;
	  width: 100%;
	  height: auto;
	  transform: translate(-50%,-54%);
}


.headcopy h1 {
	position: absolute;
	color: #000000;
	top: 40%;
	left: 0;
	right:0;
	font-weight: 300;
	font-size:70px;
	text-shadow: 2px 2px 2px #fff;
	text-align:center;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
  }



.headcopy h2 {
	position: absolute;
	color: #000000;
	top: calc(40% + 80px);
	left: 0;
	right:0;
	font-weight: 600;
	font-size:25px;
	text-shadow: 2px 2px 2px #fff;
	text-align:center;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
  }

.main{
	margin:20px auto;
	width:1200px;
}

.title{
	background: #e6e6e6;
	font-weight:600;
	font-size:18px;
	padding:30px;
	width:800px;
	margin:0 auto;
}

table{
	margin:0 auto;
	width:800px;
}

table tr{
	border-bottom: 1px dotted #d7d7d7;
}

table td{
	border-bottom: 1px dotted #d7d7d7;
	padding:30px;
}

.font2{
	font-weight: 600;
}

ul{
	margin: 0px;
	padding: 0px;
}



}