@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/webfonts/fontawesome-webfont.eot?v=4.4.0');
	src: url('../fonts/webfonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/webfonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/webfonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/webfonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/webfonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.formError{
	z-index: 9999;
}

body {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
h3, h4, h5, h5, h6 {
	margin-bottom: 0px;
}
h7,.h7{
	font-size: 0.8rem;
}
h8,.h8{
	font-size: 0.5rem;
}
.highlight {
	background-color: #F7F7F9;
	border: 1px solid #E1E1E8;
	border-radius: 4px;
	margin-bottom: 5px;
	padding: 5px 14px 0px 14px;
}
.navbar-fixed-bottom-custom{
	border-color: rgba(0, 0, 0, 0.1);
	background-color: rgba(0, 0, 0, 0.2);
	min-height: 0px;
}
.navbar-dark .navbar-nav .nav-link{
	color: rgb(255,255,255);
	padding: 0.2rem 0.7rem;
}
.no-margin {
	margin: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.xs-padding {
	padding: 1px !important;
}
.sm-padding{
	padding: 5px !important;
}
.no-padding-h {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.no-padding-h label{
	margin-right: 20px;
}
.popover {
	max-width: 400px;
}
.btn-fix-width{
	width:200px !important;
}
.btn-full-width{
	width:100% !important;
}
.btn-group > .btn:not(:last-child){
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}
.form-control-description {
/*	background-color: #F9F2F4;*/
	border-radius: 4px;
	color: #C7254E;
	font-size: 90%;
	padding: 0px 4px;
	white-space: nowrap;
}
.form-group {
	margin-bottom: 5px;
}
.col-radio {
	padding-left:0;
}
.col-radio label{
	font-weight: normal;
	padding-right:2em;
	padding-top:0;
	padding-bottom:0;
	margin-top:7px;
	margin-bottom:0;
}
.col-radio label input[type="radio"] {
	margin:0;
	padding:0;
	vertical-align:middle;
}

#header_wrapper{
	background: #9a0000;
	padding: 10px;
}
#header_wrapper h1{
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}

#footer_wrapper{
	margin-top: 30px;
	background: #333;
	color: #fff;
}
#copyright{
	font-size: 12px;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 0;
	height: 67px;
}

.table td, .table th {
	padding: .25rem;
	vertical-align: middle;
}

.table p.form-control-static{
	padding-left: 10px;
	padding-right: 10px;
}
table.table-myreport {
	margin-bottom: 5px;
}
table.table-myreport th {
	vertical-align: middle!important;
}
table.table-myreport td {
	vertical-align: middle!important;
}
th.xs-padding input[type="checkbox"].form-control,
td.xs-padding input[type="checkbox"].form-control {
	height:16px;
	margin:0px;
}
/*
td.xs-padding input[type="text"].form-control {
	height: 26px;
	padding: 3px 6px;
}
*/
.container-customized{
	margin-left: auto;
	margin-right: auto;
	max-width: 1980px;
	padding-left: 0;
	padding-right: 0;
}
.container-customized h4{
	margin-top: 20px;
	margin-bottom: 4px;
}
.highlight-customized{
	max-width: 1280px;
/*	margin-right: 60px;*/
}
.highlight-customized-4inputarea {
	background: none !important;
	border-color: #e1e1e8 !important;
}
.row-customized-alert-info{
	max-width: 1140px;
	margin: 10px;
}
table.table-myreport {
	margin-bottom: 5px;
	width: auto;
	margin: 0px 0px;
	table-layout:fixed;
/*
	border: 1px black solid;
*/
}
table.table-myreport th {
	vertical-align: middle!important;
/*
	background-color: whitesmoke;
*/
}
table.table-myreport td {
	vertical-align: middle!important;
}
.table-myreport > thead > tr > th,.table-myreport > tbody > tr > th,.table-myreport > tfoot > tr > th,
.table-myreport > thead > tr > td,.table-myreport > tbody > tr > td,.table-myreport > tfoot > tr > td {
	padding: 2px 5px;
	font-size:0.85em;
/*
	border: 1px black solid;
*/
}
.font-size-keep > thead > tr > th,.font-size-keep > tbody > tr > th,.font-size-keep > tfoot > tr > th,
.font-size-keep > thead > tr > td,.font-size-keep > tbody > tr > td,.font-size-keep > tfoot > tr > td {
	font-size:1em;
}
div.label-for-xs-padding{
	margin: 1px 4px;
	padding:0px;
}
input.input-customized{
	width:100%;
	display:inline;
	height:auto;
	padding:0px 3px;
}
.input-xs {
	border-radius: 3px;
	font-size: 12px;
	height: 26px;
	line-height: 1.5;
	padding: 1px 5px;
}
.textarea-xs{
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 5px;
}
.xs-padding > .btn-group > .btn-sm {
	padding: 3px 10px 2px 10px;
}
.alert{
	margin-bottom: 5px;
}
.alert.alert-sm {
	margin: 0px 0px 5px 0px;
	padding: 5px 10px;
}
.alert-devnote {
	color: #fff;
	background-color: #ba55d3;
	border-color: #800080;
	margin: 0px;
	padding: 5px;
	font-size: normal;
}
.alert-devnote.alert-devnote-xs {
	font-size: x-small;
}
.alert-devnote ul{
	padding: 3px 3px 3px 20px;
}
input[type=text].form-control-datepicker{
	text-align: center;
}
.display-none{
	display: none !important;
}
/*****
 * datepicker
 ***********************************************************/
.ui-datepicker {
	z-index: 2000 !important;
}
/*****
 * トグルボタンのアクティブカラー設定
 ***********************************************************/
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
	background-color: #FFC63E;
	border-color: #adadad;
	color: #312B2B;
}

/*****
 * jquery.easiest-tooltip-and-image-preview.js用
 ***********************************************************/
#etaip-tooltip{
	position: absolute;
	border: 3px solid #333;
	background: #444;
	padding: 5px;
	color: #FFF;
	display:none;
	z-index: 9999;
}
#etaip-preview{
	position: absolute;
	border: 3px solid #333;
	background: #444;
	padding: 5px;
	display: none;
	color: #FFF;
	text-align: center;
}
#etaip-screenshot{
	position: absolute;
	border: 3px solid #333;
	background: #444;
	padding: 5px;
	display: none;
	color: #FFF;
	text-align: center;
}
#etaip-screenshot img {
	max-width: 200px;
	max-height: 200px;
}

span.badge.badge-primary{
	background-color: #428bca;
}
span.badge.badge-success{
	background-color: #5cb85c;
}
span.badge.badge-info{
	background-color: #5bc0de;
}
span.badge.badge-warning{
	background-color: #f0ad4e;
}
span.badge.badge-danger{
	background-color: #d9534f;
}

/*****
 * bootstrap breadcrumb
 ***********************************************************/
.breadcrumb{
	margin-bottom: 1px;
}

/*****
 * bootstrap tabs
 ***********************************************************/
.tabbable{
	max-width: 1140px;
}

/*****
 *
 ***********************************************************/
tr.success input[type=text]{
	background-color: #f0fff0;
}

/*****
 * 入力エリア用最大幅の付加(全システム共通)
 ***********************************************************/
.common-max-width {
	max-width: 1140px;
}

/*****
 * pager
 ***********************************************************/
.pager-summary{ text-align: left; }
.pager-summary .pager-summary-pageno{ font-weight: bold; font-size: large; }
.pager-summary .pager-summary-pagecnt{ font-weight: bold; font-size: large; }
.pager-summary .pager-summary-reccnt{ font-weight: bold; font-size: large; }
.pager-navi ul.pager{ margin-top: 5px;  margin-bottom: 5px; }

.table-hover > tbody > tr:hover {
    background-color: #ffffe0;
}
div.row-nomargin{
    max-width:    1140px;
    margin-right: 0px;
}
div.row-nomargin .row{
    margin-left:  0px !important;
    margin-right: 0px !important;
}
.col-header{
    color:            black;
    background-color: #ddd;
    text-align:       center;
    font-size:        1.2rem;
}
.col-cell{
    border:           1px solid #ddd;
    font-size:        1.2rem;
    text-align:       center;
}
.col-cell-label{
    color:            black;
    background-color: #f5f5f5;
}

.row-logicalrow{
    padding-bottom:     2px;
}
.col-header-toiawase{
    background-color: #9acd32;
}
.col-cell-toiawase{
    border:           1px solid #9acd32;
}
/*****
 * 固定パネルヘッダー(my-common.jsと併用)
 ***********************************************************/
/*
#fixed-panel-header{
	position:fixed;
	left: 45px;
	top: 4.5rem;
	right: 15px;
	background-color:#fff;
	z-index:1029;
}
*/
#fixed-panel-header{
	/*position:fixed;*/
	/*top: 56px;*/
	/*left: 250px;*/
	right: 0;
	max-width: 1980px;
	background-color:#fff;
	z-index:1029;
	padding: 10px;
}
#dialog-fixed-panel-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1980px;
    background-color: #fff;
    z-index: 1029;
    padding: 10px 0;
    margin: auto;
}
.container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px !important;
}
.static-container .container-fluid{
	max-width: 980px !important;
}
/*****
 * デバッグ用　[TODO]のちほどコメントアウト
 **********************************************************
.highlight {
	background-color: #afeeee;
	border-color: #87ceeb;
}
*/

/*****
 * tagit
 ***********************************************************/
ul.tagit {
  padding: 2px 5px 2px 1px;
  max-height:30px;
  background-color:white;
}
ul.tagit li {
  margin: 0;
}
ul.tagit li.tagit-choice-editable {
  padding: 0 18px 0 .5em;
}
ul.tagit li.tagit-new{
  padding: 0px
}
ul.tagit li.tagit-choice .tagit-label:not(a) {
  color: #fff;
  font-size: .9em;
}
ul.tagit li.tagit-choice .tagit-close .text-icon {
  color: #fff;
}
ul.tagit li.tagit-choice {
  background-color: #5bc0de;
  border-color: #46b8da;
}
ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove {
  background-color: #31B0D5;
  border-color: #269ABC;
}
input[type="text"].ui-widget-content.ui-autocomplete-input{
/*
  width: 3em;
*/
  font-size: 1.0em;
}

input[type="checkbox"], input[type="radio"]{
	margin-right: 2px;
}
.input-label label{
	margin-right: 10px;
}

legend{
	font-size: 1.2rem;
}

/*
table
*/
.table-responsive {
	width: 100%;
	height: 100%;
/*	overflow: scroll;*/
}
table.table-sticky {
	position: relative;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
.table-sticky td,
.table-sticky th {
	white-space: nowrap;
	border: 1px solid #ddd;
}
.table-sticky th {
	background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 2;
}
.table-sticky tfoot th {
	background-color: #fff;
	position: sticky;
	bottom: 0;
}

table tr.blue td{
	color: #0000FF;
}

/*
sidebar
*/
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar{
	width: 260px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding: 58px 0 0;
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

#sidebar.sticky{
    position: sticky;
    top: 0;
    height: calc(100vh - 58px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}
/*
#sidebar {
	width: 260px;
	display: block;
	font-weight: 200;

	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-size: cover;
	background-position: center center;
}
*/

#sidebar a{
/*	color: #fff;*/
}
#sidebar a:hover{
/*	color: #dc3545;*/
}
#sidebar.active {
    margin-left: -250px;
}

#sidebar {
    /* don't forget to add all the previously mentioned styles here too */

    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 0 20px;

}

#sidebar ul.components {
}

#sidebar ul p {
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 40px;
    display: block;
}
#sidebar ul li a:hover {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {

}
#sidebar ul li > ul{
	background: #2c3b41;
}
#sidebar ul li > ul li > ul{
	margin-left: 10px;
}

.container#signin{
	margin-left: auto;
	margin-right: auto;
}

input[type=checkbox] {
  margin: 3px;
}

.all-check label{
	margin-bottom: 0;
}
.radio label{
	margin-right: 10px;
}
.ui-dialog{
	z-index: 9999;
	background: #fff;
	padding: 0;
	border: none;
	max-width: 100%;
}
.ui-dialog .ui-dialog-titlebar{
	border-radius: 0;
}
.ui-dialog iframe{
	border: none;
}
#dialog .container{
}
#dialog .container .highlight{
	border: none;
	padding: 10px 0;
}

/*
loading
*/

.loading-modal-lg .modal-dialog{
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 120px);
    z-index: 1;
}
.loading-modal-lg .modal-dialog{
    background-color: transparent;
    border: none;
}
.loading-modal-lg .modal-content{
    padding: 30px;
    text-align: center;
}

#fixed-panel-header{
	max-width: 100%;
}

/*
pdf
*/
#modal-pdf .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem 0 1.75rem auto;
}
#modal-pdf .modal-dialog,
#modal-pdf .modal-content {
    height: 100%;
    max-height: 90vh;
}
#modal-pdf .modal-header{
    padding: 1rem 1rem 0 1rem;
    border-bottom: none;
}
#modal-pdf .modal-body {
    overflow-y: scroll;
    padding: 0;
}

/*
scrool
*/
#pageTop{
	position: fixed;
    right: 2px;
    bottom: -50px;
    z-index: 999999;
    width: 50px;
    height: 50px;
    background: 0 0;
    text-indent: 0;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    color:  #e8e8e8;
	font-size: 32px;
	padding: 0;
	text-align: center;
	border-radius: 5px;
	background: #000;
}

/*
sticky
*/
#sidebar{
	position: sticky;
	left: 0;
	z-index: 3;
}
#sidebar ul li{
}
#sidebar a:hover{
	text-decoration: none;
}

.table-sticky th{
	/*top: 141px;*/
	top: 64px;
}

.table-sticky-zero th{
	top: 0;
}

/*
btn
*/
span.btn{
	cursor: pointer;
}
.btn.disabled{
	cursor: unset;
}

.custom-select{
	width: auto;
/*
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;
*/
}
/*
form select multiple
*/
.custom-select[multiple],
.custom-select[size]:not([size="1"]){
	height: 60px;
	font-size: 80%;
}

/*
table
*/

tr.tr-type1 > th{
    width: 10%;
}
tr.tr-type1 > td{
    width: 90%;
}
tr.tr-type2 > th{
    width: 10%;
}
tr.tr-type2 > td{
    width: 40%;
}
tr.tr-type3 > th{
    width: 10%;
}
tr.tr-type3 > td{
    width: 23.33%;
}

tr.tr-type11 > th{
	width: 20%;
}
tr.tr-type11 > td{
	width: 80%;
}

table.tb{
	width: 100%;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
}
table.tb th{
	text-align: center;
}
table.tb th,
table.tb td{
}
table.tb > thead > tr > th,
table.tb > tbody > tr > th,
table.tb > tbody > tr > td{
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
}

table.tb-child1 > tbody > tr > th{
	border-right: 1px solid gray;
}
table.tb-child1 > tbody > tr > th,
table.tb-child1 > tbody > tr > td{
	border-top: 1px solid gray;
}


/*
input
*/
input[type="text"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input.age{
	width: 50px;
}
input.day{
	width: 30px;
}
input.namae_h{
	width: 65px;
}
input.number{
	width: 100px;
}

/*
	連絡ボックス
*/

.dialogMessageBox .ui-dialog-titlebar{
    display: none;
}
#dialog_frame_contactbox{
    padding: 0;
}

.contact_box_container {
  padding:0;
  background: #7494c0;
  overflow: hidden;
  max-width: 550px;
  margin: 20px auto;
  font-size: 80%;
}

/* タイトル部分 */
.contact_box_container .contact_box_title {
  background: #273246;
  padding: 10px;
  text-align: center;
  font-size: 150%;
  color: #ffffff;
}

/* 会話部分 */
.contact_box_container .contact_box_contents {
	padding: 10px;
	overflow: hidden;
	line-height: 135%;
}

.contact_box_container .scroll {
	height: 500px;
	overflow-y: scroll;
}

.contact_box_form{
	padding: 10px;
	overflow: hidden;
	overflow-y: scroll;
}
.contact_box_form .name{
	font-size: 80%;
	color: #ffffff;
}
.contact_box_form textarea{
	width: 100%;
}
.contact_box_form label{
	color: #fff;
}

/* スタンプ画像最大幅 */
.contact_box_container .stamp img {
	max-width:150px;
}

/* 相手の会話 */
.contact_box_container .contact_box_left {
	/*width: 100%;*/
	position: relative;
	display: block;
	margin-bottom: 5px;
	max-width: 80%;
	clear: both;
	float: left;
}

/* アイコン画像 */
.contact_box_container .contact_box_left figure {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 15px;
	left: 0;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
}

/* 正方形を用意 */
.contact_box_container .contact_box_left figure img{
	width: 100%;
}

.contact_box_container .contact_box_left .contact_box_left-text {
	margin-left: 70px;
}

.contact_box_container .contact_box_left .contact_box_left-text .name {
	font-size: 80%;
	color: #ffffff;
}

/* コメントエリア */
.contact_box_container .contact_box_left .text {
	margin: 0;
	position: relative;
	padding: 10px;
	border-radius: 20px;
	background-color: #ffffff;
}

/* 吹き出し */
.contact_box_container .contact_box_left .text::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -10px;
	top: 10px;
	border-right: 20px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

/* 自分の会話 */
.contact_box_container .contact_box_right {
	position: relative;
	display: block;
	margin: 5px 0;
	max-width: 75%;
	float: right;
	margin-right: 15px;
	clear: both;
	word-wrap: break-word;
}

/* コメントエリア */
.contact_box_container .contact_box_right .text {
	padding: 10px;
	border-radius: 20px;
	background-color: #8de055;
	margin: 0;
	margin-left: 80px;
}

/* 吹き出し */
.contact_box_container .contact_box_right .text::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -10px;
	top: 10px;
	border-left: 20px solid #8de055;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

/* 自分がスタンプを送る時 */
.contact_box_container .contact_box_right .stamp {
	position: relative;
	margin-left: 80px;
}

/* 既読エリア */
.contact_box_container .contact_box_right .date {
	content: '';
	position: absolute;
	display: block;
	width: 100px;
	text-align: right;
	left: -30px;
	bottom: 0px;
	font-size: 80%;
	color: #ffffff;
}

.pagination .btn{
	margin: 0 1px;
}

.badge-light{
	margin-left: 1px;
}

.text-pink{
	color: #ffb6c1 !important;
}

.searchclear{
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.w-date{
	max-width: 140px;
}

input[type="date"],
input.datepicker{
	max-width: 140px;
}

.dropdown-menu{
	top: 20px;
}

.ui-dialog-titlebar-close {
	right: 1em;
	background: url("/assets/jquery-ui/images/ui-icons_ffffff_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
	border: medium none;
}
/*
.ui-dialog-titlebar-close:hover {
	background: url("/assets/jquery-ui/images/ui-icons_ffffff_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
}
*/

@media screen and (max-width: 1200px) {
	.container-customized,
	.highlight-customized,
	.container{
		max-width: 100% !important;
	}
	table td{
		word-break: break-word;
	}
}

@media screen and (max-width: 980px) {
	header .flex-row{
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
}

@media screen and (max-width: 768px){
	table.tb-search{
		margin: 5px;
		width: 100%;
	}
	table.tb-search th,
	table.tb-search td{
		display: block;
		width: 100%;
		text-align: left;
	}
	.pagination .page-link{
		display: none;
	}
	.pagination .page-link.page-prev,
	.pagination .page-link.page-next{
		display: block !important;
	}
	
	.ui-dialog{
		max-width: 100%;
	}
	.ui-dialog .ui-dialog-content{
		padding: 0;
	}
	.custom-select{
		max-width: 100%;
	}
}