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 {
	position: relative;
}

.btn_01 {
	position: absolute;
    width: 36%;
	top: 43%;
	left: 2.4%;
}

.btn_02 {
	position: absolute;
    width: 36%;
	top: 89%;
	left: 2.4%;
}
.btn_03 {
	position: absolute;
    width: 36%;
	top: 43%;
	right: 2.4%;
}

.btn_04 {
	position: absolute;
    width: 36%;
	top: 89%;
	right: 2.4%;
}

.info {
	position: relative;
}

.info .tel {
	position: absolute;
	width: 58%;
	top: 17.5%;
	left: 21%;
}

.info .line {
	position: absolute;
	width: 23.5%;
	top: 53.8%;
	left: 27%;
}


.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;
}
