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

.navbar {
  margin: 0 auto;
  max-width: 850px;
	position: fixed;
	top: 0;
    z-index: 9999;
	background: #26845f;
}

.nav  {
  width: 100%;
}

.nav_logo {
	width: 31.76%;
  float: left;
}
.nav_01 {
	width: 15.296%;
  float: left;
}
.nav_02 {
	width: 22.35%;
  float: left;
}

.sticky {
  position: fixed;
  top: 0;
  max-width: 850px;
	z-index: 9999;
}

.cv {
	position: relative;
}

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


.cv2 {
	position: relative;
}
.btn_02_left {
	position: absolute;
	top: 75%;
    left: 11%;
    width: 29.4%;
}

.btn_02_right {
	position: absolute;
	top: 75%;
    right: 11%;
    width: 29.4%;
}


.info {
	position: relative;
}

.info .tel {
	position: absolute;
    width: 58.8%;
	top: 53%;
	left: 20.6%;
}

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

.info2 {
	position: relative;
}

.info2 .tel {
	position: absolute;
    width: 58.8%;
	top: 25%;
	left: 20.6%;
}

.info2 .line {
	position: absolute;
	width: 23.5%;
	top: 54.3%;
	left: 27%;
}

.friend_line_01 {
	position: relative;
}

.friend_line_01 .friend_01 {
	position: absolute;
    width: 19.4%;
	top: 48%;
	left: 63%;
}
.friend_line_01 .friend_02 {
	position: absolute;
    width: 19.4%;
	top: 83.7%;
	left: 76.5%;
}

.friend_line_02 {
	position: relative;
}

.friend_line_02 .friend_03 {
	position: absolute;
    width: 19.4%;
	top: 80.9%;
	left: 38.2%;
}

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