html,body {
	height:calc(100%);
}


.not_vis	{
	display:none !important;
}

.err_msg	{
	color:#f00;
}

.height_zero	{
	display:none;
}

/*.modal-dialog{
  display: flex;
  align-items: center;
  min-height: 100%;
}
*/
input[type=checkbox] {
	width:16px;
	height:16px;
}

table.view_table {
	transition:.3s;
}

body {
	background-color:#eee;
}
.sidemenu	{
	background-color:#eee;
	margin-top:70px;
}

.sidemenu dl{
	width:100%;
}

.sidemenu dl dt{
	color:#eee;
	text-align: center;
}

#header	{
	height:70px;
	width:100%;
/*	background-color:#424242;*/
}

#header h1	{
	color:#eee;
	font-size:16px;
	margin:0;
}

#header .company	{
	color:#eee;
	width:400px;
	height:60px;
	position:absolute;
	right:20px;
	top:0;
	padding-top:5px;
	padding-bottom:5px;
}

#header p	{
	margin:0;
}

#header .user_btn	{
	position:absolute;
	right:0;
	bottom:0;
	font-size:13px;
	width:200px;
	height:50px;
}

#header .user_btn .dropdown-menu	{
	right:0;
}

#header .user_btn button	{
	padding-left:20px;
	padding-right:20px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:15px;
	position:absolute;
	right:0;
	bottom:0;
}

#content	{
	margin-top:70px;
	padding-top:20px;
	padding-bottom:100px;
}

#content.auth	{
	margin-top:70px;
	padding-top:20px;
	padding-bottom:100px;
}

.card-header h5 {
	margin:0 !important;
}

/*サイドメニュー*/
.sidemenu {

}

.sidemenu ul {
    margin:0;
    padding:0;
}

.sidemenu ul li {
    list-style: none;
	line-height:2em;
}

/*研修会情報一覧*/

.seminar_list    {

}

.seminar_list th, .seminar_list td    {
    vertical-align: middle;
}

.seminar_list th    {
    text-align:center;
}



/*研修会情報新規登録*/

#seminar_form th
{
    width:180px;
    vertical-align: middle;
}


/*研修会情報編集*/

#place_edit_area
{
    border:1px solid #ddd;
    padding:10px;
    margin-top:10px;
}



.sctc a button
{
	color:#fff;
}

.sctc a:hover
{
	text-decoration: none;
}


.fix_message
{
	color:#00f;
}





