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

/*--- COMMON ---*/
.pc { display: block !important; }
.tub { display: none !important; }
.sp { display: none !important; }

.pc-tub { display: block !important; }
.pc-sp { display: block !important; }
.tub-sp { display: none !important; }


#footer p {
	font-size: 12px;
	color: #888;
	text-align: center;
	padding: 30px 0;
	line-height: 20px;
}

#PageTop {
	width: 55px;
	height: 55px;
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	z-index: 100;
	position: fixed;
	bottom: 25px;
	right: 25px;
}
#PageTop a {
	width:45px;
	height:45px;
	display: block;
	background-image:url(../img/pagetop_.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
	text-indent: -9999px;
	background-color: #56c6e9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#PageTop a:hover {
	background-image:url(../img/pagetop.png);
	background-color: #fff;
	-moz-opacity: 0.9;
	opacity: 0.9;
}


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

TUB　タブレット 画面サイズが1000px以下、720以上　

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

@media screen and (min-width:721px) and ( max-width:1000px) {

/*--- COMMON ---*/
.sp { display: none !important; }
.tub { display: block !important; }
.pc { display: none !important; }

.pc-tub { display: block !important; }
.pc-sp { display: none !important; }
.tub-sp { display: block !important; }
	

  
  
  
}

@media screen and (max-width:720px) {

/*--- COMMON ---*/
.sp { display: block !important; }
.tub { display: none !important; }
.pc { display: none !important; }

.pc-tub { display: none !important; }
.pc-sp { display: block !important; }
.tub-sp { display: block !important; }



}