@charset "utf-8";
footer {
	width:100%;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}


/*
---------- pagetop ----------
*/
#pageTop {
	background-color: #E0E0E0;
	text-align: right;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#pageTop a {
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 26px;
	color: #333;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	font-weight: bold;
}
@media only screen and
(-webkit-min-device-pixel-ratio: 1){
	#pageTop a{
		background-image: url(/sp/common/img/pageTopIcon.png);
		-webkit-background-size: 21px 12px;
	}
}


/*
---------- PC btn ----------
*/
#pcCover {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: center;
	background-color: #E0E0E0;
	width: 100%;
}
#pnBtn {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	padding: 10px 0;
}
#pnBtn a {
	border: 4px solid #D1D1D1;
	background: -moz-linear-gradient(top,  #ffffff 40%, #ebebeb 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(51%,#ebebeb));
	background: -webkit-linear-gradient(top,  #ffffff 50%,#ebebeb 51%);
	box-shadow: 1px 1px 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 1px 1px 1px 0px rgba(255, 255, 255, 1);
	-webkit-border-radius: 6px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 0;
}


/*
----------footmenu----------
*/
#footmenu {
	padding-bottom: 8px;
	padding-top: 8px;
	background-color: #333;
	text-align: center;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-size: 10px;
}
#footmenu a {
	color: #FFCC00;
	text-decoration: underline;
}


/*
----------copyright----------
*/
#copyright {
	width:100%;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #333333;
	text-align: center;
	color: #FFFFFF;
	font-size: 8px;
}
/*----------------------------------------

	retargeting tag

----------------------------------------*/
.retargeting{
	position: absolute;
	top: 0;
	left: -9999px;
}