@charset "utf-8";
/* style.css */

@import url("reset.css");
@import url("datepicker.css");


/* =================== ClearFixでFloatを解除 =================== */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* =================== 共通 =================== */
body {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',sans-serif;
	background-color: #F1EFE2;
	color: #484848;
}
a, a:link, a:visited {
	color: #2A5685;
	text-decoration: none;
}
a:hover, a:active {
	color: #c61a1a;
	text-decoration: underline;
}
#contents {
	padding: 10px 20px;
	border-bottom: 8px solid #000000;
}
#contents h2 {
	font-size: 131%;
	margin-bottom: 10px;
	font-weight: bold;
}
#contents h3 {
	font-size: 116%;
	margin-bottom: 10px;
	font-weight: bold;
}
#contents h4 {
	font-size: 108%;
	margin-bottom: 3px;
}
#contents hr {
	height: 1px;
	border: #CCC 1px solid;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	padding: 0;
	margin: 10px 0;
}
#contents .err {
	color: #F00;
}
#contents .message {
    padding: 10px;
    border: 1px #00F dashed;
    text-align: center;
    color: #00F;
}
#contents .message_err {
    padding: 10px;
    border: 1px #F00 dashed;
    text-align: center;
    color: #F00;
}
p {
    font-size: 108%;
    margin-bottom: 10px;
}



/* =================== 全体の枠 =================== */
#wrapper {
	background: url('../images/content-right.png') 100% 0 repeat-y;
	padding-right: 10px;
	/*min-width: 880px;*/
}
#wrapper2 {
	background: #fff url('../images/content-left.png') repeat-y;
	padding-left: 10px;
}


/* =================== トップライン =================== */
#topline {
	position: relative;
	background-color: #000000; /* #31286d; #00572d;*/
	color: #f8f8f8;
	padding: 1px 10px;
}
#topline #user {
	position: absolute;
	top: 5px;
	right: 10px;
}
#topline a {
	color: #f8f8f8;
}
#topline a.select {
    background-color: #6164cc;
    font-weight: bold;
    padding-left: 6px;
    padding-right: 6px;
}

/* =================== ヘッダー =================== */
#header {
	/*background-color: #3e4095; #3e4095; #529100;*/
	/* background: url(/images/header-back.jpg) repeat-x ; */
	background-color: #FF9D11;
	color: #f8f8f8;
	border-bottom: 4px solid #000000;
	/*padding: 5px 10px 0 10px;*/
}
#header a {
	color: #FFF;
}
#header h1 {
	font-size: 167%;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
#header ul {
	margin-top: 20px;
	padding-left: 20px;
}
#header ul li {
	float: left;
	display: inline;
	margin-right: 5px;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#header li a {
	display: block;
	padding: 6px;
	background-color: #FF6600; /* #3e4095;#529100;*/
	color: #f8f8f8; /* #f8f8f8;*/
	text-decoration: none;
}
#header li a:hover, #header li a.select, #header ul.sub-menu, #header ul.sub-menu a {
	background-color: #FF9900; /*#6164cc;#80bc33;*/
}
#header ul.sub-menu a:hover, #header ul.sub-menu a.select {
	background-color: #8386dc; /*#a8d76c;*/
}
/*
#header li a.selected {
	background-color: #fff;
	color:#555;
}
*/

/* =================== Navigatorヘッダー =================== */
#header_navigator {
	/*background-color: #3e4095; #3e4095; #529100;*/
	/* background: url(/images/header-back.jpg) repeat-x ; */
	background-color: #9400d3;
	color: #f8f8f8;
	border-bottom: 4px solid #000000;
	/*padding: 5px 10px 0 10px;*/
}
#header_navigator a {
	color: #FFF;
}
#header_navigator h1 {
	font-size: 167%;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
#header_navigator ul {
	margin-top: 20px;
	padding-left: 20px;
}
#header_navigator ul li {
	float: left;
	display: inline;
	margin-right: 5px;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#header_navigator li a {
	display: block;
	padding: 6px;
	background-color: #FF6600; /* #3e4095;#529100;*/
	color: #f8f8f8; /* #f8f8f8;*/
	text-decoration: none;
}
#header_navigator li a:hover, #header li a.select, #header ul.sub-menu, #header ul.sub-menu a {
	background-color: #FF9900; /*#6164cc;#80bc33;*/
}
#header_navigator ul.sub-menu a:hover, #header ul.sub-menu a.select {
	background-color: #8386dc; /*#a8d76c;*/
}
/*
#header li a.selected {
	background-color: #fff;
	color:#555;
}
*/

/* =================== パンくず =================== */
#pankuzu {
	padding: 5px 20px 5px 20px;
	background-color: #d9daf2; /*#eaf5cb;*/
}


/* =================== フッター =================== */
#footer {
	text-align: right;
	height: 40px;
	background: #F1EFE2 url('../images/footer-bg.png') 0 0 repeat-x;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -4px;
	padding: 0;
}
#footer .bgl {
	height: 40px;
	background: transparent url('../images/footer-left.png') 0 0 no-repeat;
}
#footer .bgr {
	height: 40px;
	background: transparent url('../images/footer-right.png') 100% 0 no-repeat;
	padding-top: 30px;
	padding-right: 20px;
}


/* =================== メインメニュー =================== */
#home_menu {
	width: 80%;
	padding: 4px;
	font-size: 120%;
}
#home_menu td {
	padding: 3px;
}


/* =================== 入力フォーム =================== */
div.form {
	margin: 0 20px;
}
div.form input, div.form select {
	padding: 1px 0.2em;
	border: 1px solid #CCC;
	margin-right: 1em;
}
div.form input:hover, div.form select:hover {
	border: 1px solid #00b8fd;
}
div.form label, div.formfile label {
	cursor: pointer;
}
div.form .checkbox input, div.formfile .checkbox input {
	border: none;
	margin-right: 3px;
	margin-bottom: -2px; /* IE7対応 */
}
div.form .checkbox label, div.formfile .checkbox label {
	margin-right: 1em;
}
div.form .yearlist select {
	margin-right: 3px;
}
div.form .yearlist select.year {
	width: 60px;
}
div.form .yearlist select.month {
	width: 40px;
}
div.form .yearlist span {
	margin-right: 1em;
	width: 1em;
}
div.form .days input, div.form .days select, div.form .days span, div.form .nums input {
	margin-right: 3px;
}
div.form fieldset, div.formfile fieldset {
	padding: 0 20px 10px 20px;
	margin-bottom: 10px;
	border: #DDD 2px solid;
}
div.form table.fieldset th, div.formfile table.fieldset th {
	width: 150px;
	text-align: right;
	padding: 6px 10px 4px 0;
	font-weight: normal;
	position: relative;
	display: block;
	vertical-align: top;
}
div.form table.fieldset th em { /* '*'マーク */
	position: absolute;
	right: -3px;
	top: 9px;
	font-size: 123.1%;
	color: #C00;
}
div.form table.fieldset td, div.formfile table.fieldset td {
	padding: 4px;
}
div.form legend {
	font-weight: bold;
	color: #666;
	font-size: 108%;
	padding: 5px;
	width: 5px;
	border: transparent;
}
div.form input.datepicker {
	margin-right: 3px;
}
div.form textarea {
	width: 500px;
	padding: 0.2em;
	border: 1px solid #CCC;
}
div.form textarea:hover {
	border: 1px solid #00b8fd;
}
div.formfile table.fieldset input {
	padding: 1px 0.2em;
}
div.form input.focus, div.form textarea.focus {
	background-color: #FFF9F0; /*#FFFDFD;#FFECD2;*/
}


/* =================== 入力フォームのボタン =================== */
div.buttonrow {
	margin-left: 205px;
	margin-bottom: 20px;
}
div.buttonrow input.button, div.button input.button {
	margin-right: 3em;
	padding-top: 2px;  /* IE用調整 */
	padding-bottom:2px;
	height: 25px;
}
div.buttonrow input.radio {
	margin-right: 3px;
}
div.buttonrow label {
	cursor: pointer;
	margin-right: 1em;
}
div.button {
	margin-bottom: 5px;
}
div.button input {
	margin-right: 3em;
}
div.formfile table.fieldset input.button {
	padding-top: 2px;  /* IE用調整 */
	padding-bottom:2px;
	width: 100px;
}
div.button input.button.big {
	height: 25px;
}


/* =================== 標準テーブル =================== */
/*.table_list p {
	font-size: 108%;
	margin-bottom: 5px;
}*/
.table_list p.link {
	text-align: right;
}
.table_list p.link a, a.link {
	padding-left: 17px;
	background: transparent url('../images/link.png') left no-repeat;
}
.table_list table {
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #666; /* IE Only */
}
.table_list table th {
	/*background-color: #BFDBF9;*/
	font-weight: normal;
}
.table_list table td, .table_list table th {
	border: 1px solid #666;
	padding: 3px;
}
.table_list table tr.odd td {
	background-color: #EEE;
}
.table_list table tr.odd th {
    background-color: #95c6fb;
}
.table_list table tr.delete_field td {
    background-color: #F77;
}
div.form .table_list table th {
	width: auto;
	text-align: left;
	padding: 4px;
	position: static;
	display:table-cell;
}
.table_list table tbody tr.over td { /* mouseOver-color */
	background-color: #C0FFC0;
}
.table_list table .check {
	width: 1em;
}
.table_list table .invalid {
    background-color: #999;
}
.table_list table tbody tr.over th { /* mouseOver-color */
    background-color: #C0FFC0;
}
.table_list table tr.unmatch td {
    background-color: #F77;
}


/* =================== 幅指定のテーブル =================== */
.table_list.w500px table {
	width: 500px;
}


/* =================== CSV表示テーブル =================== */
div.csv_list p {
	font-size: 108%;
	margin-bottom: 5px;
}
div.csv_list table {
	width: 100%;
	margin-bottom: 5px;
}
div.csv_list table th {
	background-color: #BFDBF9;
	font-weight: normal;
}
div.csv_list table td, div.csv_list table th {
	border: 1px solid #666;
	padding: 3px;
}
div.csv_list table tr.odd td {
	background-color: #EEE;
}
div.csv_list table tr.ngline td {
	background-color: #FFC0FF;
}



/* =================== pager用 =================== */
div.pager {
	margin-bottom: 5px;
}
div.pager table {
	width: 100%;
}
div.pager input {
	padding-top: 2px;  /* IE用調整 */
	width: 50px;
}
div.pager img {
	vertical-align: middle;
}
div.pager input.pagenum {
	padding: 1px 0.2em;
	border: 1px solid #CCC;
	width: 4em;
}
div.pager select {
	padding: 1px 0.2em;
	border: 1px solid #CCC;
	width: 5em;
}
div.pager input.pagenum:hover, div.pager select:hover {
	border: 1px solid #00b8fd;
}


/* =================== tablesorter用 =================== */
table.tablesorter thead tr .header {
	background-image: url('../js/images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('../js/images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('../js/images/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #FF9900; /* #8dbdd8; */
}


/* =================== submaster用 =================== */
.submaster {
}
div.form .submaster select {
	padding: 0;
	margin: 0;
	width: 270px;
}
div.form .submaster table td {
	padding: 0;
}
div.form .submaster input {
	width: 230px;
}
/*div.form .submasterBig select {
	padding: 0;
	width: 300px;
}*/
/*div.form .submaster {
	width: 170px;
}*/


/* =================== suggest用 =================== */
div.suggest div.panel {
    display: none;
    position: absolute;
    background-color:#FFF;
    width:320px;
    height:141px;
    border:3px solid #00b8fd;
}
div.suggest div.panel input {
    width: 300px;
    position: absolute;
    top: 9px;
    left: 6px;
}
div.suggest div.panel select {
    width: 307px;
    position: absolute;
    top: 36px;
    left: 6px;
}

/* =================== tooltip用 =================== */
div.tooltip {
    width: 500px;
    position: absolute;
    left: -9999px;
    background: #EEE;
    padding: 5px;
    border: 1px solid #AAA;
}
div.tooltip p{
    color: #FFF;
    background: #222;
    padding: 5px 10px;
}

/*スクロール用*/
thead.scrollHead,tbody.scrollBody{
  display:block;
}
tbody.scrollBody{
  overflow-y:scroll;
  height:206px;
}

.scd_table td {
  border-collapse: collapse;
  border:1px solid #333;
  text-align: center;
  padding: 2px 2px;
}

.bg_checkbox li {
    position: relative;
	display: inline-block;
    margin: 0 32px 0 0;
	padding: 0;
	width: 100%;
	height: 40px;
}

.bg_checkbox input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.bg_checkbox input[type="checkbox"] + label {
    display: block;
    background-image: url(../../images/check_off.png);
    background-size: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 4px 0 0 28px;
}

.bg_checkbox input[type="checkbox"]:checked + label {
    background-image: url(../../images/check_on.png);
}

.label-webex {
    width:65px;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#ff3399;
    border-radius:5px;
    text-shadow:0 -1px #1a6ea0;
}

.label-zoom {
    width:65px;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#2d8cff;
    border-radius:5px;
    text-shadow:0 -1px #1a6ea0;
}

.label-tel {
    width:65px;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#ff8000;
    border-radius:5px;
    text-shadow:0 -1px #1a6ea0;
}

.label-review-session {
	font-size:12px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#008000;
    border-radius:5px;
    text-shadow:0 -1px #1a6ea0;
}

/* Login OTP */
#modal-opt {
	text-align: center;
}
#modal-opt .modal-content {
	border-radius: 10px;
}

#modal-opt .modal-dialog {
	margin-top: 100px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: 435px;
}
.opt-email-logo {
	width: 100px;
	margin: 0 auto;
}
.opt-email-logo__img {
	width: 100%;
}

.opt-card {
	width: 100%;
	border: none;
	padding: 3rem 4rem;
	height: auto;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 10px;
}
.opt-card #time-countdown,
.opt-card #otp-verify-mes,
.opt-card .noti-paste {
	color: #ad190c;
}
.opt-card #otp-resend-code {
	display: none;
	color: #3b82f6;
	margin-top: 20px;
	cursor: pointer;
	font-size: 1.4rem;
	&:hover {
		transform: translateY(-1px);
		filter: brightness(85%);
		transition: all ease-in-out 0.3s;
		text-decoration: none;
	}
	&:active {
		color: #0c66f7;
	}
}
.opt-card h4 {
	margin-top: 3rem;
	line-height: 1.3;
	margin-bottom: 1rem;
	font-size: 20px;
}

#input-otp {
	margin-top: 2rem;
	height: 45px;
	font-size: 20px;
	border-radius: 4px;
}
input#input-otp::-webkit-inner-spin-button,
input#input-otp::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.otp-btn-submit {
	margin-top: 30px;
	border-radius: 9999px;
	font-weight: 500;
}
.otp-expired-time {
	margin-top: 1rem;
}
.form-check {
	color: #DD4B39;
}
/* End login with OTP */
