@charset "Shift_JIS";

/* スマホページへのリンクの設定
================================================== */

div#spLinkBlockInPc {
    clear: both;
    border-width: 1px;
    border-style: solid;
    border-bottom-color: #999;
    border-top-color: #c5c5c5;
    border-left-color: #c5c5c5;
    border-right-color: #999;
    margin: 10px auto;
    font-size: 300%;
    text-align:center;
    width:880px;
    font-weight: normal;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.51, #d6d6d6), color-stop(0.50, #eee), color-stop(0.05, #eee), to(#d6d6d6));
}

/* ページの先頭に戻るボタン
================================================== */

#page-top{
	width:45px;
	height:45px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
}
 
#page-top p{
	margin:0;
	padding:0;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

#move-page-top{
	display:block;
	cursor:pointer;
}
