@charset "utf-8";


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, sans-serif;
	font-size:16px;	line-height:1.5em; color:#000;
	background-image:url(inhtml/images/capture.png);
	height: 2858px;
	position: relative;
}

.button {
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	font-weight: bold; 
	padding: 0 10px;
	text-decoration: none;
}
.button:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
.button:active {
	top: 1778px; /*+3px*/
	box-shadow: none;
}

.double{position: absolute; top:1775px; left:460px;}


.button-sp {
	position: relative;
	background-color: #00a1e4;
	border-radius: 4px;
	color: #fff;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #006d9b;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	font-weight: bold; 
	padding: 0 10px;
	text-decoration: none;
}
.button-sp:hover {
	background-color: #02aef5;
	box-shadow: 0 3px 0 #0187be;
}
.button-sp:active {
	top: 1778px; /*+3px*/
	box-shadow: none;
}

.double-sp{position: absolute; top:1775px; left:230px;}