@charset "EUC-JP";
/*******************************************************************************
	フェローDB Web Style　
	PCスタイルセッティング
																Fellow System
--------------------------------------------------------------------------------
 No.│   日付   │区分│						内  容
━━┿━━━━━┿━━┿━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 001│2018.12.15│新規│[V1.00] 中田
*******************************************************************************/
/*******************************************************************************
	Web font style
--------------------------------------------------------------------------------

Source Han Sans JP Bold
font-family: source-han-sans-japanese, sans-serif;
font-weight: 700;
font-style: normal;

Source Han Sans JP ExtraLight
font-family: source-han-sans-japanese, sans-serif;
font-weight: 100;
font-style: normal;

Source Han Sans JP Heavy
font-family: source-han-sans-japanese, sans-serif;
font-weight: 900;
font-style: normal;

Source Han Sans JP Light
font-family: source-han-sans-japanese, sans-serif;
font-weight: 200;
font-style: normal;

Source Han Sans JP Medium
font-family: source-han-sans-japanese, sans-serif;
font-weight: 500;
font-style: normal;

Source Han Sans JP Normal
font-family: source-han-sans-japanese, sans-serif;
font-weight: 300;
font-style: normal;

Source Han Sans JP Regular
font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;
*******************************************************************************/
/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/
/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" , HiraKakuProN-W3 , HiraKakuProN-W6 , "Osaka" , 'メイリオ', Arial, helvetica, sans-serif, 'MS UI Gothic', 'ＭＳ Ｐゴシック';
}

* {
	box-sizing: border-box;
}

body {
	color: #333333;
	transition: all 400ms 0s ease;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

select {
	outline:none;
	text-indent: 0.01px;
	text-overflow: '';
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
select option{
	background-color: #fff;
	color: #333;
}
select::-ms-expand {
	display: none;
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #828c9a;
}

input[type="text"],
input[type="number"] {
	outline:none;
	border: none;
	/* border-bottom: 1px solid #FFFFFF; */
	border-bottom: 1px solid #999999;
	text-indent: 0.01px;
	text-overflow: '';
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
}

input[type="date"] {
	position: relative;
	padding: 0 10px;
	width: 200px;
	border: 0;
	background: transparent;
	box-sizing: border-box;
	font-size: 14px;
}

input[type="date"]::-webkit-inner-spin-button{
	-webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button{
	-webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator{
	position: absolute;
	right: -39px;
	top: 0px;
	padding: 0;
	width: 36px;
	height: 36px;
	background: transparent;
	color: transparent;
	cursor: pointer;
}

input[type=checkbox]:disabled + label {
	cursor: not-allowed;
}

button:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.textarea-style,
textarea {
	width: 100%;
	line-height: 2em;
	text-align: start;
}
textarea:disabled, input:disabled {
	opacity: 1;
	color: inherit !important;
    background-color: #fbfbfb;
	cursor: not-allowed;
}

.clearfix:after{ content: ""; clear: both; display: block; }

/*******************************************************************************
	汎用品
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/

.float-type_fl {
	float: left;
}

.float-type_fr {
	float: right;
}

.hidden {
	display: none !important;
}

.mb-show {
	display: none;
}

.text-ellipsis {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.text-center {
	text-align: center;
}

/*******************************************************************************
	module
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/

/* button default Style*/

.btn-default {
	border: 2px solid #005EA4;
	background-color: #FFFFFF;
	color: #005EA4;
	font-size: 14pt;
	font-weight: bold;
	cursor: pointer;
	transition: all 400ms 0s ease;
}

.btn-default.active {
	border: 2px solid #005EA4;
	background-color: #005EA4;
	color: #FFFFFF;
	transition: all 400ms 0s ease;
}

a.btn-default {
	display: block;
	text-decoration: none;
}

.btn-default span {
	font-size: 18pt;
}

.btn-default:hover {
	border: 2px solid #FFFFFF;
	background-color: #005EA4;
	color: #FFFFFF;
	transition: all 400ms 0s ease;
}

.btn-small {
	width:100%;
	max-width: 300px;
}

.btn-middle {
	width:100%;
	max-width: 400px;
	height: 85px;
}

.btn-wide {
	width:100%;
	height: 85px;
}

a.btn-default.btn-middle {
	line-height: 77px;
	text-align: center;
}

.btn-big {
	width:100%;
	max-width: 400px;
	height: 135px;
}

.btn-middle.attachment-icon {
	text-align: left;
	padding-left: 98px;
	background-position: 50px center;
}

.btn-big.attachment-icon {
	text-align: left;
	padding-left: 145px;
	background-position: 54px center;
}
.btn-default.buffer {
	margin-right: 1.5%;
}

@media screen and (min-width:1024px) and ( max-width:1239px)  {
	.btn-default {
		font-size: 11pt;
	}
}

/* button-design */
.button-design {
	width: 100px;
	height: 30px;
	border: 1px solid #999999;
	border-radius: 3px;
	font-size:  10pt;
	font-weight: bold;
	cursor: pointer;
	transition: all 400ms 0s ease;
}

.button-design:hover {
	border: 1px solid #FFFFFF;
	background-color: #005EA4;
	color: #FFFFFF;
	transition: all 400ms 0s ease;
}

.button-container {
	display: flex;
	margin: 16px 0 ;
}

.button-container .button-design.buffer {
	margin-left: 2%;
	margin-right: 2%;
}

/* radio-design */

.radio-design {
	display: none;
}

.radio-design + label{
	padding-left: 20px;
	position:relative;
}

.radio-design + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 13px;
	height: 13px;
	border: 1px solid #999;
	border-radius: 50%;
}

.radio-design:checked + label{
  color: #005EA4;
}

.radio-design:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 2px;
	width: 9px;
	height: 9px;
	background: #005EA4;
	border-radius: 50%;
}

.radio-design.buffer + label {
	margin-right: 10px;
}

/* check-box-design */

.check-box-design {
	display: none;
}

.check-box-design + label{
	padding-left: 13px;
	position:relative;
}

.check-box-design + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 13px;
	height: 13px;
	border: 1px solid #999;
}

.check-box-design:checked + label{
  color: #005EA4;
}

.check-box-design:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 1px;
	width: 15px;
	height: 7px;
	border-style: solid;
	border-color: #005EA4;
	border-width: 0 0 2px 2px;
	background: transparent;
	transform: rotate(-50deg);
}

/* date-design */
.date-design {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 36px;
	border: 1px solid #999999;
	border-radius: 7px;
	line-height: 30px;
}

.date-design::before {
	position: absolute;
	content: "";
	top: 0;
	right: -43px;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	/* background-color: #06c; */
	background-image: url("../images/icon/icon_calendar.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.date-design input[type="date"] {
	font-weight: bold;
}

/* select design */
.select-design::before {
	position: absolute;
	top: 10px;
	right: 0px;
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 0.5em;
	border-width: 3px 3px 0 0;
	border-style: solid;
	border-color: #333333 #333333 transparent transparent ;
	vertical-align: inherit;
	transform: rotate(135deg);
}

.select-design {
	position: relative;
	display: inline-block;
	padding-right: 25px;
	border-bottom: 1px solid #333333;
}

.select-design select {
	width: 100%;
	border: none;
	font-weight: bold;
	line-height: 30px;
	vertical-align: initial;
	cursor: pointer;
}

/* dialog */
.dialog {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 600px;
	height: 600px;
	margin: auto;
}

.dialog.is-show {
	display: block;
}

.dialog.dialog-sm {
	width: 300px;
	height: 300px;
}

/* list table */
.table-sticky-wrapper {
	max-width: 100%;
	max-height: 80vh;
	overflow: scroll;
}

.list_tbl {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.list_tbl tr:hover {
	background-color: #eeeeee;
}

.list_tbl th,
.list_tbl td {
	height: 50px;
	padding: 0 8px;
	line-height: 1.6em;
	text-align: center;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px 0 0;
	border-color: #cccccc;
}

.list_tbl thead th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #ffffff;
}
.list_tbl thead tr:last-child th,
.list_tbl thead tr:last-child td {
		border-bottom-width: 1px;
}

.list_tbl .sticky-edge_point-header,
.list_tbl .sticky-vertical-header,
.list_tbl .sticky-horizontal-header {
	position: -webkit-sticky;
	position: sticky;
	white-space: nowrap;
	background-color: #ffffff;
}
.list_tbl .sticky-horizontal-header	{ z-index: 1; }
.list_tbl .sticky-vertical-header		{ z-index: 2; }
.list_tbl .sticky-edge_point-header	{ z-index: 3; }

.list_tbl .select-design {
	font-size: 0.9em;
}

.list_tbl tfoot tr:first-child td {
	border-top: 1px solid #999999;
}

.list_tbl .tr-rowspan th,
.list_tbl .tr-rowspan td {
	border-top: 1px solid #000000;
}

.list_tbl tr.tr-separator:hover {
	background-color: transparent;
}

/*******************************************************************************
	common parts
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/

/*global menu Style*/

#menu-container {
	display: block;
}

#menu-container nav ul {
	list-style: none;
}

.global-nav {
	z-index: 1;
	transition: all 400ms 0s ease;
}

#site-nav li {
	line-height: 2.5em;
	text-align: center;
}

#site-nav li a {
	font-size: 1.0em;
	text-decoration: none;
}

.site-nav li {
	position: relative;
}

.site-nav a {
	display: block;
}

.site-nav .attention {
	display: block;
	position: absolute;
	top: -21px;
	text-align: left;
	color: #E4007E;
	animation-name: fade-in-out;
	animation-duration: 2.5s;
	animation-timing-function: liner;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

/* fade in out　（消えて、点く） */

@keyframes fade-in-out {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.menu-trigger {
	position: relative;
	width: 50px;
	height: 50px;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	z-index: 2;
	box-sizing: border-box;
	transition: all .4s;
}
.menu-trigger.menu-trigger_fixed {
	position: absolute;
}
.menu-trigger.menu-trigger_fixed.menu-trigger_fixed-right {
	top: 10px;
	right: 30px;
}
.menu-trigger span {
	position: absolute;
	left: 10%;
	width: 80%;
	height: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
}
.menu-trigger.active span {
	background-color: #FFFFFF;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 12px;
}
.menu-trigger span:nth-of-type(3) {
	top: 24px;
}
.menu-trigger span:nth-of-type(4) {
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 18px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	background-color: transparent;
}

/*.menu-trigger::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin: -35px 0 0 -35px;
	border: 4px solid transparent;
	border-radius: 50%;
	content: '';
	transition: all .75s;
}*/
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
	-webkit-transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
	left: 60%;
	animation: active-menu-bar02 .8s forwards;
	-webkit-animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
	-webkit-transform: translateY(-12px) rotate(45deg);
}
.menu-trigger.active::after {
	animation: circle .4s .25s forwards;
	-webkit-animation: circle .4s .25s forwards;
}

@-webkit-keyframes circle {
	0% {
		border-color: transparent;
		-webkit-transform: rotate(0);
	}
	25% {
		border-color: transparent #ff9900 transparent transparent;
	}
	50% {
		border-color: transparent #ff9900 #ff9900 transparent;
	}
	75% {
		border-color: transparent #ff9900 #ff9900 #ff9900;
	}
	100% {
		border-color: #ff9900;
		-webkit-transform: rotate(-680deg);
	}
}
@keyframes circle {
	0% {
		border-color: transparent;
		transform: rotate(0);
	}
	25% {
		border-color: transparent #ff9900 transparent transparent;
	}
	50% {
		border-color: transparent #ff9900 #ff9900 transparent;
	}
	75% {
		border-color: transparent #ff9900 #ff9900 #ff9900;
	}
	100% {
		border-color: #ff9900;
		transform: rotate(-680deg);
	}
}

.global-nav {
	height:85px;
	box-sizing: border-box;
}

.site-nav {
	position: absolute;
	top: -1200px;
	left: 0;
	width: 90%;
	border-style: dashed;
	border-color: #999999;
	border-width: 3px 0;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 1.25em;
	letter-spacing: 0.35em;
	transition: all 400ms 0s ease;
}
.site-nav.site-nav-show {
	display: block;
	top: 115px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.site-nav li:last-child {
	margin-bottom: 30px;
}

.site-nav li:hover {
	opacity: 0.7;
}
.site-nav li+li {
	border-top: 3px dashed #999999;
}
.site-nav .attention {
	top: 0.7em;
	right: 1em;
}
.site-nav a,
.site-nav li.menu-separator {
	padding: 0.6em 1em;
	color: inherit;
}

.site-nav li.menu-separator {
	position: relative;
}
.site-nav li.menu-separator::before {
	content: "";
	display: block;
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	margin: auto;
	background-color: #999999;
}
.site-nav li.menu-separator .menu-title {
	display: block;
	width: 60%;
	padding: 0 16px;
	height: 100%;
	margin: 0 auto;
	background-color: #333333;
}

.site-nav a::after {
	position: absolute;
	top: 28px;
	right: 0px;
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 0.5em;
	border-width: 5px 5px 0 0;
	border-style: solid;
	border-color: #999999 #999999 transparent transparent ;
	vertical-align: inherit;
	transform: rotate(45deg);
}

#trigger-text::before {
	content: "MENU";
	letter-spacing: 0;
}
#trigger-text.active::before {
	content: "CLOSE";
	letter-spacing: 0;
}

body.active,#header.active {
	background-color: #333333;
	transition: all 400ms 0s ease;
}

#contents-container.active,#sitelogo.active,
#header_menu-container.active,#footer.active {
	display: none;
	transition: all 400ms 0s ease;
}

/*******************************************************************************
	共通部
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/

.container {
	width: 100%;
	max-width: inherit;
	margin: 24px auto;
}

/** header内
*******************************************************************************/

header#header {
	position: relative;
	width: 100%;
	height: 65px;
	background-color: #005EA4;
	box-shadow: 0 6px 6px rgba(60, 60, 60, 0.3);
	z-index: 99;
	transition: all 400ms 0s ease;
}

.header_inner {
	position: relative;
	width: 100%;
	max-width: 1240px;
	margin: auto;
}

/** main内
*******************************************************************************/

#contents-container {
	transition: all 400ms 0s ease;
}

#mainbox {
	width: 100%;
	max-width: 1024px;
	margin: 35px auto 35px;
}

#mainbox.main-box-fit-content {
	max-width: fit-content;
}

.controller-form {
	float: left;
	width: 80%;
}

.controller-form .select-design {
	min-width: 25%;
}

.sub-info {
	float: right;
	width: 20%;
	text-align: right;
	line-height: 1.6em;
	font-weight: bold;
	font-size: 0.9em;
}

.sub-info time {
	display: block;
	font-size: 0.8em;
	text-decoration: underline;
}

.textarea-style {
	width: 100%;
	padding: 8px 16px;
	border: 1px solid #999999;
	border-radius: 5px;
	box-sizing: border-box;
}

@media screen and (min-width:320px) and ( max-width:1024px)  {
	#wrapper table {
		width: 100%;
	}

	#wrapper table th, #wrapper table td {
		display: block;
		width: 100%;
	}

	#contents-container {
		margin: 0 8px;
	}

	#wrapper .btn-default.buffer {
		margin-right: 0;
		margin-bottom: 40px;
	}

}
@media screen and (min-width:320px) and ( max-width:720px)  {
	.mb-show {
		display: block;
	}
	.mb-show.mb-show-inline-block {
		display: inline-block;
	}
}

@media screen and (min-width:320px) and ( max-width:375px)  {

}

@media screen and (min-width:300px) and ( max-width:320px)  {
	#wrapper .button-design {
		width: 90px;
	}
}

/** footer内
*******************************************************************************/

#footer {
	padding: 32px 0;
	margin-top: 32px;
	background-color: #005EA4;
	color: #ffffff;
}

#footer a {
	color: inherit;
}

.footer-inner {
	max-width: 1024px;
	margin: 0 auto;
}

.footer-menu-title {
	margin-top: 0;
}

.footer-menu_container {
	display: flex;
}

.sub-menu_container + .sub-menu_container {
	margin-left: 48px;
}

.sub-menu_title {
	margin-top: 0;
}

.sub-menu_list {
	padding-left: 8px;
}

.sub-menu_list li + li {
	margin-top: 16px;
}

/*******************************************************************************
	各ページ専用スタイル
--------------------------------------------------------------------------------
	適応：admin/report/
*******************************************************************************/

.base-tbl {
	width: 100%;
	background-color: #ffffff;
}
.base-tbl.edti-tbl {
	border-collapse: separate;
}
.base-tbl.edti-tbl tfoot {
	padding: 16px;
	text-align: center;
}
.base-tbl th,
.base-tbl td {
	padding: 8px;
	border: solid 1px #DEDEDE;
	line-height: 1.6em;
}
.base-tbl th {
	background-color: #DEDEDE;
}
.base-tbl th[scope="row"] {
	text-align: left;
}
.base-tbl.edti-tbl input,
.base-tbl.edti-tbl textarea {
	width: 100%;
	padding: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: darkgrey;
	background-color: inherit;
}
.base-tbl.edti-tbl .input_usbdytmp {
	margin-top: 8px;
}
.list-tbl {
	width: 100%;
	margin: 0 auto;
}
.list-tbl tr:hover {
	background-color: rgba(127,127,127,0.1);
}

/*******************************************************************************
	各ページ専用スタイル
--------------------------------------------------------------------------------
	適応：/accounts/login.tpl.php
*******************************************************************************/
.submit-form-container {
	width: 100%;
	max-width: 700px;
	padding: 25px 100px 40px;
	margin: auto;
	border: 1px solid #333333;
	border-radius: 10px 10px;
}
.message-area {
	width: 100%;
	padding: 16px;
	margin: 16px auto;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
}
.message-area-notice {
	border-color: #0199dd;
}
.message-area-notice .notice {
	color: #0199dd;
}
.message-area-error {
	border-color: #ff0000;
}
.message-area-error .error {
	color: #ff0000;
}
.submit-form-container p {
	margin: 32px auto;
}
.submit-form-container p.wide-buffer-vertical {
	margin-top: 64px;
	margin-bottom: 48px;
}
.submit-form-container .bold-label {
	font-size: 16pt;
	font-weight: bold;
}
.submit-form-container .input-text-style {
	width: 100%;
	max-width: 800px;
	height: 70px;
	padding: 16px 24px;
	margin-top: 16px;
	border: 1px solid #707070;
	border-radius: 10px;
	background-position: 95% center;
	background-repeat: no-repeat;
}
.submit-form-container .select-design {
	width: 100%;
}
.submit-form-container .icon-email {
	background-image: url("../images/icon/icon_mail_black40x40.png");
}
.submit-form-container .icon-eyes {
	background-image: url("../images/icon/icon_eyes_black40x40.png");
}
.submit-form-container .icon-eyes-object {
	display: block;
	width: 40px;
	height: 40px;
	background-color: transparent;
}

/*******************************************************************************
	各ページ専用スタイル
--------------------------------------------------------------------------------
	適応：/mypage/view.tpl.php
*******************************************************************************/

.seminar-list_tbl th:nth-child(1) { width: 8%; }
.seminar-list_tbl th:nth-child(2) { width: auto; }
.seminar-list_tbl th:nth-child(3) { width: 8%; }
.seminar-list_tbl th:nth-child(4) { width: 16%; }
.seminar-list_tbl th:nth-child(5) { width: 12%; }
.seminar-list_tbl th:nth-child(6) { width: 10%; }
.seminar-list_tbl th:nth-child(2),
.seminar-list_tbl td:nth-child(2) {
	text-align: left;
}
.value-box {
	display: inline-block;
	width: 4em;
}
input.value-box {
	text-align: right;
}

/*******************************************************************************
	各ページ専用スタイル
--------------------------------------------------------------------------------
	適応：/mypage/attend.tpl.php
*******************************************************************************/



/*******************************************************************************
	各ページ専用スタイル
--------------------------------------------------------------------------------
	適応：/manage/progress-all.tpl.php
*******************************************************************************/

.progress-report-list_tbl th,
.progress-report-list_tbl td {
	min-width: 100px;
	font-size: 0.8em;
}
.progress-list_tbl .section_name {
	background-color: #dddddd;
}
.progress-report-list_tbl .sticky-edge_point-header.section_name	{ left: 0; }
.progress-report-list_tbl .sticky-edge_point-header.position_name	{ left: 100px; }
.progress-report-list_tbl .sticky-edge_point-header.account_name	{ left: 200px; border-right	: solid 1px #999999; }
.progress-report-list_tbl .sticky-horizontal-header.section_name	{ left: 0; }
.progress-report-list_tbl .sticky-horizontal-header.position_name	{ left: 100px; }
.progress-report-list_tbl .sticky-horizontal-header.account_name	{ left: 200px; border-right	: solid 1px #999999; }

.status-label-3 { background-color: rgba(255,0,0,0.2); }

/*******************************************************************************
	各ページ専用スタイル
--------------------------------------------------------------------------------
	適応：/manage/progress-all.tpl.php
*******************************************************************************/
.status-list_tbl th,
.status-list_tbl td {
	min-width: 100px;
	max-width: 200px;
	font-size: 0.8em;
}
.status-list_tbl .sticky-edge_point-header.edge_point		{ left: 0;		top: 0; }
.status-list_tbl .sticky-edge_point-header.seminar_name		{ left: 200px;	top: 0;			border-right-width: 1px; }
.status-list_tbl .sticky-edge_point-header.account_name		{ left: 0;		top: 50px;	border-bottom-width: 1px; }
.status-list_tbl .sticky-edge_point-header.total			{ left: 100px;	top: 50px;	border-bottom-width: 1px; }
.status-list_tbl .sticky-edge_point-header.credit			{ left: 200px;	top: 50px;	border-right-width: 1px; }
.status-list_tbl .sticky-edge_point-header.deadline			{ left: 200px;	top: 100px;	border-right-width: 1px; }

.status-list_tbl .sticky-vertical-header.seminar_name		{ top: 0; }
.status-list_tbl .sticky-vertical-header.credit				{ top: 50px; }
.status-list_tbl .sticky-vertical-header.deadline			{ top: 100px; }

.status-list_tbl .sticky-horizontal-header.account_name		{ left: 0; }
.status-list_tbl .sticky-horizontal-header.total			{ left: 100px; }
.status-list_tbl .sticky-horizontal-header.credit			{ left: 200px; border-right-width: 1px; }

/*******************************************************************************
	各ページ専用スタイル
--------------------------------------------------------------------------------
	適応：/admin/tpl/edit-training_menu.tpl.php
*******************************************************************************/

.training_menu-seminar-list_tbl tr > td:nth-child(2) { text-align: left; }
.training_menu-seminar-list_tbl tr > td:nth-child(4) label { margin-right: 16px; }