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


/*============

　フッター

==============*/
#Footer {
	width: 100%;
	border-top:1px solid #86847D;
	background-color:#FFF;
	padding-bottom:px;
	text-align: center;
}
#Footer_inner {
	margin:0 auto;
	padding:0 0;
	position:relative;
}
#Footer_inner #Page_top{
	position:absolute;
	top:-33px;
	right:0;
	height:33px;
	cursor:pointer;
	right:10px;
}
#Footer_inner #Page_top p {
	line-height:10px;
}
#Footer_inner #Page_top p a {
	display:block;
	color:#FFF;
	text-align:center;
	font-size:10px;
	letter-spacing:0.3em;
	font-weight:300;
	text-decoration: none;
	padding:17px 7px 6px;
	background:url(../../images/page_top.png) no-repeat #86847D center 5px;
	-webkit-transition: background-color 0.6s ease 0;
	-moz-transition: background-color 0.6s ease 0s;
	-o-transition: background-color 0.6s ease 0;
	transition: background-color 0.6s ease 0;
}
#Footer_inner #Page_top p a:hover {
	background-color:rgb(175, 172, 162);
}



/*============

　ページスクロール

==============*/

#page-topa {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 90%;
    z-index: 20;
}
#page-topa a {
    background: #fff8fa;
    text-decoration: none;
    color: #595757;
    width: 60px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-topa a:hover {
    text-decoration: none;
    background: #f9e8ed;
}

