@charset "utf-8";
/* CSS Document */

p{
	margin: 0;
	padding:0;
}

 a img{
  -webkit-transition: filter 0.5s ease-out;
  -webkit-transition: -webkit-filter 0.5s ease-out;
  transition: -webkit-filter 0.5s ease-out;
  transition: filter 0.5s ease-out;
  transition: filter 0.5s ease-out, -webkit-filter 0.5s ease-out;
}
 a img:hover{
  -webkit-filter: brightness(110%);
  filter:brightness(110%);
}
/*a img {
  border-style:none;
}*/

p a{
  height: auto;
}

body{
  font-size: 0;
  line-height: 0;
}

img{
  max-width: 100%;
  display: block;
  vertical-align: top;
}
/*============================
#main
============================*/
#wrapper {
    max-width: 750px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
section h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	display: block;
	font-size: 0;
	line-height: 0;
}
.cv {
  position: relative;
}
.cv_btn {
  position: absolute;
  top: 58%;
  left: 0;
  right: 0;
  width: 83%;
  margin: 0 auto;
}
.cv_btn02 {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  width: 83%;
  margin: 0 auto;
}


footer {
  background-repeat: repeat-y;
  background-size: cover;
}

