@charset "UTF-8";

p.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 60px;
	cursor: pointer;
	z-index: 1000
}

.pc_none {
	display: none
}

.dn {
	display: none
}

@media screen and (max-width: 640px) {
	.pc_none {
		display: block
	}
	.sp_none {
		display: none
	}
	.spw100 {
		width: 100%
	}
	p.pagetop {
		bottom: 10px;
		right: 10px
	}
}

header #header {
	zoom: 1;
	position: relative;
	width: 100%;
	height: 68px;
	border-bottom: solid 1px black
}

header #header:after {
	display: table;
	clear: both;
	content: ""
}

header #header:before {
	display: table;
	content: ""
}

@media screen and (max-width: 640px) {
	header #header {
		height: 50px
	}
}

header #header h1 {
	position: absolute;
	line-height: 1em;
	top: 15px;
	left: 15px;
	font-size: 1
}

@media screen and (max-width: 640px) {
	header #header h1 {
		width: 220px;
		top: 3px;
		left: 10px
	}
	header #header h1 img {
		width: 100%;
		vertical-align: baseline
	}
}

header #header ul.head_nav {
	margin-bottom: 15px;
	border-radius: 10px 0px 0px 10px
}

header #header ul.head_nav li a {
	font-size: 13px;
	display: block;
	line-height: 40px;
	font-weight: bold;
	padding: 0 15px;
	border: solid 1px #666;
	transition: .3s;
	color: white;
	background: #666
}

@media screen and (max-width: 640px) {
	header #header ul.head_nav li a {
		border-color: white !important
	}
}

header #header ul.head_nav li a:hover {
	text-decoration: none;
	background: none;
	transition: .3s;
	color: #666
}

header #header ul.head_nav li.logout {
	font-size: 12px
}

header #header ul.head_nav li.logout a {
	border-color: #E7022D;
	background-color: #E7022D
}

header #header ul.head_nav li.logout a:hover {
	background: none;
	color: red
}

.toggler {
	display: block;
	color: black;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 14px;
	right: 14px;
	border: solid 1px black;
	z-index: 111
}

.toggler i.fas {
	margin-right: 0
}

.toggler i.fas:before {
	width: 30px
}

aside {
	display: none;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	padding: 30px;
	padding-top: 15px;
	position: absolute;
	top: 68px;
	z-index: 111
}

aside .main-nav {
	display: block;
	clear: both;
	background-color: black
}

@media screen and (max-width: 640px) {
	aside .main-nav {
		background: none
	}
}

aside .main-nav ul.navbar-nav {
	width: 1140px;
	margin: 0 auto
}

@media screen and (min-width: 641px) {
	aside .main-nav ul.navbar-nav {
		width: 100%
	}
}

@media screen and (max-width: 640px) {
	aside .main-nav ul.navbar-nav {
		width: 100%;
		margin-top: -1px;
		display: block
	}
}

aside .main-nav ul.navbar-nav li {
	position: relative;
	display: block
}

@media screen and (max-width: 640px) {
	aside .main-nav ul.navbar-nav li {
		border: solid 1px white;
		margin-top: -1px;
		padding: 4px 10px
	}
}

aside .main-nav ul.navbar-nav li a {
	color: white;
	font-size: 16px;
	transition: .3s
}

@media screen and (max-width: 640px) {
	aside .main-nav ul.navbar-nav li a {
		padding-left: 0 !important
	}
}

aside .main-nav ul.navbar-nav li a:hover {
	color: #efa320;
	transition: .3s;
	text-decoration: none
}

aside .main-nav ul.navbar-nav li.submenu i.fas {
	margin-left: 10px
}

aside .main-nav ul.navbar-nav li.submenu i.fas:before {
	width: 10px
}

aside .main-nav ul.navbar-nav li.submenu .dropdwn_menu {
	width: 100%;
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	padding: 0;
	z-index: 11;
	background: #f0f0f0
}

@media screen and (max-width: 640px) {
	aside .main-nav ul.navbar-nav li.submenu .dropdwn_menu {
		position: static;
		margin-bottom: 10px;
		background: none
	}
}

aside .main-nav ul.navbar-nav li.submenu .dropdwn_menu li {
	width: 100%
}

@media screen and (max-width: 640px) {
	aside .main-nav ul.navbar-nav li.submenu .dropdwn_menu li {
		background: rgba(255, 255, 255, 0.2);
		margin: 0;
		margin-bottom: 2px;
		border: none
	}
}

aside .main-nav ul.navbar-nav li.submenu .dropdwn_menu li a {
	padding: 9px 10px;
	border-left: solid 4px #ccc;
	font-size: 1em;
	line-height: 1em;
	padding-left: 10px;
	display: block;
	border-bottom: solid 1px #ccc;
	color: #333
}

@media screen and (max-width: 640px) {
	aside .main-nav ul.navbar-nav li.submenu .dropdwn_menu li a {
		border: none;
		color: white
	}
}

aside .main-nav ul.navbar-nav li.submenu .dropdwn_menu li a:hover {
	background: #888;
	color: white
}

aside.pcnone {
	border-bottom: solid 5px #000
}

.fas {
	width: 15px;
	margin-right: 5px
}

.container {
	padding: 30px 0
}

@media screen and (max-width: 640px) {
	.container {
		padding: 20px 15px;
		border-top: solid 1px #ccc
	}
}

.cont_m {
	width: 1140px;
	margin: 0 auto
}

@media screen and (min-width: 641px) {
	.cont_m {
		width: 100%
	}
}

table {
	width: 100%
}

table tr td,
table tr th {
	padding: 5px;
	border: solid 1px #ccc
}

span.error_val {
	color: red;
	font-size: 12px;
	display: block;
	line-height: 1em;
	margin-top: 8px;
	margin-bottom: 0px
}

.errorbox {
	margin-bottom: 15px
}

.errorbox span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: red;
	margin-bottom: 7px
}

.errorbox span:last-child {
	margin-bottom: 0
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
	border: none;
	border: solid 1px #c9c9c9;
	height: 34px;
	line-height: 34px;
	border-radius: 5px;
	font-size: 15px;
	padding: 0rem 0.75rem
}

@media screen and (min-width: 641px) {
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="number"] {
		height: 45px;
		line-height: 45px
	}
}

input[type="password"] {
	font-size: 20px
}

input[type="radio"],
input[type="checkbox"] {
	border: none;
	border: solid 1px #ccc
}

input.error {
	border-color: red
}

select {
	border-radius: 5px;
	border: none;
	padding: 0px 8px;
	height: 34px;
	border: solid 1px #c9c9c9
}

@media screen and (min-width: 641px) {
	select {
		height: 45px
	}
}

.originalFilelabel {
	margin-right: 10px;
	position: relative;
	display: inline-block;
	border-radius: 5px;
	width: 100%
}

.originalFilelabel input[type="file"] {
	padding: 2px 1em;
	height: 100%;
	width: 80%;
	display: inline-block;
	border: solid 1px #ccc;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0
}

.originalFilelabel span.thumb {
	display: inline-block;
	overflow: hidden;
	margin-left: 5px;
	position: absolute;
	top: 0;
	right: 0
}

.originalFilelabel span.thumb img {
	width: 28px;
	vertical-align: bottom
}

button.btn {
	background: none;
	border: solid 1px black;
	border-radius: 10px;
	padding: 10px 40px;
	box-shadow: 0px 3px 0px #ccc;
	font-weight: bold;
	line-height: 1em
}

@media screen and (max-width: 640px) {
	button.btn {
		width: 100%;
		padding: 10px;
		display: inline-block;
		font-size: 13px;
		letter-spacing: 0px
	}
}

button.btn i.fas {
	margin-right: 10px
}

@media screen and (max-width: 640px) {
	button.btn i.fas {
		margin-right: 5px
	}
}

button.btn:hover {
	color: white !important
}

button.btn:hover i.fas {
	color: white !important
}

button.btn.green {
	border-color: #21B33C;
	color: #21B33C
}

button.btn.green:hover {
	background-color: #21B33C
}

button.btn.yellow {
	border-color: #efa320;
	color: #efa320
}

button.btn.yellow:hover {
	background-color: #efa320
}

button.btn.red {
	border-color: #E7022D;
	color: #E7022D
}

button.btn.red:hover {
	background-color: #E7022D
}

button.btn.blue {
	border-color: #1D6AB2;
	color: #1D6AB2
}

button.btn.blue:hover {
	background-color: #1D6AB2
}

button.btn.purple {
	border-color: #84599f;
	color: #84599f
}

button.btn.purple:hover {
	background-color: #84599f
}

button.btn.grey {
	border-color: #999;
	color: #999
}

button.btn.grey:hover {
	background-color: #999
}

ul.block-center {
	text-align: center;
	zoom: 1
}

ul.block-center:after {
	display: table;
	clear: both;
	content: ""
}

ul.block-center:before {
	display: table;
	content: ""
}

ul.block-center li {
	display: inline-block;
	margin: 0px 9px
}

@media screen and (max-width: 640px) {
	ul.block-center li {
		display: block;
		width: 48%;
		margin: 0 1%;
		float: left;
		margin-bottom: 10px
	}
	ul.block-center li button.btn {
		width: 100%;
		margin: 0
	}
}

.table-responsive {
	margin-bottom: 25px
}

table.basiclist thead {
	border-bottom: solid 2px #ccc
}

table.basiclist tr td,
table.basiclist tr th {
	border: solid 1px #ccc;
	padding: 10px;
	font-size: 14px
}

table.basiclist tr th {
	white-space: nowrap
}

table.basiclist thead tr,
table.basiclist tbody th{
	background-color:#e4f0fa;
}

.catch {
	font-size: 22px;
	border-left: solid 5px #fc1b1c;
	line-height: 1em;
	margin-bottom: 15px;
	padding-left: 10px;
	letter-spacing: 1px;
	font-weight: bold
}

@media screen and (max-width: 640px) {
	.catch {
		margin-bottom: 18px
	}
}

.subcatch {
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 15px;
	border-left: solid 4px #000;
	padding-left: 10px
}

@media screen and (max-width: 640px) {
	.subcatch {
		margin-bottom: 18px
	}
}

footer {
	background: white;
	width: 100%
}

footer .footbody .copyright {
	line-height: 40px;
	text-align: center;
	color: white;
	font-size: 10px;
	letter-spacing: 1px
}

.kadomaru {
	padding: 0.5em 1em;
	margin: 2em 0;
	font-weight: bold;
	color: black;
	background: #FFF;
	border: solid 5px #4f81c7;
	border-radius: 10px;
}

.kadomaru p {
	margin: 0;
	padding: 0;
}

.titlebox {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	/* border: solid 4px #4f81c7;
     */
	border: solid 1px #898989;
	border-radius: 10px;
}

.titlebox .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	/* color: #4f81c7; */
	color: #636363;
	font-weight: bold;
}

.titlebox span {
	margin: 0;
	padding: 0;
}

.stripebox {
	padding: 0.5em 1em;
	margin: 2em 0;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
	border-radius: 15px;
}

.colorbox {
	padding: 0.5em 1em;
	margin: 2em 0;
	background: #dcefff;
	border-radius: 15px;
}

.colorbox .box-titles {
	font-size: 1.0em;
	background: #5fb3f5;
	margin-left: -14px;
	margin-right: -14px;
	margin-top: -6px;
	/* margin: -;  */
	padding: 0;
	/* padding: 0.5em 1em; */
	/* margin: 2em 0; */
	text-align: center;
	color: #FFF;
	font-weight: bold;
	/* letter-spacing: 0.05em; */
}

.colorbox .box-titles2 {
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	color: #4f81c7;
	/*文字色*/
	padding: 0.5em 0;
	/*上下の余白*/
	border-top: solid 3px #4f81c7;
	/*上線*/
	border-bottom: solid 3px #4f81c7;
	/*下線*/
	border-radius: 3px;
}

.tit01 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #268aed
	/* ; padding: 8px; padding-left: 0; border-bottom: solid 4px #F26964 */
	;
}

.acctit {
	position: relative;
	cursor: pointer;
}

.fukidasi {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #e0edff;
	border-radius: 15px;
}

.fukidasi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
}

.fukidasi p {
	margin: 0;
	padding: 0;
}

.mame {
	position: relative;
	padding-left: 35px;
}

.mame:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f0eb";
	background: #ffca2c;
	color: white;
	font-weight: 900;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mame:after {
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	height: 0;
	width: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #ffca2c;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.midasi {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}

.gaido {
	position: relative;
	background: #ffd98a;
	padding: 2px 5px 2px 25px;
	font-size: 20px;
	color: #474747;
	border-radius: 0 10px 10px 0;
}

.gaido:before {
	font-family: "Font Awesome 5 Free";
	content: "\f135";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #ffa337;
	font-weight: 900;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	left: -1.35em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 3px white;
	border-radius: 50%;
}

.tejyun {
	position: relative;
	display: inline-block;
	margin: 1rem 0 1rem -10px;
	padding: 1rem 3rem;
	color: #fff;
	border-radius: 0 10vh 10vh 0;
	background: #0062a8;
}

.tejyun:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #0080db;
	border-left: 10px solid transparent;
}


/*タブ切り替え全体のスタイル*/

.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
	/* width: 700px; */
	width: 90%;
	margin: 0 auto;
}

.tab_area label {
	width: 200px;
	display: inline-block;
	padding: 14px 0 12px;
	color: #fff;
	background: #000;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	transition: ease 0.2s opacity;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	vertical-align: bottom;
	transition: ease 0.2s;
	margin: 10px 5px 0;
}

.tab_item {
	width: 200px;
	display: inline-block;
	padding: 14px 0 12px;
	color: #fff;
	background: #000;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	transition: ease 0.2s opacity;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	vertical-align: bottom;
	transition: ease 0.2s;
	margin: 10px 5px 0;
}

.tab_item:hover {
	opacity: 0.75;
}

input[name="tab_item"] {
	display: none;
}

.tab_content {
	display: none;
	padding: 40px 40px 0;
	clear: both;
	overflow: hidden;
}

#all:checked~#all_content,
#seisyu2:checked~#seisyu2_content {
	display: block;
}

.tabs input:checked+.tab_item {
	background-color: #0071c2;
	color: #fff;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	transform: scale(0, 0);
	transition: all .2s ease-in;
}

.modal.active {
	opacity: 1;
	transform: scale(1, 1);
}

.modal>div {
	padding: 16px;
	background: #fff;
	text-align: center;
}

.modal>div>h1 {
	margin-bottom: 22px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

.modal-btn button {
	cursor: pointer;
	box-shadow: none;
	border: none;
	border-radius: 4px;
	background: #ccc;
	padding: 10px;
	color: #fff;
}

.renraku_tab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}

.renraku_tab input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.renraku_tab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #1a406d;
}

.renraku_tab .renraku_tab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	/* background: #e8f2fb; */
}

.renraku_tab .renraku_tab-content p {
	margin: 1em;
}

.renraku_tab input:checked~.renraku_tab-content {
	max-height: 2000px;
}

.renraku_tab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}

.renraku_tab input[type=checkbox]+label::after {
	content: '+';
}

.renraku_tab input[type=checkbox]:checked+label::after {
	transform: rotate(315deg);
}


/* チャット */

.chat_balloon {
	width: 100%;
	margin: 1.5em 0;
	overflow: hidden;
}

.chat_balloon .faceicon {
	float: left;
	margin-right: -90px;
	width: 80px;
}

.chat_balloon .faceicon img {
	width: 100%;
	height: auto;
	border: solid 3px #d7ebfe;
	border-radius: 50%;
}

.chat_balloon .chatting {
	width: 100%;
}

.says {
	display: inline-block;
	position: relative;
	margin: 5px 0 0 105px;
	padding: 17px 13px;
	border-radius: 12px;
	background: #d7ebfe;
}

.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px;
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #d7ebfe;
}

.says p {
	margin: 0;
	padding: 0;
}

.line-back {
	padding: 20px 10px;
	/* max-width: 450px; */
	margin: 15px auto;
	text-align: right;
	font-size: 14px;
	background: #7da4cd;
}

.balloonHidari {
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
}

.balloonHidari .faceicon {
	float: left;
	margin-right: -50px;
	width: 40px;
}

.balloonHidari .faceicon img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.balloonHidari .chatting {
	width: 100%;
	text-align: left;
}

.says {
	display: inline-block;
	position: relative;
	margin: 0 0 0 15px;
	padding: 10px;
	min-width: 300px;
	border-radius: 12px;
	background: #edf1ee;
}

.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 3px;
	left: -19px;
	border: 8px solid transparent;
	border-right: 18px solid #edf1ee;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

.says p {
	margin: 0;
	padding: 0;
}

.balloonMigi {
	margin: 10px 0;
}

.balloonMigi p {
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	padding: 8px;
	min-width: 300px;
	border-radius: 12px;
	/* background: #30e852; */
	background: #96fff5;
	font-size: 15px;
}

.balloonMigi p:after {
	content: "";
	position: absolute;
	top: 3px;
	right: -19px;
	border: 8px solid transparent;
	/* border-left: 18px solid #30e852; */
	border-left: 18px solid #96fff5;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

nav.tag_search01 ul li label.active,
nav.tag_search01 ul li label:hover {
	background: #517EE1;
	color: white;
	transition: .3s;
	border: solid 1px #517EE1;
}

nav.tag_search01 ul li label {
	display: block;
	background: white;
	padding: 2px 10px;
	font-size: 13px;
	border: solid 1px #ccc;
	border-radius: 10px;
	font-weight: bold;
	color: #444;
	cursor: pointer;
	transition: .3s;
}

nav.tag_search01 ul li input[type="checkbox"] {
	display: none;
}

nav.tag_search01 ul li .check_box:checked ~ .label {
	background-color: #517EE1;
	color: white;
	border: solid 1px #517EE1;
}

nav.tag_search01 ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

nav.tag_search02 ul li label.active,
nav.tag_search01 ul li label:hover {
	background: #517EE1;
	color: white;
	transition: .3s;
	border: solid 1px #517EE1;
}

nav.tag_search02 ul li label {
	display: block;
	background: white;
	padding: 2px 10px;
	font-size: 13px;
	border: solid 1px #ccc;
	border-radius: 10px;
	font-weight: bold;
	color: #444;
	cursor: pointer;
	transition: .3s;
}

nav.tag_search02 ul li input[type="checkbox"] {
	display: none;
}

nav.tag_search02 ul li .check_box:checked ~ .label {
	background-color: #517EE1;
	color: white;
	border: solid 1px #517EE1;
}

nav.tag_search02 ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tit02 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #268aed;
	padding: 8px;
	padding-left: 0;
	/*	border-bottom: solid 4px #F26964; */
}

.w-mn {
	width: 2rem !important;
}

.w-xs {
	width: 4rem !important;
}

.w-sm {
	width: 6.5rem !important;
}

.w-md {
	width: 10rem !important;
}

.w-lg {
	width: 15rem !important;
}

.w-xl {
	width: 20rem !important;
}

.w-mx {
	width: 100% !important;
}

.no-ime,
.noime {
	ime-mode: disabled;
}

.ime-on{
	ime-mode:active;
}

.hide,
.hidden {
	display: none;
}

header #header {
	zoom: 1;
	position: relative;
	width: 100%;
	height: 68px;
	border-bottom: solid 1px black
}

header #header:after {
	display: table;
	clear: both;
	content: ""
}

header #header:before {
	display: table;
	content: ""
}

@media screen and (max-width: 640px) {
	header #header {
		height: 50px
	}
}

header #header h1 {
	position: absolute;
	line-height: 1em;
	top: 15px;
	left: 15px;
	font-size: 1
}

@media screen and (max-width: 640px) {
	header #header h1 {
		width: 220px;
		top: 3px;
		left: 10px
	}
	header #header h1 img {
		width: 100%;
		vertical-align: baseline
	}
}

header #header ul.head_nav {
	margin-bottom: 15px;
	border-radius: 10px 0px 0px 10px
}

header #header ul.head_nav li a {
	font-size: 13px;
	display: block;
	line-height: 40px;
	font-weight: bold;
	padding: 0 15px;
	border: solid 1px #666;
	transition: .3s;
	color: white;
	background: #666
}

@media screen and (max-width: 640px) {
	header #header ul.head_nav li a {
		border-color: white !important
	}
}

header #header ul.head_nav li a:hover {
	text-decoration: none;
	background: none;
	transition: .3s;
	color: #666
}

header #header ul.head_nav li.logout {
	font-size: 12px
}

header #header ul.head_nav li.logout a {
	border-color: #E7022D;
	background-color: #E7022D
}

header #header ul.head_nav li.logout a:hover {
	background: none;
	color: red
}

.toggler {
	display: block;
	color: black;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 14px;
	right: 14px;
	border: solid 1px black;
	z-index: 111
}

.toggler i.fas {
	margin-right: 0
}

.toggler i.fas:before {
	width: 30px
}

aside {
	display: none;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	padding: 30px;
	padding-top: 15px;
	position: absolute;
	top: 68px;
	z-index: 111
}

aside .main-nav {
	display: block;
	clear: both;
	background-color: black
}

@media screen and (max-width: 640px) {
	aside .main-nav {
		background: none
	}
}

aside .main-nav ul.navbar-nav {
	width: 1140px;
	margin: 0 auto
}

@media screen and (min-width: 641px) {
	aside .main-nav ul.navbar-nav {
		width: 100%
	}
}

@media screen and (max-width: 640px) {
	aside .main-nav ul.navbar-nav {
		width: 100%;
		margin-top: -1px;
		display: block
	}
}

aside .main-nav ul.navbar-nav li {
	position: relative;
	display: block
}

@media screen and (max-width: 640px) {
	aside .main-nav ul.navbar-nav li {
		border: solid 1px white;
		margin-top: -1px;
		padding: 4px 10px
	}
}

aside .main-nav ul.navbar-nav li a {
	color: white;
	font-size: 16px;
	transition: .3s
}

@media screen and (max-width: 640px) {
	aside .main-nav ul.navbar-nav li a {
		padding-left: 0 !important
	}
}

aside .main-nav ul.navbar-nav li a:hover {
	color: #efa320;
	transition: .3s;
	text-decoration: none
}

aside .main-nav ul.navbar-nav li.submenu i.fas {
	margin-left: 10px
}

aside .main-nav ul.navbar-nav li.submenu i.fas:before {
	width: 10px
}

aside .main-nav ul.navbar-nav li.submenu .dropdwn_menu {
	min-width: 100%;
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
	padding: 0;
	z-index: 11;
	background: #f0f0f0
}

@media screen and (max-width: 640px) {
	aside .main-nav ul.navbar-nav li.submenu .dropdwn_menu {
		position: static;
		margin-bottom: 10px;
		background: none
	}
}

aside .main-nav ul.navbar-nav li.submenu .dropdwn_menu li {
	width: 100%
}

@media screen and (max-width: 640px) {
	aside .main-nav ul.navbar-nav li.submenu .dropdwn_menu li {
		background: rgba(255, 255, 255, 0.2);
		margin: 0;
		margin-bottom: 2px;
		border: none
	}
}

aside .main-nav ul.navbar-nav li.submenu .dropdwn_menu li a {
	padding: 9px 10px;
	border-left: solid 4px #ccc;
	font-size: 1em;
	line-height: 1em;
	padding-left: 10px;
	display: block;
	border-bottom: solid 1px #ccc;
	color: #333;
	white-space: nowrap;
}

@media screen and (max-width: 640px) {
	aside .main-nav ul.navbar-nav li.submenu .dropdwn_menu li a {
		border: none;
		color: white
	}
}

aside .main-nav ul.navbar-nav li.submenu .dropdwn_menu li a:hover {
	background: #888;
	color: white
}

aside.pcnone {
	border-bottom: solid 5px #000
}

.container {
	padding: 30px 0
}

@media screen and (max-width: 640px) {
	.container {
		padding: 20px 15px;
		border-top: solid 1px #ccc
	}
}

.cont_m {
	width: 1140px;
	margin: 0 auto
}

@media screen and (min-width: 641px) {
	.cont_m {
		width: 100%
	}
}

table {
	width: 100%
}

table tr td,
table tr th {
	padding: 5px;
	border: solid 1px #ccc
}

span.is-invalid,
div.is-invalid,
em.is-invalid,
dd.is-invalid,
label.is-invalid {
	border: none;
	padding-right: inherit;
	background-image: none;
	color: red;
	font-size: 12px;
	display: block;
	line-height: 1em;
	margin-top: 8px;
	margin-bottom: 0px
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
	border: none;
	border: solid 1px #c9c9c9;
	height: 34px;
	/*	line-height: 34px;*/
	border-radius: 5px;
	font-size: 15px;
	padding: 0rem 0.75rem
}

textarea {
	border: none;
	border: solid 1px #c9c9c9;
	/*	line-height: 1.5;*/
	border-radius: 5px;
	font-size: 15px;
	padding: 0rem 0.75rem
}

@media screen and (min-width: 641px) {
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="number"] {
		height: 45px;
		/*		line-height: 45px*/
	}
	textarea {}
}

input[type="password"] {
	font-size: 20px
}

input[type="radio"],
input[type="checkbox"] {
	border: none;
	border: solid 1px #ccc
}

select {
	border-radius: 5px;
	border: none;
	padding: 0px 8px;
	height: 34px;
	border: solid 1px #c9c9c9
}

@media screen and (min-width: 641px) {
	select {
		height: 45px
	}
}

.originalFilelabel {
	margin-right: 10px;
	position: relative;
	display: inline-block;
	border-radius: 5px;
	width: 100%
}

.originalFilelabel input[type="file"] {
	padding: 2px 1em;
	height: 100%;
	width: 80%;
	display: inline-block;
	border: solid 1px #ccc;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0
}

.originalFilelabel span.thumb {
	display: inline-block;
	overflow: hidden;
	margin-left: 5px;
	position: absolute;
	top: 0;
	right: 0
}

.originalFilelabel span.thumb img {
	width: 28px;
	vertical-align: bottom
}

button.btn i.fas+*,
a.btn i.fas+* {
	margin-left: 5px
}

button.btn:hover i.fas {
	color: white !important
}

button.btn.btn-modify,
a.btn.btn-modify,
input[type=button].btn.btn-modify,
input[type=submit].btn.btn-modify,
button.btn.btn-primary,
a.btn.btn-primary,
input[type=button].btn.btn-primary,
input[type=submit].btn.btn-primary {
	border-color: #1D6AB2;
	color: #1D6AB2;
}

button.btn.btn-modify:hover,
a.btn.btn-modify:hover,
input[type=button].btn.btn-modify:hover,
input[type=submit].btn.btn-modify:hover,
button.btn.btn-primary:hover,
a.btn.btn-primary:hover,
input[type=button].btn.btn-primary:hover,
input[type=submit].btn.btn-primary:hover {
	background-color: #1D6AB2
}

button.btn.btn-modify2,
a.btn.btn-modify2,
input[type=button].btn.btn-modify2,
input[type=submit].btn.btn-modify2,
button.btn.btn-secondary,
a.btn.btn-secondary,
input[type=button].btn.btn-secondary,
input[type=submit].btn.btn-secondary {
	border-color: #21B33C;
	color: #21B33C;
}

button.btn.btn-modify2:hover,
a.btn.btn-modify2:hover,
input[type=button].btn.btn-modify2:hover,
input[type=submit].btn.btn-modify2:hover,
button.btn.btn-secondary:hover,
a.btn.btn-secondary:hover,
input[type=button].btn.btn-secondary:hover,
input[type=submit].btn.btn-secondary:hover {
	background-color: #21B33C;
}

button.btn.btn-trans,
a.btn.btn-trans,
input[type=button].btn.btn-trans,
input[type=submit].btn.btn-trans,
button.btn.btn-info,
a.btn.btn-info,
input[type=button].btn.btn-info,
input[type=submit].btn.btn-info {
	border-color: #efa320;
	color: #efa320;
}

button.btn.btn-trans:hover,
a.btn.btn-trans:hover,
input[type=button].btn.btn-trans:hover,
input[type=submit].btn.btn-trans:hover,
button.btn.btn-info:hover,
a.btn.btn-info:hover,
input[type=button].btn.btn-info:hover,
input[type=submit].btn.btn-info:hover {
	background-color: #efa320;
}

button.btn.btn-danger,
a.btn.btn-danger,
input[type=button].btn.btn-danger,
input[type=submit].btn.btn-danger {
	border-color: #E7022D;
	color: #E7022D;
}

button.btn.btn-danger:hover,
a.btn.btn-danger:hover,
input[type=button].btn.btn-danger:hover,
input[type=submit].btn.btn-danger:hover {
	background-color: #E7022D;
}

button.btn.btn-change,
a.btn.btn-change,
input[type=button].btn.btn-change,
input[type=submit].btn.btn-change,
button.btn.btn-success,
a.btn.btn-success,
input[type=button].btn.btn-success,
input[type=submit].btn.btn-success {
	border-color: #84599f;
	color: #84599f
}

button.btn.btn-change:hover,
a.btn.btn-change:hover,
input[type=button].btn.btn-change:hover,
input[type=submit].btn.btn-change:hover,
button.btn.btn-success:hover,
a.btn.btn-success:hover,
input[type=button].btn.btn-success:hover,
input[type=submit].btn.btn-success:hover {
	background-color: #84599f
}

button.btn.btn-return,
a.btn.btn-return,
input[type=button].btn.btn-return,
input[type=submit].btn.btn-return,
button.btn.btn-dark,
a.btn.btn-dark,
input[type=button].btn.btn-dark,
input[type=submit].btn.btn-dark {
	border-color: #666;
	color: #666;
}

button.btn.btn-return:hover,
a.btn.btn-return:hover,
input[type=button].btn.btn-return:hover,
input[type=submit].btn.btn-return:hover,
button.btn.btn-dark:hover,
a.btn.btn-dark:hover,
input[type=button].btn.btn-dark:hover,
input[type=submit].btn.btn-dark:hover {
	background-color: #666;
}

button.btn.btn-warning,
a.btn.btn-warning,
input[type=button].btn.btn-warning,
input[type=submit].btn.btn-warning {
	border-color: #FF6A00;
	color: #FF6A00;
}

button.btn.btn-warning:hover,
a.btn.btn-warning:hover,
input[type=button].btn.btn-warning:hover,
input[type=submit].btn.btn-warning:hover {
	background-color: #FF6A00;
}

button.btn.btn-light,
a.btn.btn-light,
input[type=button].btn.btn-light,
input[type=submit].btn.btn-light {
	border-color: #aaa;
	color: #999;
}

button.btn.btn-light:hover,
a.btn.btn-light:hover,
input[type=button].btn.btn-light:hover,
input[type=submit].btn.btn-light:hover {
	background-color: #aaa;
	color: #666;
}

ul.block-center {
	text-align: center;
	zoom: 1
}

ul.block-right {
	text-align: right;
	zoom: 1
}

ul.block-left {
	text-align: left;
	zoom: 1
}

ul.block-center:after,
ul.block-right:after,
ul.block-left:after {
	display: table;
	clear: both;
	content: ""
}

ul.block-center:before,
ul.block-right:before,
ul.block-left:before {
	display: table;
	content: ""
}

ul.block-center li,
ul.block-right li,
ul.block-left li {
	display: inline-block;
	margin: 0px 9px
}

@media screen and (max-width: 640px) {
	ul.block-center li,
	ul.block-right li,
	ul.block-left li {
		display: block;
		width: 48%;
		margin: 0 1%;
		float: left;
		margin-bottom: 10px
	}
	ul.block-center li button.btn,
	ul.block-right li button.btn,
	ul.block-left li button.btn {
		width: 100%;
		margin: 0
	}
}

.catch {
	border-left: solid 5px #fc1b1c;
	line-height: 1em;
	margin-bottom: 15px;
	padding-left: 10px;
	letter-spacing: 1px;
	font-weight: bold
}

@media screen and (max-width: 640px) {
	.catch {
		margin-bottom: 18px
	}
}

.subcatch {
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 15px;
	border-left: solid 4px #000;
	padding-left: 10px
}

@media screen and (max-width: 640px) {
	.subcatch {
		margin-bottom: 18px
	}
}

footer {
	background: black;
	width: 100%
}

footer .footbody .copyright {
	line-height: 40px;
	text-align: center;
	color: white;
	font-size: 10px;
	letter-spacing: 1px
}

.fas+.form-control {
	display: inline-block;
}

header.gnav {
	height: 100px
}

@media screen and (max-width: 640px) {
	header.gnav #header nav.navbar {
		display: block
	}
}

header.gnav #header nav.navbar ul.head_nav {
	zoom: 1;
	position: absolute;
	top: -55px;
	right: 10px
}

header.gnav #header nav.navbar ul.head_nav:after {
	display: table;
	clear: both;
	content: ""
}

header.gnav #header nav.navbar ul.head_nav:before {
	display: table;
	content: ""
}

@media screen and (max-width: 640px) {
	header.gnav #header nav.navbar ul.head_nav li.logout,
	header.gnav #header nav.navbar ul.head_nav li.name {
		float: right !important;
		margin: 0 !important;
		margin-left: 10px !important
	}
}

@media screen and (max-width: 640px) {
	header.gnav #header nav.navbar ul.head_nav {
		position: static
	}
}

header.gnav #header nav.navbar ul.head_nav li.logout {
	float: left;
	margin-right: 10px
}

header.gnav #header nav.navbar ul.head_nav li.name {
	float: right
}

header.gnav .toggler {
	display: none
}

@media screen and (max-width: 640px) {
	header.gnav .toggler {
		display: block;
		width: 35px;
		height: 35px;
		top: 7px;
		right: 7px
	}
}

header.gnav aside {
	display: block;
	background-color: black;
	padding: 0px
}

@media screen and (max-width: 640px) {
	header.gnav aside {
		display: none;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.85);
		padding: 30px;
		padding-top: 15px;
		position: absolute;
		top: 50px;
		z-index: 111
	}
}

.formbox {
	border: solid 1px #bfbfbf;
	padding: 25px;
	margin-bottom: 30px
}

@media screen and (max-width: 640px) {
	.formbox {
		padding: 20px 15px
	}
}

@media screen and (max-width: 640px) {
	.formbox ul.row {
		margin-bottom: 10px
	}
}

.formbox ul.row>li {
	margin-bottom: 20px;
	min-height: 73px
}

.formbox ul.row>li img {
	max-width: 100%;
	max-height: 60px
}

.formbox ul.row>li dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1em
}

.formbox ul.row>li dl dd i.fas {
	/*	font-weight: normal;*/
	width: 20px
}

.formbox ul.row>li dl dd.other {
	padding: 10px;
	background: #f0f0f0
}

article.menubox {
	padding: 0 10px;
	margin-bottom: 40px
}

article.menubox .row.menu {
	width: 100%;
	margin-left: 0;
	margin-right: 0
}

article.menubox .row.menu li {
	padding: 0;
	margin-top: -1px;
	margin-right: -1px;
	display: flex;
}

article.menubox .row.menu li a {
	width: 100%;
	border: solid 1px #999;
	padding: 15px;
	display: flex;
	align-items: center;
}

article.menubox .row.menu li a:hover {
	background: #f5f5f5;
	text-decoration: none
}

.search_result .result_tit {
	background: #989898;
	color: white;
	line-height: 1em;
	font-size: 12px;
	padding: 10px 18px;
	letter-spacing: 1px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}

@media screen and (max-width: 640px) {
	.search_result .result_tit {
		display: block;
		margin-bottom: 10px
	}
}

.search_result .result_tit p.hit span {
	font-size: 11px
}

.paging ul {
	text-align: center
}

.paging ul li {
	width: 34px;
	text-align: center;
	display: inline-block
}

.paging ul li a {
	display: block;
	border: solid 1px #a0a0a0;
	line-height: 34px;
	display: block;
	transition: .3s;
	font-weight: bold;
	color: #888
}

.paging ul li a:hover {
	text-decoration: none;
	background-color: #a0a0a0;
	color: white;
	transition: .3s
}

.paging ul li.select a {
	background-color: #a0a0a0;
	color: white
}

aside .main-nav ul.navbar-nav .nav-item {
	white-space: nowrap;
}

aside .main-nav ul.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
	margin-right: 0.7rem;
	margin-left: 0.7rem;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	cursor: pointer;
}

aside .main-nav ul.navbar-nav .nav-link+.nav-link {
	margin-left: -1.2rem;
}

table .sortable {
	cursor: pointer;
}

table .sortable:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0dc';
	/* fa-sort */
	padding-right: 0.3em;
	color: black;
}

table .sortable.asc:before {
	background: -webkit-linear-gradient(top, #FFB76B 0%, #FFA73D 50%, #999999 51%, #999999 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

table .sortable.asc.primaryKey:before {
	background: -webkit-linear-gradient(top, #FF0000 0%, #FF3300 50%, #999999 51%, #999999 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

table .sortable.desc:before {
	background: -webkit-linear-gradient(top, #999999 0%, #999999 50%, #FFA73D 51%, #FFB76B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

table .sortable.desc.primaryKey:before {
	background: -webkit-linear-gradient(top, #999999 0%, #999999 50%, #FF3300 51%, #FF0000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

input[data-datepicker] {
	background-image: url('../images/icon-calendar.svg') !important;
	background-repeat: no-repeat;
	background-position: center right 7px;
	background-size: 1.5em;
}

input[data-clockpicker] {
	background-image: url('../images/icon-clock.svg') !important;
	background-repeat: no-repeat;
	background-position: center right 7px;
	background-size: 1.5em;
}
input[data-datepicker][type=button],
input[data-clockpicker][type=button]{
	background-image:none !important;
}
.required:before {
	font-family: "Font Awesome 5 Free";
	content: "\f069";
	color: #ee0000;
	margin-right: 0.1em;
}


/* designed checkbox and radio */

label.check-ui {
	position: relative;
	white-space:nowrap;
	width: auto;
}

label.check-ui+* {
	margin-left: .75rem;
}

label.check-ui>input[type=checkbox],
label.check-ui>input[type=radio] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}


/* checkbox */

label.check-ui>input[type=checkbox]~i,
label.check-ui>input[type=checkbox]~span {
	margin-left: 1.4em;
	margin-right:0.5em;
}
label.check-ui > input[type=checkbox]:disabled ~ i,
label.check-ui > input[type=checkbox]:disabled ~ span{
	color:#999;
}
label.check-ui>input[type=checkbox]~i:before,
label.check-ui>input[type=checkbox]~span:before {
	content: '';
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	border: 2px solid #777;
	border-radius: 0.3em;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

label.check-ui>input[type=checkbox]:checked~i:before,
label.check-ui>input[type=checkbox]:checked~span:before {
	width: 10px;
	top: -2px;
	left: 5px;
	border-radius: 0.1em;
	opacity: 1;
	border-width: 3px;
	border-color: #4596ff;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
label.check-ui > input[type=checkbox]:disabled ~ i:before,
label.check-ui > input[type=checkbox]:disabled ~ span:before{
	border-color: #b4b4b4;
}
/* radio */

label.check-ui>input[type=radio]~i,
label.check-ui>input[type=radio]~span {
	margin-left: 1.4em;
	margin-right:0.5em;
}
label.check-ui > input[type=radio]:disabled ~ i,
label.check-ui > input[type=radio]:disabled ~ span{
	color:#999;
}
label.check-ui>input[type=radio]~i:before,
label.check-ui>input[type=radio]~span:before {
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 2px solid #aaa;
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

label.check-ui>input[type=radio]:checked~i:before,
label.check-ui>input[type=radio]:checked~span:before {
	background-color: #4596ff;
	box-shadow: inset 0 0 0 3px #f4f4f4;
}

label.check-ui>input[type=radio]:disabled~i:before,
label.check-ui>input[type=radio]:disabled~span:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

select {
	background-color: white;
	border: thin solid blue;
	/*
	font: inherit;
	display: inline-block;
	border-radius: 4px;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;

	margin: 0;
	*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}

select:focus {
	background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	border-color: green;
	outline: 0;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
.server-env-info{
	width:100%;
	height:auto;

	text-align:center;
	font-size:140%;
	color: #994A48;
	background-color: #FFE060;
	border: 1px solid #DDA3A7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0;
	padding:3px;
	position: sticky;
	top: 0;
	left:0;
	z-index:3;
}
.noime,
.no-ime{
	ime-mode:disabled;
}
.c-pointer{
	cursor:pointer;
}
.inline-block{
	display:inline-block !important;
}
ul.media-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.media-list > li{
	display:flex;
	margin-bottom: 1rem;
	width:48%;
	min-width:540px;
}
ul.media-list > li > figure{
	width:34%;
}
ul.media-list > li > figure img{
	width:100%;
}
ul.media-list > li > .info{
	margin-left: 0.5em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width:65%;
}
ul.media-list > li > .info b{
	font-size: 1.5rem;
	color: #1a406d;
	word-wrap: break-word;
	word-break: break-all;
}
ul.media-list > li > .info p{
	height: 100%;
	font-size: 0.9rem;
}
ul.media-list > li > .info i{
	font-size: 0.9rem;
}

.conts.video-container{
	margin-top:0 !important;
	margin-bottom:4rem;
}
.video-container video{
	width:100%;
	height:auto;
	min-width:320px;
	max-width:1280px;
}
.video-container .video-title{
	margin:0;
	line-height:2.5rem;
}
.video-container .video-info{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.video-container .video-info ul li{
	display:inline-block;
	margin: 0.5rem 0.3rem 0.5rem 0;
	font-size: medium;
}
.video-container ul.hashtags li{
	display:inline-block;
	margin: 0.5rem 0.3rem 0.5rem 0;
	font-size: 0.8rem;
}
.video-container ul.hashtags li a{
	color:#0000ff;
}
.video-container > p{
	width:100%;
	display:block;
	margin-bottom:0.8rem;
}
.video-container > hr{
	border-color:#eee;
	margin:0.8rem 0;
}
.video-container .fas.already{
	color:orange;
}
.video-container .mymemo a{
	color:#1a406d;
}
.video-container .related-link {
	margin:0.5em 0;
}
.video-container .related-link ul > li{
	margin:0.5em 0;
}
.video-container .related-link ul > li a{
	color:#1a406d;
}
.video-container .related-link ul > li a i{
	margin-left:0.3em;
}

.video-container .my-comment{
	background-color:#e4f0fa;
	padding:0.3em;
	margin-bottom:0.5em;
}
.video-container .my-comment.empty{
	background-color:inherit;
}
.video-container .my-comment .comment-text{
	cursor:pointer;
	padding:3px 0;
}
.video-container .my-comment .comment-text.disactive{
	display:none;
}
.video-container .comment-form{
	display:none;
}
.video-container .comment-form.inactive{
	display:block;
}
.video-container .comment-form textarea{
	height:1.8em;
	border:0;
	border-bottom:solid 1px #999;
	transition:height 0.5s;
	margin-bottom:0.75em;
	resize: none;
	padding:3px 0;
}
.video-container .comment-form textarea.inactive{
	height:10em;
	transition:height 0.5s;
}

.video-container .comment-form #btnCancelComment{
	background-color:white;
	color:#1a406d;
	transition:hight 0.5s;
}

.video-container .comment-list .lead{
	margin-bottom:0.5em;
}
.video-container .comment-list .lead-empty{
	margin-bottom:0.5em;
	text-align:center;
}
.video-container .comment-list > dl > dt{
	font-size:110%;
	margin-bottom:0.5em;
}
.video-container .comment-list > dl > dt > span{
	margin-right:1em;
}
.video-container .comment-list > dl > dd{
	margin-bottom:1.5em;
}
.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-muted {
  color: #6c757d !important;
}
