@charset "UTF-8";

header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0;
}

.header-container {
	background-color: #BFBFBF;
	width: 1024px;
	height: 78px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.header-trial-container {
	background-color: #BFBFBF;
	width: 1024px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.header-breadcrumblist-container {
	width: 1024px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	font-size:25px;
	color: #221815;
	padding-left: 25px;
    padding-top: 25px;
    background-color: #fff;
}

.header-title {
	color: #221815;
	font-size: 25px; /* フォント置換による類似 */
	font-weight: 400;
	padding: 25px;
	line-height: 1;
	float: left;
	width: 600px;
	height: 100%;
	display: flex;
	align-items: center;
}

.header-color {
	width: 20px;
	float: left;
	height: 100%;
	background-color: #e6605f;
}

.trial-header-color {
	width: 90px;
	float: left;
	height: 100%;
	background-color: #e6605f;
}

/** 右上のメニュー部分 */
.header-menu {
	float: right;
	position: relative;
	height: 78px;
	width: 400px;
}

.header-menu-top {
	position: absolute;
	top: 13px;
	right: 22px;
}

.header-menu-bottom {
	position: absolute;
	bottom: 8px;
	right: 22px;
}

.menu-area {
	float: left;
	color: #333;
	font-size: 16px;
	line-height: 18px;
	max-width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}

.logout-area {
	max-width: 110px;
}

.logout-link {
	text-decoration: underline;
	color: #93a1c1;
}

.img-logo {
	width: 9%;
}

.img-trial-logo {
    width: 100%;
    padding-top: 15px;
}

.top {
	color: black;
    text-decoration: underline;
}

/*
.copyright-logo {
	/*
    color: #ababab;
	color: #919191;
}
*/
/*
.copyright-area {
	bottom: 0;
	/*
    background-color: #D8D8D8;
    */
	/*
    padding: 10px 0px 10px 0px;
    */
    /*
	padding: 5px 0px 5px 0px;
	font-size: 13px;
	text-align: center;
}
*/