@CHARSET "utf-8";

.head_menu	{
	background-color: #333;
	min-width: 960px;
	position: relative;
	z-index: 900;
}

.head_shortcut	{
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 0;
}

#shortcut_icon	{
	display: table;
	width: 50px;
	height: 50px;
	/* background-color: #333; 2018.06.19 メニュー背景色設定の使いのためコメントアウト */
	cursor: pointer;
}

#shortcut_icon:hover	{
	background-color: #00a0c6;
}


#shortcut_icon span	{
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}


#head_shortcut	{
	display: none;
	position: absolute;
	background-color: #FFF;
	padding: 0;
	border-radius: 0 0 4px 0;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	box-shadow:2px 2px 2px 0 rgba(0, 0, 0, 0.4);
}

#head_shortcut ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 18px;
	margin: 5px;
}

#head_shortcut > ul > li {
	width: 250px;
	display: inline-block;
	vertical-align: top;
	font-size: 1.1em;
}

#head_shortcut > ul > li > ul {
	height: 150px;
	overflow-y: auto;
}

#head_shortcut > ul > li > ul > li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#head_shortcut a, #head_shortcut span	{
	display: block;
	height: 100%;
	padding: 5px 15px 5px 10px;
}

/*
#head_shortcut span	{
	font-weight: bold;
	color: #333;
}
*/

#head_shortcut ul ul a	{
	padding-left: 15px;
}


#head_shortcut a:hover	{
	background-color: #EEE;
}

#head_shortcut a img	{
	vertical-align: middle;
}

#head_shortcut li.fixed_menu ul span	{
	padding: 5px 15px 5px 25px;
}

#head_shortcut li.fixed_menu ul ul a	{
	padding-left: 50px;
}



.head_menu_list	{
	margin: 0;
	padding: 0;
	display: inline-block;
	/* min-width: 760px; */
	width: calc(100% - 260px);
	font-size: 0;
}

.head_menu_list > ul	{
	min-width: 500px;
/*	width: 50%;*/
	height: 50px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
}

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


.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;
	margin: 5px 0;
}

/*
.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; 2018.06.19 メニュー背景色設定の使いのためコメントアウト */
	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;
}

#head_menu_other {
	width: 210px;
	height: 50px;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 0;
}

#head_menu_other_list_content {
	height: 50px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

#head_menu_other_list_content li {
	float: left;
	font-size: 12px;
}

#head_menu_other_list_content li a {
	display: block;
	margin: 5px 15px;
	white-space: nowrap;
	line-height: 30px;
	cursor: pointer;
}

#head_menu_other_list_content li a img {
	margin: 10px 0;
}

#head_menu_other_list_content:last-child:after {
	content: "";
	clear: both;
	display: block;
}

#head_menu_other_list_user {
	display: none;
	position: absolute;
	right: 5px;
	background: #fff;
	box-shadow: 0 2px 8px -1px grey;
	margin: 7px 0 0;
	z-index: 910;
}

#head_menu_other_list_user:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: -30px;
	right: 10px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-width: 15px;
	cursor: pointer;
}

#head_menu_other_list_user ul {
	list-style: none;
}

#head_menu_other_list_user ul li {
	float: unset;
}

#head_menu_other_list_user ul li a {
	color: #000;
	padding: 5px 20px;
	margin: 0;
	line-height: 30px;
	cursor: pointer;
	display: block;
}

#head_menu_other_list_user ul li a:hover {
	background-color: #00a0c6 !important;
}


#header_menu_etc {
	width: 60px;
	visibility: hidden;
	position: unset;
}

#header_menu_etc a {
	height: 30px;
}

#header_menu_etc a img {
	margin: 5px 0;
}

#header_menu_etc_list {
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 0 2px 8px -1px grey;
}

#header_menu_etc_list > ul {
	list-style-type: none;
}

#header_menu_etc_list:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: -30px;
	left: 15px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-width: 15px;
	cursor: pointer;
}

#header_menu_etc_list a {
	color: #000 !important;
}

/* menu_bar */
.menu_bar {
	min-width: 960px;
	width: 100%;
	height: 45px;
	background: #F5F5F5;
}

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

.menu_bar_left {
	width: 110px;
}

.menu_bar_left_large {
	width: 300px;
}

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

.menu_bar_center_visible {
	width: calc(100% - 110px - 350px - 40px); /* menu_bar_left 110px menu_bar_right 370px margin-left 20px margin-right 20px */
}

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

.menu_bar_right {
	width: 350px;
}

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

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

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

.menu_bar 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;
}

.menu_bar h1.large{
	max-width: 180px !important;
	width: unset;
	padding: 5px 20px 5px 10px;
	font-weight: bold;
}


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

.btn_corn {
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #888;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	padding: 5px 15px;
	cursor: pointer;
	background-color: #fff;
	vertical-align: middle;
}

.up_arrow {
	padding: 5px 25px 5px 15px !important;
	background-image: url(../image/default/up_arrow.png);
	background-repeat: no-repeat;
	background-position: right 4px center;
}

.down_arrow {
	padding: 5px 25px 5px 15px !important;
	background-image: url(../image/default/down_arrow.png);
	background-repeat: no-repeat;
	background-position: right 4px center;
}

.text_round_corn {
	width: calc(100% - 10px);
	height: 35px;
	border: 1px #ccc solid;
	outline: 0;
	padding: 0 5px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#detail_search_button {
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	padding: 5px 25px 5px 15px;;
	cursor: pointer;
}

.header_menu_box {
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 0 2px 8px -1px grey;
	margin: 6px 0 0;
	z-index: 900;
	text-align: left;
}

.header_menu_box ul {
	list-style-type: none;
}

.header_menu_box li {
	height: 30px;
	line-height: 30px;
	padding: 5px 20px 5px 30px;
	font-size: 12px;
}

.header_menu_box li a {
	color: #000;
	padding: 0 20px;
	display: block;
}


.header_menu_box li input {
	width: 100%;
	height: 100%;
	border: none;
	background: transparent;
	padding: 0 20px;
	cursor: pointer;
	text-align: left;
}

.header_menu_box .refine_check {
	content:"";
	background-image: url(../image/default/refine_check.png);
	background-repeat: no-repeat;
	background-position: left 9px top 12px;
}

.header_menu_box li:hover {
	background-color: #00a0c6 !important;
}

input[name='header_text_search'] {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.header_menu_horizontal {
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #888;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	padding: 0;
	background-color: #fff;
	vertical-align: middle;
}

.header_menu_horizontal li {
	display: inline-block;
	cursor: pointer;
	border-right: 1px solid #888;
}

.header_menu_horizontal a {
	color: #000;
	padding: 5px 10px;
	display: block;
}

.header_menu_corner {
	display: inline-block;
	vertical-align: middle;
}

.header_menu_corner .btn_corn {
	padding: 0;
}

.header_menu_corner input, .header_menu_corner a {
	color: #000;
	height: 100%;
	font-size: 12px;
	border: none;
	background: transparent;
	padding: 5px;
	cursor: pointer;
	display: inline-block;
}

#freshwidget {
	width: 50px;
	height: 50px;
}

#freshwidget-button {
	visibility: hidden;
}

.header_btn_add {
	background-image: url(../image/default/new_create.png);
}

.header_btn_edit {
	background-image: url(../image/default/editing-icon.png);
}

.header_btn_save {
	background-image: url(../image/default/storage-icon.png);
}

.header_btn_mail {
	background-image: url(../image/default/mail-icon2.png);
}

/* footer */
.footer	{
	height: 19px;
	padding: 5px 0 0 0;
	border-top: solid 1px #EEE;
	line-height: 12px;
	text-align: center;
}
