@charset "utf-8";
/* CSS Document */

.pc {
    display: none !important;
}
#pankuzu {
	display: none !important;
}
#sidemenu {
	display: none !important;
}


/*----------------------------------------
	base
----------------------------------------*/

.container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	overflow: hidden;
}

.wrap {
  overflow: hidden;
}

.base_top {
  _background: #eff5fc url(../img/common/bg_base_top.png) no-repeat center top;
  width: 100%;
}

.base_bottom {
  _background: url(../img/common/bg_base_bottom.png) no-repeat center bottom;
  width: 100%;
  overflow-x: hidden;
}

/*----------------------------------------------------------------【上に戻るボタン】*/

.backtotop .move-page-top:hover{
	}

.backtotop p{
	padding: 0;
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 999;
}
.backtotop .move-page-top{
	display: block;
	background-color: #59beec;
	width: 40px;
	height: 40px;
	cursor: pointer;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	border-radius: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

