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

/*ページトップボタン*/
#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    font-size: 77%;
}
#page-top a {
    background: #666;
	opacity:0.5;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
	opacity:0.5;
}

#page-top a:hover img{
background:url(../images/icon_pagetop.png) no-repeat;
}


/* スマホだけに適用するCSS */
@media only screen and (max-width:480px){

/*ページトップボタンSP*/
#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    font-size: 77%;
}
#page-top a {
    background: #666;
	opacity:0.7;
    text-decoration: none;
    color: #fff;
    width: 40px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
	opacity:0.7;
}

#page-top a:hover img{
background:url(../images/icon_pagetop.png) no-repeat;
}
	
	
	
	
	
	


}


