@CHARSET "utf-8";
/*------------------------------------------------------------------------------
	メニュー
------------------------------------------------------------------------------*/
.head_menu	{
	background-color: #333;
	min-width: 960px;
	position: relative;
	z-index: 500;
}

.head_menu_list	{
	margin: 0;
	padding: 0;
	display: inline-block;
	min-width: 760px;
	font-size: 0;
}

.head_menu_list ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;

}

.head_menu_list li	{
	margin: 0;
	padding: 0;
	font-size: 16px;
}


.head_menu_list ul ul	{
	top: 100%;
	left: 0;
	position: absolute;
	display: none;
	min-width: 100%;
}

.head_menu_list li	{
	float: left;
}

.head_menu_list li li {
	clear: both;
	width: 100%;
}

.head_menu_list li li a {
	width: calc(100% - 40px);
}

.head_menu_list > ul > li	{
	position: relative;
}

/*
.head_menu_list li:hover	{
	position: relative;
}
*/

.head_menu_list li:hover > ul	{
/*	display: block;*/
}

.head_menu_list span, .head_menu_list a	{
	display: block;
	padding: 5px 20px;
	color: white;
	background-color: #333;
	white-space: nowrap;
	line-height: 30px;
	cursor: pointer;
}

.head_menu_list ul:last-child:after	{
	content: "";
	clear: both;
	display: block;
}

.head_menu_list span:hover, .head_menu_list a:hover, .head_menu_list .span_selected	{
	background-color: #00a0c6 !important;
}

.head_menu_list span:hover, .head_menu_list a:hover, .head_menu_list .span_selected	{
	background-color: #00a0c6 !important;
}

.head_menu_list .head_menu_subfolder span	{
	cursor: default;
}

.head_menu_list .head_menu_subfolder span, .head_menu_list .head_menu_subfolder span:hover	{
	background-color: #555 !important;
}

.head_menu_list li li.head_menu_subitem a {
	width: calc(100% - 60px);
}

.head_menu_list .head_menu_subitem a	{
	padding: 5px 20px 5px 40px;
}

#dropmenu2	{
	display: inline-block;
	background-color: #FFF;
	width: 150px;
	position: absolute;
	right:0;
}

#dropmenu2	ul	{
	margin: 0;
	padding: 0;
}

#dropmenu2	ul	li	{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:12px;
	float: left;
	width: 150px;
	height: 39px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

#dropmenu2	ul	li	a	{
	color: black;
	display: block;
	text-decoration: none;
}

#dropmenu2	ul	li:hover, #dropmenu2	ul	li	a:hover	{
	background: #00a0c6;
	color:white;
}

#dropmenu2	ul	li	ul	{
	display: none;
	top: 39px;
	left: 0;
	width: 150px;
	z-index: 100;
	border-bottom: solid 1px #CCC;
}

#dropmenu2	ul	li	ul	li	{
	width: 149px;
	cursor: pointer;
	background-color: white;
	border-left: solid 1px #CCC;
}

#dropmenu2	ul	li	ul li:last-child	{
	border-bottom: solid 1px #CCC;
}
/*------------------------------------------------------------------------------
	bar2
------------------------------------------------------------------------------*/
.bar2 {
	min-width: 960px;
	width: 100%;
	display: table;
	border-bottom: solid 1px #CCC;
}

.bar2 h1 {
	width: 200px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
	background-color: #333;
	/*background-color:#094AB2;*/
	text-align: center;
	color: #FFF;
	border-right: solid 1px #FFF;
}

.bar2 .btn_area	{
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	background-color: #FFF;
	white-space: nowrap;
}

.bar2 .btn_area input:nth-child(n +  2)	{
	border-left: solid 1px #778899;
}

.bar2 .btn_area .btn_or {
	font-size: 12px;
	padding: 0 8px;
	margin: 0;
	line-height: 50px;
	color: #fff;
/*	background-color: #043c78;*/
	background-color: #888;
	border: 0;
	border-style: none;
	cursor: pointer;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.bar2 .btn_area .btn_or:hover {
	opacity: 0.8;
}

.bar2 .btn_area .btn_or:disabled	{
	background-color: #C0C0C0;
}

.bar2 .btn_area .btn_save	{
	padding: 0px 10px 0px 30px !important;
	background-image: url(../image/default/save-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.bar2 .btn_area .btn_back	{
	padding: 0px 10px 0px 30px !important;
	background-image: url(../image/default/return2.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	min-width: 85px;
}

.bar2 .btn_area .btn_mail	{
	padding: 0px 10px 0px 30px !important;
	background-image: url(../image/default/mail-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	min-width: 85px;
}

.bar2 .btn_area .btn_clear	{
	padding: 0px 10px 0px 30px !important;
	background-color: #FF0000;
	background-image: url(../image/default/clear-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	min-width: 85px;
}

.bar2 .btn_area .btn_edit	{
	padding: 0px 10px 0px 30px !important;
	background-image: url(../image/default/edit-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	min-width: 85px;
}

.bar2 .btn_area .btn_search	{
	padding: 0px 10px 0px 30px !important;
	background-image: url(../image/default/search-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	min-width: 85px;
	vertical-align: baseline;
}

.bar2 .btn_area .btn_setting	{
	padding: 0px 10px 0px 30px !important;
	background-image: url(../image/default/setting2.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	min-width: 85px;
}

.bar2 .btn_area .btn_pdf	{
	padding: 0px 10px 0px 30px !important;
	background-image: url(../image/default/pdf-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	min-width: 85px;
}

.bar2 .btn_area .btn_download	{
	padding: 0px 10px 0px 30px !important;
	background-image: url(../image/default/download-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	min-width: 85px;
}

.bar2 .shortcut	{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	border-left: solid 1px #CCC;
}

.bar2 .shortcut p	{
	display: inline-block;
	margin-left: 10px;

}

.bar2 .guide_area	{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	border-left: solid 1px #CCC;
	width: 150px;
}

.bar2 .guide_area span	{
	display: inline-block;
	text-align: center;
	padding: 5px 0;
	width: 75px;
	background-color: #043C78;
	color: #FFF;
	font-size: 12px;
}

.bar2 .guide_area span:hover {
	opacity: 0.8;
}

.bar2 .guide_area span:nth-last-of-type(1)	{
	width: 74px;
	border-left: solid 1px #FFF;
}
/*------------------------------------------------------------------------------
	bar3
------------------------------------------------------------------------------*/
.bar3 {
	min-width: 960px;
	width: 100%;
	height: 45px;
	background: #eee;
}

.bar3_side {
	height: 45px;
	float: left;
	display: table;
}

.bar3_left {
	width: 110px;
}

.bar3_left_large {
	width: 300px;
}

.bar3_center {
	height: 45px;
	float: left;
	display: table;
	position: relative;
}

.bar3_center_visible {
	width: calc(100% - 110px - 350px - 40px); /* bar3_left 110px bar3_right 370px margin-left 20px margin-right 20px */
}

.bar3_center_hide {
	width: 300px;
	visibility: hidden;
}

.bar3_right {
	width: 350px;
}

.bar3_right_large {
	width: calc(100% - 300px - 300px - 21px - 21px) !important;
}

.bar3_child {
	width: 100%;
	height: 45px;
	display: table;
}

.bar3_cell {
	display: table-cell;
	vertical-align: middle;
	margin: 0 20px;
}

.bar3 h1 {
	width: 70px;
	font-size: 14px;
	font-weight: normal;
	border-right: 1px solid #888;
	display: inline-block;
	padding: 5px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.bar3 h1.large{
	max-width: 180px !important;
	width: unset;
	padding: 5px 20px 5px 10px;
}

#header_return_button {
	margin: 0px 15px;
	display: inline-block;
	vertical-align: middle;
}

