html, body {
    margin: 0;
	padding: 0;
}

body img {
	display: none;
}

.wrapper {
	margin: 0 auto;
	max-width: 850px;
	width: 100%;
}

.wrapper img {
	display: block;
}

img {
	padding: 0;
	margin: 0;
	width: 100%;
}

a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity:0.7;
}

.cv_01{
	position: relative;
	}

.btn_01 {
	position: absolute;
	width: 58.8%;
	top: 86%;
	left: 20.6%;
	}

.cv_02 {
	position: relative;
	}

  .btn_02_left {
  	position: absolute;
    width: 35%;
    top: 82%;
    left: 8.5%;
  }

  .btn_02_right {
  	position: absolute;
    width: 35%;
    top: 82%;
    right: 8.5%;
  }

  .btn_02_left_02 {
  	position: absolute;
    width: 35%;
    top: 75%;
    left: 8.5%;
  }

  .btn_02_right_02 {
  	position: absolute;
    width: 35%;
    top: 75%;
    right: 8.5%;
  }

.terms {
width:100%;
height: 220px;
font-size: 14px;
line-height:1.5;
text-align: left;
background: #fff;
padding: 15px 20px;
margin-bottom: 30px;
overflow-y: auto;
box-sizing: border-box;
border: 1px solid #DCDCDC;
}
