body {
    margin: 0;
    padding: 0;
    font: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	background-color: #f1efef;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	max-width: 420px;
	font-size: 1em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 14px;
	padding-left: 2px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 3px 5px -1px var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 5px 8px 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 1px 14px 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.12))!important;
}
@media screen and (max-width:480px) {
    .myform{
	width:345px;
	font-size: 1em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 14px;
	padding-left: 2px;
	text-align: center;
}
#stylized input[type="text"],#stylized input[type="password"]{
    font-size:12px;
	padding:5px;
    width:150px;
    margin-top: 5px;
}
}
/* ----------- stylized ----------- */
#stylized{
	margin-left: auto;
	margin-top: 5%;
	margin-right: auto;
}
#stylized h1 {
    font-size:1.4em;
    font-weight:bold;
    margin-bottom:8px;
    padding-top: 8px;
    padding-left: 3px;
 /*  2015/3/25 nagata padding-bottomを追加 */
    padding-bottom: 8px;

}
#stylized{
	border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}
#stylized h1 {
	border-radius: 8px;        /* CSS3草案 */
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;   /* Firefox用 */
}
#stylized input[type="text"], #stylized input[type="password"] {
    font-size: 12px;
    padding: 10px;
    border: solid 1px #ebebeb;
    width: 20em;
}
@media screen and (max-width:480px) {
    #stylized input[type="text"], #stylized input[type="password"] {
        width: 25em;
    }
}
.login_ime_mode {
    ime-mode: inactive;
}


table.table_login_form {
  border-spacing: 0.8em;
  background-color: inherit;
  width: 100%;
  border: 0px transparent;
}

@media screen and (max-width:480px) {
    table.table_login_form th,table.table_login_form td{
        width:100%;
        display: block;
    }
}

th.nowrap {
  white-space: nowrap;
    border-bottom: 1em transparent;
}
td {
    border: none;
    text-align: left;
}
td label {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
}
#stylized .error_list li {
    font-size: 0.8em;
}

  /* 赤太字 使用：TOP報告、TOP稟議申請、ログイン時のエラーメッセージ */
 .important_high { font-weight: bold; color: #FF0000; }

  /* 青太字 */
 .important_middle { font-weight: bold; color: #0033CC; }
#footer{
display:none;}

.btn-login {
    border: none;
    background-color: #ea5514;
    color: #fff;
    width: 90%;
    font-size: 1rem;
    padding: 8px;
}
.btn-login:hover {
    background-color: #e0571c;
}