@charset "utf-8";
/*----------------------------------------------------
  COMMON
----------------------------------------------------*/

@media screen and (max-width: 767px) {
body {
	-webkit-text-size-adjust: 100%;
	position: relative;
}

#contents-wrap {
    position: relative;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    display:none;
    font-size: 30px;
    z-index: 10000;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
#copy-txt {
    padding: 0 10px 10px 10px;
    color: #333333;
    font-size: 12px;
	text-align:right;
}

}

@media screen and (min-width: 768px) {
body {
	-webkit-text-size-adjust: 100%;
}
#contents-wrap {
    position: relative;
}
.sp-only{
	display: none;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	display:none;
	font-size: 30px;
    z-index: 10000;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
#copy-txt {
    margin: 0 auto 5px;
    width: 920px;
    color: #333333;
    font-size: 14px;
	text-align:right;
}
}
