@charset "UTF-8";

.pageTitle {
	margin: 0 auto;
	width: 700px;
	text-align: center;
	font-size: 24px;	/*xx-large;*/
/*	color: white;*/
/*	background: #415875;*/	/*#2A5282;*/
/*	border: 1px solid #415875;*/	/*#2A5282;*/
}

.loginForm {
	margin: 0 auto;
	width: 510px;
	border: 1px solid #CCCCCC;
}

.loginForm-intra {
	background-color: #ECF0F5;	/*#C0D9F1;*/
}

.loginForm-internet {
	background-color: white;
}

.loginForm_line {
	border-top: 3px solid #415875;	/*#2A5282;*/
}

.loginForm_table {
/*	width: 600px; */
	border: none;	/* 1px solid gray; */
/*	background-color: white; */
}
.loginForm_table th {
	background-color: #eeeeee;
	font-size:14pt;
	width:350px;
	height:50px;
	border: 1px solid gray;
}

.loginForm_table input {
	font-size: 26px;
}

.btn1 {
    width: 120px;
    height:32px;
    font-size:20px;
    font-weight:bold;
    color: #000000;
    background-color: #98FB98;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #98FB98;
    border-right-color: #228B22;
    border-bottom-color: #228B22;
    border-left-color: #98FB98;
}

.btn2 {
    width: 120px;
    height:32px;
    font-size:20px;
    font-weight:bold;
    color: #000000;
    background-color: #FFB6C1;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFC0CB;
    border-right-color: #C71585;
    border-bottom-color: #C71585;
    border-left-color: #FFC0CB;
}

label.myError {
    color: red;
    font-size:10pt;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
}
#title {
    color:#000000;
    font-size:14pt;
    font-weight:bold;
    text-align:center;
    height:50px;
}
.inputarea {
    text-align:left;
    width:260px;
    height:50px;
/*    border: 1px solid gray;
    border-bottom-width: 0px; */
}
.inputarea_e {
    text-align:center;
    width:220px;
    height:10px;
/*    border: 1px solid gray;
    border-top-width: 0px; */
}
#modeselect {
    color:#000000;
    font-size:14pt;
    font-weight:bold;
    text-align:center;
}
#infoText {
    color:#000000;
    font-size:14pt;
    font-weight:bold;
    text-align:center;
    width:400px;
    height:50px;
}

.loginBtn {
    width:         200px;
    height:        65px;
    margin-top:    10px;
    margin-bottom: 10px;
    border-style:  solid;
    border-color:  #639EDF;

    /* 角丸の指定 */
    -moz-border-radius:    5px;
    -webkit-border-radius: 5px;
    border-radius:         5px;

    color:       black;
    font-size:   1.4em;
    text-align:  center;

    /* グラデーションの指定 */
    background: linear-gradient(to bottom,  #ffffff,  #C1D3EB);
}

.loginBtn:HOVER {
    /* グラデーションの指定 */
    background: linear-gradient(to bottom, #FFC979, #FF9900);
}

.nomalLoginBtn {
    width:         150px;
    height:        35px;
    margin:        10px 10px;
    border-style:  solid;
    border-color:  #639EDF;

    /* 角丸の指定 */
    -moz-border-radius:    5px;
    -webkit-border-radius: 5px;
    border-radius:         5px;

    color:       black;
    font-size:   1em;
    font-weight: bold;
    text-align:  center;

    /* グラデーションの指定 */
    background: linear-gradient(to bottom,  #ffffff,  #C1D3EB) !important;

    /* ie8対応 */
    background: #C1D3EB;
}

.nomalLoginBtn:HOVER {
    /* グラデーションの指定 */
    background: linear-gradient(to bottom, #FFC979, #FF9900);
}

.trainingLoginBtn {
    width:         150px;
    height:        35px;
    margin:        10px 10px;
    border-style:  solid;
    border-color:  #639EDF;

    /* 角丸の指定 */
    -moz-border-radius:    5px;
    -webkit-border-radius: 5px;
    border-radius:         5px;

    color:       black;
    font-size:   1em;
    font-weight: bold;
    text-align:  center;

    /* グラデーションの指定 */
    background: linear-gradient(to bottom,  #ffffff,  pink) !important;

    /* ie8対応 */
    background: pink;
}

.trainingLoginBtn:HOVER {
    /* グラデーションの指定 */
    background: linear-gradient(to bottom, #FFC979, #FF9900);
}

.inputarea_wide {
   color:#000000;
   font-size:14pt;
   font-weight:bold;
   text-align:left;
   width:360px;
   height:50px;
   border: 1px solid gray;
}
.inputarea_e_wide {
    font-weight:bold;
    font-size:26px;
    text-align:center;
    width:360px;
    height:10px;
    border: none;
}
.titlearea_s {
  color:#000000;
  font-size:14pt;
  font-weight:bold;
  text-align:center;
  /*width:240px;*/
  height:50px;
  border: 1px solid gray;
}
.forgot:visited {
    color: blue;
}