@charset "utf-8";

.l_header01,
.l_header01 .l_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}
.l_header01 {
	font-family: "メイリオ", Meiryo, sans-serif;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	height: 80px;
	padding: 0 36px 0 9px;
	border-bottom: 2px solid #eee;
}
.l_header01 .o_headerLeft .o_heading01 .o_serviceName {
	margin-left: 16px;
}
.l_header01 .o_headerLeft .o_heading01 .o_serviceName a {
	color: #686868;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.l_header01 .o_headerRight .o_headerRightMenu .o_list {
	height: 23px;
	padding: 0 11px;
}
.l_header01 .o_headerRight .o_headerRightMenu .o_list:last-child {
	padding-right: 0;
}
.l_header01 .o_headerRight .o_headerRightMenu .o_list + .o_list {
	border-left: 2px solid #eee;
}
.l_header01 .o_headerRight .o_headerRightMenu .o_list a {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
