@charset "UTF-8";
/* ログアウトボタン対応  */
.pc #btn_auidLogout {
	width: auto !important;
	float: none !important;
	position: absolute !important;
	top: 0 !important;
	left: 0;
}

.pc #footer .logo {
	top: 54px !important;
}

.pc #footer #footerTop {
	padding: 33px 0 5px 0 !important;
}

.pc #footer {
	position: relative;
	min-height: 0px;
}

.sp #footer {
	position: relative;
	min-height: 0px;
}

.sp #footer #btn_auidLogout {
	position: absolute;
	top: 7px;
	left: 3%;
}

.sp #footer #btn_auidLogout img {
	width: 100px;
}

.sp #btn_auidLogout a {
	display: inline-block;
    margin: 0;
	padding: 6px 8px;
    overflow: hidden;
    border: solid 1px #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%);
    box-shadow: 0px 1px 2px rgba(100,100,100,0.4);
    -moz-box-shadow: 0px 1px 2px rgba(100,100,100,0.4);
    -webkit-box-shadow: 0px 1px 2px rgba(100,100,100,0.4);
}