﻿@CHARSET "utf-8";
/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
html,body	{
	padding: 0px;
	margin: 0px;
	height:100%;
}

body	{
	min-width: 960px;
}

form {
	display: inline;
}

select	{
	max-width: 180px;
}

#body_container {
	min-height:100%;
	margin-bottom: -26px;
	height:auto !important;
	height:100%;
	background-color: #FFFFFF;
}

#body_contents	{
	height: auto;
}

#footer-space {
	height: 26px;
}

.body	{
	width: 1200px;
	margin: 0px auto;
	padding-bottom: 10px;
}

.bar	{
	width: 100%;
	display: table;
}

.bar	div	{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.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: #FFFFFF;*/
	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;
	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;
}

.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 .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;
}

.sub_bar	{
	padding: 5px 10px;
	background-color: #7BBB29;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-shadow:0 -1px #1a6ea0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.error	{
	color: red;
	font-weight: bold;
}

.frame	{
	padding: 20px;
	background-color: #F8F8F8;
/*
	border: solid 1px #C0C0C0;
*/
}

.guide	{
	padding: 10px 20px;
	background-color: #FFFACD;
	border: solid 1px #C0C0C0;
}

.condition	{
	padding: 10px 20px;
	background-color: #EAEEFA;
	border: solid 1px #C0C0C0;
}

.label_alignment label	{
	display: block;
	float: left;
	width: 118px;
}

.btn_off input[type="button"] {
	visibility: hidden;
}

.search_condition	{
	width: 938px;
	padding: 10px;
}

.search_condition	label	{
	display: inline-block;
	vertical-align: top;
	width: 469px;
}

label {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.user_name	{
	line-height: 18px;
	padding-left: 24px;
	background-image: url(../image/default/user.png);
	background-repeat: no-repeat;
}

.other_name	{
	line-height: 18px;
	padding-left: 24px;
	background-image: url(../image/default/user2.png);
	background-repeat: no-repeat;
}

.pager	img	{
	cursor: pointer;
	vertical-align: -4px;
}

.inline	{
	display: inline;
}

.inline_block	{
	display: inline-block;
}

.display_table	{
	display: table;
}

.display_table_cell	{
	display: table-cell;
}

.max_wd	{
	max-width: 1200px;
}

.min_wd_auto	{
	min-width: auto;
}
/*------------------------------------------------------------------------------
	共通(テーブル)
------------------------------------------------------------------------------*/
.form_tb	{
	border-collapse: collapse;
	border-spacing:0;
	table-layout: auto;
	border: solid 1px #C0C0C0;
}

.form_tb	th	{
	padding: 5px;
	background-color: #F5F5DC;
	border: solid 1px #C0C0C0;
	color: #333333;
}

.form_tb	td	{
	padding: 5px;
	border: solid 1px #C0C0C0;
	color: #333333;
	word-break: break-all;
}

.form_tb	caption	{
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
/*------------------------------------------------------------------------------
	リストマーク
------------------------------------------------------------------------------*/
.link_1	{
	padding: 0px 0px 0px 16px;
	background-image: url(../image/ar01.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.link_1	a	{
	color: #0066FF;
	text-decoration: none;
}

.link_1	a:hover	{
	text-decoration: underline;
}

.link_2	{
	padding: 0px 0px 0px 16px;
	background-image: url(../image/ar02.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.link_2	a	{
	color: #0066FF;
	text-decoration: none;
}

.link_2	a:hover	{
	text-decoration: underline;
}

.link_3	{
	padding: 0px 0px 0px 14px;
	background-image: url(../image/ar03.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.link_3	a	{
	color: #0066FF;
	text-decoration: none;
}

.link_3	a:hover	{
	text-decoration: underline;
}
a.link_4{
	display: block;
	padding: 5px 0px 5px 16px;
	background-image: url(../image/ar07.png);
	background-repeat: no-repeat;
	background-position: left 2px center;
	color: #0066FF;
}

a.link_4:hover{
	background-color:#999;
	background-image: url(../image/ar08.png);
	background-repeat: no-repeat;
	background-position: left 2px center;
	color: #FFFFFF;
}

a.link_4.select{
	background-color:#999;
	background-image: url(../image/ar08.png);
	background-repeat: no-repeat;
	background-position: left 2px center;
	color: #FFFFFF;
}

.input_fake	{
	min-height: 17px;
	padding: 2px;
	border: solid 1px #CCC;
	background-color: #E0E0E0;
}

.scroll	{
	width: 100%;
	overflow: auto;
}

.scroll2	{
	width: 100%;
	background-color: #C0C0C0;
	overflow: scroll;
}

.scroll3	{
	width: 100%;
	background-color: #C0C0C0;
	overflow: scroll;
}

.scroll_200	{
	width: 188px;
	padding: 5px 0 0 10px;
	border: solid 1px #C0C0C0;
	overflow: scroll;
}

.scroll_480_600	{
	width: 465px;
	height: 600px;
	background-color: white;
	overflow: scroll;
}

.scroll_980	{
	width: 100%;
	padding: 10px 0px;
	background-color: white;
	border: solid 1px #C0C0C0;
	overflow: scroll;
}

.scroll_980_full	{
	width: 100%;
	background-color: #C0C0C0;
	overflow: scroll;
}

.scroll_600	{
	width: 100%;
	height: 600px;
	background-color: white;
	overflow: scroll;
}
/*------------------------------------------------------------------------------
	header
------------------------------------------------------------------------------*/
.header	{
	padding: 5px 20px;
}
/*------------------------------------------------------------------------------
	main
------------------------------------------------------------------------------*/
.wrapper	{
	width: calc(100% - 40px);
	padding: 10px 20px 20px 20px;
	font-size: 12px;
}

.navi	{
	width: 200px;
	margin-right: -200px;
	float: left;
}

.main	{
	width: 100%;
	float: right;
}

.content	{
	margin-left: 220px;
}

.navi2	{
	width: 300px;
	margin-right: -300px;
	float: left;
}

.content2	{
	margin-left: 320px;
}
/*------------------------------------------------------------------------------
	footer
------------------------------------------------------------------------------*/
.footer	{
	width: 100%;
	padding: 5px 0px 0px 0px;
	border-top: solid 1px #CCCCCC;
	color: #666666;
	text-align: center;
	height: 20px;
}
/*------------------------------------------------------------------------------
	メニュー
------------------------------------------------------------------------------*/
.head_menu	{
	background-color: #333;
	min-width: 960px;
	position: relative;
	z-index: 3000;
}

.head_shortcut	{
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 0;
}

#shortcut_icon	{
	display: table;
	width: 40px;
	height: 40px;
	background-color: #333;
	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: 14px;
	line-height: 18px;
}

#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: 25px;
}


#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;
	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;
}
/*------------------------------------------------------------------------------
	メニュー設定
------------------------------------------------------------------------------*/
#menu	{
	background-color: black;
	font-size: 16px;
}

#menu	ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu	li	{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

#menu	a	{
	padding: 5px 20px;
	background-color: black;
	color: white;
	display: block;
	text-decoration:none;
}

#menu	a:hover	{
	background-color: #00a0c6;
}

#menu	.curr	{
	background-color: #00a0c6;
}

.menu_sortable	{
	width: calc(100% - 20px);
	height: 450px;
	padding-right: 20px;
	padding-bottom: 20px;
	border: solid 1px #C0C0C0;
	overflow: auto;
}

.menu_sortable	ul	{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu_sortable	li	{
	width: 100px;
	margin: 20px 0 0 20px;
	padding: 0;
	display: inline-block;
	float: left;
	cursor: move;
	text-align: center;
}
/*------------------------------------------------------------------------------
	サブメニュー
------------------------------------------------------------------------------*/
#submenu	{
	background-color: #666666;
	font-size: 14px;
}

#submenu	ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenu	li	{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

#submenu	a	{
	padding: 5px 20px;
	background-color: #666666;
	color: white;
	display: block;
	text-decoration:none;
}

#submenu	a:hover	{
	background-color: #00a0c6;
}

#submenu	.curr	{
	background-color: #00a0c6;
}
/*------------------------------------------------------------------------------
	ドロップメニュー
------------------------------------------------------------------------------*/
#dropmenu	ul	{
	margin: 0;
	padding: 0;
}

#dropmenu	ul	li	{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:12px;
	float: left;
	position: relative;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	border-right: solid 1px #C0C0C0;
}

#dropmenu	ul	li	a	{
	color: black;
	display: block;
	text-decoration: none;
}

#dropmenu	ul	li:hover, #dropmenu	ul	li	a:hover	{
	background: #00a0c6;
	color:white;
}

#dropmenu	ul	li	ul	{
	position: absolute;
	top: 40px;
	left: 0;
	width: 150px;
	z-index: 100;
}

#dropmenu	ul	li	ul	li	{
	visibility: hidden;
	overflow: hidden;
	width: 150px;
	height: 0;
	cursor: pointer;
	background-color: white;
}

#dropmenu	ul	li	ul:last-child	{
	border-bottom: solid 1px #C0C0C0;
}

#dropmenu	ul	li:hover	ul	li, #dropmenu	ul	li	a:hover	ul	li	{
	visibility: visible;
	overflow: visible;
	height:40px;
	z-index: 10;
}

#dropmenu	*	{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
/*------------------------------------------------------------------------------
	スケジュールメニュー
------------------------------------------------------------------------------*/
#schedulemenu	{
	display: inline-block;
	list-style-type: none;
}

#schedulemenu	li	{
	display: inline-block;
}

#schedulemenu	a	{
	padding: 5px 10px 5px 33px;
	color: white;
	background-color: #888888;
	line-height: 24px;
	display: block;
}

#schedulemenu	a:hover	{
	background-color: #C0C0C0;
}

#schedulemenu	a.curr	{
	background-color: #C0C0C0;
}

#schedulemenu	.daily	a	{
	background-image: url(../image/default/daily-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#schedulemenu	.weekly	a	{
	background-image: url(../image/default/weekly-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}


#schedulemenu	.monthly	a	{
	background-image: url(../image/default/monthly-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#schedulemenu	.list	a	{
	background-image: url(../image/default/list-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#schedulemenu	.reserve	a	{
	background-image: url(../image/default/reserve-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#schedulemenu	.delivery	a	{
	background-image: url(../image/default/delivery-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}


#schedulemenu li:first-child a	{
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

#schedulemenu li:last-child a	{
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

/*------------------------------------------------------------------------------
	モーダルウィンドウ
------------------------------------------------------------------------------*/
div#modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 1000;
}
div#modal div.background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.55;
	filter: alpha(opacity=55);
	-ms-filter: "alpha(opacity=55)";
}

div#modal div.container {
	position: relative;
	width: 300px;
	height: 300px;
	padding: 10px;
	background-color: #333333;
}

.popup_tb th, .popup_tb td	{
	padding: 5px;
	color: #FFFFFF;
}

.popup_tb th	{
	background-color: #808080;
	border: 1px solid #333;
}

.popup_tb td	{
	background-color: #404040;
	border: 1px solid #808080;
}

.popup_tb th:first-child, .popup_tb td:first-child	{
	border-left: none;
}

.popup_tb th:last-child, .popup_tb td:last-child	{
	border-right: none;
}

.popup_bar	{
	border-bottom: solid 1px #FFFFFF;
	position: relative;
}

.popup_bar div	{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
}

.popup_bar	p	{
	width: 30px;
	position: absolute;
	top: 0;
	right:0;
	text-align: right;
}

.pu_btn	{
	background: none repeat scroll 0 0 #85BD2E;
	border: medium none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	height: 26px;
	width: 80px;
}

#popup_body	{
	min-height:100%;
	height:auto !important;
	height:100%;
	background-color: #333333;
}

#popup_body .pager	{
	color: #FFFFFF;
}

#popup_body .pager a	{
	color: #99CCFF;
}
/*------------------------------------------------------------------------------
	ボタン
------------------------------------------------------------------------------*/
.btn_bl {
	width: 200px;
	font-size: 16px;
/*
	font-weight: bold;
*/
	padding: 10px 0;
	color: #fff;
	background-color:#49a9d4;
	border-style: none;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	text-shadow:0 -1px #1a6ea0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: -moz-linear-gradient(
		top,
		#49a9d4 0%,
		#2989d8 40%,
		#2285d6 52%,
		#2989d8);
	background-image: -webkit-gradient(
		linear,left top,left bottom,
		from(#49a9d4),
		color-stop(0.49,#2989d8),
		color-stop(0.52,#2285d6),
		to(#2989d8));
	cursor: pointer;
}

.btn_bl:hover {
	opacity: 0.8;
}

.btn_or {
	font-size: 12px;
	padding: 5px 8px;
	color: #fff;
	/*background-color:#ffa035;*/
	background-color:#555;
	border-style: none;
	/*
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
 	cursor: pointer;
 }

.btn_or:hover, .btn_or.btn_selected {
	opacity: 0.8;
}

.btn_or:disabled	{
	background-color: #C0C0C0;
}

.btn_save	{
	padding: 8px 10px 8px 33px !important;
	background-image: url(../image/default/save-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.btn_edit	{
	padding: 8px 10px 8px 33px !important;
	background-image: url(../image/default/edit-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.btn_search	{
	padding: 5px 10px 5px 33px !important;
	background-image: url(../image/default/search-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	vertical-align: middle;
}

.btn_clear	{
	padding: 8px 10px 8px 33px !important;
	background-image: url(../image/default/clear-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.btn_mail	{
	padding: 8px 10px 8px 33px !important;
	background-image: url(../image/default/mail-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.btn_cancel	{
	padding: 8px 10px 8px 33px !important;
	background-image: url(../image/default/cancel-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
/*------------------------------------------------------------------------------
	login
------------------------------------------------------------------------------*/
.login	{
	position: relative;
	top: 50%;
}

.login_bg	{
	left: 50%;
	width: 500px;
	margin: 0px auto;
	padding: 50px 20px;
	background-color: #00A0C6;;
}
/*------------------------------------------------------------------------------
	login2
------------------------------------------------------------------------------*/
.login2	{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 450px;
	height: 380px;
}

.login2_bg	{
	left: 50%;
	width: 450px;
	margin: 0px auto;
	padding: 15px 15px;
	background-color: #CCCCCC;
}

.login2_bg2	{
	background-color: #F2F2F2;
}
.fg_bluelogin {
	color: #078FCB;
}
.ht_40	{
	height: 39px;
}
.tb_custom_nb_login	{
	border-collapse: collapse;
	table-layout: fixed;
}

.tb_custom_nb_login	td	{
	padding: 5px 0px;
	border: 0px !important;
	color: #333333;
}
/*------------------------------------------------------------------------------
	login3
------------------------------------------------------------------------------*/
.login3	{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 450px;
	height: 210px;
}

.login3_bg	{
	left: 50%;
	width: 450px;
	margin: 0px auto;
	padding: 15px 15px;
	background-color: #CCCCCC;
}

.login3_bg2	{
	background-color: #F2F2F2;
}
/*------------------------------------------------------------------------------
	コメント
------------------------------------------------------------------------------*/
.report {
	padding: 10px;
	background-color: #EEEEEE;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.comment {
	padding: 10px;
	background-color: #DDFBDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.comment_box	{
	height: 16px;
	line-height: 16px;
	font-size: 12px;
}
/*------------------------------------------------------------------------------
	アップロードダイアログ
------------------------------------------------------------------------------*/
.upload_dialog	{
	width: 350px;
	padding: 30px 10px;
	background-color: #FFFFFF;
	border: solid 2px #808080;
	font-size: 12px;
	text-align: center;
	position: absolute;
	display: none;
}

.upload_image	{
	width: 200px;
	height: 200px;
	margin-bottom: 5px;
	border: solid 1px #808080;
}

.upload_image_100	{
	width: 100px;
	height: 100px;
	margin-bottom: 5px;
	border: solid 1px #808080;
}

.upload_image_180	{
	width: 180px;
	height: 180px;
	margin-bottom: 5px;
	border: solid 1px #808080;
}
/*------------------------------------------------------------------------------
	アップローダー
------------------------------------------------------------------------------*/
.uploader	{
	width: 100%;
	height: 194px;
	padding: 0;
	background-color: #BBBBBB;
	overflow: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.uploader	.thumbnail	{
	width: 150px;
	height: 174px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: white;
	position: relative;
	float: left;
}

.uploader	img.remove	{
	position: absolute;
	top: 2px;
	left: 130px;
	cursor: pointer;
}

.uploader	p	{
	margin-top: 4px;
	text-align: center;
}

.uploader.assort_img a {
	position: relative;
	display: block;
	text-align: center;
	width:150px;
	height:150px;
}

.uploader_s.assort_img a {
	position: relative;
	display: block;
	width:100px;
	height:100px;
	text-align: center;
}

.assort_img a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.uploader_tb	{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	box-sizing: border-box;
}

.uploader_tb td	{
	box-sizing: border-box;
}

.uploader_tb td:last-child	{
	width: 50%;
	padding-left: 20px;
}

.drop_area	{
	width: calc(100% - 10px);
	height: 184px;
	border: dashed 5px #888888;
	background-color: #EEEEEE;
	color: #888888;
	line-height: 184px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.uploader_s	{
	width: 100%;
	height: 120px;
	padding: 0;
	background-color: #BBBBBB;
	overflow: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

.uploader_s	.thumbnail	{
	width: 100px;
	height: 100px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: white;
	position: relative;
	float: left;
}

.uploader_s2	{
	width: 100%;
	padding: 0 10px 10px 0;
	background-color: #BBBBBB;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.uploader_s2 .thumbnail	{
	width: 100px;
	height: 100px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: white;
	position: relative;
	float: left;
}

.uploader_s2:after	{
	content: " ";
	clear: both;
	display: block;
	height: 0;
	font-size:0;
	visibility:hidden;
}

.uploader_s2 .thumbnail img	{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.uploader_s2 .thumbnail p	{
	/*word-break: break-all;*/
	width: calc(100% - 10px);
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.attach_list	{
	width: 100%;
	padding: 0;
}

.attach_list .thumbnail	{
	width: 100px;
	min-height: 100px;
	display: inline-block;
	margin: 5px 0 0 5px;
	padding: 0;
	vertical-align: top;
}

.attach_list .thumbnail a	{
	position: relative;
	display: block;
	text-align: center;
	width: 100px;
	height: 100px;
	background-color: #FFF;
	border: solid 1px #DDD;
}

.attach_list .thumbnail a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.attach_list .thumbnail a+p	{
	text-align: center;
	word-break: break-all;
	overflow-wrap: break-word;
	padding-top: 5px;
}
/*------------------------------------------------------------------------------
	ツールチップ
------------------------------------------------------------------------------*/
.arrow_box {
	top: 75%;
	display: none;
	position: absolute;
	padding: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #333;
	color: #fff;
}

.arrow_box:after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: solid transparent;
	border-color: rgba(51, 51, 51, 0);
	border-bottom-color: #333;
	border-width: 10px;
	pointer-events: none;
	content: " ";
}
/*------------------------------------------------------------------------------
	Datepicker
------------------------------------------------------------------------------*/
.ui-datepicker {
	z-index: 200 !important;
}
/*------------------------------------------------------------------------------
	スライダー
------------------------------------------------------------------------------*/
.slider	li	{
	text-align: center;
}

.slider	img	{
	height: 540px;
	margin: 0 auto;
	display: block;
}
/*------------------------------------------------------------------------------
	ローディング画像
------------------------------------------------------------------------------*/
#loading	{
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
}
/*------------------------------------------------------------------------------
	HOMEレイアウト
------------------------------------------------------------------------------*/
.layout_sortable {
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
	min-height: 47px;
	background-color: #FFF;
	border: solid 1px #CCCCCC;
}
.layout_sortable li {
	height: 35px;
	line-height: 35px;
	margin: 5px 0;
	padding-left: 5px;
	font-size: 12px;
	font-weight: normal;
	cursor: move;
	border: solid 1px #CCCCCC;
}
/*------------------------------------------------------------------------------
	ショートカット
------------------------------------------------------------------------------*/
.shortcut_area	{
	width:49%;
	height: 450px;
}

.shortcut_sortable {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

.shortcut_sortable ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 100%;
	width: calc(100% - 2px);
	background-color: #FFF;
	border: solid 1px #CCCCCC;
	font-size: 0;
	vertical-align: top;

}

.shortcut_sortable li {
	width: 100px;
	margin: 20px 0 0 20px;
	padding: 0;
	display: inline;
	float: left;
	cursor: move;
	text-align: center;
	font-size: 12px;
}
/*------------------------------------------------------------------------------
	色選択
------------------------------------------------------------------------------*/
.color-selector-parent	{
	position: relative;
}

.color-selector	{
	width: 20px;
	height: 20px;
	cursor: pointer;
}
/*------------------------------------------------------------------------------
	スケジュール
------------------------------------------------------------------------------*/
.schedule_link	{
	color: black !important;
	text-decoration: underline !important;
}
/*------------------------------------------------------------------------------
	タブメニュー
------------------------------------------------------------------------------*/
.tab_menu {
	list-style: none;
	padding: 0 0 0 12px;
	line-height: 30px;
	height: 32px;
	overflow: hidden;
	font-size: 12px;
	font-family: verdana;
	position: relative;
}

.tab_menu li {
	border: 1px solid #AAA;
	background: #E1E1E1;
	background: -o-linear-gradient(top, #FFFFFF 50%, #E1E1E1 100%);
	background: -ms-linear-gradient(top, #FFFFFF 50%, #E1E1E1 100%);
	background: -moz-linear-gradient(top, #FFFFFF 50%, #E1E1E1 100%);
	background: -webkit-linear-gradient(top, #FFFFFF 50%, #E1E1E1 100%);
	background: linear-gradient(top, #FFFFFF 50%, #E1E1E1 100%);
	display: inline-block;
	position: relative;
	z-index: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
	text-shadow: 0 1px #FFF;
	margin: 0 -5px;
	padding: 0 10px;
	text-align: center;
	width: 150px;
}

.tab_menu a {
	display: block;
	width: 100%;
	height: 100%;
	color: #0066ff;
	text-decoration: none;
}

.tab_menu li.current {
	background: #FFF;
	color: #333;
	z-index: 2;
	border-bottom-color: #FFF;
}

.tab_menu:before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #AAA;
	z-index: 1;
}

.tab_menu li:before,.tab_menu li:after {
	border: 1px solid #AAA;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
}

.tab_menu li:before {
	left: -6px;
	border-bottom-right-radius: 6px;
	border-width: 0 1px 1px 0;
	box-shadow: 2px 2px 0 #E1E1E1;
}

.tab_menu li:after {
	right: -6px;
	border-bottom-left-radius: 6px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #E1E1E1;
}

.tab_menu li.current:before {
	box-shadow: 2px 2px 0 #FFF;
}

.tab_menu li.current:after {
	box-shadow: -2px 2px 0 #FFF;
}
/*------------------------------------------------------------------------------
	人脈
------------------------------------------------------------------------------*/
.connection_menu	{
	display: inline-block;
	list-style-type: none;
}

.connection_menu	li	{
	display: inline-block;
	margin-left: 10px;
}

.connection_menu	a	{
	padding: 0px 0px 0px 33px;
	color: white;
	background-color: #FFF;
	line-height: 24px;
	display: block;
	border: 1px solid #888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.connection_menu	span	{
	padding: 5px 10px 5px 5px;
	color: #FFF;
	background-color: #888888;
	line-height: 24px;
	display: block;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.connection_menu	a:hover	{
	background-color: #EEE;
}

.connection_menu	a:hover span	{
	background-color: #C0C0C0;
}

.connection_menu li a	{
	background-image: url(../image/menu/op1-5.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 18px;
}

.connection_menu li:last-child a	{
	background-image: url(../image/menu/op1-6.png);
}

/*
#schedulemenu	.daily	a	{
	background-image: url(../image/default/daily-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;

}
*/
/*------------------------------------------------------------------------------
	スクロール(Spreadsheet)
------------------------------------------------------------------------------*/
thead.scrollHead,tbody.scrollBody,tfootscrollFoot {
	display: block;
}

tbody.scrollBody{
	background-color: #C0C0C0;
	overflow-y: scroll;
}
/*
.scrollBody	tr	{
	background-color: white;
}
*/
/*------------------------------------------------------------------------------
	スクロール
------------------------------------------------------------------------------*/
.fc_bt_none, .fc_bt_none tr:first-child > th, .fc_bt_none tr:first-child > td	{
	border-top: none !important;
}
/*------------------------------------------------------------------------------
	TAB
------------------------------------------------------------------------------*/
ul.tab {
	padding: 0;
	border-bottom: 1px #ddd solid;
}

ul.tab li {
	float: left;
	margin: 0 0 0 0px;
	position: relative;
	bottom: -1px;
	list-style-type: none;
	border: 1px #ddd solid;
	/*border-top: none;*/
	border-left: none;
	border-bottom: 1px #ddd solid;
	background-color: #FAFAFA;
}

ul.tab li:first-child {
	border-left: 1px #ddd solid;
}

ul.tab li.tab_select {
	border-bottom: 1px #fff solid;
	font-weight: bold;
	background-color: #FFF;
}

ul.tab li a {
	color: #777;
	display: block;
	text-decoration: none;
	width: 142px;
	padding:10px;
	text-align: center;
	font-size: 13px;
}

ul.tab li.tab_select a {
	color: #333;
}

ul.tab li a.blue {
	border-top: 5px #2196f3 solid;
/*	border-bottom: 5px #2384dc solid;*/
}

ul.tab li a.red {
	/*
	#e95464
	#dd1d25
	#c82c55
	#C9171E
	*/
	border-top: 5px #d53834 solid;
/*	border-bottom: 5px #dd1d25 solid;*/
}

ul.tab li a.green {
	border-top: 5px #8bc34a solid;
/*	border-bottom: 5px green solid;*/
}

ul.tab li a.yellow {
	border-top: 5px #ffc107 solid;
}

ul.tab li a.orange {
	border-top: 5px #ff5722 solid;
}

ul.tab li a.purple {
	border-top: 5px #9c27b0 solid;
}

.tab_clear:after {
    content:"";
    display:block;
    overflow:hidden;
}

.tab_clear:after {
    clear:both;
}

.tab_clear {
    zoom:1;
}

.subbar_bg_green	{
	background-color: #8bc34a;
}

.subbar_bg_blue	{
	background-color: #2196f3;
}

.subbar_bg_red	{
	background-color: #d53834
}

.subbar_bg_yellow {
	background-color: #ffc107;
}

.subbar_bg_orange {
	background-color: #E93F1C;
}

.subbar_bg_purple {
	background-color: #9c27b0;
}
/*------------------------------------------------------------------------------
	枠無(テキスト)
------------------------------------------------------------------------------*/
/*
.nb2 input[type="text"], .nb select	{
	border: 0px;
	outline: 0;
	-webkit-appearance: none;
	/*
	background: none;
	width : 100%;
	padding: 2px 3px;
	line-height: 20px;
	*
}
/*
.nb input[type="text"]:focus {
	outline: 1;
	border-color: #74B9F0;
}
*


.nb2, .nb2 * {
	border: 1px solid #F6F6F6;
}

.nb2	{
	border-radius: 20px;
	border-collapse: separate;
	border-spacing: 0;
	max-width: 1024px;
}

.nb2 th, .nb2 td	{
	border: none;
	background-color: #F6F6F6;
	border-left: 1px solid #F6F6F6;
	border-top: 1px solid #F6F6F6;
}

.nb2 tr th:first-child, .nb2 tr td:first-child	{
	border-left: none;
	background-color: none;
}
.nb2 tr:last-child th, .nb2 tr:last-child td	{
	border-top: none;
	background-color: none;
}


.nb2 tr:first-child th:first-child, .nb2 tr:first-child td:first-child	{
	border-radius: 20px 0 0 0;
}

.nb2 tr:first-child th:last-child, .nb2 tr:first-child td:last-child	{
	border-radius: 0 20px 0 0;
}

.nb2 tr:last-child th:first-child, .nb2 tr:last-child td:first-child	{
	border-radius: 0 0 0 20px;
}

.nb2 tr:last-child th:last-child, .nb2 tr:last-child td:last-child	{
	border-radius: 0 0 20px 0;
}

.nb2 th	{
	text-align: right;
	vertical-align: top;
	line-height: 20px;
	padding: 10px 5px;
}

.nb2 tr:first-child th, .nb2 tr:first-child td	{
	padding-top: 20px;
}

.nb2 tr:last-child th, .nb2 tr:last-child td	{
	padding-bottom: 20px;
}

.nb2 input[type="text"], .nb2 select, .nb2 textarea,
.nb3 input[type="text"], .nb3 select, .nb3 textarea	{
	border-radius: 4px;
	color: #555555;
/*	height: 20px;*
	line-height: 20px;
	padding: 0px 6px;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
/*	box-sizing: border-box;*
	display: block;
	margin-bottom: 0;
/*	min-height: 30px;*
	outline:none;
	display: inline-block;
	/*margin-bottom: 10px;*
	vertical-align: middle;
}

.nb2 select option, .nb3 select option	{
	line-height: 20px;
	background-color: #ffffff;
	border: none;
}

.nb2 textarea, .nb3 textarea	{
	height: auto;
}

.nb2 input.wd_full, .nb2 textarea.wd_full,
.nb3 input.wd_full, .nb3 textarea.wd_full {
	width: calc(100% - 22px);
}

.nb2 input[type="text"]:focus, .nb3 input[type="text"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
	background-color: #ffffe0;
}
*/

.nb tbody#ss * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.nb tbody#ss th, .nb tbody#ss td	{
	padding: 0;
}


.nb tbody#ss input[type="text"], .nb tbody#ss select	{
	border: 0px;
	outline: 0;
	-webkit-appearance: none;
	padding: 5px;
	background-color: transparent;
	/*
	background: none;
	width : 100%;
	padding: 2px 3px;
	line-height: 20px;
	*/
}

.nb tbody#ss input[type="text"]:focus, .nb tbody#ss select:focus	{
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
	background-color: #ffffe0;
}

.nb tr:nth-child(4n) {
	background-color: #f0fff0;
}

.nb tr:nth-child(4n-1) {
	background-color: #f0fff0;
}

.scroll_area	{
	background-color: #C0C0C0;
	overflow-y: scroll;
}

.nb tbody#ss input[type="text"].wd_full, .nb tbody#ss select	{
	width: 100%;
}

.input_form input[type="text"], .input_form textarea, .input_form select	{
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 4px 6px;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-sizing: border-box;
	display: block;
	margin-bottom: 0;
	min-height: 30px;
	font-family:inherit;
	outline:none;
}

.input_form textarea	{
	height: 150px;
}

.input_form select	{
	height: 30px;
	line-height: 30px;
}

.input_form textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}

.input_form select:focus {
	outline: thin dotted #333;
	outline-offset: -2px;
}

.scr_bt_none, table.scr_bt_none tr:first-child td, table.scr_bt_none tr:first-child th	{
	border-top: none !important;
}
/*------------------------------------------------------------------------------
	pagetop
------------------------------------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 25px;
	font-size: 14px;
	display: none;
}

#pagetop a {
	background-color: #094AB2;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	opacity: 0.8;
}

#pagetop a:hover {
	text-decoration: none;
	background-color: #0F70C7;
}

@media screen and (min-width: 1371px) {
	#pagetop {
		left: 1250px;
	}
}

@media screen and (max-width: 1370px) {
	#pagetop {
		right: 20px;
	}
}
/*------------------------------------------------------------------------------
	infinitescroll
------------------------------------------------------------------------------*/
#infscr-loading {
	text-align:center;
	margin:20px auto;
}
/*------------------------------------------------------------------------------
	serial
------------------------------------------------------------------------------*/
.serial_tb tr:hover {
	background-color: #fdf5ce;
}

.serial_tb .state-highlight, tr.state-highlight:hover {
	background-color: #fff47c;
}
/*------------------------------------------------------------------------------
	user
------------------------------------------------------------------------------*/
#select_cat	{
	margin-top: 5px;
	border: none;
	background-color: #FFF;
}

#select_cat th, #select_cat td	{
	padding: 3px 0px;
	border-top: solid 1px #D7D7D7;
	border-right: none;
	border-bottom: solid 1px #D7D7D7;
	border-left: none;
}

#select_cat tr:nth-child(2n) {
   background-color: #F7F7F7;
}
