@charset "Shift_JIS";

a:link{
	text-decoration:none;
	color:#0000cd;
}
a:visited{
	text-decoration:none;
	color:#0000cd;
}
a:hover{
	text-decoration:none;
	color:#ffa500;
}
a:active{
	text-decoration:none;
	color:#0000cd;
}

img{
	vertical-align:bottom;
	width:auto\9;
	max-width:100%;
	height:auto;
	-ms-interpolation-mode:bicubic;
}
html{
	width:100%;
	height:100%;
	min-height:100%;
}
body{
	width:100%;
	height:100%;
	min-height:100%;
	background:#1a2226;
	-webkit-text-size-adjust:100%;
	   -moz-text-size-adjust:100%;
		-ms-text-size-adjust:100%;
		 -o-text-size-adjust:100%;
			text-size-adjust:100%;
}
.preload *{
	-webkit-transition:none !important;
			transition:none !important;
}
#container{
	width:100%;
	min-width:980px;
	height:100%;
	margin:0 auto;
	background:#1a2226;
	-webkit-overflow-scrolling:touch;
}

/* -----------------------------------------------------------------------header */
header{
	width:100%;
	color:#fff;
}
#logo{
	display:block;
	float:left;
	line-height:46px;
	width:140px;
	height:50px;
	background:#4d626c;
	text-align:center;
	-webkit-transition:width .3s ease-in-out;
			transition:width .3s ease-in-out;
}
.sidebar-mini #logo{
	width:30px;
}

#logo img{
	vertical-align:middle;
	width:120px;
	height:30px;
	-webkit-transition:width .3s ease-in-out, height .3s ease-in-out;
			transition:width .3s ease-in-out, height .3s ease-in-out;
}
.sidebar-mini #logo img{
	width:16px;
}

.navbar{
	position:relative;
	height:50px;
	margin-left:140px;
	background:#7c7c7c;
	-webkit-transition:margin-left .3s ease-in-out;
			transition:margin-left .3s ease-in-out;
}
.navbar a:hover{
	background-color:rgba(0, 0, 0, 0.1);
}
.sidebar-mini .navbar{
	margin-left:30px;
}
.btn-icon{
	position:relative;
	display:block;
	width:50px;
	height:50px;
	color:#fff;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	cursor:pointer;
}
.sidebar-toggle{
	position:relative;
	float:left;
	border-right:1px solid rgba(255,255,255,0.5);
}
.sidebar-toggle:before,
.sidebar-toggle:after,
.sidebar-toggle span:before{
	display:block;
	position:absolute;
	left:12px;
	width:26px;
	height:4px;
	background:#fff;
	content:"";
	cursor:pointer;
}
.sidebar-toggle:before{
	top:13px;
}
.sidebar-toggle:after{
	top:23px;
}
.sidebar-toggle span:before{
	top:33px;
}

.navbar-right{
	float:right;
}
.navbar-right li{
	position:relative;
	float:left;
}
.navbar-right > li:not(:first-child){
	border-left:1px solid rgba(255,255,255,0.5);
}
a.navbar-personal-btn{
	display:block;
	position:relative;
	line-height:47px;
	height:50px;
	padding:0 42px 0 21px;
	color:#fff;
	cursor:pointer;
}
.navbar-personal-btn:before,
.navbar-personal-btn:after{
	display:block;
	position:absolute;
	right:21px;
	width:7px;
	height:7px;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
	content:"";
}
.navbar-personal-btn:before{
	top:19px;
	background:#fff;
}
.navbar-personal-btn:after{
	top:17px;
	background:#7c7c7c;
}
.navbar-personal img{
	vertical-align:middle;
	max-width:36px;
	max-height:36px;
	margin-right:6px;
}
.navbar-personal-btn span{
	line-height:36px;
}
.personal_menu{
	display:none;
	position:absolute;
	top:50px;
	right:0;
	z-index:2;
	width:320px;
	background:#111;
}
.personal_menu li{
	float:none;
	line-height:34px;
	border:none;
	border-bottom:1px #444 solid;
	color:#fff;
}
.personal_menu li a{
	display:block;
	padding:5px;
	color:#fff;
}

.navbar-chat   a{
	background:url("../../images/icon-chat.png") no-repeat 15px 15px;
	background-size:20px 20px;
}
.navbar-search a{
	background:url("../../images/icon-search.png") no-repeat 15px 15px;
	background-size:20px 20px;
}
.navbar-add:before,
.navbar-add:after{
	display:block;
	position:absolute;
	background:#fff;
	content:"";
}
.navbar-add:before{
	top:15px;
	left:23px;
	width:4px;
	height:20px;
}
.navbar-add:after{
	top:23px;
	left:15px;
	width:20px;
	height:4px;
}

/* -----------------------------------------------------------------------nav */
.sidebar{
	position:absolute;
	z-index:1;
	width:140px;
	background:#1a2226;
	white-space:nowrap;
	-webkit-transition:-webkit-transform .3s ease-in-out,width .3s ease-in-out;
			transition:transform .3s ease-in-out,width .3s ease-in-out;
}
.sidebar-menu li{
	position:relative;
	margin:0 0 1px;
}
.sidebar-menu li a{
	display:block;
	position:relative;
	background:#313f46;
	color:#cbd4d9;
	letter-spacing:-.40em;
}
.sidebar-menu li a:before,
.sidebar-menu li a:after{
	display:block;
	position:absolute;
	top:50%;
	width:7px;
	height:7px;
	margin-top:-4px;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
	content:"";
}
.sidebar-menu li a:before{
	right:12px;
	background:#cbd5da;
}
.sidebar-menu li a:after{
	right:14px;
	background:#313f46 ;
}
.sidebar-menu .sidebar-menu-on a{
	background:#dadfe2;
	color:#000;
}
.sidebar-menu .sidebar-menu-on a:before{
	background:#000;
}
.sidebar-menu .sidebar-menu-on a:after{
	background:#dadfe2;
}

.sidebar-mini .sidebar-menu li a:before,
.sidebar-mini .sidebar-menu li a:after{
	display:none;
}

.sidebar-menu-icon{
	display:inline-block;
	position:relative;
	border-right:1px dotted #596e79;
	border-right-color:#97a9b2\9;/* IE9用CSSハック */
	padding:6px 7px 10px;
	min-height:24px;
}
@media all and (-ms-high-contrast:none){
	/* IE10以降に適用されるCSSハック */
	.sidebar-menu-icon{
		border-right-color:#97a9b2;
	}
	/* IE11だけに適用されるCSSハック */
	*::-ms-backdrop, .sidebar-menu-icon{
		border-right-color:#97a9b2;
	}
}
.sidebar-menu-icon img{
	position:relative;
	z-index:1;
	vertical-align:middle;
	width:16px;
	height:16px;
}
.sidebar-menu .sidebar-menu-on .sidebar-menu-icon,
.sidebar-menu li a:hover .sidebar-menu-icon{
	background:#7c7c7c;
}

.sidebar-menu-text{
	vertical-align:middle;
	padding-left:11px;
	white-space:nowrap;
}
.sidebar-menu li a span{
	letter-spacing:normal;
}
.sidebar-menu-label{
	display:block;
	position:absolute;
	top:-2px;
	right:1px;
	z-index:1;
	line-height:1;
	padding:2px;
	background:#7c7c7c;
	border-radius:2px;
	color:#fff;
	font-weight:bold;
	font-size:10px;
}
.sidebar-menu-label:empty{
	display:none;
}
	/* ディスク容量アラート　ホームアイコンに表示 */
	.sidebar-menu-alert{
		display:block;
		position:absolute;
		top:0px;
		right:0px;
		width:100%;
		height:100%;
		line-height:1.2;
		z-index:1;
		padding:10px 0;
		background-color:rgba( 255, 0, 0, 0.50 );
		color:#fff;
		font-size:10px;
		font-weight:bold;
		text-align:center;
		box-sizing: border-box;
	}
	.sidebar-menu-alert:empty{
		display:none;
	}

.sidebar-mini .sidebar{
	width:30px;
}
.sidebar-mini .sidebar-menu-icon{
	border:none;
}
.sidebar-mini .sidebar-menu li a:before,
.sidebar-mini .sidebar-menu-text{
	display:none;
}

.treeview{
	float:left;
	width:200px;
	height:100%;
	max-height:100%;
    margin-bottom:-32767px !important;
    padding-bottom:32767px !important;
	background:#dadfe2;
}
.treeview-menu li{
	position:relative;
}
.treeview-menu li a,
.treeview-menu li span{
	display:block;
	line-height:1.4;
	padding:11px 24px 11px 12px;
	min-height:41px;
	max-height:41px;
	background:#dadfe2;
	border-bottom:1px solid #ccc;
	color:#000;
	box-sizing:border-box;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.treeview-menu li span{
	position:relative;
	min-height:40px;
	max-height:40px;
	padding-right:8px;
	background:#edeff1;
	border:none;
}
.treeview-menu .treeview-menu li a,
.treeview-menu .treeview-menu li span{
	padding-left:28px;
}
.treeview-menu .treeview-menu .treeview-menu2 li a,
.treeview-menu .treeview-menu .treeview-menu2 li span{
	padding-left:40px;
}
.treeview-menu .treeview-menu .treeview-menu2 .treeview-menu2 li a,
.treeview-menu .treeview-menu .treeview-menu2 .treeview-menu2 li span{
	padding-left:52px;
}

.treeview-menu .treeview-menu li.treeview-menu-open{
	border-bottom:1px solid #ccc;
}
.treeview-menu .treeview-menu li.treeview-menu-open a{
	border:none;
}
.treeview-menu .treeview-menu .treeview-menu li a{
	padding:11px 8px 11px 42px;
}

/* 矢印 */
.treeview-menu li a:before,
.treeview-menu li a:after{
	display:block;
	position:absolute;
	top:50%;
	width:7px;
	height:7px;
	margin-top:-4px;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
	content:"";
}
.treeview-menu li a:before{
	right:12px;
	background:#000;
}
.treeview-menu li a:after{
	right:14px;
	background:#dadfe2;
}
	 .treeview-menu li.i_folder_on a:after{
		background:#fff;
	}
.treeview-menu .treeview-menu .treeview-menu li a:before{
	left:28px;
}
.treeview-menu .treeview-menu .treeview-menu li a:after{
	left:26px;
}

.treeview-menu li span:before,
.treeview-menu li span:after{
	display:block;
	position:absolute;
	top:50%;
	width:7px;
	height:7px;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
	content:"";
}
.treeview-menu li span:before{
	left:14px;
	margin-top:-5px;
	background:#000;
}
.treeview-menu li span:after{
	left:14px;
	margin-top:-7px;
	background:#edeff1;
}

.treeview-menu .treeview-menu,
.treeview-menu .treeview-menu .treeview-menu2{
	display:none;
}
.treeview-menu .treeview-menu-open > ul{
	display:block;
}

.treeview-menu-on a{
	background:#fff !important;
	color:#000 !important;
}
.treeview-menu-on a:before{
	background:#000 !important;
}
.treeview-menu-on a:after{
	background:#fff !important;
}
/* プラスマイナス */
li.treeview-menu-in > a:before,
li.treeview-menu-in > a:after,
li.treeview-menu-in li.treeview-menu-in2 > a:before,
li.treeview-menu-in li.treeview-menu-in2 > a:after{
	display:block;
	position:absolute;
	background:#000;
	-webkit-transform:none;
		-ms-transform:none;
			transform:none;
	content:"";
}
li.treeview-menu-in > a:before,
li.treeview-menu-in li.treeview-menu-in2 > a:before{
	top:23px;
	right:9px;
	width:10px;
	height:2px;
}
li.treeview-menu-in > a:after,
li.treeview-menu-in li.treeview-menu-in2 > a:after{
	top:19px;
	right:13px;
	width:2px;
	height:10px;
}
.treeview-menu-in .treeview-menu,
.treeview-menu-in .treeview-menu a,
.treeview-menu-in .treeview-menu a:after,
.treeview-menu-in .treeview-menu-in2 .treeview-menu,
.treeview-menu-in .treeview-menu-in2 .treeview-menu a,
.treeview-menu-in .treeview-menu-in2 .treeview-menu a:after{
	background:#edeff1;
}
li.treeview-menu-in.active > a:after,
li.treeview-menu-in li.treeview-menu-in2.active > a:after{
	background:none;
}

.treeview-menu li a:hover{
	background-color:rgba(0, 0, 0, 0.1);
}
.treeview-menu li a:hover:after{
	background:#c4c8cb;
}
li.treeview-menu-in > a:hover:after,
li.treeview-menu-in li.treeview-menu-in2 > a:hover:after{
	background:#000;
}
li.treeview-menu-in.active > a:hover:after,
li.treeview-menu-in li.treeview-menu-in2.active > a:hover:after{
	background:none;
}
.treeview-menu-in .treeview-menu a:hover:after,
.treeview-menu-in .treeview-menu-in2 .treeview-menu a:hover:after{
	background:#edeff1;
}
.treeview-menu-in .treeview-menu .i_folder_on a:hover:after,
.treeview-menu-in .treeview-menu-in2 .treeview-menu .i_folder_on a:hover:after{
	background:#fff;
}
.treeview-menu .treeview-menu li.treeview-menu-in2 a.folderbox{
	background:#DADFE2;
}
	.treeview-menu .treeview-menu li.i_folder a,
	.treeview-menu .treeview-menu li.i_folder span{
		background:url(../../images/icon_mail_folder.png) 6px center no-repeat;
	}
	.treeview-menu .treeview-menu .treeview-menu2 li.i_folder a,
	.treeview-menu .treeview-menu .treeview-menu2 li.i_folder span{
		background:url(../../images/icon_mail_folder02.png) 12px center no-repeat;
	}
	.treeview-menu .treeview-menu .treeview-menu2 .treeview-menu2 li.i_folder a,
	.treeview-menu .treeview-menu .treeview-menu2 .treeview-menu2 li.i_folder span{
		background:url(../../images/icon_mail_folder02.png) 24px center no-repeat;
	}
		/*  選択されている状態  */
		.treeview-menu .treeview-menu li.i_folder_on a,
		.treeview-menu .treeview-menu li.i_folder_on span{
			background:url(../../images/icon_mail_folder.png) 6px center no-repeat , #fff;
		}
		.treeview-menu .treeview-menu .treeview-menu2 li.i_folder_on a,
		.treeview-menu .treeview-menu .treeview-menu2 li.i_folder_on span{
			background:url(../../images/icon_mail_folder02.png) 12px center no-repeat , #fff;
		}
		.treeview-menu .treeview-menu .treeview-menu2 .treeview-menu2 li.i_folder_on a,
		.treeview-menu .treeview-menu .treeview-menu2 .treeview-menu2 li.i_folder_on span{
			background:url(../../images/icon_mail_folder02.png) 24px center no-repeat , #fff;
		}

/* -----------------------------------------------------------------------main-wrapper */
#contents-wrapper{
	position:relative;
	min-height:calc(100% - 100px);
	min-height:89.4%\9;/* IE9用CSSハック */
	margin-left:140px;
	background:#fff;
	overflow:hidden;
	-webkit-transition:-webkit-transform .3s ease-in-out,margin .3s ease-in-out;
			transition:transform .3s ease-in-out,margin .3s ease-in-out;
}
@media all and (-ms-high-contrast:none){
	/* IE10以降に適用されるCSSハック */
	#contents-wrapper{
		min-height:89.4%;
	}
	/* IE11だけに適用されるCSSハック */
	*::-ms-backdrop, #contents-wrapper{
		min-height:89.4%;
	}
}
.view-single #contents-wrapper{
	overflow:visible;
}

.sidebar-mini #contents-wrapper{
	margin-left:30px;
}

.treeview + #main-wrapper{
	float:right;
	width:100%;
	margin-left:-200px;
}
#main-inner{
	margin-left:200px;
}

#contents-title{
	background:#7c7c7c;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	overflow:hidden;
}
.treeview-btn{
	display:none;
}
#contents-title h2,
#contents-title h3{
	padding:8px 16px;
	font-weight:bold;
	font-size:14px;
}
#contents-title h2{
	float:left;
}
#contents-title h3{
	border-left:1px dotted rgba(255, 255, 255, 0.5);
	border-left:1px dotted rgba(255, 255, 255, 1)\9;/* IE9用CSSハック */
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
@media all and (-ms-high-contrast:none){
	/* IE10以降に適用されるCSSハック */
	#contents-title h3{
		border-left:1px dotted rgba(255, 255, 255, 1);
	}
	/* IE11だけに適用されるCSSハック */
	*::-ms-backdrop, #contents-title h3{
		border-left:1px dotted rgba(255, 255, 255, 1);
	}
}
h3#contents-subtitle{
	line-height:1.5;
	padding:5px 10px 7px;
	background:#555;
	color:#fff;
	font-weight:bold;
	font-size:15px;
}

.contents-menu-link{
	position:absolute;
	top:5px;
	right:5px;
}
.contents-menu-link a{
	display:inline-block;
	line-height:29px;
	padding:0 5px 0 36px;
	background:#dadfe2 no-repeat 5px 3px;
	border-radius:3px;
	color:#333;
	font-weight:normal;
	font-size:12px;
}
	.contents-menu-link a.contents-menu-post{
		background-image:url("../../images/i_add_post.png");
	}
	.contents-menu-link a.contents-menu-add{
		background-image:url("../../images/i_add_function.png");
	}
	.contents-menu-link a.contents-menu-folder{
		background-image:url("../../images/i_add_folder.png");
	}
	.contents-menu-link a.contents-menu-newfolder{
		background-image:url("../../images/i_add_nfolder.png");
	}
	.contents-menu-link a.contents-menu-window{
		background-image:url("../../images/i_add_window.png");
	}
	.contents-menu-link a:hover{
		background-color:#ccc;
	}

/* -----------------------------------------------------------------------contents control*/
#contents-control{
	position:relative;
	padding:5px;
	background:#ddd;
	background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
	background:-webkit-linear-gradient(top, #fff 0%, #ccc 100%);
	background:linear-gradient(to bottom, #fff 0%, #ccc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#cccccc');
	overflow:hidden;
}
#contents-control p:not(.month_title){
	position:relative;
	float:right;
	margin-left:5px;
	background:no-repeat 98% 50%;
	font-size:15px;
}
#contents-control p:not(.month_title):not(.select_change){
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:3px;
}
	#contents-control p.btn_add{
		background-image:url("../../images/icon-add.gif");
	}
	#contents-control p.btn_edit{
		background-image:url("../../images/icon-edit.gif");
	}
	#contents-control p.btn_delete{
		background-image:url("../../images/icon-delete.gif");
	}
	#contents-control p.btn_addplus{
		background-image:url("../../images/icon-addplus.gif");
	}
	#contents-control p.btn_still{
		background-image:url("../../images/icon-still.gif");
	}
	#contents-control p.btn_change_state{
		background-image:url("../../images/icon-change_state.gif");
	}
	#contents-control p.btn_finished{
		background-image:url("../../images/icon-finished.gif");
	}
	#contents-control p.btn_cancel{
		background-image:url("../../images/icon-cancel.gif");
	}
	#contents-control p.btn_safetymail{
		background-image:url("../../images/icon-safetymail.gif");
	}
	#contents-control p.btn_mailcheck{
		background-image:url("../../images/icon-safetymail.gif");
	}
	#contents-control p.btn_stillmark{
		background-image:url("../../images/icon-stillmark.gif");
	}
	#contents-control p.btn_alreadymark{
		background-image:url("../../images/icon-alreadymark.gif");
	}
	#contents-control p.btn_check{
		padding:0 8px;
	}
		#contents-control p.btn_check label{
			display:block;
			line-height:26px;
			cursor:pointer;
		}
		#contents-control p.btn_check input{
			margin:-2px 0 0 7px;
		}
		#contents-control p.btn_check input#all-checkbox{
			position:relative;
			width:16px;
			height:16px;
			background:#fff;
			border:1px solid #999;
			border-radius:3px;
			box-sizing:border-box;
			-webkit-appearance:button;
					appearance:button;
		}
		#contents-control p.btn_check input#all-checkbox:checked::after{
			position:absolute;
			top:0px;
			left:3px;
			width:3px;
			height:10px;
			border-right:3px solid #009933;
			border-bottom:3px solid #009933;
			-webkit-transform:rotate(45deg);
				-ms-transform:rotate(45deg);
					transform:rotate(45deg); 
			content:"";
		}
	.select_change select{
		font-size:14px;
	}
#contents-control a{
	display:block;
	position:relative;
	line-height:26px;
	height:26px;
	padding:0 26px 0 8px;
	color:#000;
}

#contents-select{
	position:relative;
	height:36px;
	padding:7px 5px;
	background:#bbb;
	overflow:hidden;
}
#contents-select-left{
	float:left;
}
	#contents-select-left .title{
		color:#fff;
		font-weight:bold;
		font-size:14px;
	}
#contents-select-right{
	float:right;
}
#contents-select-left select,
#contents-select-right select{
	width:auto;
	max-width:210px;
	margin:7px 0 0 10px; 
	font-size:14px;
}

/*日付選択・追加*/
#contents-control .month_title{
	float:left;
	font-size:14px;
}
	#contents-control .month_title select{
		line-height:30px;
		height:30px;
	}
#contents-control ul{
	float:right;
}
#contents-control ul li{
	float:left;
}
	#contents-control ul li.back_ctrl a,
	#contents-control ul li.next_ctrl a{
		display:block;
		width:36px;
		height:26px;
		padding:0;
		border:1px solid #999;
		text-indent:-9999px;
	}
	#contents-control ul li.back_ctrl a{
		margin-left:5px;
		background:url("../../images/icon_cal_prev.png") no-repeat #ddd;
		border-radius:5px 0 0 5px;
	}
	#contents-control ul li.next_ctrl a{
		background:url("../../images/icon_cal_next.png") no-repeat #ddd;
		border-left:none;
		border-radius:0 5px 5px 0;
	}
		#contents-control ul li.back_ctrl a:hover,
		#contents-control ul li.next_ctrl a:hover{
			opacity:0.80;
		}

/* -----------------------------------------------------------------------flipswitch*/
.onoffswitch{
    position:relative;
	width:100px;
    -webkit-user-select:none;
	   -moz-user-select:none;
		-ms-user-select:none;
			user-select:none;
}
	#contents-select .onoffswitch{
		margin-top:3px;
	}
.onoffswitch-checkbox{
    display:none;
}
.onoffswitch-label{
    display:block;
    border:1px solid #999;
	border-radius:5px;
	overflow:hidden;
	cursor:pointer;
}
	.noncompliant{
		cursor:default;
	}
.onoffswitch-inner{
    display:block;
	width:200%;
	margin-left:-100%;
	-webkit-transition:margin 0.3s ease-in 0s;
			transition:margin 0.3s ease-in 0s;
}
.onoffswitch-inner .onoffswitch-left,
.onoffswitch-inner .onoffswitch-right,
.onoffswitch-inner .onoffswitch-noncompliant{
    display:block;
	float:left;
	line-height:28px;
	width:50%;
	height:28px;
	box-sizing:border-box;
	color:#fff;
}
.onoffswitch-inner .onoffswitch-left{
    padding-left:5px;
    background:#27a1ca;
}
.onoffswitch-inner  .onoffswitch-right{
    padding-right:5px;
    background:#a1a1a1;
    text-align:right;
}
.onoffswitch-switch{
    display:block;
    position:absolute;
	top:0;
	right:88px;
	bottom:0;
	width:8px;
    background:#fff;
    border:2px solid #999;
	border-radius:10px;
	-webkit-transition:all 0.3s ease-in 0s;
			transition:all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner{
    margin-left:0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch{
    right:0; 
}

/* profile setting */
.onoffswitch-inner .onoffswitch-noncompliant{
    padding-left:10px;
    background:#aaa;
}

/* -----------------------------------------------------------------------pankuzu*/
.pankuzu{
	height:34px;
	border-bottom:1px solid #ccc;
}
.pankuzu ul{
	line-height:34px;
	width:100%;
	font-size:13px;
	list-style-position:inside;
}
.pankuzu ul li{
	float:left;
	width:23%;
	padding:0 10px 0 3px;
	box-sizing:border-box;
	color:#666;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.pankuzu ul li:not(:last-child){
	background:url("../../images/img_pankuzu.gif") no-repeat right;
}
.pankuzu ul li.roughly{
	width:50px;
	padding-right:17px;
}
.pankuzu ul li.goback{
	display:none;
}
.pankuzu ul li a{
	display:block;
	width:100%;
	color:#666;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

/* -----------------------------------------------------------------------main*/
#main{
	clear:both;
	width:98%;
	margin:10px auto 0;
	overflow:hidden;
}

/* -----------------------------------------------------------------------contents-box*/
.contents-box{
	margin-bottom:10px;
	overflow:hidden;
}
.contents-box .title{
	clear:both;
	line-height:1.5;
	padding:3px 8px;
	background:#777;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
.contents-box .title .adjustment{
	margin-left:10px;
}

/* -----------------------------------------------------------------------contents-list table*/
.contents-list p.subtitle{
	position:relative;
	margin-top:10px;
	padding:5px;
	background:#777;
	color:#fff;
	font-weight:bold;
	text-align:left;
}
.contents-list p.subtitle span{
	padding-right:5px;
}
.contents-list p.subtitle .img-avatar{
	position:absolute;
	bottom:4px;
	left:4px;
	width:40px;
	height:40px;
}
.contents-list p.subtitle .img-avatar + span{
	margin-left:45px;
}

.t-detail{
	clear:both;
	width:100%;
	border-collapse:separate;
}
.t-detail th{
	position:relative;
	clear:both;
	vertical-align:middle;
	width:150px;
	padding:11px 10px 12px;
	background:#e9e9e9;
	font-weight:bold;
	text-align:left;
	overflow:hidden;
}
.t-detail tr:not(:first-child) th{
	border-top:1px solid #fff;
}
.t-detail td{
	vertical-align:middle;
	padding:5px 10px 6px;
	min-height:23px;
	word-break: break-all;
	overflow:hidden;
}
.t-detail td:not(:first-child){
	border-top:1px solid #ddd;
}
.t-detail tr:last-child td:not(:first-child){
	border-bottom:1px solid #ddd;
}
.detail th,
.detail td{
	display:table-cell;
}
	.t-detail td ul.t_list{
		overflow:hidden;
	}
	.t-detail td ul.t_list li{
		float:left;
		max-width:200px;
		margin:3px 6px 3px 0;
		box-sizing:border-box;
	}
	.t-detail td ul.t_list li a{
		display:block;
		padding:2px 8px;
		background:#eee;
		border:1px solid #ddd;
		border-radius:3px;
		text-overflow:ellipsis;
		white-space:nowrap;
		overflow:hidden;
	}
	.t-detail td ul.t_list li a:hover{
		background:#ddd;
	}
	.contents-list span.list_name{
		margin-right:5px;
	}
	span.list_department{
		margin-right:5px;
		color:#999;
		font-size:80%;
	}
	span.t-btn{
		position:absolute;
		top:3px;
		right:5px;
	}
	span.t-th-left{
		margin-right:70px;
	}

/* table_scroll */
.table_title{
	display:block;
	position:relative;
	clear:both;
	vertical-align:middle;
	padding:11px 10px 12px;
	background:#e9e9e9;
	border-top:1px solid #fff;
	font-weight:bold;
	overflow:hidden;
}
.table_title + .table_scroll_wrapper{
	margin:10px 10px 20px;
}
.table_title + .tablet{
	margin-top:10px;
}
.table_scroll_memo:before{
	content:"表は左右にスクロールできます。";
}
.table_scroll{
	position:relative;
	background:#ededed;
	border:1px solid #aaa;
	border-bottom:none;
	overflow-x:auto;
}
.table_scroll table{
	width:100%;
	margin:0 auto;
	background:#fff;
	box-sizing:border-box;
}
.table_scroll table thead{
	background:#ccc;
}
.table_scroll table tr:nth-child(even){
	background:#eee;
}
.table_scroll table th,
.table_scroll table td{
	padding:9px 10px;
	border-bottom:1px solid #aaa;
	box-sizing:border-box;
	white-space:nowrap;
}
.table_scroll table th{
	text-align:center;
}
.table_scroll table th:not(:first-child),
.table_scroll table td:not(:first-child){
	border-left:1px solid #aaa;
}
.table_scroll table .text{
	min-width:50px;
}
.table_scroll::-webkit-scrollbar{
	width:14px;
}
.table_scroll::-webkit-scrollbar:horizontal{
	height:14px;
}
.table_scroll::-webkit-scrollbar-thumb{
	background:#bcbcbc;
	border:solid 1px #a8a8a8;
}
.table_scroll::-webkit-scrollbar-thumb:hover{
	background:#aaaaab;
	border:solid 1px #9a9a9a;
}

/* -----------------------------------------------------------------------contents edit checkbox*/
.checkboxarea{
	background:#ddd;
	text-align:center;
}
	.checkboxarea label{
		display:block;
	}
.checkbox{
	position:relative;
	vertical-align:middle;
	width:20px;
	height:20px;
	margin:5px;
	background:#fff;
	border:1px solid #999;
	border-radius:3px;
	box-sizing:border-box;
	-webkit-appearance:button;
			appearance:button;
}
.checkbox:checked::after{
	position:absolute;
	top:0px;
	left:3px;
	width:6px;
	height:12px;
	border-right:3px solid #009933;
	border-bottom:3px solid #009933;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg); 
	content:"";
}
.radiobox{
	position:relative;
	vertical-align:middle;
	width:20px;
	height:20px;
	margin:5px;
	background:#fff;
	border:1px solid #999;
	border-radius:50%;
	box-sizing:border-box;
	-webkit-appearance:button;
			appearance:button;
}
.radiobox:checked::after{
	position:absolute;
	top:50%;
	left:5px;
	width:8px;
	height:8px;
	margin-top:-4px;
	background:#009933;
	border-radius:50%;
	content:"";
}

/* -----------------------------------------------------------------------page prev next */
.pagefeed{
	position:relative;
	margin:10px auto;
	overflow:hidden;
}
.pagefeed ul{
	position:relative;
	left:50%;
	float:left;
}
.pagefeed ul li{
	position:relative;
	left:-50%;
	float:left;
	line-height:38px;
	width:38px;
	height:38px;
	border:1px solid #999;
	border-radius:5px;
	font-size:14px;
	text-align:center;
}
.pagefeed ul li:not(:last-child){
	margin-right:5px;
}
.pagefeed ul li a{
	display:block;
	width:38px;
	height:38px;
	background:no-repeat 50% 50%;
	color:#000;
}
.pagefeed ul li a.visited,
.pagefeed ul li.on{
	background:#ddd;
	border-radius:5px;
	color:#000;
}
.pagefeed ul li a.pagefirst{
	background-image:url("../../images/icon_pagefirst.gif");
}
.pagefeed ul li a.pagelast{
	background-image:url("../../images/icon_pagelast.gif");
}

/* -----------------------------------------------------------------------footer */
footer{
	clear:both;
	height:50px;
	margin-left:140px;
	background:#7c7c7c;
	color:#fff;
	-webkit-transition:-webkit-transform .3s ease-in-out,margin .3s ease-in-out;
			transition:transform .3s ease-in-out,margin .3s ease-in-out;
}
footer a:hover{
	background-color:rgba(0, 0, 0, 0.1);
}
.sidebar-mini footer{
	margin-left:30px;
}

#footer-right{
	position:relative;
	width:100%;
}
.display_setting{
	float:right;
	border-left:1px solid rgba(255,255,255,0.5);
}
.display_setting a{
	background:url("../../images/icon-setting.png") no-repeat 12px 12px;
	background-size:26px 26px;
}

/* -----------------------------------------------------------------------button */
button::-moz-focus-inner{
	padding:0;
	border:0;
}
.inputbuttonarea{
	clear:both;
	margin:30px 0 35px;
	text-align:center;
}
.inputbuttonarea input{
	margin-bottom:5px;
}
.formbtn{
	padding:6px 8px;
	background:#ddd;
	background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
	background:-webkit-linear-gradient(top, #fff 0%, #ccc 100%);
	background:linear-gradient(to bottom, #fff 0%, #ccc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#cccccc');
	border:1px solid #858585;
	border-radius:3px;
	color:#000;
	font-size:13px;
	cursor:pointer;
}

/* -----------------------------------------------------------------------error_box */
ul.error_box{
	padding:4px 8px;
	background:#ffe5e5;
	border:1px solid #dd3333;
	overflow:hidden;
	margin:10px 10px 10px 10px;
}
	ul.error_box li{
		line-height:1.5;
		color:#dd0000;
		font-weight:bold;
	}
	ul.error_box li:not(:first-child){
		margin-top:8px;
	}

/* -----------------------------------------------------------------------error page */
#error_logo{
	padding:8px 0 0 13px;
}

#error{
	margin-bottom:10px;
	padding:30px;
	background:#fff;
}
	#error h2{
		padding:10px 0;
		border-bottom:1px dotted #aaa;
		font-weight:bold;
		font-size:18px;
	}
	#error ul{
		margin:20px 0 40px;
		overflow:hidden;
	}
	#error ul li{
		line-height:1.5;
		margin-top:8px;
		font-size:15px;
	}
	#error p.error_link{
		margin-bottom:30px;
		text-align:center;
	}
	#error p.error_link a{
		display:block;
		line-height:40px;
		width:300px;
		height:40px;
		background:url("../../images/icon_back_link.png") no-repeat 10px 50% #082852;
		color:#fff;
		font-size:16px;
	}
	#error p.error_link a:hover{
		opacity:0.7;
	}
	#error p.error_link a span{
		display:inline-block;
		float:left;
		width:50px;
		border-right:1px dotted #ccc;
		text-indent:-9999px;
	}

/* -----------------------------------------------------------------------tool_box */
ul.tool_box{
	padding:4px 8px;
	background:#D9ECFF;
	border:1px solid #00008B;
	overflow:hidden;
	margin:10px 10px 0 10px;
}
	ul.tool_box li{
		line-height:1.5;
		color:#00008B;
		font-weight:bold;
	}
	ul.tool_box li:not(:first-child){
		margin-top:8px;
	}

/* -----------------------------------------------------------------------btnTop */
#btnTop{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:3000;
}
#btnTop a img{
	width:50px;
}

/* -----------------------------------------------------------------------layout */
.clearfix:after{
	display:table;
	clear:both;
	content:"";
}

.red{
	color:#f00;
}
.green{
	color:#008000;
}
.automatic{
	color:#008000;
}

.mtop1{
	margin-top:10px;
}
.mtop2{
	margin-top:20px;
}
.mtop3{
	margin-top:30px;
}
.mbot1{
	margin-bottom:10px;
}
.mbot2{
	margin-bottom:20px;
}
.mbot3{
	margin-bottom:30px;
}

.t-r{
	text-align:right;
}
.t-c{
	text-align:center;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]{
	cursor:pointer;
}
button[disabled], html input[disabled]{
	cursor:default;
}

.inline_list li{
	display:inline-block;
}
.inline_list li:not(:last-child):after{
	content:"／"; color:#999;
}
.no_pc,
.invisible{
	display:none;
}

/* -----------------------------------------------------------------------sort */
.function_menu{
	width:100%;
	margin:0 auto 24px;
}
.function_menu_ul{
	display:block;
	min-height:34px;
	margin:0 auto -1px;
	padding:3px 0;
	background-color:#fff;
	border:solid 1px #ccc;
	box-sizing:border-box;
	white-space:nowrap;
	overflow:hidden;
}
.function_menu_ul ul li{
	cursor:move;
}
.function_menu_li0,
.function_menu_li1,
.function_menu_li2{
	float:left;
	box-sizing:border-box;
	text-align:center;
}
.function_menu_li0{
	width:5%;
}
.function_menu_li1{
	line-height:2;
	vertical-align:middle;
	width:60%;
	text-align:left;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.function_menu_li2{
	width:35%;
	padding-right:10px;
	text-align:right;
}
.function_menu_li0 img,
.function_menu_li1 img,
.function_menu_li2 img{
	vertical-align:middle;
}
.function_menu_li1 img{
	margin-right:6px;
}
.function_menu_li2 p{
	display:inline-block;
	background:no-repeat 3px 50% #fff;
	border:1px solid #aaa;
	border-radius:3px;
}
.function_menu_li2 p.edit{
	background-image:url("../../images/icon-add.gif");
}
.function_menu_li2 p.edit_none{
	background:url("../../images/icon-add.gif") #ddd no-repeat 3px -1px;
}
.function_menu_li2 p.delete{
	background-image:url("../../images/icon-delete.gif");
}
.function_menu_li2 p.delete_none{
	background:url("../../images/icon-delete.gif") #ddd no-repeat 3px -1px;
}
.function_menu_li2 p.video{
	background-image:url("../../images/icon-video.gif");
}
.function_menu_li2 p.video_none{
	background:url("../../images/icon-video.gif") #ddd no-repeat 3px -1px;
}
.function_menu_li2 p a{
	display:block;
	padding:0 3px 0 29px;
}

/* メッセージ　グループ一覧　※ソート動作がいらない場合 */
.function_menu_ul ul.ul_message li{
	cursor: default
}
.function_menu_ul ul.ul_message li.function_menu_li1{
	text-indent:12px;
}

.link_setting{
	overflow:hidden;
}
.link_setting ul.link_setting_btn{
	float:right;
}
	.link_setting ul.link_setting_btn li{
		display:inline-block;
	}
		.link_setting ul.link_setting_btn li a{
			display:block;
			background:#082852;
			color:#FFF;
			border:1px solid #aaa;
			border-bottom:none;
			border-top-left-radius: 5px;
			-webkit-border-top-left-radius: 5px;
			-moz-border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			-webkit-border-top-right-radius: 5px;
			-moz-border-top-right-radius: 5px;
			padding:3px 10px;
		}
			.link_setting ul.link_setting_btn li a:hover{
				background:#3C8DBC;
			}
			.link_setting ul.link_setting_btn li a.link_on{
				background:#aaa;
			}
.link_edit:after{
	content: "編集";
	font-size: 13px;
}
	.link_edit_none:after{
		color:#888;
		content: "編集";
		font-size: 13px;
		padding:0 3px 0 29px;
		cursor: default;
	}
.link_del:after{
	content: "削除";
	font-size: 13px;
}
	.link_del_none:after{
		color:#888;
		content: "削除";
		font-size: 13px;
		padding:0 3px 0 29px;
		cursor: default;
	}
.link_video:after{
	content: "ビデオチャット";
	font-size: 13px;
}
	.link_video_none:after{
		color:#888;
		content: "ビデオチャット";
		font-size: 13px;
		padding:0 3px 0 29px;
		cursor: default;
	}
