@charset "utf-8";

/* reset */
html{height:100%;overflow-y:scroll;width:100%}body{height:100%;margin:0;overflow:visible;padding:0;vertical-align:top;width:100%}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;margin:0}p{margin:0}a img,img{border:0;vertical-align:middle}strong{font-style:normal;font-weight:bold}small{font-size:100%}ol,ul{list-style-type:none}dd,dl,dt,li,ol,ul{margin:0;padding:0}hr{background-color:#CCCCCC;border:0;color:#CCCCCC;height:1px;margin:0;padding:0}table{border-collapse:collapse;border-spacing:0;font-size:100%}th{font-style:normal;font-weight:normal;margin:0;padding:0;text-align:left}td{margin:0;padding:0}blockquote,div,span{margin:0;padding:0}pre{font-family:monospace;line-height:1.0;margin:0;padding:0}button{background:0;border:0;cursor:pointer;padding:0}button,fieldset,form,input,label,legend,select,textarea{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;padding:0;vertical-align:middle}label{cursor:pointer}textarea{resize:vertical}* html textarea{margin-top:-2px}*:first-child+html textarea{margin-top:-2px}abbr,acronym{border:0}address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal}caption{text-align:left}code,kbd,pre,samp,tt{font-family:monospace;line-height:1.0}*+html code,*+html kbd,*+html pre,*+html samp,*+html tt{font-size:108%}q:after,q:before{content:''}article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,nav,section,summary,time,video{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

#layout {
	margin: 0 auto;
	max-width: 640px;
}

#layout > div img {
	width: 100%;
}

.cvs {
	position: relative;
}
.cvs--btn {
	left: 30.3px;
	position: absolute;
	top: 822px;
}
@media only screen and (max-width: 640px) {
	.cvs--btn {
		left: 4.3%;
		top: 64.3%;
		width: 43%;
	}
	.cvs--btn img {
		width: 100%;
	}
	.cvs__2 .cvs--btn {
		top: 66.3%;
	}
}
a:hover img {
    filter:alpha(opacity=80);
    opacity:0.8;
}
.cvs--btn2 {
	left: 340px;
	position: absolute;
	top: 822px;
}
@media only screen and (max-width: 640px) {
	.cvs--btn2 {
		left: 52.8%;
		top: 64.3%;
		width: 43%;
	}
	.cvs--btn2 img {
		width: 100%;
	}
	.cvs__2 .cvs--btn2 {
		top: 66.3%;
	}
}
a:hover img {
    filter:alpha(opacity=80);
    opacity:0.8;
}
.nav {
	font-size: 15px;
	padding: 15px;
}
	.nav ul:before,
	.nav ul:after {
		content: "";
		display: table;
	}
	.nav ul:after {
		clear: both;
	}
	.nav ul {
		zoom: 0.5;
	}
.nav li {
	float: left;
	line-height: 1;
	margin-bottom: 10px;
	width: 66%;
}
.nav li:nth-child(2n) {
	width: 34%;
}
.nav a:hover {
	opacity: 0.5;
}
@media only screen and (max-width: 960px) {
	.nav {
		padding: 3.16vw;
		font-size: 3.4vw;
	}
}

.page-top {
	bottom: 20px;
	right: 20px;
	position: fixed;
}
.page-top a {
	background: #F299CC;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5);
	        box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5);
	display: block;
	color: #fff;
	font-size:  20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	width: 50px;
}

a.btn {
  display: inline-block;
  outline: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.btn {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 1s infinite;
  animation: gelatine 1s infinite;
}
 
/**
 * $keyframes \ gelatine 
 **/
@keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
 
  5% {
    -webkit-transform: scale(0.98, 1.02);
    transform: scale(0.98, 1.02);
  }
 
  15% {
    -webkit-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
 
  30% {
    -webkit-transform: scale(0.985, 1.02);
    transform: scale(0.985, 1.02);
  }
 
  45% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
 
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
 
  5% {
    -webkit-transform: scale(0.98, 1.02);
    transform: scale(0.98, 1.02);
  }
 
  15% {
    -webkit-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
 
  30% {
    -webkit-transform: scale(0.985, 1.02);
    transform: scale(0.985, 1.02);
  }
}
@-webkit-keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
 
  5% {
    -webkit-transform: scale(0.98, 1.02);
    transform: scale(0.98, 1.02);
  }
 
  15% {
    -webkit-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
 
  30% {
    -webkit-transform: scale(0.985, 1.02);
    transform: scale(0.985, 1.02);
  }
 
  45% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
 
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
 
  5% {
    -webkit-transform: scale(0.98, 1.02);
    transform: scale(0.98, 1.02);
  }
 
  15% {
    -webkit-transform: scale(1.02, 0.98);
    transform: scale(1.02, 0.98);
  }
 
  30% {
    -webkit-transform: scale(0.985, 1.02);
    transform: scale(0.985, 1.02);
  }
}