@charset "utf-8";

/*
---------------------------------------
# SiteName: エッグ 管理者画面
# Page: 共通箇所
# /css/style-egg.css
# Update: 2018.11.12
# Editor: Shimizu
# History: 
---------------------------------------
*/
.login_logo{text-align: center; margin: auto; width: auto;}
.login_logo img{text-align: center; margin:30px auto 0px auto; max-width:430px;} 

.login_comment{text-align: center; margin: auto; width: auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    background-color:#fff;
    width: 80%;
    margin: 16px auto 0px auto;
    max-width:500px;
    padding:3px;
    font-size:15px; line-height: 150%;
    text-align: left;
}

.btn:focus,
.btn.focus,
.btn:hover,
.btn.btn-default:focus,
.btn.btn-default.focus,
.btn.btn-default:hover{
color: #fff;
background-color: #FF8A02;
border-color: #FF8A02;}

.login_comment_title{text-align: center; margin: auto; width: auto;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
    background-color:#FFF3DB;
    color: #aa0000;
    width:100%;
    margin:0px auto 0px auto;
    max-width:500px;
    padding:3px;
    font-size:20px; line-height: 110%;
    text-align: center;
}
.login_comment_title::before {
  font-family: 'Material Icons';
  content: "\e001";
  color: #aa0000;
  margin-right: 3px;
  font-size:28px; line-height: 120%;
  margin: 0px 6px 0px 0px; margin-top: -6px;
  vertical-align: middle;

}




.login_comment_honbun{ padding:16px 30px 30px 30px;}

.main_menu_color{ display: none; visibility: hidden;}





/* 追加 */

.alert {
    margin-top: 1rem !important ;
}



table {
	border-collapse: separate;
	border-spacing: 0;
	max-width:1300px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom:6px;

}
table th {
	padding:8px 8px;
	font-weight: normal;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #E5E5E5;
	color: #333;
	font-size: 16px; line-height:18px;
}


table th.th_title{background: #2565AB; color:#FFF; border-bottom: 1px solid #fff;}
table th.th_title{background: #008A80; color:#FFF;} /* 鳥取専用 */

table td {
	padding:5px 8px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 14px;
	line-height:26px;
	background-color: #fff;
}

.t_list table tbody tr:nth-child(even){
background-color: #F5F5F5;

}


div.modoru {
    margin: 10px 0px 0px 10px;
    padding: 0px;
    background: none;
    border: none;
    text-align: center;
}

.button_login{ display: block;
    margin: auto;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    width: 240px;
    padding:16px 5px;
    margin-top: 18px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				border-radius:3px;
}
a.button_login:link,
a.button_login:visited{text-decoration: none;
    background-color: #0371BA;
    border: 1px #0371BA solid;
    color: #fff;
    transition: 0.3s ;
}
a.button_login:active,
a.button_login:hover {
	background-color: #FF9900;
	border: 1px solid #FF9900;
}


.login_comtitle{
    width: 460px;
    color: #0371BA;
    font-weight: bold;
    font-size: 20px;
	line-height: 180%;
    margin: 2rem 0 1rem 0;
    letter-spacing: 0.2em;
    border-top: 1px solid #0371BA;
    border-bottom: 1px solid #0371BA;
}






.login_icon01{width:500px; line-height:120%; font-size:26px; padding:25px 10px; margin:20px auto; display: block;}
.login_icon01::before {
  font-family: 'Material Icons';
  content: "\e897";
  color: #fff;
  margin-right: 3px;
  font-size:30px; line-height: 120%;
  margin: 0px 16px 0px 0px; margin-top: -6px;
  vertical-align: middle;

}


header{ display: none; visibility: hidden;}

.login_fsize input{
	font-size: 20px !important;
}


/* ========================================================================== */
/*  material-icons.css  */
/* ========================================================================== */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(./MaterialIcons-Regular.woff) format('woff');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}



