﻿@charset "UTF-8";
/* ------------------------------------------------------------
    HTML, Body, Anchor,etc.
   ------------------------------------------------------------ */

html {
	height: 100% !important;
}

body {
	font-family: "メイリオ", Meiryo;
	line-height: 1.5em;
}

/* ------------------------------------------------------------
    Menu
   ------------------------------------------------------------ */
#header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1050;
	width: 100%;
}

.navbar_brand_img {
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
}

/*
.menu_bar_user_name {
	max-width: 200px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	top: 4px;
}
*/

/* ------------------------------------------------------------
    Main Content
   ------------------------------------------------------------ */
#main {
	margin-top: 60px;
	width: 100%;
}

.company_logo {
	height: 100px;
	margin: 0;
	padding: 0;

}

/* ------------------------------------------------------------
    footer
   ------------------------------------------------------------ */
#footer {
	margin-top: auto;
	width: 100%;
}


/* ------------------------------------------------------------
     Other
   ------------------------------------------------------------ */
.required::after {
	content: "必須";
	color: #ffffff;
	background: #cc0000;
	font-size: 0.8em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	border-radius: 0.5em;
	margin-left: 0.3em;
}

/* ------------------------------------------------------------
    background color
   ------------------------------------------------------------ */
.bg_list_selected {
	background-color: lightcyan;
}

/* ------------------------------------------------------------
    background gradient
   ------------------------------------------------------------ */
/*
.bg-gradient {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}
*/
.bg-gradient-primary {
	background: #007bff linear-gradient(180deg, #268fff, #007bff) repeat-x !important;
}

.bg-gradient-secondary {
	background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x !important;
}

.bg-gradient-success {
	background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important;
}

.bg-gradient-info {
	background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important;
}

.bg-gradient-warning {
	background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important;
}

.bg-gradient-danger {
	background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
}

.bg-gradient-light {
	background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x !important;
}

.bg-gradient-dark {
	background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important;
}

/* ------------------------------------------------------------
    Bootstrap custom-file
   ------------------------------------------------------------ */
.custom-file {
	overflow: hidden;
}

.custom-file-label {
	white-space: nowrap;
}


/* ------------------------------------------------------------
    datepicker customize
   ------------------------------------------------------------ */
.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
	color: #f00;
}

.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
	color: #00f;
}


/* ------------------------------------------------------------
    table style
   ------------------------------------------------------------ */
.thead_detail_info th {
	background-color: aliceblue !important;
}

/* ------------------------------------------------------------
    text style
   ------------------------------------------------------------ */
.text-pre-wrap {
	white-space: pre-wrap;
}