/* login */

.tooltip-inner{
	width: 160px;
	}
.login-form {
margin: 0 auto;
padding-top: 100px;
}
.login-form form {
color: #7a7a7a;
border-radius: 15px;
margin-bottom: 15px;
font-size: 13px;
background: #ececec;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
padding: 30px;	
position: relative;	
}
.login-form h2 {
font-size: 22px;
margin: 35px 0 25px;
}
.login-form .avatar {
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
top: -50px;
width: 100px;
height: 100px;
border-radius: 50%;
z-index: 9;
background: #21387C;
padding: 15px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.login-form .avatar img {
width: 100%;
height: 5em;
}



.user .avatar {
margin: 0 auto;
left: 0;
right: 0;
top: 0;
width: 100px;
height: 100px;
border-radius: 50%;
z-index: 9;
background: #f9f9f9;
padding: 15px;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.user .avatar img {
width: 100%;
}
.profile h4, .profile h5, .sw h4{
	text-align: center;
}
.select-avatar {
	padding-top: 0.5em;
}
.select-avatar .avatar-kind {
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	z-index: 9;
	background: #f9f9f9;
	padding: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	}
.select-avatar .avatar-kind img {
	width: 100%;
	}

.navbar-brand {
  background: url("https://fujizemi.jukusystem.com/img/fujizemi_logo.svg") no-repeat left bottom;
  background-size: contain;
  height: 5px;
  width: 120px;
}

.videoList .list-group, .myList .list-group, .plan_movie .list-group{
    max-height: 300px;
    min-height: 200px;
    margin-bottom: 10px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
}
.vimeo_control{
	margin-top: 24px;
	padding-right: 15px;
}


.bg-white{
	padding: 1em;
	background-color: #FFFFFF;
}

.list-white{

	background-color: #FFFFFF;
}
#lg2 a , .list_name {
	font-size: 1.5vmin;
}

#list .col-xs-12{
	padding-left: initial;
	padding-right: initial;
}

.listcard {

	width: 100%;
	color: #000000;
	background-color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
	float: left;
	margin-bottom: 1em;
	padding: 1em;


}

.listcard:hover {
    text-decoration: none;

}

.listcontainer {
    padding: 2px 16px;
}


@media screen and (max-width: 768px){
	.bg-white{
		margin: 0.5em 0;
		background-color: #FFFFFF;
	}

	#lg2 a , .list_name{
		font-size: 1.5rem;
	}
.col-xs-12.player, .col-sm-12.player{
	padding-left: initial;
	padding-right: initial;
}
.login-form form {

padding-right: 10px;

padding-left: 10px;

}
}

.tbl_center{
	text-align: center;
}
.tbl_info{
	font-size: 3.5vmin;
}

.tab-content{
    padding-top: 1em;
}

.check_no {
	color: rgb(177, 177, 177);
}

.check_ok {
	color: #2196f3;
}

.subFont{
	font-size: x-small;
	}
	.video { position: relative; height: 0; padding: 0 0 56.25%; overflow: hidden; }
	.video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	table.table01 {
		width:100%;
		border-right:#a9a9a9 solid 1px;
		border-collapse: collapse;
	}
	table.table01 thead th {
		background:#a9a9a9;
		color:#FFF;
		padding:10px 15px;
		border-right:#FFF solid 1px;
		border-bottom:#FFF solid 1px;
		text-align: center;
	}
	table.table01 thead th:last-child {
		border-right:#a9a9a9 solid 1px;
	}
	table.table01 tbody th {
		background:#a9a9a9;
		color:#FFF;
		padding:10px 15px;
		border-bottom:#FFF solid 1px;
		vertical-align:middle;
		text-align: center;
	}
	table.table01 tbody tr:last-child th {
		border-bottom:#a9a9a9 solid 1px;
	}
	table.table01 tbody td {
		background:#FFF;
		padding:5px 5px;
		border-left:#a9a9a9 solid 1px;
		border-bottom:#a9a9a9 solid 1px;
		border-top:#a9a9a9 solid 1px;
		border-right:#a9a9a9 solid 1px;
		vertical-align:middle;
		text-align: center;
	}
	 
	@media screen and (max-width: 640px) {
	table.table01 thead {
		display:none;
	}
	table.table01 tbody th {
		display:block;
	}
	table.table01 tbody td {
		display:block;
		border-left:#a9a9a9 solid 1px;
		border-bottom:#a9a9a9 solid 1px;
		border-top:#a9a9a9 solid 0px;
		border-right:#a9a9a9 solid 0px;
	}
	
	
	}
	dl.qa{


		line-height:1.8em;
		font-size: 1.4em;
		overflow: hidden;
		_zoom: 1;
   }
   
   dl.qa dd,
   dl.qa dt{
		text-indent: -1.6em;   
		padding: 0 20px 0px 50px;
   }
   
   dl.qa dt{
		margin:20px 20px 0 0;
   }
   
   dl.qa dd:first-letter,
   dl.qa dt:first-letter{
		font-size: 1.4em;
		font-weight: bold;
		margin-right:10px;
		padding:5px;
		font-family: 'Nunito', sans-serif;
   }
   
   
   dl.qa dd{
		margin: 20px 0 -1px 0;
		padding-bottom:15px;
		border-bottom: 1px #000 dotted;
   }
   
   
   dl.qa dt:first-letter{
		color: #0F78E1;
   }
   dl.qa dd:first-letter{
		color: #ff6767;
   }

/*    .xs-user .avatar {

	width: 75px;
	height: 75px;
	border-radius: 50%;
	z-index: 9;
	background: #f9f9f9;
	padding: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	} */
	.xs-user .avatar img {
		width: 40px;
		height: 40px;
		margin: 0.5em;
	}
/* navbar collapse for iPad (bootstrap) */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

summary {
	position: relative;
	display: block; /* 矢印を消す */
	padding: 10px 10px 10px 30px; /* アイコンの余白を開ける */
	cursor: pointer; /* カーソルをポインターに */
	font-weight: bold;
	background-color: #e2f0f7;
	transition: 0.2s;
  }
  summary:hover {
	background-color: #ccebfb;
  }
  summary::-webkit-details-marker {
	display: none;/* 矢印を消す */
  }
  
  /* 疑似要素でアイコンを表示 */
  summary:before,
  summary:after {
	content: "";
	margin: auto 0 auto 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
  }
  summary:before {
	width: 16px;
	height: 16px;
	border-radius: 4px;
	background-color: #1da1ff;
  }
  summary:after {
	left: 6px;
	width: 5px;
	height: 5px;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	box-sizing: border-box;
	transition: .1s;
  }
  
  /* オープン時のスタイル */
  details[open] summary {
	background-color: #ccebfb;
  }
  details[open] summary:after {
	transform: rotate(90deg); /* アイコンを回転 */
	left: 4px; /* 位置を調整 */
	top: 5px; /* 位置を調整 */
  }
  
  /* アニメーション */
  details[open] .details-content {
	animation: fadeIn 0.5s ease;
  }
  @keyframes fadeIn {
	0% {
	  opacity: 0;
	  transform: translateY(-10px);
	}
	100% {
	  opacity: 1;
	  transform: none;
	}
  }

.fz-badge {
    display: inline-block;
    color: #fff;
    padding: 0.2rem 0.3rem;
    border-radius: 0.1rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.fz-bg-red {
    background-color: #d33928;
}

.fz-bg-blue {
    background-color: #1e48f0;
}

.fz-bg-yellow {
    background-color: #fef540;
}

.fz-bg-green {
    background-color: #11b61c;
}

.fz-bg-purple {
    background-color: #a635f2;
}
