@charset "UTF-8";
/* ↓↓↓↓↓↓↓↓↓↓↓　ページトップボタン ↓↓↓↓↓↓↓↓↓↓↓ */
.pagetop {
	position: fixed;
	bottom: 80px;
	right: 10px;
	clear: both;
	z-index: 99999;
}
.pagetop a {
    font-size: 12px;
    /* [disabled]-moz-opacity: 0.7; */
    opacity: 0.7;
    letter-spacing: 0.1em;
    border-radius: 5px;
    display: block;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #FFFFFF;
    z-index: 500;
    /* [disabled]margin-bottom: 0px; */
    background-color: rgba(20,72,106,0.57);
}
/* ↑↑↑↑↑↑↑↑↑↑↑　ページトップボタン ↑↑↑↑↑↑↑↑↑↑↑ */
.pagetop a:hover {
	opacity: 0.5;
}

@media (max-width:600px){
.md-12 .pagetop.exText a {
    display: none;
    margin-bottom: 0px;
}
.pagetop {
    bottom: auto;
}
}
