/**************** COMMON ****************/
body {
	background-color: #2388EB;
}

a {
color:#e91670;
}
a:hover {
text-decoration:none;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: auto;
    text-align: center;
    display: block;
	color:#fff;
}
#page-top a:hover {
    text-decoration: none;
    background: #ef7b2e;
	opacity:0.9;
}

#copyright {
	font-family: 'Noto Sans SC', sans-serif;
	font-weight:900;
	text-align: center;
	height:60px;
	margin-top: 5em;
	padding-top: 30px;
	color: #fff;
	font-size: 80%;
}


	
/**************** PC ****************/

/* PC用 */

/**************** PC ****************/

@media only screen and (min-width:751px){


	

}




/**************** MOBILE ****************/

/* モニター幅750px以下 */

/**************** MOBILE ****************/

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



	

	
}