@charset "UTF-8";


/* ==========================================

  “page top button Parts” CSS

========================================== */
#wrapper{
    position: relative;
}

p.gotop{
	width: 100%;
	height: 42.5px;
    position: relative;
	padding: 0px auto 0px;
	z-index: 999;
	display: table;
}
p.gotop span.btn {
    width: 250px;
    height: 45px;
	display: inline-block;
	line-height: 45px;
	vertical-align: middle;
    background-color: #B0B0B0;
    border: solid 1px #909090;
    -webkit-border-radius: 7px 7px;
    -moz-border-radius: 7px 7px;
    border-radius: 7px 7px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #333333;
	font-size: 120%;
}

p.gotop span.btn a{
	display: inline !important;
    color: #ffffff !important;
    text-shadow: 1px 1px 2px #333333 !important;
}
p.gotop_float{
    position: fixed !important;
    bottom: -5px !important;
}

p.gotop_float span.btn {
	line-height: 40px !important;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);    
}
