@charset "utf-8";

/* *******************************************************************************
   * トップページ
********************************************************************************** */

.topbox {
	position: absolute;
	z-index: 2000;
	top:80px;
    left:50%;
	width:300px;
    margin: 0 0 0 -150px;
	box-sizing: border-box;
	text-align: center;
	background:#000;
}

.topimage {
	width:280px;
}


.topbtn01 {
	z-index: 20000;
	position:fixed;
	bottom:120px;
	width:220px;
	padding:10px;
	background:#fff;
	border:1px solid #666;
	color:#000;
	text-align: center;
    left:50%;
    margin: 0 0 0 -110px;
	box-sizing: border-box;

}



.topbtn22 {
	position: absolute;
	bottom:40px;
	width:280px;
	height:40px;
    left:50%;
    margin: 0 0 0 -140px;
	background:#4285f4;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color:#fff;
	border:0px solid #000;
	cursor: pointer;
}

.topbtn23 {
	position: absolute;
	bottom:85px;
	width:280px;
	height:40px;
    left:50%;
    margin: 0 0 0 -140px;
	background:#4285f4;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color:#fff;
	border:0px solid #000;
	cursor: pointer;
}

.topbtn24 {
	position: absolute;
	bottom:130px;
	width:280px;
	height:40px;
    left:50%;
    margin: 0 0 0 -140px;
	background:#4285f4;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color:#fff;
	border:0px solid #000;
	cursor: pointer;
}

.topbtn25 {
	position: absolute;
	bottom:175px;
	width:280px;
	height:40px;
    left:50%;
    margin: 0 0 0 -140px;
	background:#4285f4;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color:#fff;
	border:0px solid #000;
	cursor: pointer;
}

/* ---------------------------------------------------------- */
