@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	{
	padding: 5px 10px;
	background-color: #00A0C6;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-size: 16px;
	text-shadow:0 -1px #1a6ea0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

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

.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;
}
/*------------------------------------------------------------------------------
	共通(テーブル)
------------------------------------------------------------------------------*/
.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;
}

.input_fake	{
	min-height: 17px;
	padding: 2px;
	border: solid 1px #CCC;
	background-color: #E0E0E0;
}
/*------------------------------------------------------------------------------
	header
------------------------------------------------------------------------------*/
.header	{
	padding: 5px 20px;
}
/*------------------------------------------------------------------------------
	main
------------------------------------------------------------------------------*/
.wrapper	{
	width: calc(100% - 40px);
	padding: 10px 20px 20px 20px;
}

.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;
	font-size: 12px;
}
/*------------------------------------------------------------------------------
	メニュー
------------------------------------------------------------------------------*/
.head_menu	{
	background-color: #333;
	min-width: 960px;
	position: relative;
	z-index: 3000;
}

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

#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	{
	width: 1200px;
	margin: 0px auto 20px auto;
	background-color: #ECECEC;
	font-size: 12px;
	position: relative;
	z-index: 10;
}

#menu	a	{
	color: blue;
}

#menu	span	{
	cursor: pointer;
}

#menu	ul	{
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

#menu	ul	ul	{
	top: 100%;
	left: 0;
	position: absolute;
	display: none;
}

#menu	ul	ul	ul	{
   top: 0;
   left: 100%;
}

#menu	li	{
	float: left;
}

#menu	li	li {
	clear: both;
}

#menu	li:hover	{
	position: relative;
}

#menu	li:hover	>	ul	{
	display: block
}

*	html	#menu	li	{
	behavior: expression(
		this.onmouseover = new Function("this.className='column1'"),
		this.onmouseout = new Function("this.className=''"),
		this.style.behavior = 'none'
	);
}

*	html	#menu	li	li	{
	behavior: expression(
		this.onmouseover = new Function("this.className='column2'"),
		this.onmouseout = new Function("this.className=''"),
		this.style.behavior  = 'none'
	);
}

#menu	.column1			{position: relative;}
#menu	.column1	ul 		{display: block;}
#menu	.column1	*	ul	{display: none;}

#menu	.column2			{position: relative;}
#menu	.column2	ul		{display: block;}
#menu	.column2	*	ul	{display: none;}

#menu	li	{
	background: #E7E7E7;
	background-image: url(../image/default/menu01_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	border: solid 1px #CCCCCC;
	height:32px;
	text-align: center;
}

#menu	li	li	{
	background: #E7E7E7;
	background-image: url(../image/default/menu02_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-align: left;
	line-height: 2.4em;
	border: none;
}

#menu	li	a	{
	width: 188px;
	height: 24px;
	padding: 8px 5px 0px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}

#menu	li	li	a	{
	width: 177px;
	padding: 0px 0px 0px 23px;
	height: 100%;
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #555555;
}

#menu	li:hover	{
	background: #E7E7E7;
	background-image: url(../image/default/menu01_bg.jpg);
	background-repeat: no-repeat;
	background-position: center -32px;
	color: #FFFFFF !important;
}

#menu	li	li:hover	{
	background: #E7E7E7;
	background-image: url(../image/default/menu02_bg.jpg);
	background-repeat: no-repeat;
	background-position: -300px center;
}

#menu	li	li	a:hover	{
	color: #555555;
}


#menu	.column1,	#menu	.column2	{
	color: #FFFFFF !important;
}

#menu	.column1	.menu_item	{
	color: #FFFFFF !important;
}

.submenu_item	{
	padding-left: 18px;
	background-image: url(../image/common/ar02.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.submenu_item	a	{
	color: #2E57A4;
	text-decoration: none;
}
/*------------------------------------------------------------------------------
	タブメニュー
------------------------------------------------------------------------------*/
.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;
}
/*------------------------------------------------------------------------------
	スケジュールメニュー
------------------------------------------------------------------------------*/
#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	.personal	a	{
	background-image: url(../image/default/daily-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}


#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.plugin	.monthly	a	{
	border-radius: 5px 0 0 5px;
}

#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;
	-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;
}
/*------------------------------------------------------------------------------
	ダイアログ
------------------------------------------------------------------------------*/
#confirm_bg	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	z-index:1000;
	background-color: transparent;
	background-image: url(../image/default/dialog_bg.png);
	background-repeat: repeat;
}

#confirm_dialog	{
	width: 320px;
	background-color: #FFFFFF;
	border: solid 1px #C0C0C0;
	font-size: 12px;
	position: absolute;
	z-index:1001;
}
/*------------------------------------------------------------------------------
	ボタン
------------------------------------------------------------------------------*/
.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;
/*
	font-weight: bold;
*/
	padding: 5px 8px;
	color: #fff;
	background-color:#ffa035;
	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,
		#ffa035 0%,
		#ff8300);
	background-image:-webkit-gradient(
		linear,left top,left bottom,
		from(#ffa035),
		to(#ff8300));
 	cursor: pointer;
 }

.btn_or:hover {
	opacity: 0.8;
}

.btn_or:disabled	{
	background-color: #C0C0C0;
	background-image: none;
}

/* スケジュール画面のボタン */
.schedule_header .btn_or {
	padding: 5px 15px;
	margin-left: 12px;
}
/*------------------------------------------------------------------------------
	login
------------------------------------------------------------------------------*/
.login	{
	position: relative;
	top: 50%;
	margin-top: -150px;
}

.login_bg	{
	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;
}

.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;
}
/*------------------------------------------------------------------------------
	ツールチップ
------------------------------------------------------------------------------*/
.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: " ";
}
/*------------------------------------------------------------------------------
	スライダー
------------------------------------------------------------------------------*/
.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;
}
/*------------------------------------------------------------------------------
	ショートカット
------------------------------------------------------------------------------*/
.shortcut_area	{
	width:49%;
	height: 400px;
}

.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: 120px;
	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;
}
/*------------------------------------------------------------------------------
	人脈
------------------------------------------------------------------------------*/
.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:first-child 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);
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 18px;
}

.scroll	{
	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;
}

/*------------------------------------------------------------------------------
	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 #e91e63 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: #e91e63;
}

.subbar_bg_yellow {
	background-color: #ffc107;
}

.subbar_bg_orange {
	background-color: #ff5722;
}

.subbar_bg_purple {
	background-color: #9c27b0;
}

.ui-front {
    z-index:3500 !important; /* The default is 100. !important overrides the default. */
}