﻿body {
}
.style1
{
    width: 89px;
}
.style2
{
    width: 126px;
}
.style3
{
    width: 83px;
}
.style5
{
    width: 68px;
}
.login_id
{
    width: 196px;
}
.login
{
    width: 111px;
}
.password
{
    width: 36px;
}
.table
{
	width:312px;
	margin: 0 auto;
	font-size:12px
}
.login_name
{
	margin-top:12px; 
	margin-bottom:30px;
	width: 600px;
	height: 41px;
	font-size :16px;
	text-align :center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
.contentlogin
{
	width:778px; 
	margin-top: 90px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 0;
}
.checkbox
{
	margin-left: 179px; 
	margin-top:10px; 
	margin-right: 12px; 
	width: 361px;
	height: 30px;
	font-size :13px;
	text-align:center;
}
.change
{
	margin-left: 250px; 
	margin-top:20px; 
	width: 162px;
}
.attient
{
	margin-top:30px; 
	margin-left:220px; 
	height: 15px; 
	width: 50px;
}
.loginhead
{
	background-color: #1874CD;
	color: White; 
	height: 25px; 
	width: 723px;
}
.style6
{
    width: 141px;
}
.head
{
	border-bottom:solid 1px black;
}

.btnLogin
{
	height: 30px; 
	width: 150px;
	border-style:inset;	/* outset; */
	margin-right:0px;
    font-size: 16px;
	font-weight: bold;
	border   :2px solid #c07000;
    border-radius: 5px;
    background-color:#ffa500;
    color:#803080;
}

.btnLoginDisabled
{
	border-style:inset;	/* outset; */
	margin-right:0px;
    font-size: 16px;
	font-weight: bold;
	border   :2px solid #d0d0d0;
    border-radius: 5px;
    background-color:#e0e0e0;
    color:#a0a0a0;

}

/* Add by Inoue 2016/03/24 */
.InputLabel
{
    width      : 150px;
    font-size  : 14px;
    font-weight: bold;
    color      : #444444; 
    margin-right: 5px;
}

/* Add by Inoue 2016/03/24 */
.InputTextBox
{
    width        : 180px;
    height       : 18px;
    font-size    : 14px;
    padding      : 2px;
    border-color : #b0b0b0;
    border-width : 1px;
    margin-bottom: 5px;
    border-radius: 1px;
    ime-mode     : inactive; /* IE独自仕様 */
}

/* Add by Inoue 2016/03/17 */
#lblOtoiawase
{
}

/* Add by Inoue 2016/03/17 */
#lblTanto
{
}
/* Add by Inoue 2016/03/17 */

#lblTel
{
}

/* Add by Inoue 2016/03/17 */
#lblMail
{
}

/* Add by Inoue 2016/03/17 */
#LBL_VERSION
{
}

/* Add by Inoue 2016/04/04 */
.ErrorMessageLabel
{
    color: red;
    font-size: 18px;
	font-weight: bold;
}

.StartMessageLabel
{
    color: blue;
    font-size: 18px;
	font-weight: bold;
}

#SingleSignOnErrorPanel
{
    margin          : 20px auto 0px auto;
    border          : #ffa0a0 2px solid;
    width           : 800px;
    height          : 400px;
    text-align      : center;
    background-color: #fff0f0;
}

#SingleSignOnWaitPanel
{
    margin-top      : -50px;
    text-align      : center;
}

.CloseButton
{
	height          : 40px;
	width           : 160px;
	border-style    : inset;
    font-size       : 16px;
	font-weight     : bold;
    border          : #ffa0a0 2px solid;
    border-radius   : 5px;
    background-color: #f0d0d0;
    color           : #800000;
}

.toDisplayBlock
{
	display:block;
}

.toAlignRight
{
	text-align:right;
}

.toSPLoginDisplayPanel
{
	display:flex;
	justify-content:flex-end;
	align-items:center;
}

.toPCbutton
{
	text-decoration:none;
	position:relative;

	background-color:#F2B604;
	border-bottom: solid 5px #E1A500;

	padding:5px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 10px;
    box-sizing:border-box;
    margin:5px;
    margin-right: 60px;
}

.toPCbutton:active
{
	border-top: solid 5px #F2B604;
	border-bottom:none;
}

.toPCtext
{
	padding:0 10px;
	word-break:keep-all;
	white-space:nowrap;
}

.toPCimage
{
	height:25px;
	box-sizing:border-box;
	padding-left:10px;
}

.link_button {
    display: inline-flex;
    max-width: 30%;
    font-weight: bold;
    text-decoration: none;
    background: cornflowerblue;
    color: white;
    padding: 7px 20px;
    border-radius: 20px;
    text-align: center;
}

.noline {
    text-decoration: none;
}

.loginLogo {
	max-width: 370px;
	max-height: 120px;
}

.login_form{
    display: flex;
}