@charset "utf-8";
/*システム共通の設定のｃｓｓ
-------------------------------------------------------------------------------------------*/
* {
  font-family: "メイリオ,ＭＳ Ｐゴシック";
  line-height: 130%;
}
BODY{
  font-size: 13px;
  padding-top: 2px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #000000;
  margin: 0;
}
.font_red{
	color:red;
}
.main_color{
	background:#E6EEF5;
}
.base_color2{
	background:#fff;
}
.bg_color{
	background:#e6eef5;
}
/*------------------------ボタンの設定-----------------------*/

.button-1{
	box-sizing: border-box;
	padding:10px;
	border:1px solid #999;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: #ddd;
	color:#333;	
}

.button-2{
	height:30px;
	width: max-content;
}

.theme-button-orange{
	border:1px solid #f39800;
	background: #f39800;
	color: #fff;
}

.theme-button-gray{
	border: 1px solid #c9c9c9;
    background: #c9c9c9;
    color: #939393;
}

.theme-button-pink{
	border: 1px solid #f97171;
    background: #c9c9c9;
    color: #939393;
}
/*------------------------共通のテーブルの設定-----------------------*/
.main table.table_1{
	width:100%;
}
table.table_1{
	border: 1px solid #e5f1fc;
}
.table_1 th{
	background:#00b0d9;
	color:#fff;
	padding: 10px 6px;
	border-right:1px solid #e5f1fc!important;
	font-size: 14px;
}
.table_1 td{
	padding: 6px;
}
.table_1 tr:nth-child(odd) td{
	background:#e5f1fc;
	color:#333;
	border-right:1px solid #fff;
}
.table_1 tr:nth-child(even) td{
	background:#fefefe;
	color:#333;
	border-right:1px solid #e5f1fc;
}
.table_1 tr td:last-child{
	border-right:none;
}
.table_2 td{
	border:1px solid #999;
	padding:4px;
}
.table_2.theme-blue_table th{
	background:#00b0d9;
	color:#fff;
	padding: 2px;
	border:1px solid #00b0d9;
	border-right:1px solid #fff;
}

/*thを青くするテーブル*/
.table_2.theme-blue_table th:last-child{
	background:#00b0d9;
	color:#fff;
	padding: 6px;
	border-right:1px solid #00b0d9;
}
.table_2.theme-blue-td td:first-child{
	background:#e5f1fc;
}

/*trごとに色を変える場合*/
.theme-gray{
	background:#efefef!important;
}

.space_td{
	border:none!important;
	background : none!important;
}
.input_button_1{
	cursor: pointer;
}
.input_button_1 input{
	display: none;
}
.radio-mark{
	border:none;
	padding:2px;
}
.input_button_1 input:checked + .radio-mark{
	border:1px solid #333;
}

.input_button_2{
	cursor: pointer;
}
.input_button_2 input{
	display: none;
}
.radio-mark{
	border:none;
	padding:2px;
}
.input_button_2 input:checked + .radio-mark{
	display: inline-block;
	border:1px solid #333;
	border-radius:50px;
	width:1rem;
	height:1rem;
}
.print input{
	margin:2px auto;
}
.bg_1{
	background:#ccc;
}
.th_1{
	font-size:11px;
}
.th_2{
	font-size:11px;
	background:#aad7ff!important;
	border:1px solid #666!important;
	color: #4c4c4c!important;
}
/*------------------------ここからログインエリア-----------------------*/
.login_area{
	width:100vw;
	height:100vh;
	text-align:center;
	margin:0;
	padding:0;
	margin-top: -20px;
	background:#eee;
}
.login_form{
	width:350px;
	height:400px;
	text-align:center;
	margin:0 auto;
	padding:0;
	border-radius: 5px;
	position:relative;
	top:205px;
	box-shadow: 0 0 4px #777;
}
.login_form_inner{
	position:relative;
	bottom:7px;	
}
.login_komoku input{
	width:255px;
	height:36px;
	margin:0 auto;
	padding:0;
	font-size: 12px;
	color:#727171;
	border-radius: 4px;
	border: 1px solid #b5b5b6;
	padding-left: 7px;
}
.login_komoku{
	position:relative;
} 
.l_id{
	margin-bottom:44px;
	margin-top:60px;
}
.l_id:before {
	content:"User ID";
	position:absolute;
	top:-23px;
	font-size:14px;
	font-weight:bold;
	color:var(--main-color);
}
.l_pass{
	margin-bottom:28px;
}
.l_pass:before {
	content:"Password";
	position:absolute;
	top:-23px;
	font-size:14px;
	font-weight:bold;
	color:var(--main-color);
}
.l_mail{
	margin-bottom:44px;
	margin-top:60px;
}
.l_mail:before {
	content:"MAIL";
	position:absolute;
	top:-23px;
	font-size:14px;
	font-weight:bold;
	color:var(--main-color);
}

.login_button input{
	width:110px;
	height:44px;
	text-align:center;
	margin:0 auto;
	padding:0;
	border-radius: 4px;
	color:#333;
	font-size:18px;
	font-weight:bold;
	border: none;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
    background: #ffc237;
    border: 1px solid #e19c00;
}
.login_title{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
	width:255px;
	height:95px;
	margin:0 auto;
	padding:0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color:#fff;
	box-shadow: 0px 0px 3px rgb(0 0 0 / 60%);
}
.login_title p{
	position:relative;
	top:28px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
.login_img{
    width: 94%;
}
.login_img2{
    width: 48%;
	margin-top: 6px;
}
.use_icon {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size:14px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btn {
	position:absolute;
	right:55px;
	bottom:10px;
}
.btn .btn-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	width:auto;
	height:auto;
}
.btn-label {
	font-size: 14px;
	cursor: pointer;
}
.login_button{
	margin:0;
	padding:0;
}
.gray{
	color:#727171;
}
.error_mess {
	color:red !important;
	margin:0;
	padding:0;
	margin-bottom: -16px;
	position:relative;
	top:13px;
}
.error input{
	border: 1px solid red;
}

/*------------------------ここからヘッダー-----------------------*/
.head_bar{
	width:100%;
	height:64px;
	display:flex;
	align-items:center;
	box-sizing: border-box;
	border-bottom: 1px solid #87bceb;
	padding-left: 6px;
}
/* メイクメイトロゴ */
.head_bar_img{
	height: 56px;
}
/* アイクリックロゴ */
.head_bar_img2{
	height: 18px;
    margin-left: 10px;
    position: relative;
	top: 9px;
}
/* リンク */
.head_bar_link {
	display: block;
	text-decoration: none;
	margin-left:50px;
}

.head_bar_link img{
	height: 50px;
}

.user_name{
	color: #fff;
    margin-right: 22px;
    margin-left: auto;
	font-size:18px;
	color:#666;
	font-weight: bold;
}
.logout_button{
    height: 100%;
    border: none;
    background: #fff;
    color: #00B0D9;
    width: 120px;
    border-left: 1px solid #87bceb;
    font-size: 18px;
    font-weight: bold;
	
}

/*------------------------ここからBBS-----------------------*/
.bbs--table{
	width:100%!important;
	background:#e5f1fc;
	border: 1px solid #ddd;
}

/*------------------------ここから印刷時の設定-----------------------*/
.print2 input{
		border: none;	
}
.print2 textarea{
		border: none;	
}
@media print{
	input{
		border: none;	
	}
	textarea{
		border: none;	
	}	
	.bg_1{
		background:#fff;
	}
}
