@charset "utf-8";

/*----------------------------------------------------------------------

ヘッダー

----------------------------------------------------------------------*/
header {
	/* 2105で追加 */
	width: 100% !important;
	height: auto !important;
	min-height: initial !important;
	padding: 0 !important;
	text-align: left !important;
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
	box-sizing: border-box !important;
}

#auid_header {
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 30px;
}
.auid_header {
	display: flex;
	align-items: center;
	justify-content: flex-start;

	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
	max-width: 980px;
	min-height: 62px;
	margin: 0 auto;
}
.auid_header.set_right {
	justify-content: flex-end;
}
/**/
.auid_header .auid_header_logo {
	flex-grow: 1;
}
.auid_header .auid_header_logo a {
	display: block;
	width: 77px;
	height: auto;
	text-decoration: none;
}
.auid_header .auid_header_logo img {
	width: 77px;
	height: auto;
	vertical-align: bottom;
	border: none;
}
/**/
.auid_header .auid_user_info_icon {
	flex-shrink: 0;
	width: 20px;
	margin-right: 4px;
}
.auid_header .auid_user_info_icon img {
	width: 20px;
	height: auto;
	vertical-align: bottom;
	border: none;
}
/**/
.auid_header .auid_user_info_detail {
	word-break: break-all;
	max-width: calc(100% - 723px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	font-size: 16px;
	font-weight: normal;
	color: #333;
}



/*----------------------------------------------------------------------

フッター

----------------------------------------------------------------------*/
#auid_footer {
	/*position: fixed;*/
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 60px;
}
.auid_footer {
	background-color: #fff;
	border-top: 1px solid #e0e0e0;
	padding: 20px 0;
}
.auid_footer_nav {
	display: flex;
	align-items: center;
	justify-content: center;

	max-width: 980px;
	margin: 0 auto;
}
.auid_footer_nav li {
	display: inline-block;
	list-style: none;
	line-height: 1;
	margin: 0 30px 20px 0;
}
.auid_footer_nav li:last-child {
	margin-right: 0;
}
.auid_footer_nav li a {
	display: block;
	text-decoration: none;
}
.auid_footer_copy {
	font-size: 16px;
	color: #333;
	line-height: 1;
	text-align: center;
}



